<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><DIV>Hello,</DIV>
<DIV>&nbsp;</DIV>
<DIV>thanks for your help and you time,</DIV>
<DIV>&nbsp;</DIV>
<DIV>I tried your statement in my extension like this:</DIV>
<DIV>&nbsp; exten = 777,n,&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; set(TIMEOUT(absolute)=10)<BR>&nbsp;&nbsp;exten = 777,n,&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; dial(iax2/400)<BR>&nbsp;&nbsp;exten = 777,n,&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; hangup()</DIV>
<DIV>&nbsp;</DIV>
<DIV>If peer (400) answers the call the call persists, no autohangup is made after 10 senconds (absolute timeout), but the if peer does not hangup, it rings for 10 seconds and stops.</DIV>
<DIV>&nbsp;</DIV>
<DIV>"Are you saying that when you execute the dial application from your AGI <BR>Asterisk dials the peer and when peer answers they get dead air for 13 <BR>seconds before being bridged with the caller?"</DIV>
<DIV>&nbsp;</DIV>
<DIV>No, the communication is up we hear each other, but the satament System.out.println("after dial app") which is just after exec("dial.... is executed after about 13 seconds, and sometimes not, the dial blocks the script to continue.<BR></DIV>
<DIV>&nbsp;</DIV>
<DIV>How to set the channel variable in the AGI script??</DIV>
<DIV>&nbsp;</DIV>
<DIV>Many thanks</DIV>
<DIV><BR><BR>&nbsp;</DIV>
<DIV style="FONT-FAMILY: times new roman, new york, times, serif; FONT-SIZE: 12pt"><BR>
<DIV style="FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 13px"><FONT size=2 face=Tahoma>
<HR SIZE=1>
<B><SPAN style="FONT-WEIGHT: bold">De :</SPAN></B> Steve Edwards &lt;asterisk.org@sedwards.com&gt;<BR><B><SPAN style="FONT-WEIGHT: bold">À :</SPAN></B> Asterisk Users Mailing List - Non-Commercial Discussion &lt;asterisk-users@lists.digium.com&gt;<BR><B><SPAN style="FONT-WEIGHT: bold">Envoyé le :</SPAN></B> Lun 7 juin 2010, 0h 37min 36s<BR><B><SPAN style="FONT-WEIGHT: bold">Objet&nbsp;:</SPAN></B> Re: [asterisk-users] Re : Controlling calls<BR></FONT><BR>On Sat, 5 Jun 2010, Adil Zaaraoui wrote:<BR><BR>&gt; I want to write an AGI script doing this:<BR>&gt;<BR>&gt; 1-user call a number.<BR>&gt; 2-asterisk call the agi script<BR>&gt; 3-the script dial the peer<BR>&gt; 4-if the call is answered, let the call up for 1min<BR>&gt; 5-then the script hangs up the channel.<BR><BR>On Sun, 6 Jun 2010, Steve Edwards wrote:<BR><BR>&gt; Can you lookup the peer and the remaining minutes in your AGI, set these <BR>&gt; values in channel variables and then set the
 timeout and dial your peer <BR>&gt; in your dialplan?<BR><BR>On Sun, 6 Jun 2010, Adil Zaaraoui wrote:<BR><BR>&gt; Yes i can get the user remaining minutes from my database, the scrips <BR>&gt; runs; but when i run exec("Dial","IAX2/400") then geting the <BR>&gt; channelStatus if is answer it does not hangup using either <BR>&gt; getChannel().hangup() or just hangup().<BR>&gt;<BR>&gt; note: when running Dial from my script, it blocks for a period about <BR>&gt; 13seconds then the program continue to the next statment.<BR><BR>Are you saying that when you execute the dial application from your AGI <BR>Asterisk dials the peer and when peer answers they get dead air for 13 <BR>seconds before being bridged with the caller?<BR><BR>&gt; I think you get what i want to achieve. dialing from the script, if the <BR>&gt; channel is answered, set a timer, if the caller consumed his minutes, <BR>&gt; from the script i hangup.<BR><BR>Did you try setting channel
 variables in your AGI and then doing an <BR>absolute timeout and the dial command in the dialplan? What happened?<BR><BR>What happens if you try something like this:<BR><BR>&nbsp; &nbsp; &nbsp; &nbsp; exten = 777,n,&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; set(TIMEOUT(absolute)=30)<BR>&nbsp; &nbsp; &nbsp; &nbsp; exten = 777,n,&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; dial(iax2/400)<BR>&nbsp; &nbsp; &nbsp; &nbsp; exten = 777,n,&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; hangup()<BR><BR>What is supposed to happen if the call is not answered?<BR><BR>-- <BR>Thanks in advance,<BR>-------------------------------------------------------------------------<BR>Steve Edwards&nbsp; &nbsp; &nbsp; <A href="mailto:sedwards@sedwards.com" ymailto="mailto:sedwards@sedwards.com">sedwards@sedwards.com</A>&nbsp; &nbsp; &nbsp; Voice: +1-760-468-3867 PST<BR>Newline&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Fax: +1-760-731-3000<BR><BR>-- <BR>_____________________________________________________________________<BR>-- Bandwidth and Colocation Provided by <A href="http://www.api-digital.com/" target=_blank>http://www.api-digital.com</A> --<BR>New to Asterisk? Join us for a live introductory webinar every Thurs:<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <A href="http://www.asterisk.org/hello" target=_blank>http://www.asterisk.org/hello</A><BR><BR>asterisk-users mailing list<BR>To UNSUBSCRIBE or update options visit:<BR>&nbsp; <A href="http://lists.digium.com/mailman/listinfo/asterisk-users" target=_blank>http://lists.digium.com/mailman/listinfo/asterisk-users</A><BR></DIV></DIV></div><br>




      </body></html>