Author Topic: BILLING FOR EXISTING YATE SETUP  (Read 6357 times)

murimimukora

  • Newbie
  • *
  • Posts: 2
    • View Profile
BILLING FOR EXISTING YATE SETUP
« 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

asymetrixs

  • Administrator
  • Newbie
  • *****
  • Posts: 47
    • View Profile
Re: BILLING FOR EXISTING YATE SETUP
« Reply #1 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.

midafricam

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: BILLING FOR EXISTING YATE SETUP
« Reply #2 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