Re: [asterisk-users] Debugging dialplan

2015-05-29 Thread Steve Edwards
On Fri, 29 May 2015, Steve Edwards wrote: ; admin functions exten = _[456],1, verbose(1,[${EXTEN}@${CONTEXT}!${ANI}]) exten = _[456],n, gotoif($["TRUE" = "${ADMIN}"]?meetme-star-admin-menu,${EXTEN},1) exten = _[456],n, goto(enter-ro

Re: [asterisk-users] Debugging dialplan

2015-05-29 Thread Steve Edwards
Please don't top post. Am 29. Mai 2015 09:42:55 MESZ, schrieb Luca Bertoncello : Zitat von jg : Yes, it is called "core set verbose 42", the other options is "core set debug 42". Enjoy the show! I know you can specify a level to the verbose application, but is anything in Asterisk 'har

Re: [asterisk-users] Debugging dialplan

2015-05-29 Thread Sebastian Kemper
Hi Luca, It's not the A number you have to look at if you want to know how a call comes into the dialplan and then goes out again. You want do know in which context a call arrives. That depends on things like the IP address (peer), username/password (friend) or other things. I suggest to read

Re: [asterisk-users] Debugging dialplan

2015-05-29 Thread Luca Bertoncello
Zitat von jg : Yes, it is called "core set verbose 42", the other options is "core set debug 42". Enjoy the show! OK, thanks, but with this option I can just debug what happens if I call an extension right now... I'd like to have a command to ask Asterisk how it will handle a call... Onc

Re: [asterisk-users] Debugging dialplan

2015-05-29 Thread jg
Since I think, I have a problem in my dialplan, how can I debug it? It would be very useful a command in Asterisk CLI to ask Asterisk what it would do if the number X call the number Y. Something like "exim -bt", if someone here know the SMTP-daemon Exim... Is there such an option in Asterisk?

Re: [asterisk-users] Debugging dialplan

2015-05-28 Thread Luca Bertoncello
Zitat von Sebastian Kemper : try 'dialplan show @'. Hello Sebastian Thanks a lot! Is there an option to check all? What I mean is: if someone call a number, Asterisk go through the dialplan and try to send the call to the extension. Now, I want to "simulate" the same. I know the source and

Re: [asterisk-users] Debugging dialplan

2015-05-28 Thread Sebastian Kemper
On Fri, May 29, 2015 at 07:24:45AM +0200, Luca Bertoncello wrote: > > Since I think, I have a problem in my dialplan, how can I debug it? > It would be very useful a command in Asterisk CLI to ask Asterisk what it > would do if the number X call the number Y. > Something like "exim -bt", if someon

[asterisk-users] Debugging dialplan

2015-05-28 Thread Luca Bertoncello
Hi list! Since I think, I have a problem in my dialplan, how can I debug it? It would be very useful a command in Asterisk CLI to ask Asterisk what it would do if the number X call the number Y. Something like "exim -bt", if someone here know the SMTP-daemon Exim... Is there such an option in Ast