Yate Community Forum

General Category => Yate based projects => Topic started by: murimimukora on September 26, 2016, 09:39:11 AM

Title: BILLING FOR EXISTING YATE SETUP
Post by: murimimukora on September 26, 2016, 09:39:11 AM
Hello All,

I'm a newbie. We have an existing Yate setup running on Centos 6.7. We want to incorporate billing to the setup. I know Yate has

the capability inbuilt into it. I was hoping to also get suggestions from you on possible solutions out there that can do billing. They can be

open source or proprietary.


Thank you
Title: Re: BILLING FOR EXISTING YATE SETUP
Post by: asymetrixs on February 05, 2017, 06:24:23 AM
A quick google search reveals:

collecting cdr information:
http://docs.yate.ro/wiki/Call_Detail_Records_Modules
http://docs.yate.ro/wiki/PostgreSQL
http://old.yate.ro/pmwiki/index.php?n=Main.CollectingBillingInformation
http://docs.yate.ro/wiki/Register_Database_Schema (code at the bottom)

billing:
http://docs.yate.ro/wiki/How_to_route_and_bill_from_a_database

There is no billing module that does all the work.
You need to do the routing and configure yate to record the cdrs (see above). Based on the cdr information you can do the billing, but you need to develope your own software/scripts to do the calculations.
Title: Re: BILLING FOR EXISTING YATE SETUP
Post by: midafricam on July 11, 2018, 09:30:13 AM
If you use Asterisk as your SIP Server - you could use the Opensource A2Billing as a billing engine
Works well on Asterisk for collecting Call Reports for Post and PrePaid customers
 Great installation guide for A2Billing (https://www.powerpbx.org/content/a2billing-install-guide-v2-2)