search for: customery

Displaying 2 results from an estimated 2 matches for "customery".

Did you mean: customary
2011 May 19
1
SIP 603 Declined after AGI execution
...9;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...
2011 May 19
1
Getting 603 Declined after AGI execution
...9;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...