<div dir="ltr">Hi List,<br><br>Yes as per your suggestion I make a bash script for sleep the server. But doing so asterisk session also stop and server can&#39;t do any job in such time.<br>  <br>Actually I am using Asterisk and a2billing for my calling card system. When We hangup our call then a2billing start billing script which is my priority to do some changes into the call information after 2 sec. of wait for which I need to sleep the service at certain time. But if I start bash script for sleep then all thread of server also stop and I will on the same stage as before..<br>
<br>Do you have any other idea ? I already used php sleep(2) function..<br><br>and I can&#39;t do any work in between this sleep time into server. <br><br><div class="gmail_quote">On Thu, May 26, 2011 at 7:00 PM, A J Stiles <span dir="ltr">&lt;<a href="mailto:asterisk_list@earthshod.co.uk">asterisk_list@earthshod.co.uk</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On Thursday 26 May 2011, virendra bhati wrote:<br>
&gt; Hi ,<br>
&gt;<br>
&gt; Thanks for reply ..<br>
&gt; What is the meaning of that line which you have mention on the recent<br>
&gt; conversation<br>
&gt;<br>
&gt; System(path/to/sleep Xs)<br>
&gt;<br>
&gt; path/to/sleep =&gt; is the paths of any php script where sleep function is<br>
&gt; mention or anything else ?<br>
&gt; please illustrate if it is possible ....<br>
<br>
</div>It&#39;s fairly common to write something like &quot;/path/to/some/file&quot; to indicate<br>
that you need to specify a full  (absolute)  path, all the way back to the<br>
root folder; and many people have been using Unix for so long that they<br>
forget not everybody knows this.<br>
<br>
System() is an Asterisk dialplan command which executes a program; it expects<br>
the full path to the program it is going to execute.  &quot;sleep&quot; is a standard<br>
Unix command  (i.e., you could type it at the shell prompt if you wanted)<br>
which just does nothing for so many seconds.  You can find the path to<br>
the &quot;sleep&quot; command on your system by typing<br>
<br>
$ which sleep<br>
<br>
Then whatever output this gives you is what you need to use in place<br>
of &quot;/path/to/sleep&quot;.<br>
<br>
--<br>
AJS<br>
<br>
Answers come *after* questions.<br>
<font color="#888888"><br>
--<br>
_____________________________________________________________________<br>
</font><div><div></div><div class="h5">-- 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>
               <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>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br><div dir="ltr"><br><br><br>-----<br>Thanks and regards<br><br> Virendra Bhati<br>+91-9172341457<br>Asterisk Engineer<br></div><br>
</div>