[OpenSIPS-Users] rewritehostport not working, but it has before
osiris123d
duane.larson at gmail.com
Wed Nov 3 16:51:44 CET 2010
revert_uri();
if (uri=~"^sip:9[2-9][0-9]{6}@") {
strip(1);
};
subst_uri('/^sip:([0-9]+)@(.*)$/sip:$avp(s:areacode)\1@\2/i');
prefix("VMR_");
rewritehost("173.203.78.63");
xlog("----- new ruri=<$ru>, dst=<$du>\n");
$du= NULL;
xlog("----- new ruri=<$ru>, dst=<$du>\n");
t_relay();
exit;
Nov 3 15:49:17 Proxy01 /usr/local/sbin/opensips[25791]: Call control: user
channel limit exceeded [1/1]
Nov 3 15:49:17 Proxy01 /usr/local/sbin/opensips[25791]: ----- new
ruri=<sip:VMR_9012211610 at 173.XXX.XX.63;user=phone>,
dst=<sip:75.65.8.158:2049>
Nov 3 15:49:17 Proxy01 /usr/local/sbin/opensips[25791]: ----- new
ruri=<sip:VMR_9012211610 at 173.XXX.XX.63;user=phone>, dst=<<null>>
Doing the $du=NULL; fixes it. But it shouldn't be doing this right? In
other parts of my script I don't have to do this.
--
View this message in context: http://opensips-open-sip-server.1449251.n2.nabble.com/rewritehostport-not-working-but-it-has-before-tp5699595p5701891.html
Sent from the OpenSIPS - Users mailing list archive at Nabble.com.
More information about the Users
mailing list