<html><body bgcolor="#FFFFFF"><div>When passing arguments to applications you must use parentheses.</div><div><br></div><div>Try:</div><div><br></div><div>&nbsp;&nbsp;exten =&gt; _X.,3,DeadAGI(a2billing.php)</div><div><br></div><div>You can omit parentheses when calling applications with no arguments, e.g.</div><div><br></div><div>&nbsp;&nbsp; exten =&gt; s,1,Answer</div><div><br></div><div>... but not when there are parameters.</div><div><br><div>--</div>Sent from mobile device</div><div><br>On Jan 1, 2010, at 7:01 AM, Saeed Akhtar &lt;<a href="mailto:saeedakhtar.484@gmail.com">saeedakhtar.484@gmail.com</a>&gt; wrote:<br><br></div><div></div><blockquote type="cite"><div><div dir="ltr">hi all,<div><br></div><div>I have a little problem. I'm trying to configure a2billing (asterisk2billing) with asterisk. Everything done successfully but when I try to call following error occur&nbsp;</div><div>

&nbsp;&nbsp; "WARNING[9690]: pbx.c:3170 pbx_extension_helper: No application 'DeadAGI,a2billing.php' 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: 'Trebuchet MS', 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>
</div></blockquote><blockquote type="cite"><div><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></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>