similar to: SIP_CODEC, reinvites, and changing codecs

Displaying 20 results from an estimated 10000 matches similar to: "SIP_CODEC, reinvites, and changing codecs"

2003 May 05
3
G723 - Has anyone gotten SIP_CODEC= to work?
FYI, asterisk DOES now support g723, but you have to pay for it: http://store.yahoo.com/asteriskpbx/asteriskg729.html -----Original Message----- From: Dan Fernandez <danfernandez00@hotmail.com> Date: Mon, 5 May 2003 17:33:05 -0300 To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Has anyone gotten SIP_CODEC= to work? Basically, since I?d like to use g723 for sip
2009 Feb 25
1
SIP_CODEC variable
Hi, I am using Aserisk 1.4.23.1 and trying to use SIP_CODEC to define the codec being used. I have exclusively Polycom phones for this test, and basically I want all communications to use g729 (preferred codec), except for pagine 20 phones (which busts my g729 license count). In that case I want to use gsm. I have therefore specified Set(SIP_CODEC=gsm) I my dialplan before the appropriate
2008 Oct 23
0
command - set sip_codec- does not work with asterisk-1.4.21
hello: i want to test the g729 with asterisk. my scenario is sipp(ulaw)->asterisk1 with g729->asterisk2 with g729. I want to test g729 module with asterisk-1.4.21, when i make calls from asterisk 1 to asterisk 2, the asterisk 1 always send ulaw to asterisk 2. my sip in asterisk 1 is with codec g729 and enforce that use g729, the sip in asterisk 2 also work with G729 only, but asterisk 2
2012 Aug 18
1
asterisk tries reinvite when incompatible codecs on call legs
Hi, I just ran into what seems to be an issue on re-invites. I'm not sure if it's a bug or as designed, so I thought I'd ask the question. Here's my setup: - Asterisk 1.8.13.0 - Phone A: Polycom ip331, only allowed to use ulaw, canreinvite=yes - Phone B: Polycom ip330, only allowed to use alaw, canreinvite=yes Phone A calls the extension of phone B. After the normal call setup
2003 Oct 20
1
Setvar SIP_CODEC
Hello, I have a couple of 7960 and a quad T1 card on my asterisk box. I want to let the phones to use g729 when they "talk" to each other, but to use g711 when I'm going to route the call out of my network using the T1 card. Everything works just fine between the phones, but in order to be able to make calls through T1 I have to disallow the g729. For this purpose I have the
2014 Sep 27
2
can PJSIP_MEDIA_OFFER work like SIP_CODEC?
hi: when using chan_sip, I can use set SIP_CODEC in dialplan to change the codec of endpoint. this method didn't work with pjsip in asterisk 12/13. I found asterisk 12/13 has a new function PJSIP_MEDIA_OFFER. according to the description, it seems can set codec, but the document didn't offer any example. i try to use something like PJSIP_MEDIA_OFFER(alaw) but didn't work.
2003 May 17
0
Debug for SIP and reINVITES (ATA-186)
I must be doing something incorrectly, or something is wrong with ATA-186 reINVITEs in SIP. Perhaps someone more enlightened than me can lend me a hand. I have been attempting to get two SIP phones to reINVITE to each other, and I've been unable to think of or uncover the correct method. The calls always go through the Asterisk server, no matter what I try. I've simplified things
2010 Sep 27
1
propagate sip reinvites with directrtpsetup=yes
is there a trick to get asterisk (1.6.2.13) to propagate codec-changing sip reinvites when directrtpsetup=yes? i'm trying to route calls to a gateway without keeping asterisk in the rtp stream. the gateway is first routing the call to a media server. when connecting the call to the downstream carrier a different codec is selected. the reinvite makes it to asterisk but asterisk isn't
2004 Aug 19
0
SIP reinvite code negotiation
Hi, We're routing SIP calls through Asterisk and we want to be able to reinvite calls without Asterisk performing codec conversion. We've performed the following test: Asterisk has license for G.729 installed sip.conf [general] context=default autocreatepeer=yes disallow=all allow=alaw allow=g729 canreinvite=yes nat=no We have configured two endpoints: EP1, preferred codec order
2014 May 22
0
FollowMe reinvites
For a sip-only application, what exactly is required to ensure that calls completed via followme are reinvited? Can it at all? The code after outbound = findmeexec(targs, chan) calls ast_bridge_ call(). I don't see anything there which can cause a reinvite, yes? When the same peer is used for both the incoming and outgoing legs, it is a bit of a waste to proxy the rtp. And even when the
2005 Aug 04
1
REINVITE and Codecs
Hi, just a question: Let say I have 2 phones with G729 onboard, but no 729 licence for Asterisk. Preferred codec set up in phones is G729, followed by ULAW, in Asterisk I have allow=ULAW deny=ALL. When call is reinvited by Asterisk will the two phones use G729 between each other or they will stick to ULAW they used for first part of the call ? A quick test showed that they will use ULAW ...
2006 Nov 07
1
Glitches in sound every time that Asterisk receives reINVITEs
Hi all, My Asterisk server is working fine, although every time that in the middle of any call there is a reinvite, the user hears a glitch. Why is this happening? How can I solve this problem? Thanks in advance, Ricardo Carvalho.
2006 Apr 05
2
SIP Asterisk Polycom Reinvite
Wondering if anyone has experienced an intermittent one way audio (called party can not hear) problem in these conditions; Several IP501 phones local, same subnet. Remote asterisk No NAT anywhere Polycom IP501 ulaw only, canreinvite=yes Asterisk Call termination path is to a sonus GSX operated by the upstream carrier, ulaw only, canreinvite=no The idea is that if the Polycoms are
2016 Dec 27
3
Reproducible ReInvites sent by UAS after exactly 900s despite session-timers=refuse
Hello! I'm facing ReInvites as caller from UAS despite configured session-timers=refuse (which can be seen in the SIP trace) always after 900s. (The behavior is the same if session-timers is set to accept). This just happens with one provider (German Telekom to callee at kabelbw). - The incoming ReInvite is answered immediately by asterisk (Status 100 / Status 200 - 0.02s). Media stream
2009 Dec 29
1
ReceiveFAX G.711 + Realtime
Hello, We're trying to receive G.711 (aLaw) faxes on the asterisk and convert them to tif. With T.38, we have several issues, so we are trying to use G.711, since the gateway is located in the same LAN, so there's no bandwidth/packet-lose issue. We also use on the same Asterisk Real-Time process for the extensions.conf My question: Is the following syntax for disabling T.38 support
2020 Sep 25
0
PJSIP - Forcing codec preference?
Hi, We're holding ourselves back from moving to PJSIP as we don't appear to have figured out how to force codec preference in a dial plan. The 'PJSIP Advanced Codec Negotiation' document (https://wiki.asterisk.org/wiki/display/AST/PJSIP+Advanced+Codec+Negotiation) appears to ultimately be what we're after, but we're not comfortable running Asterisk 18 in production just
2014 Sep 23
1
Change codec when dial from SIP to DAHDI
Hi: I am useing asterisk 11.12. I use G722 as preferred codec for my ip-phone. and my PSTN DAHDI use alaw. G722 is great when ip-phone talks to each other. but when ip-phone dialout to PSTN DAHDI, G722 is not great, since it is need to transcode to alaw. so I try to change the codec when dial from SIP to DAHDI. I tried to use IP_CODEC/SIP_CODEC_OUTBOUND at dialplan. but the SIP
2007 Feb 20
0
Asterisk behind OpenSER - Getting SIP reinvites to work with an ITSP
I'm using Asterisk (1.2.14, RedHat 9) but I've been having trouble with SIP re-invites. I have a DiD from an ITSP and when someone calls in, Asterisk plays a menu recording and transfers the call to the external line the caller selects. Since both sides of the call are external, I want to use re-invite to avoid the rtp packets from going through my server after the call is bridged. I
2004 Jun 24
2
How to force G729
We want some of our users to use G729, and some others to use ULAW. Our PSTN gateway provider supports both, so that's not a problem, and if I force him (the PSTN gateway) to allow G729 only, the outgoing call will take place with G729. The problem is that I want to have my PSTN provider configured to allow ULAW as a first priority, then G729. I did it like that: [mypstngate] type=friend
2006 Mar 07
1
Changing REINVITE status of the channel dynamically
I've an Asterisk server running in my office, which forwards all long distance calls to a third party SIP service using an extension rule: exten => _1XX0.,1,Dial(SIP/{EXTEN:4}@external_sip_server.com) (1XX0 is the international calls rule for Chile) Also, in my sip.conf, I've defined canreinvite=yes to decrease the network load to the server caused by the RTP. However, the external