Re: Example for using the CDR Records
Hello Nick,
the CDRs are delivered from a innovaphone Gateway or PBX usually via HTTP POST or GET.
You can process the incoming HTTP requests in your App Service by using a Webserver Plugin (see examples at the end of the document):
https://sdk.innovaphone.com/13r2/sdk/common/interface/webserver_plugin.htm
To process the requests from Gateway CDRs a HttpQueryArgs Lib is helpful:
https://sdk.innovaphone.com/common/ilib/http_query_args.htm
The CDRs delivered from the PBX are in the XML format, so XML could be useful here:
https://sdk.innovaphone.com/common/ilib/xml.htm
Best Regards
Andreas Fink