similar to: getting real sip status after dial

Displaying 20 results from an estimated 6000 matches similar to: "getting real sip status after dial"

2018 Jun 09
2
getting real sip status after dial
I think HANGUPCAUSE is channel agnostic. See: core show function HANGUPCAUSE Some thing like this IIRC: Set(my_cause=${HANGUPCAUSE(${CHANNEL(name)},tech)}) Remember the incoming leg of the call and the outgoing leg of the call are different channels. Make sure you are giving HANGUPCAUSE the correct channel. On 06/09/2018 02:01 PM, Khalil Khamlichi wrote: > It seems very weird to me
2018 Aug 19
2
change dialing process on live call
Hi, Is there a way to add another extension to a live dial, for example Dial(PJSIP/1000,,) and after 20 secondes change it to Dial(PJSIP/1000&PJSIP/1001,,) I am open to suggestions such as using manager or stasis. Thanks in advance. Best regards, Kkh -------------- next part -------------- An HTML attachment was scrubbed... URL:
2017 Dec 19
2
asterisk queues in off-hook mode ?
Hi, I am looking to configure asterisk queues in off-hook mode, that is, the agent calls into the system and stays connected to this call, when new customer calls, he is redirected to the queue which should distribute to connected agents. is this possible on teh actual app_queue or we would need to implement it using ARI. Thanks in advance.
2018 May 08
2
multi step auth?
I *am* doing that, as I assumed it would be required just for the 911 mapping we have provided, but that doesn't change the SIP header. Cheers, j On 05/08/2018 02:41 PM, Khalil Khamlichi wrote: > try setting the callerid with > > same => n,Set(CALLERID(all)=17864089672 <17864089672>) > > ofcourse for each customer you will need to provide his own did. > > >
2018 Feb 06
2
Call picked up from queue and transferred gets disconnected - about 0.01% of calls
Hi Guys I have an issue where a call is picked up from a queue. The caller asks the person who answered to attended transfer to extension 3082 (for argument's sake.) 3082 picks up the attended transfer and speaks with the outside caller picked up initially from the queue. A few seconds after 3082 has started speaking to the outside caller - 3082's call goes dead in their
2018 May 08
2
multi step auth?
Hi, We have been using Voxbone for some time for origination, and they now offer E911 services.? We are trying to set this up and having trouble meeting their authentication requirements. I setup a peer as I normally would, with user/pass as they supplied ("lacoursj", "pass"), but my calls are rejected.? Their support is asking that I follow this auth mechanism: 1st step
2023 Jul 01
1
SetCallerPres command gone
The AGI debug command worked well, and I found the offending command: SetCallerPres(allowed) That worked in Asterisk 13, but from my google searching it looks like this command has disappeared in Asterisk 20 (actually everything after ver 13). I thought it was replaced with CALLERPRES(allowed) but this generated an error too in Asterisk 20. Is there a replacement command? -----Original
2023 Jun 21
1
Asterisk not replacing private FROM ip with public IP in INVITE
type=endpoint rewrite_contact=yes force_rport=yes rtp_symmetric=yes On 6/21/23 14:36, TTT wrote: > I've split this thread off from another (PJSIP authentication) because I think the root cause is something different. I think the problem is the following FROM line in my SIP INVITE transaction: > > From: "MYNAME" <sip:16667778888 at
2013 Mar 11
5
samba4 AD DC as file server?
hi: I want to setup a small samba4 server with AD and file server function. I know that samba4 AD DC has no netbios browsing support. are there other missing functions, like winbindd or something else? and if I install two samba4 instance, one to "/usr/local/samba"(for file server), one to "/usr/local/samba-ad"(for AD DC). and give them two seprate ip to bind. will it
2023 Jun 21
1
Asterisk not replacing private FROM ip with public IP in INVITE
I tried that (only needed to add rewrite_contact=yes) but it didn't help. BTW, the CONTACT: line holds the correct ip! Only the FROM: line holds the wrong (private) IP. I'm still learning SIP...but I assume the FROM should also hold the rewritten public IP. Just don't know how to force Asterisk to do that. -----Original Message----- From: Eric Wieling [mailto:ewieling at
2018 Nov 27
2
PJSIP add header on forwarded call
Le 27/11/2018 à 12:13, Joshua C. Colp a écrit : > On Tue, Nov 27, 2018, at 5:49 AM, Administrator TOOTAI wrote:[...] >> >> [TOOTAiAudio] >> ; >> ; Call our gateway >> >> exten = s,1,Set(PJSIP_HEADER(add,X-TOOTAiAudio-CALLED)=${ARG1}) >>  same = n,Dial(PJSIP/${ARG1}@TOOTAiAudio,,T) >>  same = n,Return >> >> exten = h,1,NoOp()
2018 Nov 27
2
PJSIP add header on forwarded call
Hi list, to manage an external queue agent the only solution I found is to connect a local account and redirect calls to this account using forward features from the phone (SNOM). The problem I face is that before calling the agent I would like to set extra header. Dialplan to call external agent is this one with (Gosub): [TOOTAiAudio] ; ; Call our gateway exten =
2015 Apr 13
1
dial out with channel variable; sub-string usage
On 15-04-09 12:06 PM, Chad Wallace wrote: >> but don't know where to put those lines. I have BABY defined as >> >channel variable: >> > >> >BABY = SIP/babytel_out >> > >> >but that seems circular, somehow. > You put them in the context for your clients... From what you show > below, I'd say they go in the "local_200"
2018 Jun 05
2
How to execute priorities following a caller hangup in a successful Dial?
Thanks, Eric. I just tried a hangup handler, but it's showing a similar problem: When the peer hangs-up, the hangup handler is not invoked and the caller channel remains open. same => n(callPeer),Set(GLOBAL(Peer${IndexIntoPeers}CurrentCallsCount)=$[${PeerCurrentCallsCount} + 1]) same => n,Set(CHANNEL(hangup_handler_push)=handleHangupByCallerOrPeer,doesntMatter,1(args)) same =>
2007 Aug 03
2
DIALSTATUS not set
I'm trying to write a dialplan that will allow me to "stress" test it. I want to be able to dial an extension, or pretend that the extension is busy or out of order (so that I can see what to do) given the dialplan snippet: [outbound] exten => _X.,1,NoOp(${TEST}) exten => _X.,n,Dial(SIP/${EXTEN}) exten => Busy,1,Busy(2) exten => Busy,n,Hangup() exten =>
2014 Oct 13
3
samaba 4 vs active directory
Hello Sir ; I am very interested for samba 4 news and want to run it in production environment to replace active directory But first I appreciate if you could help me to get comparison between active directory feature and samba feature that working correctly I mean if I go to samba which feature may I lose or still have bugs Thanks in advance Kind regards, Ahmed Hassanean Khalil Customer Service
2017 Jun 01
2
Forward error code beetwen legs
Hello asterisk users, I have a strange behaviour with asterisk and error code forwarding in asterisk 11. Please find below my setup: Phone -> ASTERISK -> SIP TRUNK PROVIDER A phone start a call, asterisk start a leg to my SIP trunk provider. I have a simple dialplan to handle it: [gotoexternal] exten => _X.,1,Dial(SIP/${EXTEN}@provider) When my SIP provider return to asterisk a 404
2020 Jul 13
2
Stir Shaken
On Mon, 13 Jul 2020 15:44:12 -0400, Matthew Fredrickson wrote: > > On Mon, Jul 13, 2020 at 2:34 PM Saint Michael <venefax at gmail.com> wrote: > >> > >> There is a big confusion here about Stir Shaken. It is NOT a provider issue. Un fact, all providers are whasing their hands and modifying their swihtches to pass-through the Signature. They cannot sign the call
2015 Mar 18
2
Asterisk 13. Writing call quality parameters to CDR. How?
Hello. Voice quality when calling - this is one of the most important in the PBX. You need to record the quality parameters for each call to improve. Because the overall quality of a call can only be determined upon completion, I did it in the HangUp handler and wrote in custom fields of CDR. This worked well in asterisk 11. In asterisk 13 I did not find a handler after the call, but before
2006 Jun 03
2
Busy Signals after hangup
I've not seen an answer to this in any forum. I make a call through Asterisk, with a VOIP phone, doesn't matter which. The call gets made, I leave a voicemail, or complete the call in some manner, and the other side hangs up. I hear a busy signal on the phone on my end. If I have an extension that looks like this, after the hangup() is executed, my phone gives busy signals until I