[Serusers] Stop route processing in sub-routes

Daniel-Constantin Mierla Daniel-Constantin.Mierla at fokus.fraunhofer.de
Tue Nov 23 14:03:18 CET 2004


it is not there yet. A current workaround is to set a special flag 
inside the called route block and check it when the route returns. Ex:

route {
    .......
    route(1);
    if(isflagset(30))
         break;
   .......
}


route[1] {
    .....
    if(...)
   {
        setflag(30);
        break;
   };
    .....
}

Daniel



On 11/23/04 13:43, Martin Koenig wrote:

>Hello,
>
>earlier this year, there was a request about the possibility to stop route
>processing in route[x] blocks.
>
>See http://lists.iptel.org/pipermail/serusers/2004-March/006755.html
>
>What is the status on this one?
>
>Best regards,
>Martin
>
>_______________________________________________
>Serusers mailing list
>serusers at lists.iptel.org
>http://lists.iptel.org/mailman/listinfo/serusers
>
>  
>




More information about the sr-users mailing list