Fixes out-of-sequence version when subs_db_mode <> 3 and fast_notify is enabled.

Version is incremented only when copy is updated in memory. Therefore, currently:

On SUBSCRIBE, subscription is updated first, so NOTIFY body contains newly incremented version.

But on PUBLISH, aux_body_processing is called first, so NOTIFY body contains previously stored version.


You can view, comment on, or merge this pull request online at:

  https://github.com/kamailio/kamailio/pull/917

Commit Summary

File Changes

Patch Links:


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.