similar to: SIP_CODEC variable

Displaying 20 results from an estimated 800 matches similar to: "SIP_CODEC variable"

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
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.
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
2005 Jun 03
0
SIP_CODEC, reinvites, and changing codecs
I am wondering if the SIP protocol and its implementation in * allows for changing codecs mid-connection. I've seen some questions regarding this on the list, but I've not found any clear answers. I've also seen the SIP_CODEC variable, but it's not clear that it will change the codec on an existing call. Also, there are mentions of needing a reinvite to make the change, but most
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
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
2014 Jul 30
2
SIP trunk gives fuzzy / distorted audio on mobiles, OK on fixed lines
I'm having a problem with a new SIP trunk. Calls within the UK to fixed lines are fine, but calls to mobiles have noticeably poorer audio quality. I thought it might have been a codec issue; we have used G.726 for internal and external calls (over primary ISDN and GSM). So I tried allowing "alaw", (G.711 A-law) which is the native codec used within the PSTN in this country,
2005 Mar 16
2
Dial multiple extensions, but different variables/timeouts
Hi everyone, I'm wondering I would accomplish the following: I want to dial several SIP extensions simultaneously, HOWEVER, for different times (say ext 10 for 15 sec and ext 11 for 30 sec), and potentially with different headers (such as ALERT_INFO) and codecs for each extension. Obviously whoever picks up first gets the call. After the longest timeout expires (30 sec in this example) I want
2020 Sep 24
2
Negotiates g729 but RTP contains g711
Hi, I was able to use Unsniff to validate that the incoming 20 byte payloads of audio from the downstream IAX2 trunk was definitely G.729a whilst Asterisk 16.13.0 transcodes to G.711a unnecessarily. Media is confirmed as having been negotiated as g729 on all four streams. Nuance with this call is that it's from a WebRTC client which doesn't transmit any audio, could this be influencing
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
2006 Nov 19
1
G723 pass-through and codec negotiation
All, Our users have a softphone client that supports the G723 Codec which we want to use for bandwidth reasons, however we do not wish (or have the funds) to license the codec on our Asterisk servers. We have G723 pass-through working between the clients just fine, however calls fail when terminating with Asterisk itself (i.e. Voicemail) or out to the PSTN due to transcoding issues. If it
2019 Oct 03
2
Asterisk not using common codec between (SIP) endpoints
On 03.10.19 15:08, Administrator TOOTAI wrote: > Before calling the gatreway add > > same = n,set(SIP_CODEC=alaw) > > [...] > Hey there, that doesn't work as it seems to be implemented for chan_sip only; I'm using chan_pjsip; sorry if I didn't explain myself properly. Anyway, in my case that would not really be an acceptable solution anyway, because I need the
2006 Apr 10
6
Bandwidth Management
Hi, understand that the bandwidth utilized for each call is dependent on the codec used, wonder if Asterisk can monitor the total bandwidth utilized and restrict/reject new calls when the resource is insufficient to support them reliably? Regards Andy Tan -- Andy Tan andytan@fastmail.fm -- http://www.fastmail.fm - Does exactly what it says on the tin
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
2008 Mar 10
1
Local music on hold -- mohinterpret=passthrough assymetrical ?
Hi list, I'm planning and testing a distributed asterisk deployment throughout several sites; each will be connected to the PSTN and all of them among themselves via IAX trunks. Phones will be SIP. I guess I already "solved" (worked-around, actually) asterisk's codec negotiation limitations regarding local G.711 utilization vs. remote G.729 while minimizing
2006 Apr 12
3
Setting Codecs on the Fly
Does anyone know if it's possible to set the codecs for a number via an Asterisk command? Ie, yes you can set the codecs in sip.conf for a user, but I'd like to have a command that can set the same thing so that it can be done without having to change sip.conf. Essentially I want the user to be able to prefix a code to their dialled number to set their preferred codec for that call.
2007 May 26
2
test tools of Asterisk server
I am using Aserisk as a SIP server to interconnect differents PBX in differents sites. I am now looking for a tool that can test the performance of this solution: I mean is there a tool that enables me to test the capacity of this SIP server in terms of simultaneous calls that could be treated, the comsuption of bandwidth.. or any thing like this? I am in urgent need to such a tool, If anyone
2004 Jun 24
6
R: How to force G729
>> allow=ulaw >Why don't you remove this? Because I need some other users to be able to call out using ULAW over the same PSTN gateway... -Manuel ___________________________________________________ Ticinocom SA - Via Stazione 5 - 6600 Muralto Tel 0844 007070 - Fax 0844 007071 http://www.ticinocom.com
2020 Sep 25
0
Negotiates g729 but RTP contains g711
Hi, I was able to use Unsniff to validate that the incoming 20 byte payloads of audio from the downstream IAX2 trunk was definitely G.729a whilst Asterisk 16.13.0 transcodes to G.711a unnecessarily. Media is confirmed as having been negotiated as g729 on all four streams. Nuance with this call is that it's from a WebRTC client which doesn't transmit any audio, could this be influencing