<!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>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I wrote an AGI script in perl&nbsp;i asked the 
script to dial a number</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
$AGI-&gt;set_callerid($calleridnum);</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if($left &gt; 
0)<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {<BR>&nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
$AGI-&gt;exec('Dial',"H323/$phonenumber");<BR>&nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; }else{<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; $res = 
&amp;mystreamfile("vm-goodbye");<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
$AGI-&gt;hangup();<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>The chan_h323 registers well to my gnugk. I call 
the&nbsp;asterisk through the gatekeeper(GNUGK)&nbsp;using a CISCO ATA. The 
prompt from Asterisk PBX&nbsp;until database manipulation&nbsp;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>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>On Asterisk i allowed the following codec: g729, 
gsm, ulaw&nbsp;and alaw.&nbsp;I purchased a g729 license from Digium. I know my 
PSTN&nbsp;provider supports G729 codec and G711, and my cisco is set to the G729 
codec. </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Can someone give me a hint?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Kido</DIV></FONT></BODY></HTML>