[Home]

Summary:ASTERISK-21504: New SIP Channel Driver - add SIP History tracking
Reporter:Matt Jordan (mjordan)Labels:Asterisk12
Date Opened:2013-04-17 15:35:11Date Closed:2017-10-27 11:25:08
Priority:MajorRegression?
Status:Closed/CompleteComponents:Channels/chan_pjsip
Versions:Frequency of
Occurrence
Related
Issues:
must be completed before resolvingASTERISK-27309 Feature Parity with chan_sip
Environment:Attachments:
Description:{{chan_sip}} has the ability to track what happens to a SIP dialog on the SIP pvt. Ideally, {{chan_gulp}} would also have the ability to track what occurs to the SIP messages associated with a SIP dialog. This includes:

* All requests/responses that were sent
* Re-transmits that occur
* Max re-transmits hit
* Failure to receive a response
* Hold/UnHold
* Registration received/renewed/cancelled
* Subscription received/renewed/cancelled
* Transfer success/failure

Note that {{chan_sip}} contains other information; however, the above subset is a good starting point.
Comments:By: Corey Farrell (coreyfarrell) 2017-10-27 11:25:09.069-0500

This appears to be provided by the res_pjsip_history module.