Added a new fifo command, namely nh_ping_rtpp, which pings the given proxy or
all proxies, and if a proxy does not respond, disable it temporarily.
If the proxy responds, it does nothing.
Changed the existing fifos to execute for a specific proxy or for all proxies
depending on the first given parameter.
Changed nh_enable_rtpp to try to ping before enabling and enable
it only if ping success. Changed some formatting for nh_show_rtpp to
print 'N/A' when disabled permanent and to display the correct recheck_ticks.
Updated doku accordingly.
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/206
-- Commit Summary --
* rtpengine: changes for mi_fifo_commands
-- File Changes --
M modules/rtpengine/doc/rtpengine_admin.xml (79)
M modules/rtpengine/rtpengine.c (588)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/206.patchhttps://github.com/kamailio/kamailio/pull/206.diff
---
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/206
Hello Daniel,
As you saw from some dev message flows, we have a passionate new
colleague in the 1&1 VoIP team. He has already contributed with several
patches (committed by pull requests or by me). Lately he has also
developed some debugger and rtpengine patches and we would want to use
this occasion to request commit rights for him as well.
His github account is smititelu.
Thank you,
Lucian Balaceanu
With this patch drouting can use "#*+" in addition to the decimal digits.
### Some tests with a set of 500.000 rules (64bit system)
#### Performance impact (kamcmd droating.reload):
decimal only: ~21sec
decimal and "#*+": ~21sec
#### Memory usage (kamcmd core.shmmem):
after start, decimal only, used: 203119976
after start, decimal and "#*+", used: 240338888
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/194
-- Commit Summary --
* Add symbols "#*+" to drouting tree
-- File Changes --
M modules/drouting/prefix_tree.c (61)
M modules/drouting/prefix_tree.h (2)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/194.patchhttps://github.com/kamailio/kamailio/pull/194.diff
---
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/194