#### 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.patch https://github.com/kamailio/kamailio/pull/1212.diff
Thanks!
Merged #1212.