|
From: Zaheer M. <za...@gr...> - 2001-10-16 09:16:10
|
I have committed the failed call logging both in PreViking and in pvinfoserver (which will be released soon, simultaneously with PreViking 0.5.0). Failed call logging logs all failed calls, and the message is sent over the network to the failed call logging server (pvinfoserver can act as a failed call logging server). It follows the syntax and style of the number, routing and billing servers. The message sent from PreViking is as follows: C <uniqueid> FAILEDCALL session=<sessionid> calltime=<callts> carrier=<carriername> number=<diallednumber> hwreason=<hardware_reason_code> driverreason=<driver_reason_code> switchreason=<switch_reason_code> switchname=<switchname> The response from the server is (assuming success): 200 result=Ok I will explain more later. Regards Zaheer |