2010/4/19 Douglas Lane <[email protected]> > Hi Luci, > > Hmm I should have checked that. Below is my routing logic for call > control (I loaded it into its own route block, and then my invite route > just calls this route block for processing after the proxy auth succeeds) > > if(!isflagset(19)) > { > call_control(); > xlog("L_INFO", "Callcontrol returned code $retcode\n"); > >
it's the last functions return code, in your case it's xlog's retcode :) (you called xlog before the switch statement) -Laszlo
_______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
