[OpenSER-Devel] subst_uri problem with latest svn version

Juha Heinanen jh at tutpro.com
Fri Aug 17 17:56:13 CEST 2007


with latest svn version of openser, script

route [5] {
	xlog("L_INFO", "Request URI <$ru>\n");
	if (subst_uri("/@vm\./@/")) {
		setflag(1);
		xlog("L_INFO", "Request URI <$ru>\n");
		return(1);
	};

produces

Aug 17 18:54:40 localhost /usr/sbin/openser[26180]: Request URI <sip:jh at vm.test.fi>
Aug 17 18:54:40 localhost /usr/sbin/openser[26180]: Request URI <sip:jh/@test.fi>

this used to work a couple of days ago.

-- juha



More information about the Devel mailing list