Re: [sr-dev] [kamailio] dispatcher: add new probing_mode=3 to always probe flagged gateways (#297)

2015-08-24 Thread Daniel-Constantin Mierla
Merged #297. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/297#event-391381926___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Re: [sr-dev] [kamailio] dispatcher: add new probing_mode=3 to always probe flagged gateways (#297)

2015-08-24 Thread evolvetsi
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 emai

Re: [sr-dev] [kamailio] dispatcher: add new probing_mode=3 to always probe flagged gateways (#297)

2015-08-24 Thread Daniel-Constantin Mierla
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

[sr-dev] [kamailio] dispatcher: add new probing_mode=3 to always probe flagged gateways (#297)

2015-08-24 Thread evolvetsi
- 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