How To's
From Yate Documentation
(Difference between revisions)
(→Routing) |
|||
Line 19: | Line 19: | ||
<div class="bullet"> </div><font class="yate-page-title">[[Round_Robin_Routing|How to do round-robin routing]]</font><br/> | <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="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="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="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="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="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="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> | + | <div class="yate-page-desc">Example of count incoming calls.</div>--> |
|} | |} | ||
Revision as of 15:31, 10 December 2012
Yate has multiple routing modules and signalization modules. Here you can find some how to's for configuring Yate using different modules.
Contents |
Routing
The most popular scenarios for routing:
How To's |
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.
|
Yate configuration as Server and / or Client
Various configuration for Yate to act as a Server and as a Client using different protocols.
How To's |
Yate can be used as IAX Server and YateClient as IAX Client.
Yate used as a H323 Gatekeeper and YateClient as a H323 Client.
Configuring Yate as a SIP server.
Configuring Yate Server to use Jingle and YateClient to use a Jabber client.
|
Yate debug
Some examples on how to enable debugging in Yate, the module involved in this action, the output of the debugging.
How To's |
Yate provides Debugging info on console.
Debug an external module in Telnet.
|
Miscellaneous
How To's |
This example allows chat and short files transfer between Twinkle clients using SIP MESSAGE Request Method.
|
See also