Click on a tab....
The CDR SOAP mechanism communicates with a web server of your choice. The pbx fires a SOAP call to a URL specified in the pbx each time a call is completed. The third party web script which receives the SOAP call, will then parse the XML packet and file the data in the required place. The storage of the data is outside of the pbx and the responsibility of the integration team.
Data could be written to a flat file, csv file, excel file or a database of some description.
- Fires a SOAP XML packet at a third party web server
- Code the web server script to parse and process the data
- Server can be at a remote location
- Process data into flat files or databases
- Use the data in a billing application
|