asterisk2billing.org
http://forum.asterisk2billing.org/

dialing through a2billing
http://forum.asterisk2billing.org/viewtopic.php?f=33&t=7129
Page 1 of 1

Author:  larrytous [ Thu Feb 18, 2010 2:35 pm ]
Post subject:  dialing through a2billing

How i can dial from a trunk directly to A2Billing?

I need customers to be able to just pick the phone (who are really just sip accounts) and dial through a2billing so that i can track the calls and billing.

The following will need to happen
- Call authentication (this can be done with Caller ID - Auth)
- Dial Number pass to a2billing
- A2billing to dial out using the LCR (which is already set to do that)
- Call rate and duration tracked for billing.

So far this is what i have:
- In the dial plan it calls a2billing
exten => _011XXXX.,3,AGI(a2billing.php)

But it prompts for number to dial and i'm stuck there.

Can i do this with a2billing?

Larry Tous.
A2Billing 1.5

Author:  jroper [ Thu Feb 18, 2010 5:38 pm ]
Post subject:  Re: dialing through a2billing

Quote:
- Call authentication (this can be done with Caller ID - Auth)


No need, you can authenticate directly to a sip or iax peer in A2Billing. The system actually authenticates on accountcode in this case.

Quote:
- Dial Number pass to a2billing


Set use_dnid = yes
Quote:
- A2billing to dial out using the LCR (which is already set to do that)
- Call rate and duration tracked for billing.


As standard.

Quote:
- In the dial plan it calls a2billing
exten => _011XXXX.,3,AGI(a2billing.php)


Must be exten => _011XXXX.,3,deadagi(a2billing.php|1)

The one calls agi-conf1

Joe

Page 1 of 1 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/