Skip to content

Commit

Permalink
no need for extra setup (#142)
Browse files Browse the repository at this point in the history
nat correction
sip headers
  • Loading branch information
lazedo authored and k-anderson committed Feb 17, 2017
1 parent 0d4b0c7 commit 814bd77
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion kamailio/dispatcher-role.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,10 @@ route[DISPATCHER_REDIRECT]
xlog("L_INFO", "$ci|log|found redirect for $var(redirect) : $var(prefered_route)\n");
$du = $var(prefered_route);
$avp(AVP_REDIRECT_KEY) = $var(redirect);
route(EXTERNAL_TO_INTERNAL_RELAY);
t_on_reply("INTERNAL_REPLY");
t_on_failure("INTERNAL_FAULT");
t_set_fr(0, 1000);
t_relay();
exit();
}
}
Expand Down

0 comments on commit 814bd77

Please sign in to comment.