diff --git a/kamailio/default.cfg b/kamailio/default.cfg index 0459884..2a51238 100644 --- a/kamailio/default.cfg +++ b/kamailio/default.cfg @@ -726,6 +726,7 @@ route[EXTERNAL_TO_INTERNAL_RELAY] t_set_fr(0, $sel(cfg_get.kazoo.to_internal_no_response_timer)); #!ifdef WITH_INTERNAL_LISTENER + xlog("L_DEBUG", "$ci|route|routing to internal thru PORT_PROTO_INTERNAL_LISTENER\n"); force_send_socket(PORT_PROTO_INTERNAL_LISTENER); #!endif diff --git a/kamailio/presence-notify.cfg b/kamailio/presence-notify.cfg index 7107249..8a8f285 100644 --- a/kamailio/presence-notify.cfg +++ b/kamailio/presence-notify.cfg @@ -30,8 +30,8 @@ route[PRESENCE_LOCAL_REQ_NOTIFY] xlog("L_INFO", "$ci|log|init|body $(mb{s.escape.common}{s.replace,\','}{s.replace,$$,})\n"); } if($sel(cfg_get.kazoo.presence_notify_force_send_socket) == 1) { + xlog("L_DEBUG", "$ci|log|init|forcing socket to $(pr{s.tolower}):$(hdr(Contact){nameaddr.uri}{uri.host}):$(hdr(Contact){nameaddr.uri}{uri.port}) when sending notify to $ruri\n"); $fs = $_s($(pr{s.tolower}):$(hdr(Contact){nameaddr.uri}{uri.host}):$(hdr(Contact){nameaddr.uri}{uri.port})); - xlog("L_DEBUG", "$ci|log|init|forcing socket to $fs, $(pr{s.tolower}):$(hdr(Contact){nameaddr.uri}{uri.host}):$(hdr(Contact){nameaddr.uri}{uri.port}) , $ct\n"); } if($sel(cfg_get.kazoo.presence_notify_record_route) == 1) { record_route();