Published on iptel.org (http://www.iptel.org)

named routes

By andrei
Created 2006-09-15 15:36

seri [1] supports named routes: names can be used instead of numbers in all the route commands or route declarations.
Example:

route{

route("test");
...
}

route["test"]{
...
}

The old route(number) is equivalent with route("number") (e.g. route(2) is equivalent with route("2")).


Source URL:
http://www.iptel.org/named_routes
Home |  Recent changes |  Search |  Glossary |  Sitemap |  Login