- fix for dispatcher ping, see GH #859 - regression introduced by 2f080bd You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/861
-- Commit Summary --
* tm: only call onsend_route when there is an original incoming request
-- File Changes --
M modules/tm/uac.c (2)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/861.patch https://github.com/kamailio/kamailio/pull/861.diff
Closed #861.
I pushed a different patch to do the safety checks inside the function, because it may be called from different places. Report if there are issues with this approach.