Actions

Difference between revisions of "Billing"

From Zenitel Wiki

 
(34 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Billing
+
{{A}}
 +
[[Image:billingoverview.jpg|thumb|350px| Billing system overview]]
 +
Billing is part of the AMC software [[AlphaCom E Software packages|package]], just requires a [[Licenses#Billing_License | Billing License]] to be activated.
  
Billing is part of the AMC software [[AlphaCom E Software packages|package]], just requires a [[Licenses|license]] to be activated.
+
The application/service is running on the AMC flash and is controlled by AMCD, indirectly connected through the AMCD to the [[AlphaCom SIP interface]].
  
Billing is a add-on application in AlphaComa and is indirectly connected to the [[AlphaCom SIP interface]].  
+
[[AMCD | AMCD]] and [[ABSD_Billing | ABSD]] communicates through the AlphaNet Data Protocol and ACDP messages [[CDC_STATE | CDC_STATE]] and [[CDC_CMD | CDC_STATE]].  
  
 +
Billing application contains:
 +
 +
* Billing daemon - [[ABSD_Billing | ABSD]]
 +
* SqLite database
 +
* Webserver
 +
  
 
Main functions:
 
Main functions:
 +
* Access Control of Users, Service accountholders and Extensions, accsessing Trunklines on the Alphacom nodes when Billing is enabled (Require License)
 +
* Logs outgoing calls to SIP with duration and charging rate
 +
* Multi-setup of Wake-up calls on billing Extensions through web interface
 +
* Pre-Paid accounts as user account.
 +
* Invoicing of calls for individual AlphaCom users after use of service
 +
* Web interface for administration of user accounts, service accounts, users groups, Extensions and generation of invoice/Call Bills.
 +
* The billing process runs on AMC-IP, and store all log on a SqLite database on the AMC-IP filesystem.
 +
* Support analog and Digital SIP-based Gateways
 +
 +
 +
Billing version 1.20 supports only analog gateways, and 01.50 supports digital gateways in En-bloc dialing.
 +
Billing version 2.04 supports analog and digital gateways in several modes.
 +
 +
'''Current version: 2.04'''
  
  
* Access Control of Users,Extensions,Trunks on the Alphacom nodes Billing is enabled (Require License)
 
*Logs outgoing calls to SIP with duration and charge
 
*Multi-setup of Wake-up calls through web interface
 
*Invoicing of calls for individual AlphaCom users
 
*Web interface for adminstration and generation of call bills
 
*The billing process runs on AMC-IP, and store the data in a SqLite database on the AMC-IP filesystem.
 
  
 +
==Related Articles==
 +
* [[Billing version 2 | Functions introduced in Billing version 2]]
 +
* [[Billing Installation Guide]]
 +
* [[Release Notes Billing]]
 +
* [[AMC_Flash_Image_update|AMC Flash Image Update]]
 +
* [[Board_Support_Package|Board Support Package]]
 +
* [[AMC-IP_software_upgrade|AMC-IP Software Upgrade]]
 +
* [[Licenses#Billing_License|Billing License]]
  
[[Billing Installation Guide]]
+
[[Category:AlphaCom - SIP Integration]]
[[Release_Notes_Billing]]
+
[[Category:Billing]]
[[Category:AlphaCom E Software]]
 

Latest revision as of 11:18, 8 September 2017

AlphaCom icon 300px.png
Billing system overview

Billing is part of the AMC software package, just requires a Billing License to be activated.

The application/service is running on the AMC flash and is controlled by AMCD, indirectly connected through the AMCD to the AlphaCom SIP interface.

AMCD and ABSD communicates through the AlphaNet Data Protocol and ACDP messages CDC_STATE and CDC_STATE.

Billing application contains:

  • Billing daemon - ABSD
  • SqLite database
  • Webserver


Main functions:

  • Access Control of Users, Service accountholders and Extensions, accsessing Trunklines on the Alphacom nodes when Billing is enabled (Require License)
  • Logs outgoing calls to SIP with duration and charging rate
  • Multi-setup of Wake-up calls on billing Extensions through web interface
  • Pre-Paid accounts as user account.
  • Invoicing of calls for individual AlphaCom users after use of service
  • Web interface for administration of user accounts, service accounts, users groups, Extensions and generation of invoice/Call Bills.
  • The billing process runs on AMC-IP, and store all log on a SqLite database on the AMC-IP filesystem.
  • Support analog and Digital SIP-based Gateways


Billing version 1.20 supports only analog gateways, and 01.50 supports digital gateways in En-bloc dialing. Billing version 2.04 supports analog and digital gateways in several modes.

Current version: 2.04


Related Articles