[sr-dev] [kamailio/kamailio] dispatcher: Not possible to deactivate probing of destination by reload (PR #2959)

mtryfoss notifications at github.com
Sat Nov 27 21:21:31 CET 2021


If ds_probing_mode is set to 3, flag in the dispatcher entry needs to include 8
for probing to happen.

Changing a destination to not include this anymore while the destination do
not respond to OPTIONS will cause the probing flag to be re-added because of the
delayed response. A restart will fix it.

We need to check against the probing flag in the CB function to determine if
we should continue probing this destination. If probing is deativated while
waiting for a reply, we should abort.

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

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

-- Commit Summary --

  * dispatcher: Not possible to deactivate probing of destination by reload

-- File Changes --

    M src/modules/dispatcher/dispatch.c (5)

-- Patch Links --

https://github.com/kamailio/kamailio/pull/2959.patch
https://github.com/kamailio/kamailio/pull/2959.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/2959
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20211127/3155d1a2/attachment.htm>


More information about the sr-dev mailing list