#### Type Of Change
- [ ] Small bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds new functionality)
- [ ] Breaking change (fix or feature that would change existing functionality)
#### Checklist:
- [ ] PR should be backported to stable branches
- [x] Tested changes locally
- [ ] Related to issue #XXXX (replace XXXX with an open issue number)
#### Description
When destinations monitoring is enabled with option 'enable_keepalive' set to 1, unavailable destinations will be ignored when calling do_routing() function
It was already implemented for sort_order 0 in a previous commit.
This one adds the support for sor_order 1 & 2 also
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/1212
-- Commit Summary --
* drouting: pull out unavailable destinations for sort_order 1 and 2
-- File Changes --
M src/modules/drouting/doc/drouting_admin.xml (9)
M src/modules/drouting/drouting.c (62)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/1212.patchhttps://github.com/kamailio/kamailio/pull/1212.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/1212
Tested on e5b8066e1e0f4a69a5d1161dd75aea67014314b5 commit
--
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/issues/1209