[Serusers] Translation of warning message
S Shah
shah at zynergy.com
Thu Nov 25 18:23:44 CET 2004
When I try to call any of my routes from the main routing logic routine, I
get the following warning in my log and the call is not processed as it
should be in the route.
0(26610) WARNING: run_actions: null action list (rec_level=3)
In other words, I have:
route{
:
:
:
Log(1, "LOG: Calling route 2\n");
route(2);
Log(1, "LOG: Done calling route 2\n");
break;
}
Route[2] {
Log(1, "LOG: I'm in Route 2\n");
}
My output is:
0(26841) LOG: Calling Route 2
0(26841) WARNING: run_actions: null action list (rec_level=3)
0(26841) LOG: Done calling Route 2
Anyone know what my problem is here?
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-users/attachments/20041125/bd57544d/attachment.htm>
More information about the sr-users
mailing list