How To's
From Yate Documentation
(Difference between revisions)
(→Yate debug) |
|||
Line 5: | Line 5: | ||
The most popular scenarios for routing: | The most popular scenarios for routing: | ||
− | + | {|class="yate-table" | |
− | + | |class="yate-header-right"| | |
− | + | |- | |
− | + | |class="yate-content-left"| | |
− | + | <div class="bullet"> </div><font class="yate-page-title">[[How to register users from regfile]]</font><br/> | |
+ | <div class="yate-page-desc">Example of register users in Regfile module.</div> | ||
+ | <div class="bullet"> </div><font class="yate-page-title">[[Redirecting Calls to another User in the Regex Module]]</font><br/> | ||
+ | <div class="yate-page-desc">Example of redirecting calls to another user.</div> | ||
+ | <div class="bullet"> </div><font class="yate-page-title">[[How to do routing using javascript]]</font><br/> | ||
+ | <div class="yate-page-desc">Examples of how to route calls from javascript module.</div> | ||
+ | <div class="bullet"> </div><font class="yate-page-title">[[How to register users from register]]</font><br/> | ||
+ | <div class="yate-page-desc">Example of how to register users from a database.</div> | ||
+ | <div class="bullet"> </div><font class="yate-page-title">[[Round_Robin_Routing|How to do round-robin routing]]</font><br/> | ||
+ | <div class="yate-page-desc">Round robin routing examples.</div> | ||
+ | <div class="bullet"> </div><font class="yate-page-title">[[Example using parameters in cluster route module|Configuring regexp and callto parameters in cluster route module]]</font><br/> | ||
+ | <div class="yate-page-desc">Example of configuring parameters in cluster route module. </div> | ||
+ | <div class="bullet"> </div><font class="yate-page-title">[[Example of forking a call using lateroute|Forking a call using lateroute]]</font><br/> | ||
+ | <div class="yate-page-desc">Examples for routing calls using lateroute.</div> | ||
+ | <div class="bullet"> </div><font class="yate-page-title">[[How to use callcounters module to count incoming calls]]</font><br/> | ||
+ | <div class="yate-page-desc">Example of count incoming calls.</div> | ||
+ | |} | ||
===Yate configuration as Server and / or Client=== | ===Yate configuration as Server and / or Client=== | ||
− | + | Various configuration for Yate to act as a Server and as a Client using different protocols. | |
− | + | {|class="yate-table" | |
− | + | |class="yate-header-right"| | |
− | + | |- | |
− | + | |class="yate-content-left"| | |
+ | <div class="bullet"> </div><font class="yate-page-title">[[Yate as IAX server and YateClient as IAX client]]</font><br/> | ||
+ | <div class="bullet"> </div><font class="yate-page-title">[[Yate as H323 GateKeeper and YateClient as H323 client]]</font><br/> | ||
+ | <div class="bullet"> </div><font class="yate-page-title">[[Yate as SIP server]]</font><br/> | ||
+ | <div class="bullet"> </div><font class="yate-page-title">[[Jabber Client With Jingle Yate Server]]</font><br/> | ||
+ | |} | ||
===Yate debug=== | ===Yate debug=== | ||
Line 24: | Line 45: | ||
Some examples on how to enable debugging in Yate, the module involved in this action, the output of the debugging. | Some examples on how to enable debugging in Yate, the module involved in this action, the output of the debugging. | ||
− | + | {|class="yate-table" | |
− | + | |class="yate-header-right"| | |
+ | |- | ||
+ | |class="yate-content-left"| | ||
+ | <div class="bullet"> </div><font class="yate-page-title">[[Debug Output | How to set debug levels in Yate]]</font><br/> | ||
+ | <div class="yate-page-desc">Yate provides Debugging info on console.</div> | ||
+ | <div class="bullet"> </div><font class="yate-page-title">[[How To For External Modules In Telnet]]</font><br/> | ||
+ | <div class="yate-page-desc">Debug an external module in Telnet.</div> | ||
+ | |} | ||
===Miscellaneous=== | ===Miscellaneous=== | ||
− | [[How to setup chat and short file transfer using MESSAGE Request Method]] | + | {|class="yate-table" |
+ | |class="yate-header-right"| | ||
+ | |- | ||
+ | |class="yate-content-left"| | ||
+ | <div class="bullet"> </div><font class="yate-page-title">[[How to setup chat and short file transfer using MESSAGE Request Method]]</font><br/> | ||
+ | |} | ||
'''See also''' | '''See also''' | ||
* [[Telephony]] | * [[Telephony]] |
Revision as of 15:14, 7 December 2012
Contents |
Routing
The most popular scenarios for routing:
Example of register users in Regfile module.
Example of redirecting calls to another user.
Examples of how to route calls from javascript module.
Example of how to register users from a database.
Round robin routing examples.
Example of configuring parameters in cluster route module.
Examples for routing calls using lateroute.
Example of count incoming calls.
|
Yate configuration as Server and / or Client
Various configuration for Yate to act as a Server and as a Client using different protocols.
|
Yate debug
Some examples on how to enable debugging in Yate, the module involved in this action, the output of the debugging.
Yate provides Debugging info on console.
Debug an external module in Telnet.
|
Miscellaneous
|
See also