similar to: changing from default codec

Displaying 20 results from an estimated 100000 matches similar to: "changing from default codec"

2018 May 11
2
SIP Codec negotiation
On Fri, 11 May 2018, Joshua Colp wrote: >> In the above example, even though the INVITE/SDP says they prefer gsm >> over ulaw and the OK/SDP says I prefer ulaw over gsm, they can choose >> to use gsm or ulaw? > > Yes. > >> Can it be asymmetrical? They send gsm and I send ulaw? > > Technically, yes. In practice it's a bit iffy - specifically because
2018 May 11
3
SIP Codec negotiation
> On Thu, May 10, 2018 at 11:44:14AM -0700, Steve Edwards wrote: >> I receive an INVITE/SDP containing: >> >> m=audio 11310 RTP/AVP 3 0 101 >> >> which I interpret as gsm, ulaw, rfc2833. >> >> and I reply with an OK/SDP containing: >> >> m=audio 15884 RTP/AVP 0 3 101 >> >> which I interpret as ulaw, gsm, rfc2833. >>
2008 Feb 20
1
which codec over iax => pstn
using asterisk(A) over iax to another asterisk server(B) which connects to pstn over pri. Doesn't B have translate to ulaw whatever goes out to the pstn, so therefore shouldn't A choose ulaw as the iax codec to B? That way there's no loss translating from {gsm, ildc, etc} to ulaw on the B server. My partner thinks I'm nuts, and that gsm is much more "efficient" as
2006 Feb 23
3
Codec order sent wrong from Asterisk
I'm communicating a softphone (SJPhone) to a Grandstream phone GXP-2000. The codec order on each one is the next: SJPhone: GSM - iLBC - PCMA - PCMU GXP2000: G729 - GSM - PCMA - PCMU (I have a G729 license, so there's no problem with transcoding G729) In my sip.conf, I've defined the following codec order: disallow=all allow=g729 allow=gsm allow=g726 allow=alaw allow=ulaw And my
2018 May 10
2
SIP Codec negotiation
I receive an INVITE/SDP containing: m=audio 11310 RTP/AVP 3 0 101 which I interpret as gsm, ulaw, rfc2833. and I reply with an OK/SDP containing: m=audio 15884 RTP/AVP 0 3 101 which I interpret as ulaw, gsm, rfc2833. How can I tell which codec was actually used for the call? -- Thanks in advance, ------------------------------------------------------------------------- Steve Edwards
2005 Feb 10
1
Codec passthrough patch for IAX
Hi there, I had a problem, basically, I have 4 different types of end users (gsm, ilbc, g729, ulaw). However, I only have one user with my DID provider. My provider supports all 4 codecs. The issue is then: When an incoming call comes in, a codec is negotiated (usually ULAW), later on, when the extension is dialed, we'll see we're doing GSM, and thus transcode. Here's an example
2007 May 04
2
Asterisk Codec Translation Table
Hello list, I have always though codec translation table is dircetly connected to system speed, utill i came across this: in my lab, i have 2 boxes, First box is an Intel Celeron 1.7 GHZ with 256M RAM: show translation Translation times between formats (in milliseconds) for one second of data Source Format (Rows) Destination Format (Columns) g723 gsm ulaw alaw
2005 Jun 07
2
codec preference
Need some help understanding codec preferences: I have 2 asterisk servers. Server 1 sends calls to the PSTN and has allow=g729 allow=gsm and allow=ulaw in iax.conf Server 2 receives calls and routes them to server 1. It has the same allow lines. We receive calls from a phone co and route them via server 2 to server 1. The calls originate in g729 and everything works fine. Now I want to take
2008 Mar 28
3
Two phones fail to agree on codec, asterisk at fault?
Hi list, I am faced by a situation where I am trying to make a softphone and a Siemens C450IP talk to each other. Both are hooked up directly to the same asterisk, in the same IP net. - a softphone runs on 192.168.14.3 - the C450IP is at 192.168.14.30 - asterisk runs on the machine known as 192.168.14.1 I am running Asterisk 1.4.11, backported to Debian Etch by Xorcom. If I set
2005 Jan 25
1
Codec mismatch between SIP (BT) and IAX Phone
Hi, I have strange problem. I have 1 SIP client (bt100) and 1 Iax2 client (IAXPhone): - when I call from Iax to SIP sound works - when I call from Sip to Iax sound doesn't work, I get : Jan 25 13:52:22 NOTICE[31334]: channel.c:1314 ast_read: Dropping incompatible voice frame on IAX2/200/1 of format gsm since our native format has changed to ulaw Why is Asterisk not satisfied with gsm
2006 Mar 21
3
Zap<-->IAX codec?
Hi, at my Asterisk box, I have a few of IAX2 phones (configured with alaw/ulaw/gsm codecs, in this order) and a PRI E1 line. In iax.conf I hav: disallow=all allow=alaw allow=ulaw allow=gsm During some incoming call, I read at console: -- Executing Dial("Zap/2-1", "IAX2/215|20|TtwW") in new stack -- Called 215 -- Call accepted by 10.97.1.7 (format ulaw) --
2006 Jan 12
1
GSM codec problem - Windows messenger 5.1
Hi, I'm using Windows Messenger 5.1 (It supports SIP) with Windows XP to connect to another SIP user using asterisk in the middle. The codec selected is gsm and I have a problem because the sound sent by my machine reach the end point all wrong, it seems just noise... If I use uLaw (or gsm from other machine with othe UA) everything works fine. I think the audio codec used
2014 Dec 30
2
forcing GSM on certain extensions
I'm trying to force GSM when I call on certain extension but I'm getting connected with "ulaw" Which is not suitable when bandwidth is low and slow. my phone is iax-322 in iax.conf [iaxy-322] ... disallow=all allow=gsm allow=ulaw allow=alaw [zoiper_kathy_old_phone] ... disallow=all allow=gsm allow=ilbc allow=ulaw allow=alaw allow=speex I've define "allow=gsm"
2010 Mar 11
2
Codec preference
How can I set the prefered codec between 2 calling parties ?? My Grandstream supports G729, alaw and gsm... in this order. The Zoiper softphone has alaw and gsm as codecs... in that order. Although there should be a matching codec found, my Grandstream can not call the Zoiper softphone. CLI shows : [Mar 11 17:47:21] WARNING[22367]: channel.c:3340 ast_channel_make_compatible: No path to
2004 Jul 29
1
OH323 and codec selection
I'm having a small issue with the oh323 implementation when it comes to codec selection. Version info: CVS Head 6/30/2004 OH323 0.6.3 OpenPhone for windows version 1.8.1 Asterisk is configured as a h323 endpoint which either terminates to the PSTN locally through a PRI or terminates the h323 call to an IAX provider remotely. Asterisk also has G729 licences installed. in oh323.conf we
2010 Sep 27
1
How to pick a codec on the fly
Hi list, I'm trying to test an IVR system with recorded prompts and would like to be able to call 1234 and have the codec be gsm, 2234 slin, 3234 ulaw, etc. I know I can set up 3 users where #1 is gsm, #2 is ulaw and #3 is slin; Need it the other way so I can do DAHDI--> IAX testing. Any ideas? Google wasn't really helpful on this one. Danny Nicholas
2010 Feb 08
3
High codec translation times on x64
Hi Users, I was wondering if someone of you have the same thing on CentOS 64x? asterisk01*CLI> core show translation Translation times between formats (in microseconds) for one second of data Source Format (Rows) Destination Format (Columns) g723 gsm ulaw alaw g726aal2 adpcm slin lpc10 g729 speex ilbc g726 g722 siren7 siren14 slin16 g723
2007 Jun 20
1
different codec for different extensions
Hi All, I am wondering that how I can setup different codec for different extensions in my dial plan. scanario will when user X (Sip) call 111 extension in default context. The Asterisk response should be in GSM codec When user X (Sip) call 222 extension in default context. the Asterisk response should be in G711 Codec Actually I want to setup an extension for FAX receiving (rx_fax) and
2004 Dec 27
1
codec preferences
hi Username : 1000012 Codecs : 0x11a (gsm|alaw|g726|g729) Codec Order : (gsm|g729|g726|alaw|ulaw) the above is from SIP SHOW PEER 1000012, and as it clearly shows, g.729 is preferred before alaw. If I dial this SIP - * - SIP from a phone with G.729 enabled, it uses G.729. However, if I dial from my cell phone - GSM - PSTN - * - SIP, the call uses ALAW, which I thought it
2003 May 01
2
Asterisk and unknown codecs and GSM
I have a Cisco 2600 which understands the "gsmfr" codec, which appears to be what Asterisk calls "gsm" -- at least it ends up using it. I also have a PSTN gateway which is speaking ulaw. When the 2600 calls through Asterisk to the PSTN, it negotiates the g711ulaw codec, but when the PSTN calls through Asterisk to the 2600, it seems that Asterisk is doing translation, and it