[asterisk-users] Getting 603 Declined after AGI execution

virendra bhati virbhati at gmail.com
Sat May 21 03:11:33 CDT 2011


Hi Alejandro,

As per my a2billing knowledge it's termination issue. Might be your call
balance is finished please check and then test again.

On Thu, May 19, 2011 at 8:40 PM, Alejandro Mejia Evertsz <amejia at gua.net>wrote:

> Hello everyone.
>
> I'm using Asterisk 1.4.31 and A2Billing 1.7.0 to manage a small wholesale
> operation, so I configured A2Billing for not to answer the call nor play any
> greetings or balance notifications to the caller.
> I'm authenticating each customer by it's IP address, and each customer has
> it's own context, in which I set the following:
>
> ;=====in extensions.conf======
> [from-customerX]
> exten => _X.,1,Set(CDR(accountcode)=9999)  ;Here I change the accountcode
> depending on each customer
> exten => _X.,2,Set(CALLERID(dnid)=${EXTEN})
> exten => _X.,3,Goto(a2billing|${EXTEN}|1)
>
> [from-customerY]
> exten => _X.,1,Set(CDR(accountcode)=8888)
> exten => _X.,2,Set(CALLERID(dnid)=${EXTEN})
> exten => _X.,3,Goto(a2billing|${EXTEN}|1)
>
> [a2billing]
> exten => _X.,1,DeadAGI(a2billing.php|1)
> exten => _X.,2,Hangup(34)
> ;=============================
>
> A2Billing authenticates and routes the call properly, but when the
> termination gateway for the destination dialed by the customer rejects the
> call, my Asterisk box sends "603 Declined" to the customer.
> It also happens when A2Billing doesn't find any route for that destination,
> in which it should return "404 Not Found", but returns "603 Declined"
> instead.
> I tried to force every rejected attempt with "503 Service Unavailable"
> putting the Hangup(34) you see on my config, but it never seems to get
> there.
> The last thing I see on CLI running in verbose is: -- AGI Script
> a2billing.php completed, returning 0
>
> Is there anything I could do to return a different cause than "603
> Declined"?
> I posted the same question on A2Billing's forum, but had no luck.
>
> Thanks in advance,
>
> Alejandro Mejia
>
> --
> _____________________________________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
> New to Asterisk? Join us for a live introductory webinar every Thurs:
>              http://www.asterisk.org/hello
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>  http://lists.digium.com/mailman/listinfo/asterisk-users
>



-- 



-----
Thanks and regards

 Virendra Bhati
+91-9172341457
Asterisk Engineer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110521/183c971d/attachment.htm>


More information about the asterisk-users mailing list