search for: customerx

Displaying 3 results from an estimated 3 matches for "customerx".

Did you mean: customers
2011 May 19
1
SIP 603 Declined after AGI execution
...eration, 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)=$...
2011 May 19
1
Getting 603 Declined after AGI execution
...eration, 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)=$...
2010 Jan 12
5
Multi-Tenant Parking
...3,ParkAndAnnounce(PARKED:call-waiting,60,Local/${EXTEN}@customer2-callback) exten => _X.,4,Hangup() Calls are passed to the contexts in extensions by the number of the user trying to place the call on park. The calls park fine, can be retrieved fine, and the callbacks work fine (via the "customerX-callback") contexts which are not shown here. However, it simply does not seem to be putting calls into the parking lots defined for each customer. It seems to place them all into the default parking lot regardless of the lot you are trying to put them into. I see a lot of people having sim...