- when using with Homer, on onreply_route it is not possible to
get the source ip address sending the reply. This patch exposes
pv $hep(src_ip), i.e.:
onreply_route {
...
xlog("[onreply_route] Source IP: $hep(src_ip)\n");
...
}
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/877
-- Commit Summary --
* sipcapture: expose pv $hep(src_ip)
-- File Changes --
M modules/sipcapture/sipcapture.c (83)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/877.patch
https://github.com/kamailio/kamailio/pull/877.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/877