Summary: | ASTERISK-25105: res_pjsip: Possible incompatibility between qualify_timeout and pjproject-2.4 | ||||
Reporter: | George Joseph (gjoseph) | Labels: | |||
Date Opened: | 2015-05-19 21:39:07 | Date Closed: | 2015-05-22 10:41:44 | ||
Priority: | Major | Regression? | |||
Status: | Closed/Complete | Components: | Resources/res_pjsip | ||
Versions: | SVN 13.4.0 | Frequency of Occurrence | Frequent | ||
Related Issues: |
| ||||
Environment: | Attachments: | ||||
Description: | I've been seeing contacts flapping state since updating to pjproject-2.4 and I think it's caused by a locking change that was made in pjsip/send_transaction interacting with the qualify_timeout code. Specifically the timer I implemented in res_pjsip:endpt_send_transaction.
I'm currently testing a patch that refactors the res_pjsip code. It removes the lower level pjsip calls but keeps the timer. | ||||
Comments: |