[Devel] new errors from check_actions?
Daniel-Constantin Mierla
daniel at voice-system.ro
Wed Mar 7 11:00:59 CET 2007
Hello,
you use some functions meant for route{} blocks in failure_route{}
blocks. ds_select_domain and sl_send_reply cannot be used in
failure_route -- i.e., failure_route you have transactions, so you have
to use t_replay() instead of sl_send_reply.
Cheers,
Daniel
On 03/07/07 00:14, Kobi Eshun wrote:
> Hi,
>
> Wondering if anyone can shed light on the attached error messages --
> these started appearing after I sync'd to SVN head today. Thanks,
> --
> kobi
>
>
> 0(9644) ERROR:check_actions: script function "ds_select_domain"
> (types=1) does not support route type (2)
> 0(9644) ERROR:check_actions: route stack[0]=0
> 0(9644) ERROR:check_actions: script function "sl_reply_error"
> (types=1) does not support route type (2)
> 0(9644) ERROR:check_actions: route stack[0]=0
> 0(9644) ERROR:check_actions: script function "ds_select_domain"
> (types=1) does not support route type (2)
> 0(9644) ERROR:check_actions: route stack[1]=8
> 0(9644) ERROR:check_actions: route stack[0]=0
> 0(9644) ERROR:check_actions: script function "sl_reply_error"
> (types=1) does not support route type (2)
> 0(9644) ERROR:check_actions: route stack[1]=8
> 0(9644) ERROR:check_actions: route stack[0]=0
> 0(9644) ERROR:check_actions: script function "sl_send_reply"
> (types=17) does not support route type (2)
> 0(9644) ERROR:check_actions: route stack[0]=0
> 0(9644) ERROR:check_actions: script function "sl_reply_error"
> (types=1) does not support route type (2)
> 0(9644) ERROR:check_actions: route stack[2]=5
> 0(9644) ERROR:check_actions: route stack[1]=8
> 0(9644) ERROR:check_actions: route stack[0]=0
> 0(9644) ERROR:check_actions: script function "sl_reply_error"
> (types=1) does not support route type (2)
> 0(9644) ERROR:check_actions: route stack[2]=5
> 0(9644) ERROR:check_actions: route stack[1]=8
> 0(9644) ERROR:check_actions: route stack[0]=0
> 0(9644) ERROR:check_actions: script function "sl_reply_error"
> (types=1) does not support route type (2)
> 0(9644) ERROR:check_actions: route stack[1]=8
> 0(9644) ERROR:check_actions: route stack[0]=0
> 0(9644) ERROR:check_actions: script function "ds_select_domain"
> (types=1) does not support route type (2)
> 0(9644) ERROR:check_actions: route stack[2]=8
> 0(9644) ERROR:check_actions: route stack[1]=8
> 0(9644) ERROR:check_actions: route stack[0]=0
> 0(9644) ERROR:check_actions: script function "sl_reply_error"
> (types=1) does not support route type (2)
> 0(9644) ERROR:check_actions: route stack[2]=8
> 0(9644) ERROR:check_actions: route stack[1]=8
> 0(9644) ERROR:check_actions: route stack[0]=0
> 0(9644) ERROR:check_actions: script function "sl_send_reply"
> (types=17) does not support route type (2)
> 0(9644) ERROR:check_actions: route stack[1]=8
> 0(9644) ERROR:check_actions: route stack[0]=0
> 0(9644) ERROR:check_actions: script function "sl_reply_error"
> (types=1) does not support route type (2)
> 0(9644) ERROR:check_actions: route stack[3]=5
> 0(9644) ERROR:check_actions: route stack[2]=8
> 0(9644) ERROR:check_actions: route stack[1]=8
> 0(9644) ERROR:check_actions: route stack[0]=0
> 0(9644) ERROR:check_actions: script function "sl_reply_error"
> (types=1) does not support route type (2)
> 0(9644) ERROR:check_actions: route stack[3]=5
> 0(9644) ERROR:check_actions: route stack[2]=8
> 0(9644) ERROR:check_actions: route stack[1]=8
> 0(9644) ERROR:check_actions: route stack[0]=0
> 0(9644) ERROR:check_actions: script function "sl_reply_error"
> (types=1) does not support route type (2)
> 0(9644) ERROR:check_actions: route stack[2]=8
> 0(9644) ERROR:check_actions: route stack[1]=8
> 0(9644) ERROR:check_actions: route stack[0]=0
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Devel mailing list
> Devel at openser.org
> http://openser.org/cgi-bin/mailman/listinfo/devel
>
More information about the Devel
mailing list