similar to: Setting Codecs on the Fly

Displaying 20 results from an estimated 11000 matches similar to: "Setting Codecs on the Fly"

2004 Oct 25
5
Nortel Phones.
Hello, I am wondering if anyone is using the Nortel 2001 2002 or 2004 phones on their asterisk implementation. My local dealer says they are not compatible with any open source implementations. Is there a phone compatibility list somewhere? Cheers Cian
2005 Jun 08
13
Anyone noticed Voipjet voice quality problems?
Dear all, I've noticed some significant voice quality deterioration when calling US landline via VoIPjet.com in the last week or so. Before that the quality was pretty good. Has anyone else experienced any voice quality problems with voipjet recently? Thanks, Roman
2005 Jan 03
6
QOS / Cisco / Asterisk
We're trying to PQ (Priority Queue) packets on a Cisco using ACL's. What we're trying to avoid is hardcoding the IP address in the ACL. We were trying to match by TOS set by Asterisk however it seems we've run into a snag where the packet TOS tends to get reset somewhere on our network. Has anyone had this issue? We're running Cisco everywhere inbetween (even the switches). Is
2004 Dec 20
7
One SIP peer use 2 diff codecs?
I asked this question once before with no answer. Hopefully someone can help me as I cannot see a way to do this. I am wanting to differentiate inbound calls voice from FAX. The purpose of course voice gets g729 and FAX gets 711 (ulaw). The problem I'm having is everytime it matches the SIP peer (like it should) but it's always goes to the prefered codec. Anyone have suggestions on how to
2006 Feb 27
3
Matching '*'
I'm trying to find a way in extensions.conf to match ANYTHING dialled, including characters such as *. The following works for numbers... exten => _X.,1,AGI(script) but doesn't catch when someone dialls * first. I tried this: exten => _.,1,AGI(script) which catches when someone dials say, *123 for example, but after the AGI script terminates, Asterisk executes it again with
2006 Dec 19
26
Match a Numer - then continue with dialplan
Anyone know if there's a way to match a dialplan extension, execute some code, say set a variable, and then continue with the dialplan? I want to set a variable when the dialplan flows beyond a certain context. This would be a great feature. Doug.
2004 Aug 19
6
How to run different codecs between the same endpoints on an IAX trunk?
Or perhaps how to configure and refer to two parallel IAX trunks with different codecs? I have a situation where I'm using G.729A as my IAX trunking codec. Now I need to push some short duration, low bitrate modem traffic over the link (a credit card terminal). Obviously the modem audio isn't going to survive the G.729 codec process intact, so for the times the device is used I'd like
2006 Apr 07
2
DIALSTATUS for Multiple Dialled Numbers
Folks, When I have a dial string like this: Dial(SIP/3254101&SIP/3254102,20,tr) and I want to check the ${DIALSTATUS} variable after the dial, how do I know which number I am getting the variable for? And, what about this? Dial(SIP/3254101&SIP/3254102@proxy1,20,tr) What happens in that case? How can I get the ${DIALSTATUS} variable for EACH NUMBER dialled? Thanks, Doug.
2007 Oct 29
5
A Leg Control on Asterisk Callback
I'm confused about something. It's the way Asterisk handles the A leg (ie the first party dialed) on an originate command via the Manager Interface. Lets say our originate commands looks like this: ACTION: Originate Async: yes Timeout: 60000 Exten: callback Channel: SIP/5551212 at provider Variable: destination=SIP/8675309 at provider Callerid: 5551212 Context: default ActionID: 849120
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 Apr 02
3
Asterisk G729 codec...
Humm... should the list would be magic again? I have just intsalled, using the register, benchmark and downloared the correct codec to my asterisk installation, but I don't have the g729 command at my CLI... Any advice... Do I reboot? ;D
2006 Jan 13
3
FastAGI Command Execution
I've noticed that with FastAGI (and maybe AGI) that when you sequentially send a sequence of dial commands, if the call is picked up, that after the call ends, the Fast AGI script keeps executing the commands! Is there anyway to stop execution once a call is picked up? I think looking at the result codes after the Dial to determine if the call was picked up or not is not a good idea... if it
2009 Oct 20
1
Is there a way to force a codec on an incoming sip uri call?
Hello, I'd like to implement some public sip uri's that poeple can call into and get an echo test. Is there a way to force a codec so that users can test various codecs? Something like: echo-test at example.com (negotiates whatever codec, is there a way to figure out what codec was negotiated and tell the user) echo-test-g711 at example.com (forces g711) echo-test-g729 at
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
2009 Jan 29
1
Managing codecs
Hi, I`d like to know the best way to manage codecs to let the CPU breath as much as possible. I understand transcoding is a big part of CPU usage on Asterisk, and I have the following situation: - A SIP provider that offers me G729 and ULAW (my choice, both as allowed) - Some of my calls are from G729 enabled phones to outside lines, and I`d like to send those calls using G279 to my
2006 Mar 14
4
Stuck. Extenions.conf? Realtime? MySQL? Grrrrr!
Boy, am I stuck... I'm officially ready to toss Asterisk out the window. I have to admit it isn't necessarily all the fault of Asterisk either. It just seems that every option I turn to suddenly ends in failure. I don't know if it's me that's bitten of more than I can chew with this project, or maybe Asterisk just isn't mature enough yet. Nothing complicated really....
2011 Aug 15
4
Enabling yum-repo on fly?
Dear all, Is there any way to enable a particular yum-repo (like: yum -- enablerepo=<repo_name>), which is disabled as default, for a particular package installation? For our system, we need to "dag" for particular two packages but keeping it always enabled, clashes with other packages, which we don''t want to install for dag at all. What''s the option(s) I have to
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 May 11
8
Dialling a DUNDi Route
I'm using DUNDi. My lookup returns 'IAX2' for the tech, and 'dundi:q9sgTFkVMBFdmp0IDX1bYQ@xxx.187.142.204/3254101' for the destination. How do I dial this? I've tried dialling it with: "Dial" "IAX2/dundi:q9sgTFkVMBFdmp0IDX1bYQ@xxx.187.142.204/3254101" passed from my AGI script, but the other endpoint (xxx.187.142.204) is returning: May 11 09:23:41
2006 Oct 10
10
Voicemail Press '0'
Crikey. I can't get this to work! Allegedly, you can press 0 while in the voicemail greeting and be dropped to the 'o' extension. For some reason, I can't get it to work. The 'docs' aren't clear about what context the o extension should be in. The voip wiki says "the context for the voicemail box that we're looking for in the dialplan for the jump to the