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(a)lists.iptel.org
http://lists.iptel.org/mailman/listinfo/serusers