Right at this moment, the following commands are available, but do nothing:

  • Enable AEL contexts debug
    *CLI> ael debug contexts 
    
  • Enable AEL macros debug
    *CLI> ael debug macros 
    
  • Enable AEL read debug
    *CLI> ael debug read 
    
  • Enable AEL tokens debug
    *CLI> ael debug tokens 
    
  • Disable AEL debug messages
    *CLI> ael no debug 
    
Icon

If things are going wrong in your dialplan, you can use the following facilities to debug your file:

  1. The messages log in /var/log/asterisk. (from the checks done at load time).
  2. The "show dialplan" command in asterisk
  3. The standalone executable, "aelparse" built in the utils/ dir in the source.