search for: oh323_outcodec

Displaying 6 results from an estimated 6 matches for "oh323_outcodec".

2004 Jul 12
2
OH323 and G729
Dear All, I have problem with new oh323 0.6.3a , I try use var OH323_OUTCODEC, but it don't work. oh323 driver don't want connect to gateway with g729, it's work if I only use in oh323.conf one codec ( g729 ). If I enable 2 or more codecs - always in use other codec: -- Executing SetVar("IAX2[4010@4010]/1", "OH323_OUTCODEC=g729a") in new sta...
2004 Nov 26
0
"reason 23 (Temporary failure)" when using Dial(OH323)
...error code which I can't find documented everywhere. My H323 gatekeeper needs a 001NXXNXXXXXX to dial out to the PSTN even if I'm in north america (Montreal) Here is my H323 dial context: [h323-out] ; grab any NXXNXXXXXX and add a 001 for h323 gatekeeper exten => _NXXNXXXXXX,1,SetVar(OH323_OUTCODEC=ulaw) exten => _NXXNXXXXXX,2,Dial(OH323/001${EXTEN},60,r) ; grab any 1NXXXNXXXXXX and add a 00 for h323 gatekeeper exten => _1NXXNXXXXXX,1,SetVar(OH323_OUTCODEC=ulaw) exten => _1NXXNXXXXXX,2,Dial(OH323/00${EXTEN},60,r) ; international calls via h323 gatekeeper exten => _011.,1,SetVar(...
2004 Feb 22
2
oh323 codec negotiation
Hello I had this codec negotiation with oh323 call. i used G723 codec and the provider had G729 as first priority. In this situation what ever number i dial i used get "No one there to answer the call". As soon as i changed my codec to G729 the call went through but had other problems, which i got away by dowloading the latest code for oh323. Has anyone seen this problem? or it is
2004 Oct 04
1
some problems with OH323
Hello, I am facing some problems with OH323 1. I am using exten => 223,1,SetVar(OH323_OUTCODEC=gsm) or g729 exten => 223,2,Dial(OH323/x.x.x.x) but the call always go out in aLaw . 2. With OH323 I find one way audio . 3. How can I use ASTCC with OH323 , I have tried to use dialstrings like exten => 223,2,Dial(OH323/192.168.0.1/1234) to send the dialed number as 1234 , but it does n...
2004 Oct 07
0
Forcing a codec in chan_oh323
Hi, I have a communication partner who needs G.729. When I disable in oh323.conf all codecs except G.729A, everthing is fine, except that I can't receive calls with other codecs from other partners via H.323. That's why I enabled also GSM and G.711 in oh323.conf and put a SetVar(OH323_OUTCODEC=g729) in my extensions.conf for that partner. Now I see in the console log: -- Executing SetVar("OH323/R8166", "OH323_OUTCODEC=g729") in new stack -- Executing Dial("OH323/R8166", "OH323/3717077723@82.138.76.163|60") i -- H.323 call to 3717077723@82.138.76....
2005 Jun 25
0
OH323, RxFax and codecs
...the other side I have a Quintum CMS. However, I don't know how to force the codec before I answer the calls, i.e., I would like to answer the voice calls with G.729 and the fax calls with G.711. Is there any way to do this on Asterisk's side ? Is there something similar to SetGlobalVar(OH323_OUTCODEC=g729) for *incoming* calls ? I have different number ranges for voice and fax calls. Therefore I don't need fax detection. I just need a way to force the codec before I answer the calls. Thank you, Filipe M?rias