<html><body bgcolor="#FFFFFF"><div>Wait is not ONLY for use with Answer, that just happens to be a common use.</div><div><br></div><div>To answer the OP, a quick look at&nbsp;<a href="http://www.voip-info.org/wiki/view/Asterisk+cmd+Wait">http://www.voip-info.org/wiki/view/Asterisk+cmd+Wait</a> confirmed that Wait does not work after a channel is hung up:</div><div>"<span class="Apple-style-span" style="font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; -webkit-tap-highlight-color: rgba(26, 26, 26, 0.296875); -webkit-composition-fill-color: rgba(175, 192, 227, 0.230469); -webkit-composition-frame-color: rgba(77, 128, 180, 0.230469); font-size: 12px; ">If Wait() is run on a channel which has been hung up (i.e. from the 'h' extension), the Wait() application returns 0 immediately and no further processing of the 'h' extension priorities takes place. You can get around this with 'System(path/to/sleep Xs)', where 'X' is the number of seconds to wait. Nasty, but it works.&nbsp;"</span><br><br>Sent from my iPhone</div><div><br>On May 26, 2011, at 6:00 AM, James zhu &lt;<a href="mailto:zhulizhong@live.com">zhulizhong@live.com</a>&gt; wrote:<br><br></div><div></div><blockquote type="cite"><div>
hi:<br>i think the wait is used for answer command.&nbsp; please show any debug info?<br><br>Best regards,<br>James.zhu<br>Doing asterisk/PRI/ss7/dahdi, linux, asterisk cards, gateway(fxs/fxo/pri&lt;-&gt;SIP).<br>website: <a href="http://www.voipviews.com">www.voipviews.com</a> <br><br><br><br><br><hr id="stopSpelling">Date: Thu, 26 May 2011 16:15:31 +0530<br>From: <a href="mailto:virbhati@gmail.com"><a href="mailto:virbhati@gmail.com">virbhati@gmail.com</a></a><br>To: <a href="mailto:asterisk-users@lists.digium.com"><a href="mailto:asterisk-users@lists.digium.com">asterisk-users@lists.digium.com</a></a><br>Subject: [asterisk-users] Is this Asterisk issue of feature<br><br><div dir="ltr">Hi List,<br><br>I am confuse about this feature.<br>When we use Wait(20)&nbsp; in active call session then it's work. But when we use after hangup the call then Asterisk don't wait from define time.<br><br>
Ex:- <br><br>[call_log]<br><br>exten =&gt; 4368,1,Answer()<br>exten =&gt; 4368,n,Flite("Welcome")<br>exten =&gt; 4368,n,Set(__StartTime=${STRFTIME(${EPOCH},Asia/Calcutta,%Y-%m-%d %H:%M:%S)})<br>exten =&gt; 4368,n,Set(__uniqueId=${UNIQUEID})<br>
<b>exten =&gt; 4368,n,Wait(20)</b> <b><span style="color: rgb(255, 0, 0);">; At this moment it's work.</span></b><br>exten =&gt; 4368,n,Hangup()<br><br><br>exten =&gt; h,1,NoOp(*******************Now wait(20) wouldn't work ***************** )<br>
exten =&gt; h,n,Wait(20)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b style="color: rgb(255, 0, 0);">&nbsp; ; At this moment it's not work.</b><br>exten =&gt; h,n,NoOp(*******************never come&nbsp; into execution ******************)<br>&nbsp; <br clear="all"><div dir="ltr">
-----<br>Thanks and regards<br><br>&nbsp;Virendra Bhati<br>+91-9172341457<br>Asterisk Engineer<br></div><br>
</div>
<br>--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com">http://www.api-digital.com</a> --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               <a href="http://www.asterisk.org/hello">http://www.asterisk.org/hello</a>

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a>                                               
</div></blockquote><blockquote type="cite"><div><span>--</span><br><span>_____________________________________________________________________</span><br><span>-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com">http://www.api-digital.com</a> --</span><br><span>New to Asterisk? Join us for a live introductory webinar every Thurs:</span><br><span> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.asterisk.org/hello"><a href="http://www.asterisk.org/hello">http://www.asterisk.org/hello</a></a></span><br><span></span><br><span>asterisk-users mailing list</span><br><span>To UNSUBSCRIBE or update options visit:</span><br><span> &nbsp;&nbsp;<a href="http://lists.digium.com/mailman/listinfo/asterisk-users"><a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a></a></span></div></blockquote></body></html>