Support A2Billing :

provided by Star2Billing S.L.

Support A2Billing :
It is currently Thu Mar 28, 2024 9:50 am
Predictive Dialer


All times are UTC




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: DID Question Please Help
PostPosted: Sat Mar 10, 2012 8:20 pm 
Offline

Joined: Mon Sep 13, 2010 3:38 am
Posts: 1
I'm trying to get a conclusive answer to the questions of DID's
For calling cards
1) If I buy a DID from a provider say for ex 718-222-1111 and I add it to a2billing as an access number for customers how many calls can that DID take at ounces, I have had its based on the amount of channels (Channels meaning ports) the provider gives on a specific DID say I have 20 channels on a DID that can accommodate 40 calls simultaneously

2) I have also heard that a single DID that I buy from the provider can take as many calls based on my bandwidth mean it’s not about the channels it’s about the bandwidth so I need clarification

3) I would also like any suggestions on where or who sells the best/ better DID in the US if anyone knows I would also appreciate any other countries DID wholesale provider


Top
 Profile  
 
 Post subject: Re: DID Question Please Help
PostPosted: Wed Mar 14, 2012 7:32 pm 
Offline

Joined: Wed Mar 14, 2012 7:21 pm
Posts: 4
If you want to limit channels you would need to do that outside A2Billing. Send the call to this context:

Code:
[unld-in-a2-45565489240]
exten => _X.,1,Set(GROUP()=channel-a2-45565489240)
exten => _X.,2,GotoIf($[${GROUP_COUNT()} > 25]?99)
exten => _X.,3,Goto(a2billing-did,${EXTEN},1)
exten => _X.,4,Hangup(16)
exten => _X.,99,Busy()


Have a look at this line:
Code:
exten => _X.,2,GotoIf($[${GROUP_COUNT()} > 25]?99)


"25" means it is limited to 25 concurrent calls. "99" is where the call is sent when all channels are in use. In this case, it goes to a busy signal

Pay per minute providers typically give you unlimited channels because you are paying per minute. Unlimited DID providers normally set a limit on how many concurrent calls you can use, regradless of bandwidth

If you want some good rates just PM me - we offer special rates to calling card providers


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 
VoIP Billing solution


All times are UTC


Who is online

Users browsing this forum: No registered users and 21 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:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group