<blockquote class="gmail_quote" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span style>exten =&gt; _X.,1,Hangup()</span> </blockquote>
its wrong causing priority conflict.<div><br></div><div>NOOP is just for fun no benefit aside from printing something for you info on CLI.</div><div><br><div><br><div class="gmail_quote">On Wed, Apr 4, 2012 at 6:35 PM, bilal ghayyad <span dir="ltr">&lt;<a href="mailto:bilmar_gh@yahoo.com">bilmar_gh@yahoo.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dears;<br>
<br>
In asterisk 1.8, it is not more possible to use DeadAGI?<br>
<br>
Also, I found the below commands in the a2billing and I would to ask why it set the sequence 1 for the Hangup()? Maybe because it is related to the NoOp? How?<br>
<br>
[a2billing-callingcard]<br>
exten =&gt; _X.,1,NoOp(A2Billing Start)<br>
exten =&gt; _X.,n,Answer()<br>
exten =&gt; _X.,n,Wait(2)<br>
exten =&gt; _X.,n,DeadAgi(a2billing.php,1)<br>
exten =&gt; _X.,1,Hangup()<br>
<br>