Routing

From Yate Documentation
(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
How to do the routing in Yate? You have to know that it is done by using messages and it can be done from one or more modules. If more than one module it is used then the priority that is set in each configuration file associated to the module will be used for the order of the execution in Yate. What is useful to know is that in each module the parameters can be set without handeling the message.  
+
How to do the routing in Yate? You have to know that it is done by using messages and it can be done from one or more modules. If more than one module it is used, then the priority that is set in each configuration file associated to the module will be used. This priority will establish the order of the execution for each module in Yate. What is useful to know is that in each module the parameters can be set without handeling the message.  
  
 
And now let's see which module are in charge with routing and some how to examples:
 
And now let's see which module are in charge with routing and some how to examples:
Line 7: Line 7:
 
!How to do routing in Yate
 
!How to do routing in Yate
 
|-
 
|-
|[[Regular expressions]] module || How to register users from regfile
+
|[[Regular expressions]] module || [[How to register users from regfile|How to register users from regfile]]
 
|-
 
|-
 
|[[Javascript routing]] module || How to do routing using javascript
 
|[[Javascript routing]] module || How to do routing using javascript

Revision as of 12:17, 4 October 2012

How to do the routing in Yate? You have to know that it is done by using messages and it can be done from one or more modules. If more than one module it is used, then the priority that is set in each configuration file associated to the module will be used. This priority will establish the order of the execution for each module in Yate. What is useful to know is that in each module the parameters can be set without handeling the message.

And now let's see which module are in charge with routing and some how to examples:

Routing modules in Yate How to do routing in Yate
Regular expressions module How to register users from regfile
Javascript routing module How to do routing using javascript
Register module How to register users from register
Call forker How to do round-robin routing
ENUM based routing
Clustering support
Personal tools
Namespaces

Variants
Actions
Preface
Configuration
Administrators
Developers