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 not work , can anyone tell me how to pass the dialed number with OH323 ? Thanks, Ehsanul Karim
M. Ehsanul Karim wrote:> 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 .Use the SetGlobalVar function instead. The README of asterisk-oh323 mentions 'SetVar' but this is wrong (sorry).> > 2. With OH323 I find one way audio .When?> > 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 not work , can anyone > tell me how to pass the dialed number with OH323 ?OH323/number@192.168.0.1> > Thanks, > > Ehsanul KarimMichael.