Summary: | ASTERISK-23672: PJSIP Digium presence notifications are not sent if only the subtype or message changes | ||
Reporter: | Mark Michelson (mmichelson) | Labels: | |
Date Opened: | 2014-04-25 10:31:40 | Date Closed: | 2014-05-16 11:08:39 |
Priority: | Major | Regression? | No |
Status: | Closed/Complete | Components: | Resources/res_pjsip_exten_state |
Versions: | 12.2.0 | Frequency of Occurrence | Constant |
Related Issues: | |||
Environment: | Attachments: | ||
Description: | If the presence subtype or message changes for an entity, but the presence state does not change, no NOTIFY is sent from res_pjsip_exten_state to indicate the change. This is due to a deficiency in the code where it suppresses NOTIFYs if the presence state has not changed. It should not suppress NOTIFYs if the presence subtype or message has changed. | ||
Comments: | By: Mark Michelson (mmichelson) 2014-04-28 21:17:31.319-0500 A review for this is up now at https://reviewboard.asterisk.org/r/3490 |