Hi Laszlo,

Just to make 100% sure, I'm not suppose to call xlog because then retcode would change to what xlog's return would have been?

If so, guess that was stupid on my behalf!

Thanks
Doug

On 2010/04/19 5:14 PM, Laszlo wrote:


2010/4/19 Douglas Lane <[email protected] <mailto:[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
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to