Basic dialplan debug
From Wildix
- To debug dialplan connect to the GW+ via ssh. If you use windows you can do it easily with putty
- From console, launche the command "asterisk -vr". Now you are connected to the asterisk console
- Set verbose 100000000
- Set debug 100000000
- Now you are able to see dialplan when it is executed. For example below you can see that incomingcall macro is executed, then several variables are set with Set instruction.
This CLI is useful for several debug
- sip show peers: see sip registered devices
- iax2 show peers: see iax registered devices
