El Wednesday 17 October 2007 13:28:55 Andreas Granig escribió:
> Hi,
>
> You may also create a route[] for the common code and call that route
> from your branch routes.

I thougt that but have a doubt: if I call a "route(1)" from "branch_route[3]", 
what is processed in "route[1]"? all the branch together of each one?

So, if I do:


route {
   ...
   t_on_branch("1");
   t_relay;
}

branch_route[1] {
  if (is_method("INVITE") )
     route(3);
  ...
  ...   
}

route[3] {
   ...
   operate_in_separate_branch here ¿?¿?¿?
   o in all branches together ?¿?¿?¿
}


What is processed in route[3] ?



Thanks.



-- 
Iñaki Baz Castillo
[EMAIL PROTECTED]

_______________________________________________
Users mailing list
Users@openser.org
http://openser.org/cgi-bin/mailman/listinfo/users

Reply via email to