similar to: Add SIP diversion header in originate from AMI?

Displaying 20 results from an estimated 600 matches similar to: "Add SIP diversion header in originate from AMI?"

2015 Aug 06
3
Asterisk uses "Anonymous", but why?
On Thu, Aug 6, 2015 at 12:33 PM, Murthy Gandikota <murthy64 at hotmail.com> wrote: > > > ________________________________ > > Date: Thu, 6 Aug 2015 12:07:35 -0500 > > From: rmudgett at digium.com > > To: asterisk-users at lists.digium.com > > Subject: Re: [asterisk-users] Asterisk uses "Anonymous", but why? > <snip> > >> Here
2006 Feb 27
1
Problems dialing to another Asterisk server
Hi, I have a problem dialing a SIP phone which is logged in as different Astesrik machine from the one I am working with. I want to call a phone in Another astersik machine in , if it answers, calling a SiP phone registered in my ASterisk: My dialplan is: [mariaSIP] exten => _1.,1,Wait(1) exten => _1.,2,Dial(SIP/6021@192.168.0.51:5038,20) exten => _1.,3,HangUp() exten =>
2015 Aug 06
2
Asterisk uses "Anonymous", but why?
On Thu, Aug 6, 2015 at 1:25 PM, Murthy Gandikota <murthy64 at hotmail.com> wrote: > > > ________________________________ > > Date: Thu, 6 Aug 2015 12:55:28 -0500 > > From: rmudgett at digium.com > > To: asterisk-users at lists.digium.com > > Subject: Re: [asterisk-users] Asterisk uses "Anonymous", but why? > > > > > > > > On
2023 Apr 10
1
Setting PJSIP header from AMI
Hello, We are moving from an older asterisk/SIP to a newer (18+) asterisk/PJSIP and trying to figure out how to add [identity] header when originating a call from AMI/PAMI. In the older version we would just set a variable like this: $action = new OriginateAction("SIP/...."); $action->setVariable('__SIPADDHEADER51',"Identity: $identity"); // $identity
2015 Aug 06
4
Asterisk uses "Anonymous", but why?
On Thu, Aug 6, 2015 at 11:56 AM, Murthy Gandikota <murthy64 at hotmail.com> wrote: > Tested with X-Lite and it worked fiine. Is there some way to replace > "Anonymous" with a config parameter? > > Thanks for your kind help > > ---------------------------------------- > > From: murthy64 at hotmail.com > > To: asterisk-users at lists.digium.com >
2009 Mar 27
2
SIP Diversion header
Hi, Is anyone aware of SIP Diversion header ? It seems currently supported by Comverse (formely NetCentrex) softswitch and some hardphones (Thomson ST2030). An old draft (draft-levy-sip-diversion-08.txt) mentions this header. ha I'm wondering if this could be used -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Dec 04
2
Multiple Channel Variables with AMI Originate
Hi guys I seem to be having a problem, I don't know if it's a bug or whether I'm just doing it incorrectly. I want to set about 3 channel variables when I originate a call via AMI. All the documentation I have found says to do it like this: Variable: variable1=value|variable2=value|variable3=value However when I do this it runs them all together and I end up with:
2016 Jul 27
2
Identify endpoint based on Diversion header
Hello, Is there any way to identify an incoming session based on the Diversion header? In my scenario, I have some unregistered endpoints (mobile phones) that make calls through our Asterisk, which controls the external call rights based on the endpoint's context. In a normal call, their number will be in the From header and the destination in the To an RURI, but when they make a call
2018 Dec 10
4
PJSIP_HEADER - Diversion header manipulation
Hi all, I’m trying to rewrite Diversion header when call forwarding is done on the phone. The phone sends "302 Moved Temporarily" response and sets Diversion header to a local number, but before Asterisk sends this call towards TSP provider I need to change Diversion header to a full PSTN number. I am using PJSIP_HEADER in a pre-dial handler (configuration is below). On the same
2017 Nov 21
2
How to correctly set REDIRECTING to indicate diversion reason
Hi Richard Thank you > You need to set more redirecting information [1]. > > In sip.conf send_diversion=yes needs to be in effect. You also need > to setup > the from party id information (at least the from number) to indicate > where you > are redirecting from. You should also increment the redirecting > count. > > Richard > > [1] >
2008 Feb 14
1
Error checking asterisk method - suggestions?
Hi there dear users and dear developers of Asterisk! I've got a maybe strange idea, let's see if you laugh or think it's reasonable J I'm using Asterisk with Digium TDM800P cards with 24 lines (as an answering machine). Each analog line can be reached through a phonenumber, since they are each connected to my telephone provider. Yes expensive I know J The challenge: I'd
2006 Oct 13
3
OriginateEvent reason codes.
Hi. I'm making calls via the Manager OriginateAction. My action is set to be async and therefore I receive originiate events. Within the originate event that I receive there is a reason code. In the event of failure I need to dermine why the call failed (no pickup, rejected, no such number, circuit busy, ect) and inform the user with a meaningful message. I assume that one is suppose to
2017 Nov 20
2
How to correctly set REDIRECTING to indicate diversion reason
Hello List Next question where google did not spit out an unsable answer. When redirecting a call with Transfer, I would like to correctly indicate the reason. I did try this: exten => XX,1,NoOp(Call to ${EXTEN} from ${CALLERID(all)}) exten => XX,n,Dial(SIP/ZZ) exten => XX,n,set(REDIRECTING(reason)=cfb) exten => XX,n,Transfer(SIP/YY) I did try with 'reason'
2011 May 20
1
SIP Diversion RDNIS - how to get reason parameter?
Hi out there To play the correct announcement in app_voicemail I whould be able to read the SIP Diversion Reason which ist sent by another PBX: Invite contains: Diversion: <sip:+41315995003 at 157.161.10.190>;reason=no- answer;privacy=off;counter=1 Asterisk Logs: RDNIS for this call is is +41315995003 (reason no-answer;privacy=off;counter=1) From what I see in the source of chan_sip
2018 Jun 05
3
Questions about SIP From, P-Asserted-Id fields and Diversion headers ?
Hi, After a long discussion with a friend, I would like to ask here: 1.According SIP RFCs, is possible/recommended to have different values in >From and P-Asserted-Id fields ? For instance, From field showing 123456789 and P-Asserted-Id showing 987654321 (beside privacy considerations) ? 2. When Bob forwards to Cory a call coming from Alice, would expect Diversion/History-Info header to
2018 Jun 05
2
Questions about SIP From, P-Asserted-Id fields and Diversion headers ?
2018-06-05 15:27 GMT+02:00 George Joseph <gjoseph at digium.com>: Thank you very much, George for replying. > > > On Tue, Jun 5, 2018 at 3:35 AM Olivier <oza.4h07 at gmail.com> wrote: > >> Hi, >> >> After a long discussion with a friend, I would like to ask here: >> >> 1.According SIP RFCs, is possible/recommended to have different values in
2010 May 16
1
play a sound file directly to a caller channel
Hello User-List, is it possible to play a sound file directly to a caller channel? Like this AMI command Action: Originate Channel: SIP/20-00001d41 Application: Playback Data: /path/to/audio/file I get an Error Message. My intension is to play a sound file to a caller and the other callers don't hear this. Can someone help me ? Thanks a lot Bye Daniel
2010 Aug 10
1
Playback during call
Hi all, How can I playback a file within an active call? I've tried with ChanSpy whisper mode like this (using AMI): Action: Originate Channel: Local/9999 at default Priority: 0 Variable: MSG=test Application: ChanSpy Data: SIP/1234-123 Async: 1 and in the dialplan: [default] exten => 9999,1,Answer() exten => 9999,n,Wait(2) exten => 9999,n,Playback(${MSG}) Where
2014 Mar 30
0
handset forwarding Diversion header cannot be set on Local channels
is there anyway to change Sip headers in local channels? if a user sets forward on their handset, calls coming in to the handset get diversion header added: Diversion: "202" <sip:202 at 192.168.1.46>;reason=deflection Then asterisk sends the call to local channel: - Now forwarding SIP/201-00000483 to 'Local/3333333333 at test' (thanks to SIP/202-00000484) and not all
2010 Sep 08
0
How to Set Callerid Of Originate a call?
Dear all, as you know, we can use Originate Command to auto-dial a out-bound call to a extention or app since 1.6.2. but when i Originate a call, and hangup. the cdr of this call has no CDR(clid) and CDR(src). Could you tell me how to set the Callerid to cdr from an Originate call? I use Originate directly in the dialplan not AMI, so i can't set the callerid property like AMI use