2010/4/19 Douglas Lane <[email protected]>

>  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?
>
>
:)
                xlog("L_INFO", "Callcontrol returned code $retcode\n");

                switch ($retcode)



when you do this, you test the retcode of xlog, and the "switch" will be
done by xlog's retcode :)
just comment out and test it:
#xlog("L_INFO", "Callcontrol returned code $retcode\n");

-Laszlo



> If so, guess that was stupid on my behalf!
>
> Thanks
> Doug
>
>
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to