Hi. I have a strange problem and Im looking for suggestions on how to investigate it. I have a dialplan which is processing a call, and Asterisk simply stops doing anything for that call. I have verbose and debug logging turned on. There are two st..
Author : Antony Stone
Hi. I have a very old dialplan (ie: a dialplan for a very old version of Asterisk) which Ive just transferred to Asterisk 16.28.0 The [globals] section of that dialplan includes: Kphones=SIP/KC470IP&SIP/KSnom870 Sphones=SIP/SYealinkT38G&SIP/SGC61..
Hi. Asterisk 16.2.1 I have a dialplan where one context (named inbound) performs: Originate(Local/${Target}@inOrig,exten,inbound,${EXTEN},208) The idea is that this command will spawn a call to the context inOrig on the same machine, and then ret..
Hi. I have a dialplan which calls the VoiceMail() application, and Im getting the following behaviour: – if the inbound caller leaves a message, then presses #, and then presses 1 to accept the recording, everything works as expected and the dialp..
Hi. I have a dialplan which accepts an inbound call and dials out to another number, automatically bridging the channels together when the second call is answered. I then have a facility for the caller to put the call on hold (which uses ChannelRedirec..
Hi. Im trying to deal with a problem regarding putting a call on hold and then later resuming it.I am using chan_sip throughout, and Asterisk 16. I have two scenarios: First (works): 1. An inbound call arrives, the dialplan does not Answer() it. 2. ..
This is a follow-up to an email I posted earlier today to the list, although I havent seen it come back yet.If its under moderation for some reason, I hope some kindly admin will release it 🙂 I see something very similar in the documentation about lo..
Hi. I think Ive discovered a bug in either the implementation of the documentation of the AEL switch command. https://wiki.asterisk.org/wiki/display/AST/AEL+Conditionals gives an example of using switch, and states at the bottom: Neither the switch ..
Hi. https://wiki.asterisk.org/wiki/display/AST/Asterisk+16+Application_Originate I need to use Originate() in a dialplan, pointing to another location in the same extension of the same context, so for example: Originate(Local/${Dest}@Dialout,exten,${CONTEXT},${EXTEN},15..
Hi. Is there any way to find out the values of variables set in the [General] section of extensions.conf from the Asterisk CLI (not from inside the dialplan, I just mean at the hostname*CLI> prompt)? https://www.voip-info.org/asterisk-dialplan-gener..