Brekeke Forum Index » Brekeke SIP Server Forum

Post new topic   Reply to topic
Accounting Plugin
Author Message
richtolley
Brekeke Junior Member


Joined: 26 Feb 2015
Posts: 5
Location: UK

PostPosted: Thu Feb 26, 2015 7:26 pm    Post subject: Accounting Plugin Reply with quote

1. Brekeke Product Name and Version: 3.3.9.3/379-8

2. Java version: 1.8.0_31

3. OS type and the version: Windows 8.1

4. UA (phone), gateway or other hardware/software involved:

5. Your problem:

I am writing an accounting plugin. I really need to be able to capture Post Dial Delay (PDD).

Would anyone know if there is an event I can use to capture this information.

I suspect it's the 183 response I'm looking for.

Any help would be greatly appreciated.

Many Thanks

Rich
Back to top
View user's profile
ambrosio
Brekeke Master Guru


Joined: 27 Mar 2008
Posts: 215

PostPosted: Thu Feb 26, 2015 10:45 pm    Post subject: Reply with quote

Try this.

Code:
 
public void eventTalkStart( EventStat es )
{
  // PDD [Milliseconds]
  long lenPDD = es.timeRingStart - es.timeRequestReceive ; 
}
Back to top
View user's profile
Display posts from previous:   
Post new topic   Reply to topic    Brekeke Forum Index » Brekeke SIP Server Forum All times are GMT - 7 Hours
Page 1 of 1