Hi Itamar,
openser produces 2 records per call - a start (INVITE) and a stop (BYE)
one - you have to put them together in order to get all the needed info.
regards,
bogdan
Itamar Hassin wrote:
Hello,
Is there a way to log to start and stop timestamps for calls made as
well as their status (completed, unanswered)? Looking at the acc
table, I see the start of call time, but not end time, so I cannot
calculate the call duration. This is for billing and rating calls;
maybe I am looking at the wrong place?
Thanks for your help
Itamar
On Dec 11, 2006, at 5:02 AM, Daniel-Constantin Mierla wrote:
> Hello,
>
> On 12/11/06 11:45, ibrahim tunali wrote:
>
>> Hi everone,
>>
>> I want to trace previous or completed SIP dialogs so i need to keep
>> log
>> every sip activate to separate log files which name is
>> <sip_callid>.log .
>>
>> Do you suggest any how to or tool for this issue.
>>
>
> you can use siptrace module to store the requests/replies within a
> dialog to a mysql table. The with a shell script, you may get them
> in the files you want.
>
>
http://www.openser.org/docs/modules/1.2.x/siptrace.html
>
> Cheers,
> Daniel
>
>> Best regards,
>>
>> ibrahim tunali
>>