similar to: change codec mid-call

Displaying 20 results from an estimated 10000 matches similar to: "change codec mid-call"

2007 Jul 13
0
asterisk snmp
Hello, I'm trying to monitor asterisk with snmp. I'm using asterisk 1.4.4 compiled with res_snmp on a debian stable: *CLI> module show like snmp Module Description Use Count res_snmp.so SNMP [Sub]Agent for Asterisk 0 I've configured asterisk in res_snmp.conf: [general] subagent = yes enabled = yes and when asterisk start print
2009 Jul 06
1
Monitor
Hi All am using trixbox with call queues..I've set setinterfacevars=yes in queues.conf and following is dial plan : [test] exten => s,1,Answer() exten => s,2,Set(FILE_NAME=${CALLERID(num)}-${MEMBERINTERFACE}-${STRFTIME(${EPOCH},,%Y%m%d-%H%M%S)}) exten => s,3,Monitor(wav,${FILE_NAME},m) exten => s,4,queue(55365) exten => s,5,Hangup() but MEMBERINTERFACE is always empty - i
2006 Aug 01
0
About iptables with set --tos option
Hello, I want to set the TOS of packets that are entering in my network with value 0x00 (or other). For this, I''m using iptables with the next comand: iptables -t mangle -A FORWARD -i eth1 -s 0/0 -j TOS --set-tos 0x00 The problem ocurrs when my packets have a previous TOS of value difference from 0x00, because the comand do the next operation: OLD_TOS + 0x00 = OLD_TOS I would want
2009 Jun 18
2
Multiple Outgoing Lines: extensions.conf
Dear all, I am currently trying to configure a PBX make use of a multiple of outgoing lines, currently my extensions.conf looks something like below >> ; extensions.conf ; 20th October 2008 [globals] sip1=201 sip2=202 sip3=203 sip4=204 [general] autofallthrough=yes [default] [incoming_calls] exten => _89859715,1,Dial(SIP/201) exten =>
2003 Oct 23
1
How to write sound file with G723.1 codec or G729 codec
Hello, all How can I write sound file with external G723.1 codec ( actually I have CISCO that can make H323 call to Asterisk box with G723.1 or G729 codec ) I am trying to start Record application by specifying in extensions.conf [writesound] exten => s,1, Answer exten => s,2,Record(soundexample:g723sf) or ...... ( soundexample:g729) I'am using oh323 channel driver, in oh323.conf
2008 Jul 07
2
Codec negotiation for Thomson ST2030 and g729
Hi all, i'm trouble with codec setup on an asterisk machine 1.4.18 and some Thomson ST2030 as extensions. In the users.conf file for internal extension i have: disallow=all allow=g729 allow=alaw allow=ulaw Without any codec installed (i mean with original g729 of asterisk) all go fine, calling from an extension to one other: Peer User/ANR Call ID Seq (Tx/Rx) Format
2006 Apr 19
1
Codec problem from SIP to H323
Hello. I have a codec problem to send calls from a SIP device to a H323 gateway. First I'll explain the scenario: - Asterisk 1.2.1 - The SIP phone can use any codec I want. - The H323 gateway can only use g729 (cause it's not under my administration) - SIP phone has g729 configured, so my asterisk doesn't need to "transcode" (I don't have licences for g729) - sip.conf
2011 Mar 06
1
Early codec selection / negotiation
Hi, This seems to be a fairly common question, but I have Googled for this quite a bit and looked at the Asterisk documentation/book and haven't been able to find an answer. My question is: Can I get my IP phone to select a different codec depending on the final destination of each call? I've got these things connected to my Asterisk box: - Snom 300 phone (supports g729 and
2008 Nov 13
0
Problems with Licensed g729a codec from Digium
Firstly, I'm running Asterisk 1.4.4 on Solaris 10. I have several different internal SIP phones all sharing a single IAX2 VoIP channel. PHONES |------------- <SIP/uLAW> --------------| ASTERISK |-------------- <IAX2/g729> ------------|VoIP/ISP The g729 codec has been registered successfully and appears to be detected by Asterisk (NOTE: I have changed what I thought might have
2010 Sep 06
3
What can make G.729a codec hostid change?
After upgrading my small test system from Debian Etch->Lenny via a complete reinstall, I find my g729 hostid has changed. Same machine, same CPU, same NIC! It doesn't seem reasonable that I have to burn my one "no-hassle" re-registration for a simple OS upgrade. The README only says that hostid is based on MAC addresses of all NICs, but that doesn't seem to be true. Does
2017 Nov 01
3
asterisk 13.18.0: pjsip: unnecessary 603 decline because of wrong codec decision
Hello! I'm facing the following scenario: - Initial call opened to asterisk: SDP g722,alaw,ulaw - Outgoing call to provider started with Invite / SDP alaw, g726 and g729. - Provider sends 183 Session progress SDP: g729, alaw - Provider sends g729 rtp packages But: there is no license to transcode g729. What is asterisk doing? Asterisk decides to stop the call at all: - Sends cancel
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
2004 Dec 21
1
G729, x-pro, and codec ordering
-----Original Message----- I'm crazy here trying to make X-Pro use ONLY g729, and you're struggling to make it not to use it :)... Can you please indicate what's your config for X-Pro and sip.conf? sip.conf: [12345] type=user username=12345 secret=12345 nat=no host=dynamic reinvite=no canreinvite=no disallow=all allow=g729 allow=g729a allow=g723.1 allow=g726 allow=ulaw allow=alaw
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
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
2005 Mar 04
2
Problems with g729 codec
Hello, I?m trying the g729 codec for testing pourpose. Whe I try to make a SIP call from a phone using g729 codec to another phone using another codec, when the destination phone answer, the call hangs up. this happend in both ways. In the asterisk console I get. Mar 4 13:11:35 NOTICE[24572]: channel.c:1724 ast_set_write_format: Unable to find a path from gsm to g729 What does it mean?
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 Jan 26
0
canreinvite and codec negotations... and NAT
I've gotten canreinvite=yes to work with a sip device behind NAT!! You *MUST* port forward the SIPPort to in your gateway router to your phone. This is a MUST. Okay, now on to my problem.. I have people who will be using ulaw, and I have people who will be using g729.. I want to set it up so that canreinivte will work.. I have a single cisco gateway.. Asterisks isn't handling the
2004 Jan 29
0
canreinvite and codec negotations...
Okay, now on to my problem.. I have people who will be using ulaw, and I have people who will be using g729.. I want to set it up so that canreinivte will work.. I have a single cisco gateway.. Asterisks isn't handling the negotation between the 2 devices very well.. For example.. [gateway] type=friend host=1.2.3.4 canreinvite=yes qualify=200 dtmfmode=rfc2833 context=default disallow=all
2005 Mar 05
0
Are codec "capabilities bitmasks" different in IAX and SIP?
I didn't know how else to caption this. I'm trying to play around with codec pass-through. I have two SIP phones, both with g729, behind two Asterisk servers. I set all the configs, SIP and IAX, to "disallow=all; allow=g729" on both servers. But the originating server won't even try to call the destination server: -- Executing Dial("SIP/btel-c7d7",