Support A2Billing :

provided by Star2Billing S.L.

Support A2Billing :
It is currently Thu Apr 18, 2024 6:01 pm
Voice Broadcast System


All times are UTC




Post new topic Reply to topic  [ 11 posts ] 
Author Message
 Post subject: System does not recognize Caller with ANI
PostPosted: Mon Jul 21, 2008 5:18 pm 
Offline

Joined: Mon Jul 21, 2008 5:13 pm
Posts: 3
I have a2billing running with elastix on the same server. Everything was running ok. I had my users recognized by caller id. All of sudden a user called me and said the system is asking for the card number. That means caller id does not work. When I checked the logs, the system is showing all caller numbers.
Does anyone know where to look?


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jul 21, 2008 5:27 pm 
Offline
User avatar

Joined: Mon Apr 30, 2007 6:43 am
Posts: 1060
Location: Canada
Does the callerid attached to the cards appears exactly as what you are receiving in the logs? And are you using any callback area code? in the line that contains calls the DeadAGI?


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jul 21, 2008 6:03 pm 
Offline

Joined: Mon Jul 21, 2008 5:13 pm
Posts: 3
asiby wrote:
Does the callerid attached to the cards appears exactly as what you are receiving in the logs? And are you using any callback area code? in the line that contains calls the DeadAGI?


Yes the caller id looks exactly as on the cards.
We are not using callback.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jul 21, 2008 6:05 pm 
Offline
User avatar

Joined: Mon Apr 30, 2007 6:43 am
Posts: 1060
Location: Canada
Ok. How about the agi-confx number. Do you know if the call is still being sent to the same agi-conf1 or agi-conf2, ... as before?


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jul 21, 2008 6:10 pm 
Offline

Joined: Mon Jul 21, 2008 5:13 pm
Posts: 3
asiby wrote:
Ok. How about the agi-confx number. Do you know if the call is still being sent to the same agi-conf1 or agi-conf2, ... as before?


I found it. Thanks.

It seems that the DID provider starts to add "1" in the front of area code and number. I used to get ID as xxx-xxx-xxxx. No I'm getting 1-xxx-xxx-xxxx.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jul 22, 2008 3:11 am 
Offline
User avatar

Joined: Mon Apr 30, 2007 6:43 am
Posts: 1060
Location: Canada
I guess the caller id didn't look exactly as on the cards.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 08, 2008 5:34 am 
Offline

Joined: Sat Jul 28, 2007 5:51 am
Posts: 79
what's a fix if you have 2 providers one sending their callerid as xxx-xxx-xxxx format and the other has 1-xxx-xxx-xxxx. What's an easiest way to ani translation?

Thanks


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 08, 2008 1:06 pm 
Offline
Moderator
User avatar

Joined: Tue Jun 06, 2006 12:14 pm
Posts: 685
Location: florida
I think the best thing to do is in your extensions file before you pass the call is to analyze it and add the "1" to it before you pass it to A2B. You could either look at the length and add it, or if that doesn't work, you could say calls coming in from the carrier without the "1" to add a "1" to their calls. That way you get a more consistent system.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 08, 2008 2:32 pm 
Offline

Joined: Sat Jul 28, 2007 5:51 am
Posts: 79
krzykat wrote:
I think the best thing to do is in your extensions file before you pass the call is to analyze it and add the "1" to it before you pass it to A2B. You could either look at the length and add it, or if that doesn't work, you could say calls coming in from the carrier without the "1" to add a "1" to their calls. That way you get a more consistent system.


As far what to do, I had a same idea, but the question was how you do it


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 09, 2008 2:15 pm 
Offline
Moderator
User avatar

Joined: Tue Jun 06, 2006 12:14 pm
Posts: 685
Location: florida
[a2billing-callback-without1]
exten => _.,1,Set(CALLERID(number)=1${CALLERIDNAME})
exten => _.,2,DeadAGI(a2billing.php|1|cid-callback)
exten => _.,n,Hangup

[a2billing-callback-DR]
exten => _.,1,Set(CALLERID(number)=1809${CALLERIDNAME})
exten => _.,2,DeadAGI(a2billing.php|1|cid-callback)
exten => _.,n,Hangup

So then just make sure you push that carrier to that particular context you need.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 09, 2008 2:27 pm 
Offline

Joined: Sat Jul 28, 2007 5:51 am
Posts: 79
krzykat wrote:
[a2billing-callback-without1]
exten => _.,1,Set(CALLERID(number)=1${CALLERIDNAME})
exten => _.,2,DeadAGI(a2billing.php|1|cid-callback)
exten => _.,n,Hangup

[a2billing-callback-DR]
exten => _.,1,Set(CALLERID(number)=1809${CALLERIDNAME})
exten => _.,2,DeadAGI(a2billing.php|1|cid-callback)
exten => _.,n,Hangup

So then just make sure you push that carrier to that particular context you need.


Thank you for your time trying to help. I will try it out. I was using
exten => _X.,1,Set(CALLERID(number)=1${CALLERID(number)})
but it didnt work, I guess because I didnt know any better.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 11 posts ] 
Predictive Dialer


All times are UTC


Who is online

Users browsing this forum: No registered users and 6 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group