Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/kamailio/config/kamailio.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -1057,8 +1057,8 @@ route[HANDLE_ALIAS] {
# -----------------------------------------------------------------------------
# route[SET_SOCKET]
# this route sets the from socket according to LOCALNETWORKS and INTERNAL_NETWORK
# - LOCALNETWORKS: uses PRIVATE_IP for advertised address
# - INTERNAL_NETWORK: forces socket to SERVICE_IP for traffic to Asterisk
# - LOCALNETWORKS: sets the socket to PRIVATE_IP:6060 (specific IP:port)
# - INTERNAL_NETWORK: forces socket to SERVICE_IP:5060 (specific IP:port) for traffic to Asterisk
# -----------------------------------------------------------------------------
route[SET_SOCKET] {
if( $shv(debug) == 1) xlog('L_WARN', "[DEV] - $ci $rm-$cs - in SET_SOCKET route \n");
Expand Down