Support A2Billing :

provided by Star2Billing S.L.

Support A2Billing :
It is currently Tue Apr 16, 2024 1:32 pm
VoIP Billing solution


All times are UTC




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: How to make calls between cards with a2b?
PostPosted: Mon Jul 16, 2007 12:26 pm 
Offline

Joined: Wed Jul 11, 2007 8:22 pm
Posts: 2
First thanks for the answers in advance....

I want to allow customers to call another customers for free.......like extensions....how i can do this?

Thanks again...


Ariel


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jul 18, 2007 5:15 pm 
Offline
User avatar

Joined: Tue Jun 19, 2007 1:33 pm
Posts: 52
Location: Troy, Michigan
All my SIP clients are using DID's, so the way I do is using context: -

[a2billing]
; CallingCard application
include => a2billing-int
include => a2billing-usa
exten => _1NXXNXXXXXX,1,Answer
exten => _1NXXNXXXXXX,n,Wait,2
exten => _1NXXNXXXXXX,n,Goto(ext-local,${EXTEN},1)
exten => _1NXXNXXXXXX,n,DeadAGI(a2billing.php)
exten => _1NXXNXXXXXX,n,Wait,2
exten => _1NXXNXXXXXX,n,Hangup

[ext-local]
exten => _X.,1,GotoIf(${DB_EXISTS(DND/${EXTEN})}?DND-ON,1);If DND entry exists on AstDB it means DND is ON
exten => _X.,n,Dial(SIP/${EXTEN:1},300,tr) ; DND is OFF, start dialing
exten => _X.,n,DeadAGI(a2billing.php)
exten => _s-.,1,Playback(is-curntly-busy)
exten => _s-.,n,hangup
exten => DND-ON,1,Goto(_s-.,1) ;In this example if DND is ON it will present you Unavailable VoiceMail Message
exten => h,1,hangup

[a2billing-int]
exten => _011.,1,Answer
exten => _011.,n,DeadAGI(a2billing.php)
exten => _011.,n,Hangup

[a2billing-usa]
exten => _NXXNXXXXXX,1,Answer
exten => _NXXNXXXXXX,n,Wait,2
exten => _NXXNXXXXXX,n,Goto(ext-local,${EXTEN},1)
exten => _NXXNXXXXXX,n,DeadAGI(a2billing.php)
exten => _NXXNXXXXXX,n,Wait,2
exten => _NXXNXXXXXX,n,Hangup

Hope it works for you...

Cheers,
Neel


Top
 Profile  
 
 Post subject: Internal Calling
PostPosted: Fri Oct 05, 2007 11:12 am 
Offline

Joined: Fri Aug 24, 2007 5:12 pm
Posts: 3
Location: ahmedabad
I have tested internal calling in A2Billing 1.3.0

We have to enable internal calling from the a2billing.conf

Following settings have to be set in the file

sip_iax_friends = YES

sip_iax_pstn_direct_call_prefix = 555

sip_iax_pstn_direct_call = YES

After dialing 555, we have to enter the destination card no's card alias number.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 
Auto Dialer Software


All times are UTC


Who is online

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