<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1458" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi all,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I wrote an AGI script in perl i asked the
script to dial a number</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>
$AGI->set_callerid($calleridnum);</FONT></DIV>
<DIV><FONT face=Arial size=2> if($left >
0)<BR> {<BR>
$AGI->exec('Dial',"H323/$phonenumber");<BR>
}else{<BR> $res =
&mystreamfile("vm-goodbye");<BR>
$AGI->hangup();<BR> }<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>The chan_h323 registers well to my gnugk. I call
the asterisk through the gatekeeper(GNUGK) using a CISCO ATA. The
prompt from Asterisk PBX until database manipulation is fine. But when
it dials the numbers, it rings but as soon as someone picks up the call
drop.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>On Asterisk i allowed the following codec: g729,
gsm, ulaw and alaw. I purchased a g729 license from Digium. I know my
PSTN provider supports G729 codec and G711, and my cisco is set to the G729
codec. </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Can someone give me a hint?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Thanks</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Kido</DIV></FONT></BODY></HTML>