- added DS_PROBE_ONLYFLAGGED probing_mode option. If set, any gateways with a state of PROBING will be continually probed and the PROBING flag will never be cleared. This allows probing specific gateways continually, keeping their up/down status current.
This is related to this sr-users mailing list thread: http://lists.sip-router.org/pipermail/sr-users/2015-August/089594.html
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/297
-- Commit Summary --
* dispatcher: add new probing_mode=3 to always probe flagged gateways
-- File Changes --
M modules/dispatcher/README (10) M modules/dispatcher/dispatch.c (4) M modules/dispatcher/dispatch.h (1)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/297.patch https://github.com/kamailio/kamailio/pull/297.diff
--- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/297
To change the content of README for module, you have to edit xml file inside modules/dispatcher/doc/. Then, to regenerate the readme, do:
``` make modules-readme modules=modules/dispatcher ```
You need docbook utils and xsl packages for the above command to work, but it is ok to just change the xml file, we can generate the readme and push it.
--- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/297#issuecomment-134349246
Gotcha. I went ahead and made the changes to the xml file and regenerated the README.. Looks good to me, though I notice that the various special characters in the README file changed when I regenerated it.. You may want to regenerate the readme using your kit instead.
--- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/297#issuecomment-134380373
Merged #297.
--- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/297#event-391381926