Archives : September-2022
I am trying to use TONE_DETECT in a call that is made into a call centre and placed on hold, when the call has been answered by the agent (denoted by a dial tone of 2 seconds of dual tone 350Hz + 440Hz followed by 4seconds of silence (North Ameri..
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..
whats best method from perfomance view to parse this headerP-Asserted-Identity:P-Asserted-Identity:i need+44111222333 (if Privacy: id)PJSIP_PARSE_URI ?STRREPLACE/CUT?FastAGI?other options?th..
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..
Using AMI, we send an Originate with EarlyMedia: true settingIf the other end sends a 183, Asterisk When the 183 is received, Asterisk indicates the ChannelState: 6 and ChannelStateDesc: Up values. All is fine up to this point.It may take the cal..
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 ..
Hey, all.Id like to forward an incoming call (e.g., to an on-call rotation number), out to multiple recipients, BUT only hand the call over to whoever answers _and acknowledges_ (e.g., Press any key…), cause I dont want it just going to their mailbox…
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..
Running into a problem when retrieving the profile_precedence in the extensions.confCreating a very basic geolocation.conf to allow passing through geolocation values for outbound.[discard_config]type = profile profile_precedence = discard_config[discard_incoming]t..