search for: sipaddheader

Displaying 20 results from an estimated 170 matches for "sipaddheader".

2006 Jan 18
2
SipAddHeader bug?
Hi, I'm using the new SipAddHeader application on Asterisk 1.2.1, here's a snip of my extensions: exten => _9XXXXXXX,1,SipAddHeader(P-Asserted-Identity: <sip:${CALLERIDNUM} exten => _9XXXXXXX,2,SipAddHeader(P-Asserted-Identity: tel:${CALLERIDNUM}) exten => _9XXXXXXX,3,Dial(SIP/${EXTEN}@${SIPTRUNK},,tT) exten => _...
2011 Mar 09
6
SIPAddHeader not working
Hello list, I notice that the dialplan method SIPAddHeader is not working : in dialplan : /exten => s,n,SIPAddHeader(Privacy: id)/ in SIP invite no trace of this header : /INVITE sip:0473 at sip.domain.be SIP/2.0 Via: SIP/2.0/UDP 192.168.1.106:5063;branch=z9hG4bK-5b2b1b97 From: "VC" <sip:voip2 at sip.domain.be>;tag=729476652f511c67o...
2009 Jan 16
2
want to add SipAddHeader in call out file
How to add SipAddHeader in outgoing call file. I am implementing a Callback scenario, in which a user makes a call to Local Access Number. The system have to callback to the user. During callback a call file is generated. All I want, is to add SipAddHeader("pchargingvector","val") in outgoing Invite....
2007 Jan 17
1
Using the SIPAddHeader Application
Hi, I'm trying to use the SIPAddHeader application to add a header containing to semicolon separated strings like this: exten => 12, 1, SIPAddHeader(X-TestHeader:a=test1;b=test2) But in the resulting INVITE message only the first part (X-TestHeader:a=test1) is added. Setting into quotation mark doesn't change anything. exten =&...
2007 Sep 11
0
SIPAddHeader cmd from Realtime MySQL, not getting all the 'appdata' field
Hi All, I'm doing some simple paging functions and using the SIPAddHeader cmd. * 1.2 branch. Using it in the extensions.conf file, it works fine: exten => _*2XX,1,SIPAddHeader(Call-Info: sip:\;answer-after=0) in * console: lab2*CLI> -- Executing SIPAddHeader("SIP/204-0818dcd0", "Call-Info: sip:;answer-after=0") in new stack When i put th...
2008 Jan 20
1
SIPAddHeader in .call file
Hi everyone, How can I add the equivalent of: exten => s,n,SIPAddHeader(Alert-Info: Ring Answer) in a .call file? This is to support paging to Polycom phones... Thanks for all info! Steve
2014 Oct 22
1
SPA504G auto answer
Hello, I am struggling to have a SPA504G to auto answer (for intercom/paging). I have tried the following SIP headers (not all together), but without luck: SIPAddHeader(Call-Info:\;answer-after=0); SIPAddHeader(Call-Info: answer-after=0); SIPAddHeader(Alert-Info: info=intercom); SIPAddHeader(Alert-Info: Ring Answer); SIPAddHeader(P-Auto-Answer: normal); Any other ideas? Leandro PS I have set the "Auto Answer Page" to yes -------------- next part -----...
2006 May 25
0
Re: Implementing Paging on the Linksys SPA9XX phones (working)
...there, really, I forgot my logon. http://www.voip-info.org/wiki/index.php?page=Asterisk+Paging+and+Intercom The agi script didn't work for me, wouldn't call the active hint extensions, even though they were there, no time to debug it so I setup direct paging in the dialplan by setting the SIPAddHeader cmd for each phone type. ;pages a Polycom 601 (must setup polycom sip.cfg file according to wiki) exten => *1001,1,SIPAddHeader(Alert-Info: Ring Answer) exten => *1001,2,Dial(SIP/1001) exten => *1001,3,Hangup ;pages a Linksys SPA942 exten => *1003,1,SIPAddHeader(Call-Info:\;answer-af...
2012 Feb 11
1
Asterisk perl AGI confusing variables
...sub enable_sbc($) { my $carrier = shift; my $tmp = substr($carrier,1); my $jkh = $tmp; $server_port = $ast_agi->get_variable("SIPPEER($jkh,port)"); $ser_ip = $ast_agi->get_variable("SIPPEER($tmp,ip)"); $ast_agi->exec("SIPAddHeader","P-PORT: $server_port"); $ast_agi->exec("SIPAddHeader","P-IPADDRESS: $ser_ip"); return 0; } Where $carrier resolves to "@my-carrier" Strangely and very weird get variable is returning correct values on console as given below but th...
2006 Oct 26
1
SipAddHeader
Does SipAddHeader only allow headers to be added to INVITEs, or should it also allow headers to be added BYEs or SIP responses as well?
2009 Sep 30
1
SIPAddHeader into the SDP?
I use SIPAddHeader today to put some proprietary info into the SIP header of an outbound call. Now I'd like to add some proprietary info to the SDP portion of an outbound call. Can this be done with SIPAddHeader? Thanks in advance, Tom -------------- next part -------------- An HTML attachment was scrubbed.....
2010 Mar 03
1
asterisk SIP, SIPAddHeader() and Cisco GED-125
...ay to do this is to setup socket connections with the Cisco "voice processor", or CVP, and send packets corresponding to GED-125. Cisco has a detailed 100+-page document detailing the internals of what these packets need to look like. But wouldn't it be nice if instead, you could use SIPAddHeader() with X tags and have Cisco pick off the out-of-band values from SIP packets? Wouldn't it be even nicer if there was a middleware that spoke GED-125 out of one side, and spoke SIP X headers on the other side? I will soon be able to tell you about the bowels of this interaction, but before I g...
2009 Jan 19
0
How to add SipAddHeader in outgoing call file.
How to add SipAddHeader in outgoing call file. I am implementing a Callback scenario, in which a user makes a call to Local Access Number. The system have to callback to the user. During callback a call file is generated. All I want, is to add SipAddHeader("pchargingvector","val") in outgoing Invite....
2016 Oct 24
2
IAX - Equivalent of SipAddHeader
Hi list, is there any existing IAX command to add information to a call like SipAddHeader? Another solution is sending text frame (0x07) frame type, but I don know how do it in a dialplan. Thanks for any hint. -- Daniel
2007 Mar 12
3
_ALERT_INFO replacement in 1.4?
...g. Basically, when I execute the Dial command, an error occurs: "Got SIP response 400 "In alert-info header: Empty value expected" Now in 1.2, I just issued the following command to overcome this problem: Set(_ALERT_INFO=). Now in 1.4, _ALERT_INFO is deprecated, so I have to use SIPAddHeader, but I don't know how, or if there is a way to remove the alert-info header. Here is my dialplan snippet: exten => s,9,Playback(my-greeting) exten => s,10,Wait(1) exten => s,11,SIPAddHeader(Alert-Info: info=bellcore-r4) exten => s,12,Dial(SIP/600&SIP/602&SIP/603,60,tm) ex...
2009 Mar 05
1
Snom Aler-info Ringtone
Have someone running fine Alert-Info with a Snom 370 ( System Information: Phone Type: snom370-SIP MAC-Address: 0004132661BD IP-Address: 192.168.10.170 Firmware-Version: snom370-SIP 7.3.14 14961) i've tried exten => 200,1,SIPAddHeader(Alert-Info:<http://www.notused.com>\;info=alert-external) exten => 200,n,Dial(SIP/${EXTEN},30) Can see into the phone SIP trace is receivend the Alert-Info, but phone continue to ring with the default one. "SIP Trace" INVITE sip:200 at 192.168.10.170:1110 SIP/2.0 Via: SIP/2....
2013 Mar 21
1
Cisco SPA 5xx/3xx/9xx phones don't respond to SIPAddHeader(Call-Info: answer-after=0)
All other phones we work with will auto-answer when we do this: [macro-paging1way] exten => s,1,SIPAddHeader(Call-Info: answer-after=0) exten => s,n,Page(${PAGINGLIST}) exten => s,n, Hangup The SPA phones simply ring. I have verified that Auto Answer Page is set to yes (the default). We've tried a variety of firmware versions and phone ages, going back to an old 942 and new 504s. Any ideas?...
2019 Apr 02
2
PJSIP/SIPAddHeader etc
Hi everyone I’m building an Asterisk 16/PJSIP server and my dialplan uses SIPAddHeader & SIPRemoveHeader but the apps don’t appear to be installed in v16. Can anyone tell me where they went and how to get them installed please? Thanks Mark. Mark Farmer Senior UC Systems Architect Intercity Technology Limited HQ 101-114 Holloway Head, Birmingham, B1 1QP Tel: 0330 332 7933 / 0...
2014 Sep 22
1
SIPAddHeader from a realtime databse
Hi Guys I'm using asterisk 1.8.23.1 When I add a SIP Header from inside the extensions.conf (SIPAddHeader(Alert-Info:<http://www.notused.com>\;info=alert-internal\;x-line-id=0) ) it works fine. When I try to do the same thing from within a database table, all of the string apart from x-line-id=0 gets ignored. I've tried escaping the semicolon and not escaping it and the result is always the...
2009 Sep 14
1
Aastra - Alert-Info : how to stop auto-answer on call second leg ?
Hi, When implementing click2dial feature, I can trigger an Aastra phone to auto-answer using statement like : SIPAddHeader(Alert-Info: info=alert-autoanswer); This is very convenient when trying to reach a distant party (ie through PSTN) The trouble is when 2 Aastra are calling each other over the LAN, this single statement is memorized somehow and both phones (caller and callee) auto-answer. Is there a way to "...