[OpenSIPS-Users] Call Control not behaving

Laszlo laszlo at voipfreak.net
Mon Apr 19 17:14:48 CEST 2010


2010/4/19 Douglas Lane <doug at wd.co.za>

> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.opensips.org/pipermail/users/attachments/20100419/8d861013/attachment.htm 


More information about the Users mailing list