[Serusers] Calling route method in ser.cfg

S Shah shah at zynergy.com
Fri Nov 26 13:24:57 CET 2004


Dear List,

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 am 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/20041126/d4fd5d97/attachment.htm>


More information about the sr-users mailing list