similar to: SIPAddHeader into the SDP?

Displaying 20 results from an estimated 10000 matches similar to: "SIPAddHeader into the SDP?"

2010 Apr 29
2
No change in payload. (SDP)
re-posting the question. ----------- use case: when some one in my pbx calls 100.200, I have translations well defined, Media also (media via asterisk) --Works. when some one calls bob, or for any names I am adding Domain and call is been sent to the other party -- Works, no media... For the cases when it is talking to the external work, I want Astersik not to do anything with the SDP/payload.
2012 Jan 28
1
process_sdp: Unsupported SDP media type in offer: audio , Failing due to no acceptable offer found
Hi All, I'm trying to upgrade asterisk server to 1.8.x from my asterisk 1.6, But when making A Call from SIP Client, I got cli Warning ... and no call has been made. My Sip Client is using lib java peers client http://peers.sourceforge.net/ with standard codec PCMU/PCMA [Jan 28 23:03:32] WARNING[1654]: chan_sip.c:8942 process_sdp: Unsupported SDP media type in offer: audio 0 RTP/AVP 0 8
2009 Jul 01
4
g729a compatibility
Hello! I have a sip device that is sending in the SDP: rtpmap:98 g729a It does not seem like Asterisk is negotiating the codec properly, because while the call rings, the rtp lines fail. However, on other sip devices that have "rtpmap:18 g729" in their SDP, things work fine with Digium's commercial g729 license. How do I get "98 g729a" recognized by Asterisk? Thanks,
2010 Feb 02
4
Asterisk 1.6.1.13 and T.38 faxing
Hello everyone. I'm struggling to get T.38 faxing to work in Asterisk 1.6.1.13 with a SIP DID provider here in Brazil (GVT - Vox IP service). Here's my scenario: When faxes arrive by a specific DID, they are routed thru this simple macro: [macro-recebefax] exten => s,1,Set(DB(fax/count)=$[${DB(fax/count)} + 1]) exten => s,n,Set(FAXCOUNT=${DB(fax/count)}) exten =>
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 => _9XXXXXXX,4,Congestion The problems is that Asterisk
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=729476652f511c67o2 To: <sip:0473 at sip.domain.be>
2012 Feb 16
2
Asterisk && RTCP
Hello list, I need to know about Asterisk's friendly nature with RTCP. I've phones which support RTCP and they connect to the outer world via multiple carriers. In one of my recent packet traces I've observed that the caller initiated a call with rtcp string in SDP while for the same call dialling our from Asterisk to the carrier has no RTCP string in SDP ! Can anyone please tell why
2009 Oct 23
3
SIREN14 call setup and record/playback
I've got a fresh (1 day old) svn trunk release SVN-trunk-r225360 of Asterisk and I'm trying to get it to accept a SIREN14 call from Polycom's softphone. Having trouble with SDP negotiation, I want to only allow SIREN14 and nothing else. I also want to record and playback files, any tips on what the Record function parameters should be? In sip.conf I have: disallow=all
2011 Mar 14
5
Asterisk 1.8 paging with ploycom
Hey Guys, I have upgrade my asterisk 1.2 to 1.8 and suddenly my allpage.agi stopped working look like asterisk 1.8 did some changes in manager apps i am doing following.. my phone is ringing but not auto answer could you give me some issue what i am doing wrong ? root at ubuntu-test:~# telnet 127.0.0.1 5038 Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'. Asterisk
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 => 12, 1,
2010 Jul 12
4
Remote-Party-ID party=called
Hello list, using Asterisk 1.4.30. I want to set the SIP-header Remote-Party-ID to display the name of the calling party on my phone in stead of the number. This is the dialplan : exten => 10,1,NoOp() exten => 10,n,SIPAddHeader(Remote-Party-ID: "eric" <sip:10 at 192.168.1.150>;party=called ) exten => 10,n,Dial(SIP/test2) This is what the CLI shows : /[Jul 12
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. How can I achieve this? regards, Asif
2009 Dec 10
1
Asterisk 1.6.1.11 Fax
Hello, We're trying to receive faxes on the Asterisk server, but for the time being T.38 negotiation fails. The SDP that the Asterisk reINVITE sends contains these lines: ---------------------- m=image 4968 udptl t38 a=T38FaxVersion:0 a=T38MaxBitRate:9600 a=T38FaxFillBitRemoval a=T38FaxTranscodingMMR a=T38FaxTranscodingJBIG a=T38FaxRateManagement:transferredTCF a=T38FaxMaxDatagram:1400
2010 Feb 24
3
Re-INVITE on BYE
Hi gurus, In need of a little help here. I?m trying to do the Asterisk media release by using canreinvite=yes. But I found weird behaviour when comes to BYE. Below are my current setup: Client A is registered to Opensips Client B is registered to Asterisk A ? Opensips ? Asterisk ? B On hangup below are the SIP flow which I?ve notice from the Asterisk server itself: 1. Opensips forward the BYE
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
2009 Dec 03
3
Fax throughput - Asterisk 1.6.1.9
Hello, We are trying to send faxes by T.38 protocol to a remote SIP proxy from a local extension. The local extension sends the INVITE, Asterisk sends the call to the Proxy the call is connected with a regular audio codec. After a few seconds the remote proxy sends an INVITE with UDPTL and the Asterisk sends it to the local extension and it's accepted, but (here the problem starts) just
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 Mar 30
1
Asterisk doesn't relay remote MOH during hold
Hi all If Asterisk is bridging a call between two SIP peers and one peer puts the other on hold by means of a re-INVITE with SDP containing a=sendonly, Asterisk will play locally generated MOH instead of relaying the media streamed by the SIP peer which took the hold action. Any ideas how to change that? (This is understandable if the peer is a handset but can be a problem if it is a PBX with
2011 Nov 25
1
android won't play wav49: how to change format
android email will not play wav49 file attachments. See: http://code.google.com/p/android/issues/detail?id=1712 Now I'm getting a lot of pressure to change the format used in voicemail. Here's what I've got: format = wav49|gsm I'd like to change it to format = gsm|wav49, but the voicemail.conf.sample says "Don't Change the Format Unless You REALLY Know What
2011 Jan 11
1
Unable to get Fax t38 working with IrisTel trunk
Hi everyone, I have been trying to get T.38 Faxing to work with Iristel sip trunks for last few days but havn't been sccussful. I am using Asterisk 1.6.2.8 and SpanDSP 0.6. Here is what I see in the tcpdump capture: 1. Call come in from the trunk as regular voice call with g.711 codec 2. Asterisk answers the call and recognizes the CNG and sends the call to fax extension 3. Eventually