<div dir="ltr">hi all,<div><br></div><div>I have a little problem. I&#39;m trying to configure a2billing (asterisk2billing) with asterisk. Everything done successfully but when I try to call following error occur </div><div>

   &quot;WARNING[9690]: pbx.c:3170 pbx_extension_helper: No application &#39;DeadAGI,a2billing.php&#39; for extension (a2billing, 456,3)</div><div>and it hang ups the call. Can someone please tell me why this error occuring. My extension.conf script is as following.</div>

<div><span class="Apple-style-span" style="font-family: &#39;Trebuchet MS&#39;, Arial, Helvetica, sans-serif; font-size: 13px; color: rgb(85, 85, 85); "><pre class="wiki" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(237, 249, 192); border-top-width: 1px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(188, 231, 21); border-right-color: rgb(188, 231, 21); border-bottom-color: rgb(188, 231, 21); border-left-color: rgb(188, 231, 21); margin-top: 30px; margin-right: 30px; margin-bottom: 30px; margin-left: 30px; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; overflow-x: auto; overflow-y: auto; border-style: initial; border-color: initial; background-position: initial initial; ">

[a2billing]
; CallingCard application
exten =&gt; _X.,1,Answer
exten =&gt; _X.,2,Wait,2
exten =&gt; _X.,3,DeadAGI,a2billing.php
exten =&gt; _X.,4,Wait,2
exten =&gt; _X.,5,Hangup

[did] 
; CallingCard application 
exten =&gt; _X.,1,DeadAGI(a2billing.php|1|did) </pre></span></div><div>while a2billing.php is places in &lt;asterisk dir&gt;/agi-bin/a2billing.php</div><div><br><br>Regards,<br><br>Saeed Akhtar<br><br>
</div></div>