How To's
From Yate Documentation
(Difference between revisions)
Line 1: | Line 1: | ||
+ | |||
+ | |||
+ | ===Routing=== | ||
The most popular scenarios for routing: | The most popular scenarios for routing: | ||
Line 7: | Line 10: | ||
*[[Round_Robin_Routing|How to do round-robin routing]] | *[[Round_Robin_Routing|How to do round-robin routing]] | ||
+ | ===Yate configuration as Server and / or Client=== | ||
Configuration examples: | Configuration examples: | ||
Line 15: | Line 19: | ||
* [[Jabber Client With Jingle Yate Server]] | * [[Jabber Client With Jingle Yate Server]] | ||
+ | ===Yate debug=== | ||
Testing examples: | Testing examples: | ||
Line 21: | Line 26: | ||
− | Miscellaneous | + | ===Miscellaneous=== |
[[How to setup chat and short file transfer using MESSAGE Request Method]] | [[How to setup chat and short file transfer using MESSAGE Request Method]] | ||
+ | |||
+ | |||
+ | '''See also''' | ||
+ | |||
+ | * [[Telephony]] |
Revision as of 14:09, 7 December 2012
Contents |
Routing
The most popular scenarios for routing:
- How to register users from regfile
- Redirecting Calls to another User in the Regex Module
- How to do routing using javascript
- How to register users from register
- How to do round-robin routing
Yate configuration as Server and / or Client
Configuration examples:
- Yate as IAX server and YateClient as IAX client
- Yate as H323 GateKeeper and YateClient as H323 client
- Yate as SIP server
- Jabber Client With Jingle Yate Server
Yate debug
Testing examples:
Miscellaneous
How to setup chat and short file transfer using MESSAGE Request Method
See also