Modules

From Yate Documentation
(Difference between revisions)
Jump to: navigation, search
(Created page with " Software Drivers ** h323chan - VoIP H.323 driver requiring the [http://www.voxgratia.org/modules/news/ OpenH323] Library ** ysipchan - VoIP SIP driver based on Yass (...")
 
(Private Modules)
 
(149 intermediate revisions by 6 users not shown)
Line 1: Line 1:
  
Software Drivers
+
By default Yate loads modules relevant to its current running mode:
** [[h323chan]] - VoIP H.323 driver requiring the [http://www.voxgratia.org/modules/news/ OpenH323] Library
+
** [[ysipchan]] - VoIP SIP driver based on Yass (Yet Another Sip Stack)
+
** [[yiaxchan]] - VoIP IAX2 driver using our own [[yiax]] (Yate IAX stack)
+
** [[yjinglechan]] - VoIP Jingle external component driver using our own XMPP/Jingle (for Yate >= 1.2)
+
** [[ysigchan]] - SS7/ISDN protocol implementations based on our own [[signalling]] library (for Yate >= 2.0)
+
** [[analog]] - Analog channel (FXS/FXO) implementation based on our own [[signalling]] library  (for Yate >= 2.0)
+
** [[alsachan]] - this module supports almost any ALSA driven sound card
+
** [[osschan]] - this module supports almost any OSS driven sound card
+
** [[tonegen]] - this module supports the tones (dial,busy,congestion) for Yate
+
** [[wavefile]] - this module can play or record on a certain channel
+
** [[faxchan]] - this module can transmit or receive a fax, is based on [http://soft-switch.org/ spandsp]
+
** [[yrtpchan]] - Yate native rtp channel (for Yate >= 0.9)
+
** [[sipfeatures]] - implements miscellaneous SIP features
+
** [[dumbchan]] - a "dumb" channel. most useful for channel-less entities like IVRs
+
** [[dbwave]] - play or record to a binary database record
+
** [[mgcpca]] - MGCP (Media Gateway Control Protocol) - Call Agent
+
** [[jabberserver]] - Jabber server
+
** [[jbfeatures]] - implements miscellaneous Jabber features
+
** [[jabberclient]] - Jabber client
+
  
Hardware drivers
+
* all modules from the base module directory
** [[wpcard]] - ISDN E1/T1 driver over Wanpipe for Linux. Supports [http://www.sangoma.com Sangoma] AFT voice series cards. Very efficient. (for Yate >= 2.0)
+
* in client mode modules from the client subdirectory
** [[wpcard|wpcardw]] - ISDN E1/T1 driver over Wanpipe for Windows. Wanpipe drivers for windows are really different from the Linux version including the API. (for Yate >= 2.0)
+
** and all modules from the qt4 subdirectory in the Qt based client
** [[zapcard]] - ISDN E1/T1 TDM/FXO/FXS [http://www.asterisk.org/downloads Zaptel] driver. It supports some of the cards made by [http://www.digium.com Digium] - [http://www.digium.com/index.php?menu=wildcard_e100p E100P], [http://www.digium.com/index.php?menu=wildcard_t100p T100P], [http://www.digium.com/en/products/digital/te405p.php|TE405P], [http://www.digium.com/en/products/digital/te410p.php TE410P]. (for Yate >= 2.0)
+
* in server mode modules from the server subdirectory
** [[wpchan]] - ISDN E1/T1 driver over Wanpipe for Linux. Supports [http://www.sangoma.com Sangoma] AFT voice series cards. Very efficient. (for Yate < 2.0)
+
** if yjinglechan is loaded also all modules from the jabber subdirectory
** [[wpchanw]] - ISDN E1/T1 driver over Wanpipe for Windows. Wanpipe drivers for windows are really different from the Linux version including the API. (for Yate < 2.0)
+
** [[zapchan]] - ISDN E1/T1/BRI driver, requires [http://www.asterisk.org/index.php?menu=download Zaptel] and [http://www.asterisk.org/index.php?menu=download libpri] .It supports some of the cards made by [http://www.digium.com Digium] - [http://www.digium.com/index.php?menu=wildcard_e100p E100P], [http://www.digium.com/index.php?menu=wildcard_t100p T100P], [http://www.digium.com/index.php?menu=wildcard_te405p TE405P], [http://www.digium.com/index.php?menu=wildcard_te410p TE410P] or you can use [http://www.voip-info.org/tiki-index.php?page=Asterisk+TDMoE ethernet] emulation and [http://www.voip-info.org/wiki-Asterisk+timer+ztdummy ztdummy] , and also all ISDN BRI cards based on the Cologne chip - [[zaphfc]]. (for Yate < 2.0)
+
  
[[Signalling]] modules
+
You just need to list all .yate files in those directories.
** [[mgcpca]] - MGCP (Media Gateway Control Protocol) - Call Agent
+
** [[ciscosm]] - Cisco SLT (Signaling Link Transport) control (SS7 MTP2 backhaul over IP)
+
** [[sigtransport]] - SIGTRAN connection provider (SS7 over IP)
+
** [[lksctp]] - SCTP sockets provider using Linux Kernel
+
** [[isupmangler]] - Modifies parameters of ISUP messages passed through in STP mode
+
  
[[Routing]] modules
+
Loading of each module is controlled by the base name of each module in the [modules] section of the relevant main config file (yate.conf or yate-qt4.conf).  
** [[Regular expressions|regexroute]] - route with regular expressions
+
The default is specified by modload= in section [general] of the same file:
** [[register]] - route from a database
+
* if modload=yes (default) all modules are loaded if not disabled explicitly
** [[JavascriptRouting|javascript]] - routing using the embedded Javascript language
+
* if modload=no only explicitly enabled modules are loaded
** [[enumroute]] - [[http://www.ietf.org/html.charters/enum-charter.html|ENUM]] based routing
+
** [[clustering]] - forwards calls to other servers in a cluster based on [[node name]] (for Yate 2)
+
** [[callfork]] - it can be used for fallback routing, executes a call in parallel or sequence to multiple targets
+
** [[lateroute]] - makes a late routing decision, simplifies call forking and divert implementation (for Yate 2)
+
** [[YRadius]] - routing using a radius server
+
** [[regfile]] - registration and routing from a file
+
** [[callcounters]] - adds active call counters to be used in
+
** [[isupmangler]] - Modifies parameters of ISUP messages passed through in STP mode
+
** [[sip_cnam_lnp]] - Perform CNAM and LNP queries via SIP INVITE / 3xx
+
** [[cache]] - CNAM and LNP memory caches. Set caller name or routing number if found in cache
+
  
Registering modules
+
==Software Drivers==
** [[accfile]] - this module allows Yate to act as a SIP or H.323 client
+
** [[regfile]] - registration and routing from a file
+
** [[register]] - register users in a database
+
** [[clustering]] - adds [[node name]] information to routes registered with other modules (for Yate 2)
+
  
PBX modules
+
{|class="yate-table"
** [[moh]] - music on hold
+
|class="yate-header-right" colspan="2"|Modules
** [[conference]] - conference room with arbitrary number of seats
+
|-
** [[park]] - call parking
+
|class="yate-content-left"|
** [[pbxassist]] - configurable PBX with hold, transfer and conference capabilities
+
* [[H323_channel_module|h323chan]]
** [[pbx]] - miscellaneous script-usable PBX features
+
VoIP H.323 driver requiring the [http://yate.null.ro/tarballs/openh323/ OpenH323] Library
** [[queues]] - queues and distributes incoming calls to operators
+
* [[SIP Configuration File|ysipchan]]
** [[dbpbx]] - PBX, IVR and multi routing from a database
+
VoIP SIP driver based on our own [[YASS]] (Yet Another Sip Stack) library
 +
* [[IAX|yiaxchan]]
 +
VoIP IAX2 driver using our own [[yiax]] (Yate IAX stack)
 +
* [[yjinglechan]]  
 +
VoIP Jingle external component driver using our own XMPP/Jingle (for Yate >= 1.2)
 +
* [[Signaling_module#Configuration|ysigchan]]
 +
SS7/ISDN protocol implementations based on our own signalling library (for Yate >= 2.0)
 +
* [[analog]]  
 +
Analog channel (FXS/FXO) implementation based on our own signalling library  (for Yate >= 2.0)
 +
* [[alsachan]]
 +
This module supports almost any ALSA driven sound card
 +
* [[osschan]]  
 +
This module supports almost any OSS driven sound card
 +
* [[tonegen]]
 +
This module supports the tones (dial,busy,congestion) for Yate
  
Cdr modules
+
|class="yate-content-right"|
** [[cdrbuild]] module - builds the cdr so other modules can use it
+
* [[wavefile]]
** [[cdrfile]] module - writes the cdr in a file
+
This module can play or record on a certain channel
** [[register]] - writes the cdr in a database
+
* [[Fax Transfer Module|faxchan]]
** [[callcounters]] - count active calls per user specified context
+
This module can transmit or receive a fax, is based on [http://soft-switch.org/ spandsp]
 +
* [[RTP support channels|yrtpchan]]
 +
Yate native RTP channel (for Yate >= 0.9)
 +
* [[SIP_Features_Module|sipfeatures]]
 +
Implements miscellaneous SIP features
 +
* [[dumbchan]]
 +
A "dumb" channel. most useful for channel-less entities like IVRs
 +
* [[dbwave]]
 +
Play or record to a binary database record
 +
* [[MGCP_call_agent_module|mgcpca]]  
 +
MGCP (Media Gateway Control Protocol) - Call Agent
 +
* [[Jabber Server Module|jabberserver]]
 +
Jabber server
 +
* [[jbfeatures]]
 +
Implements miscellaneous Jabber features
 +
* [[Jabber Client Module|jabberclient]]
 +
Jabber client
 +
|}
  
[[Transcoding]] modules (codecs)
+
==Hardware Drivers==
** [[gsmcodec]] - GSM 06.10 codec
+
** [[speexcodec]] - Speex NB, WB and UWB codec
+
** [[ilbccodec]] - iLBC codec
+
** [[amrnbcodec]] - AMR-NB codec
+
  
Test modules
+
{|class="yate-table"
** [[msgsniff]] - message sniffer
+
|class="yate-header-right" colspan="2"|Modules
** [[callgen]] - call generator
+
|-
** [[analyzer]] - audio path quality analyzer
+
|class="yate-content-left"|
 +
* [[wpcard]]
 +
ISDN E1/T1 driver over Wanpipe for Linux. Supports [http://www.sangoma.com Sangoma] AFT voice series cards. Very efficient. (for Yate >= 2.0)
 +
* [[wpcard|wpcardw]]
 +
ISDN E1/T1 driver over Wanpipe for Windows. Wanpipe drivers for windows are really different from the Linux version including the API. (for Yate >= 2.0)
 +
|class="yate-content-right"|
 +
* [[zapcard]]
 +
ISDN E1/T1 TDM/FXO/FXS [http://www.asterisk.org/downloads Zaptel] driver. It supports some of the cards made by [http://www.digium.com Digium] - [http://www.digium.com/index.php?menu=wildcard_e100p E100P], [http://www.digium.com/index.php?menu=wildcard_t100p T100P], [http://www.digium.com/en/products/digital/te405p.php TE405P], [http://www.digium.com/en/products/digital/te410p.php TE410P]. (for Yate >= 2.0)
 +
<!--* [[wpchan]]
 +
ISDN E1/T1 driver over Wanpipe for Linux. Supports [http://www.sangoma.com Sangoma] AFT voice series cards. Very efficient. (for Yate < 2.0)
 +
* [[wpchanw]]
 +
ISDN E1/T1 driver over Wanpipe for Windows. Wanpipe drivers for windows are really different from the Linux version including the API. (for Yate < 2.0)
 +
* [[zapchan]]
 +
ISDN E1/T1/BRI driver, requires [http://www.asterisk.org/index.php?menu=download Zaptel] and [http://www.asterisk.org/index.php?menu=download libpri] .It supports some of the cards made by [http://www.digium.com Digium] - [http://www.digium.com/index.php?menu=wildcard_e100p E100P], [http://www.digium.com/index.php?menu=wildcard_t100p T100P], [http://www.digium.com/index.php?menu=wildcard_te405p TE405P], [http://www.digium.com/index.php?menu=wildcard_te410p TE410P] or you can use [http://www.voip-info.org/tiki-index.php?page=Asterisk+TDMoE ethernet] emulation and [http://www.voip-info.org/wiki-Asterisk+timer+ztdummy ztdummy] , and also all ISDN BRI cards based on the Cologne chip - [[zaphfc]]. (for Yate < 2.0)
 +
-->
 +
|}
  
Remote control
+
==Signalling Modules==
** [[rmanager]] - remote manager accessible from telnet
+
  
Billing modules
+
{|class="yate-table"
** [[YRadius]] - RADIUS module
+
|class="yate-header-right" colspan="2"|Modules
** [[register]] - billing in a database
+
|-
 +
|class="yate-content-left"|
 +
* [[MGCP_call_agent_module|mgcpca]]
 +
MGCP (Media Gateway Control Protocol) - Call Agent
 +
* [[CiscoSM]]
 +
Cisco SLT (Signaling Link Transport) control (SS7 MTP2 backhaul over IP)
 +
* [[SigTransport]]
 +
SIGTRAN connection provider (SS7 over IP)
 +
|class="yate-content-right"|
 +
* [[LkSCTP]]
 +
SCTP sockets provider using Linux Kernel
 +
* [[ISUP Mangler|isupmangler]]
 +
Modifies parameters of ISUP messages passed through in STP mode
 +
|}
  
External module
+
==[[Routing]] Modules==
** [[extmodule]] - for Linux
+
  
Database drivers
+
{|class="yate-table"
** [[pgsqldb]] - [http://www.postgresql.org/ PostgreSQL] database driver
+
|class="yate-header-right" colspan="2"|Modules
** [[mysqldb]] - [http://www.mysql.com/ MySQL] database driver
+
|-
 +
|class="yate-content-left"|
 +
* [[Regular expressions|regexroute]]
 +
Route with regular expressions
 +
* [[register]]  
 +
Route from a database
 +
* [[Javascript_module|javascript]]
 +
Routing using the embedded Javascript language
 +
* [[ENUM_Routing|enumroute]]
 +
[http://www.ietf.org/html.charters/enum-charter.html ENUM] based routing
 +
* [[clustering]]
 +
Forwards calls to other servers in a cluster based on [[Node Name]] (Yate >= 2.0)
 +
* [[Call Forker|callfork]]
 +
It can be used for fallback routing, executes a call in parallel or sequence to multiple targets
 +
* [[regfile]]
 +
Registration and routing from a file
  
Resource subscribe/notify modules
+
|class="yate-content-right"|
** [[sipfeatures]] - handle sip.subscribe and resource.notify messages
+
* [[Late routing Module|lateroute]]
** [[register]] - writes the subscriptions in the database and notify the subscribers
+
Makes a late routing decision, simplifies call forking and divert implementation (Yate >= 2.0)
** [[queuesnotify]] - notify changes in the status of queued calls
+
* [[YRadius]]
** [[presence]] - implements presence service for SIP clients
+
Routing using a radius server
** [[subscription]] - manages rosters
+
* [[Call Counters|callcounters]]  
 +
Adds active call counters to be used in
 +
* [[ISUP Mangler|isupmangler]]
 +
Modifies parameters of ISUP messages passed through in STP mode
 +
* [[SIP query for CNAM and LNP|sip_cnam_lnp]]
 +
Perform CNAM and LNP queries via SIP INVITE / 3xx
 +
* [[Cache module|cache]]
 +
CNAM and LNP memory caches. Set caller name or routing number if found in cache
 +
* [[Ysigchan]]  
 +
This module is based on the signalling library and uses driver module(s) (e.g. zapcard, wpcard) to create interfaces and circuits used to transfer signalling packets and audio data.
 +
|}
  
Miscellaneous support modules
+
==Registering Modules==
** [[tonedetect]] - inband DTMF and Fax tone detector
+
** [[openssl]] - SSL/TLS sockets provider using the [http://www.openssl.org/ OpenSSL] library
+
** [[lksctp]] - SCTP sockets provider using Linux Kernel
+
** [[ccongestion]] - Reject calls based on CPU load (depends on [[cpuload]])
+
  
GUI modules
+
{|class="yate-table"
** [[YateClient]] - a skinnable Qt4 user interface allowing the use of Yate as an universal [http://www.fcc.gov/voip/ VoIP] client
+
|class="yate-header-right" colspan="2"|Modules
 +
|-
 +
|class="yate-content-left"|
 +
* [[accfile]]
 +
This module allows Yate to act as a SIP or H.323 client
 +
* [[regfile]]
 +
Registration and routing from a file
  
Monitoring
+
|class="yate-content-right"|
** [[ysnmpagent]] - the SNMP agent
+
* [[register]]
** [[cpuload]] - monitors CPU load
+
Register users in a database
** [[monitoring]] - monitors database accounts, QoS, routing, RTP, SIP, etc.
+
* [[clustering]]
** [[eventlogs]] - write events and alarms to log files
+
Adds [[Node Name]] information to routes registered with other modules (for Yate 2)
 +
|}
  
You will note that some modules appear in more than one category because they may implement multiple functions on top of the same protocol or connection.
+
==PBX Modules==
 +
 
 +
{|class="yate-table"
 +
|class="yate-header-right" colspan="2"|Modules
 +
|-
 +
|class="yate-content-left"|
 +
* [[Music On Hold Module|moh]]
 +
Music on hold
 +
* [[Conference room module|conference]]
 +
Conference room with arbitrary number of seats
 +
* [[Park Module|park]]
 +
Call parking
 +
* [[Call Pickup|pickup]]
 +
Call pickup
 +
 
 +
|class="yate-content-right"|
 +
* [[pbxassist]]
 +
Configurable PBX with hold, transfer and conference capabilities
 +
* [[PBX Module|pbx]]
 +
Miscellaneous script-usable PBX features
 +
* [[Queues Module|queues]]
 +
Queues and distributes incoming calls to operators
 +
* [[dbpbx]]
 +
PBX, IVR and multi routing from a database
 +
|}
 +
 
 +
==[[Call Detail Records Modules|CDR]] Modules==
 +
 
 +
{|class="yate-table"
 +
|class="yate-header-right" colspan="2"|Modules
 +
|-
 +
|class="yate-content-left"|
 +
* [[CDR Build Module|cdrbuild]] module
 +
Builds the cdr so other modules can use it
 +
* [[CDR File Module|cdrfile]] module
 +
Writes the cdr in a file
 +
* [[register]]
 +
Writes the cdr in a database
 +
|class="yate-content-right"|
 +
* [[Call Counters|callcounters]]
 +
Count active calls per user specified context
 +
* [[CDRcombine_Module|cdrcombine]]
 +
Transforms mutliple cdr entries(per each call leg) to single cdr entry(per call).
 +
|}
 +
 
 +
==[[Transcoding]] Modules (codecs)==
 +
 
 +
{|class="yate-table"
 +
|class="yate-header-right" colspan="2"|Modules
 +
|-
 +
|class="yate-content-left"|
 +
* [[gsmcodec]]
 +
GSM 06.10 codec
 +
* [[speexcodec]]
 +
Speex NB, WB and UWB codec
 +
 
 +
|class="yate-content-right"|
 +
* [[ilbccodec]]
 +
iLBC codec
 +
* [[amrnbcodec]]
 +
AMR-NB codec
 +
|}
 +
 
 +
==Test Modules==
 +
 
 +
{|class="yate-table"
 +
|class="yate-header-right" colspan="2"|Modules
 +
|-
 +
|class="yate-content-left"|
 +
* [[Debugging and, or Investigation of messages|msgsniff]]
 +
Message sniffer
 +
* [[Call generator|callgen]]
 +
Call generator
 +
 
 +
|class="yate-content-right"|
 +
* [[Quality analyzer module|analyzer]]
 +
Audio path quality analyzer
 +
|}
 +
 
 +
==Remote Control==
 +
 
 +
{|class="yate-table"
 +
|class="yate-header-right" colspan="2"|Modules
 +
|-
 +
|class="yate-content-left"|
 +
* [[rmanager]]
 +
Remote manager accessible from telnet
 +
 
 +
|class="yate-content-right"|
 +
|}
 +
 
 +
==Billing Modules==
 +
 
 +
{|class="yate-table"
 +
|class="yate-header-right" colspan="2"|Modules
 +
|-
 +
|class="yate-content-left"|
 +
* [[register]]
 +
Billing in a database
 +
|class="yate-content-right"|
 +
* [[YRadius]]
 +
RADIUS module
 +
|}
 +
 
 +
==External Module==
 +
 
 +
{|class="yate-table"
 +
|class="yate-header-right" colspan="2"|Modules
 +
|-
 +
|class="yate-content-left"|
 +
* [[External Module|extmodule]]
 +
External module allows you to use a channel or global scripts in Yate.
 +
 
 +
|class="yate-content-right"|
 +
|}
 +
 
 +
==Database Drivers==
 +
 
 +
{|class="yate-table"
 +
|class="yate-header-right" colspan="2"|Modules
 +
|-
 +
|class="yate-content-left"|
 +
* [[PostgreSQL|pgsqldb]]
 +
[http://www.postgresql.org/ PostgreSQL] database driver
 +
 
 +
|class="yate-content-right"|
 +
* [[MySQL|mysqldb]]
 +
[http://www.mysql.com/ MySQL] database driver
 +
|}
 +
 
 +
==Resource subscribe/notify modules==
 +
 
 +
{|class="yate-table"
 +
|class="yate-header-right" colspan="2"|Modules
 +
|-
 +
|class="yate-content-left"|
 +
* [[SIP Features Module|sipfeatures]]
 +
Handle sip.subscribe and resource.notify messages
 +
* [[register]]
 +
Writes the subscriptions in the database and notify the subscribers
 +
* [[Queues Notify Module|queuesnotify]]
 +
Notify changes in the status of queued calls
 +
 
 +
|class="yate-content-right"|
 +
* [[presence]]
 +
Implements presence service for SIP clients
 +
* [[subscriptions]]
 +
Manages rosters
 +
|}
 +
 
 +
==SS7==
 +
 
 +
{|class="yate-table"
 +
|class="yate-header-right" colspan="2"|Modules
 +
|-
 +
|class="yate-content-left"|
 +
*[[Signalling|Signalling]]
 +
Introduction on how the PSTN signalling modules are working together in Yate
 +
*[[MGCP call agent module|MGCP call agent module]]
 +
Allows Yate to control analog or digital Media Gateways
 +
* [[LkSCTP|LkSCTP]]
 +
Provides support for SCTP sockets based on the Linux kernel implementation
 +
*[[Ysigchan|Ysigchan]]
 +
Signalling module
 +
 
 +
|class="yate-content-right"|
 +
*[[ISUP Mangler|ISUP Mangler]]
 +
Allows intercepting and mangling ISUP messages that pass through the STP.
 +
*[[SigTransport|SigTransport]]
 +
Standard factory for the common lower layer of SIGTRAN protocols
 +
*[[CiscoSM]]
 +
Implements signal link backhauling using the Cisco Signaling Link Terminal protocol
 +
|}
 +
 
 +
==Miscellaneous support modules==
 +
 
 +
{|class="yate-table"
 +
|class="yate-header-right" colspan="2"|Modules
 +
|-
 +
|class="yate-content-left"|
 +
* [[Tone detector|tonedetect]]
 +
Inband DTMF and Fax tone detector
 +
* [[OpenSSL]]
 +
SSL/TLS sockets provider using the [http://www.openssl.org/ OpenSSL] library
 +
* [[LkSCTP]]
 +
SCTP sockets provider using Linux Kernel
 +
 
 +
|class="yate-content-right"|
 +
* [[ccongestion]]
 +
Reject calls based on CPU load (depends on [[cpuload]])
 +
* [[gvoice]]
 +
Google Voice support module (Yate 4+)
 +
|}
 +
 
 +
==GUI Modules==
 +
 
 +
{|class="yate-table"
 +
|class="yate-header-right" colspan="2"|Modules
 +
|-
 +
|class="yate-content-left"|
 +
* [http://yateclient.yate.ro/ YateClient]
 +
A skinnable Qt4 user interface allowing the use of Yate as an universal [http://www.fcc.gov/voip/ VoIP] client
 +
 
 +
|class="yate-content-right"|
 +
|}
 +
 
 +
==Monitoring==
 +
 
 +
{|class="yate-table"
 +
|class="yate-header-right" colspan="2"|Modules
 +
|-
 +
|class="yate-content-left"|
 +
* [[SNMP Agent|ysnmpagent]]
 +
The SNMP agent
 +
* [[cpuload]]
 +
Monitors CPU load
 +
 
 +
|class="yate-content-right"|
 +
* [[monitoring]]
 +
Monitors database accounts, QoS, routing, RTP, SIP, etc.
 +
* [[eventlogs]]
 +
Write events and alarms to log files.
 +
|}
 +
 
 +
==Private Modules==
 +
{|class="yate-table"
 +
|class="yate-header-right" colspan="2"|Modules
 +
|-
 +
|class="yate-content-left"|
 +
* [[ydiameter]]
 +
Diameter protocol support.
 +
 
 +
|class="yate-content-right"|
 +
* [[HTTP Client]]
 +
Provides HTTP client connections
 +
|}
 +
 
 +
Note: Some modules appear in more than one category because they may implement multiple functions on top of the same protocol or connection.
 +
 
 +
 
 +
'''See also'''
 +
 
 +
* [[How To's]]
 +
 
 +
[[Category:Administrate]]

Latest revision as of 16:25, 1 October 2019

By default Yate loads modules relevant to its current running mode:

  • all modules from the base module directory
  • in client mode modules from the client subdirectory
    • and all modules from the qt4 subdirectory in the Qt based client
  • in server mode modules from the server subdirectory
    • if yjinglechan is loaded also all modules from the jabber subdirectory

You just need to list all .yate files in those directories.

Loading of each module is controlled by the base name of each module in the [modules] section of the relevant main config file (yate.conf or yate-qt4.conf). The default is specified by modload= in section [general] of the same file:

  • if modload=yes (default) all modules are loaded if not disabled explicitly
  • if modload=no only explicitly enabled modules are loaded

Contents

[edit] Software Drivers

Modules

VoIP H.323 driver requiring the OpenH323 Library

VoIP SIP driver based on our own YASS (Yet Another Sip Stack) library

VoIP IAX2 driver using our own yiax (Yate IAX stack)

VoIP Jingle external component driver using our own XMPP/Jingle (for Yate >= 1.2)

SS7/ISDN protocol implementations based on our own signalling library (for Yate >= 2.0)

Analog channel (FXS/FXO) implementation based on our own signalling library (for Yate >= 2.0)

This module supports almost any ALSA driven sound card

This module supports almost any OSS driven sound card

This module supports the tones (dial,busy,congestion) for Yate

This module can play or record on a certain channel

This module can transmit or receive a fax, is based on spandsp

Yate native RTP channel (for Yate >= 0.9)

Implements miscellaneous SIP features

A "dumb" channel. most useful for channel-less entities like IVRs

Play or record to a binary database record

MGCP (Media Gateway Control Protocol) - Call Agent

Jabber server

Implements miscellaneous Jabber features

Jabber client

[edit] Hardware Drivers

Modules

ISDN E1/T1 driver over Wanpipe for Linux. Supports Sangoma AFT voice series cards. Very efficient. (for Yate >= 2.0)

ISDN E1/T1 driver over Wanpipe for Windows. Wanpipe drivers for windows are really different from the Linux version including the API. (for Yate >= 2.0)

ISDN E1/T1 TDM/FXO/FXS Zaptel driver. It supports some of the cards made by Digium - E100P, T100P, TE405P, TE410P. (for Yate >= 2.0)

[edit] Signalling Modules

Modules

MGCP (Media Gateway Control Protocol) - Call Agent

Cisco SLT (Signaling Link Transport) control (SS7 MTP2 backhaul over IP)

SIGTRAN connection provider (SS7 over IP)

SCTP sockets provider using Linux Kernel

Modifies parameters of ISUP messages passed through in STP mode

[edit] Routing Modules

Modules

Route with regular expressions

Route from a database

Routing using the embedded Javascript language

ENUM based routing

Forwards calls to other servers in a cluster based on Node Name (Yate >= 2.0)

It can be used for fallback routing, executes a call in parallel or sequence to multiple targets

Registration and routing from a file

Makes a late routing decision, simplifies call forking and divert implementation (Yate >= 2.0)

Routing using a radius server

Adds active call counters to be used in

Modifies parameters of ISUP messages passed through in STP mode

Perform CNAM and LNP queries via SIP INVITE / 3xx

CNAM and LNP memory caches. Set caller name or routing number if found in cache

This module is based on the signalling library and uses driver module(s) (e.g. zapcard, wpcard) to create interfaces and circuits used to transfer signalling packets and audio data.

[edit] Registering Modules

Modules

This module allows Yate to act as a SIP or H.323 client

Registration and routing from a file

Register users in a database

Adds Node Name information to routes registered with other modules (for Yate 2)

[edit] PBX Modules

Modules

Music on hold

Conference room with arbitrary number of seats

Call parking

Call pickup

Configurable PBX with hold, transfer and conference capabilities

Miscellaneous script-usable PBX features

Queues and distributes incoming calls to operators

PBX, IVR and multi routing from a database

[edit] CDR Modules

Modules

Builds the cdr so other modules can use it

Writes the cdr in a file

Writes the cdr in a database

Count active calls per user specified context

Transforms mutliple cdr entries(per each call leg) to single cdr entry(per call).

[edit] Transcoding Modules (codecs)

Modules

GSM 06.10 codec

Speex NB, WB and UWB codec

iLBC codec

AMR-NB codec

[edit] Test Modules

Modules

Message sniffer

Call generator

Audio path quality analyzer

[edit] Remote Control

Modules

Remote manager accessible from telnet

[edit] Billing Modules

Modules

Billing in a database

RADIUS module

[edit] External Module

Modules

External module allows you to use a channel or global scripts in Yate.

[edit] Database Drivers

Modules

PostgreSQL database driver

MySQL database driver

[edit] Resource subscribe/notify modules

Modules

Handle sip.subscribe and resource.notify messages

Writes the subscriptions in the database and notify the subscribers

Notify changes in the status of queued calls

Implements presence service for SIP clients

Manages rosters

[edit] SS7

Modules

Introduction on how the PSTN signalling modules are working together in Yate

Allows Yate to control analog or digital Media Gateways

Provides support for SCTP sockets based on the Linux kernel implementation

Signalling module

Allows intercepting and mangling ISUP messages that pass through the STP.

Standard factory for the common lower layer of SIGTRAN protocols

Implements signal link backhauling using the Cisco Signaling Link Terminal protocol

[edit] Miscellaneous support modules

Modules

Inband DTMF and Fax tone detector

SSL/TLS sockets provider using the OpenSSL library

SCTP sockets provider using Linux Kernel

Reject calls based on CPU load (depends on cpuload)

Google Voice support module (Yate 4+)

[edit] GUI Modules

Modules

A skinnable Qt4 user interface allowing the use of Yate as an universal VoIP client

[edit] Monitoring

Modules

The SNMP agent

Monitors CPU load

Monitors database accounts, QoS, routing, RTP, SIP, etc.

Write events and alarms to log files.

[edit] Private Modules

Modules

Diameter protocol support.

Provides HTTP client connections

Note: Some modules appear in more than one category because they may implement multiple functions on top of the same protocol or connection.


See also

Personal tools
Namespaces

Variants
Actions
Preface
Configuration
Administrators
Developers