Support A2Billing :

provided by Star2Billing S.L.

Support A2Billing :
It is currently Fri Apr 19, 2024 10:14 pm
Auto Dialer Software


All times are UTC




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: There is no route to call back your phonenumber!
PostPosted: Wed Dec 19, 2007 11:34 pm 
Offline

Joined: Tue Dec 11, 2007 3:11 pm
Posts: 8
There is no route to call back your phonenumber!

from
011573173262211
to
16788054444

If I test them using the simulator in the customer interface
Both show up ok with a cost per min.

I must have something set wrong,

I have make this work in the past, with both US numbers.

Thank you


Top
 Profile  
 
 Post subject:
PostPosted: Thu Dec 20, 2007 7:58 am 
Offline
Moderator
User avatar

Joined: Thu Jun 22, 2006 2:19 pm
Posts: 2890
Location: Devon, UK
I think the callback automatically trims any leading '0' from the number, although this may have changed. Additionally '011' is in the default list of international_prefixes, so will be stripped before matching against your ratecard if selected.
I recently discovered that the ratecard simulator has its own different set of rules for stripping prefixes, which may also be affecting your results.

You'll need to read the debug log for the callback to see exactly what numbers it received, and which it looked up in the database to figure out what needs to be fixed.


Top
 Profile  
 
 Post subject: Little Code fix.
PostPosted: Fri Dec 21, 2007 10:37 pm 
Offline

Joined: Tue Dec 11, 2007 3:11 pm
Posts: 8
I added this to line 57 in the callback.php code located in the customer UI
directory

// Special fix because we dont like 011 we remove it
$called=ereg_replace("^011","",$called);
$calling=ereg_replace("^011","",$calling);


I should find how he reads the .conf file and test for it correctly
but for now. this should work for now.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 
Voice Broadcast System


All times are UTC


Who is online

Users browsing this forum: No registered users and 17 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