Telephony

From Yate Documentation
(Difference between revisions)
Jump to: navigation, search
(cleaning this page)
Line 3: Line 3:
 
The Session Initiation Protocol(SIP) is an signaling protocol widely used for controlling communication sessions such as voice and video calls over Internet Protocol(IP).
 
The Session Initiation Protocol(SIP) is an signaling protocol widely used for controlling communication sessions such as voice and video calls over Internet Protocol(IP).
  
{|class="telephony"
+
{|class="yate-table"
 
|class="telephony_header_left"|'''About'''
 
|class="telephony_header_left"|'''About'''
 
|class="telephony_header_right"|'''Features'''
 
|class="telephony_header_right"|'''Features'''
 
|-
 
|-
 
|class="telephony-content-left"|
 
|class="telephony-content-left"|
<div class="bullet">&nbsp;</div><font class="tel-title">[[SIP in Yate]]</font><br/>
+
* [[SIP in Yate]]
<div class="tel-desc">SIP protocol in Yate</div>
+
SIP protocol in Yate
<div class="bullet">&nbsp;</div><font class="tel-title">[[SIP Security in Yate]]</font><br/>
+
* [[SIP Security in Yate]]
<div class="tel-desc">TLS and SRTP in Yate</div>
+
TLS and SRTP in Yate
<div class="bullet">&nbsp;</div><font class="tel-title">[[SIP Configuration File]]</font><br/>
+
* [[SIP Configuration File]]
<div class="tel-desc">Main configuration file for SIP module in Yate.</div>
+
Main configuration file for SIP module in Yate.
<div class="bullet">&nbsp;</div><font class="tel-title">[[SIP Methods]]</font><br/>
+
* [[SIP Methods]]
<div class="tel-desc">How Yate processes SIP request methods and how to enable methods that are not handled by default.</div>
+
How Yate processes SIP request methods and how to enable methods that are not handled by default.
<div class="bullet">&nbsp;</div><font class="tel-title">[[SIP Features Module]]</font><br/>
+
* [[SIP Features Module]]
<div class="tel-desc">SIP features module that implements SUBSCRIBE and NOTIFY Methods.</div>
+
SIP features module that implements SUBSCRIBE and NOTIFY Methods.
<div class="bullet">&nbsp;</div><font class="tel-title">[[SIP Routing in Yate]]</font><br/> 
+
* [[SIP Routing in Yate]]
<div class="tel-desc">Route to a SIP channel and a SIP Line.</div>
+
Route to a SIP channel and a SIP Line.
<div class="bullet">&nbsp;</div><font class="tel-title">[[SIP Client]]</font><br/>
+
* [[SIP Client]]
<div class="tel-desc"> Implementation and SIP Client features in Yate </div>
+
Implementation and SIP Client features in Yate
 +
 
 
|class="telephony-content-right"|
 
|class="telephony-content-right"|
<div class="bullet">&nbsp;</div><font class="tel-title">[[SIP Features Module]]</font><br/>
+
* [[SIP Features Module]]
<div class="tel-desc">SIP features module that implements SUBSCRIBE and NOTIFY methods </div>
+
SIP features module that implements SUBSCRIBE and NOTIFY methods.
<div class="bullet">&nbsp;</div><font class="tel-title">[[SIP Send DTMFs]]</font><br/>
+
* [[SIP Send DTMFs]]
<div class="tel-desc">How to do configurations related to DTMFs in SIP channel.</div>
+
How to do configurations related to DTMFs in SIP channel.
<div class="bullet">&nbsp;</div><font class="tel-title">[[SIP Attended Call Transfer In Cluster]]</font><br/>
+
* [[SIP Attended Call Transfer In Cluster]]
<div class="tel-desc">How to configure Yate to handle a SIP attended call transfer for an unknown call leg in the cluster node</div>
+
How to configure Yate to handle a SIP attended call transfer for an unknown call leg in the cluster node.
<div class="bullet">&nbsp;</div><font class="tel-title">[[SIP Flood Protection]]</font><br/>
+
* [[SIP Flood Protection]]
<div class="tel-desc">Yate provides a protection mechanism against several types of SIP flood attacks.</div>
+
Yate provides a protection mechanism against several types of SIP flood attacks.
<div class="bullet">&nbsp;</div><font class="tel-title">[[SIP SBC]]</font><br/>
+
* [[SIP SBC]]
<div class="tel-desc">Describes how Yate can be used as a SIP session border controller.</div>
+
Describes how Yate can be used as a SIP session border controller.
<div class="bullet">&nbsp;</div><font class="tel-title">[[xsip.generate]]</font><br/>
+
* [[xsip.generate]]
<div class="tel-desc">Use this message to initiate the transmission of a SIP request.</div>
+
Use this message to initiate the transmission of a SIP request.
<div class="bullet">&nbsp;</div><font class="tel-title">[[SIP query for CNAM and LNP]]</font><br/>
+
* [[SIP query for CNAM and LNP]]
<div class="tel-desc"> Feature used in a routing module that allows Yate to query CNAM and LNP databases over the SIP protocol.</div>
+
Feature used in a routing module that allows Yate to query CNAM and LNP databases over the SIP protocol.
<div class="bullet">&nbsp;</div><font class="tel-title">[[SIP NAT|SIP with NAT]]</font><br/>
+
* [[SIP NAT|SIP with NAT]]
<div class="tel-desc">Resolving SIP traversal problem by Yate.</div>
+
Resolving SIP traversal problem by Yate.
<div class="bullet">&nbsp;</div><font class="tel-title">[[How_to_setup_chat_and_short_file_transfer_using_MESSAGE_Request_Method|How to use MESSAGE and PUBLISH requests]]</font><br/>
+
* [[How_to_setup_chat_and_short_file_transfer_using_MESSAGE_Request_Method|How to use MESSAGE and PUBLISH requests]]
<div class="tel-desc">Example on how to handle custom SIP requests.</div><br/>
+
Example on how to handle custom SIP requests.
 
|}
 
|}
  

Revision as of 13:04, 11 September 2013

Contents

Session Initiation Protocol(SIP)

The Session Initiation Protocol(SIP) is an signaling protocol widely used for controlling communication sessions such as voice and video calls over Internet Protocol(IP).

About Features

SIP protocol in Yate

TLS and SRTP in Yate

Main configuration file for SIP module in Yate.

How Yate processes SIP request methods and how to enable methods that are not handled by default.

SIP features module that implements SUBSCRIBE and NOTIFY Methods.

Route to a SIP channel and a SIP Line.

Implementation and SIP Client features in Yate

SIP features module that implements SUBSCRIBE and NOTIFY methods.

How to do configurations related to DTMFs in SIP channel.

How to configure Yate to handle a SIP attended call transfer for an unknown call leg in the cluster node.

Yate provides a protection mechanism against several types of SIP flood attacks.

Describes how Yate can be used as a SIP session border controller.

Use this message to initiate the transmission of a SIP request.

Feature used in a routing module that allows Yate to query CNAM and LNP databases over the SIP protocol.

Resolving SIP traversal problem by Yate.

Example on how to handle custom SIP requests.

H323 Protocol

H.323 is a standard that specifies the components, protocols and procedures that provide multimedia communication services - real-time audio, video, and data communications - over packet-based networks.

About Features
 
H323 channel module
Configuration file used to configure H323 protocol in Yate
 
Compiling Yate with OpenH323 support
Installing and compiling OpenH323 - stable version to use with Yate
 
Compiling Yate with H323plus support
How to compile Yate with H323plus support - unstable version to use with Yate
 
Yate as H323 GateKeeper and YateClient as H323 client
Configure H323 Gatekeeper And Multiple Endpoint Server
 
H323 To SIP Signalling Proxy
Configure in Yate H323 To SIP Signalling Proxy
 
H323 Send DTMFs
Describes DTMFs send related to h323 channel.

Media Gateway Control Protocol(MGCP)

Media Gateway Control Protocol is a signalling and call control protocol used within Voice over IP (VoIP) systems that typically inter-operate with the public switched telephone network (PSTN).

About Features
 
MGCP call agent module
This module implements the Call Agent part of MGCP allowing Yate to control analog or digital Media Gateways

Inter-Asterisk eXchange(IAX/IAX2)

IAX2 is a VoIP protocol that carries both signaling and media on the same port.

About Features
 
IAX
Main configuration file for IAX channel module in Yate.
 
Yate as IAX server and YateClient as IAX client
Setup to configure Yate as a IAX Server and YateClient as a IAX client

JINGLE Protocol

Jingle - Google talk/Google voice.

About Features
 
JINGLE Module
How to configure JINGLE module in Yate
 
Jabber Client With Jingle Yate Server
How to configure a Jabber Client with Jingle Yate Server
 
Connecting to GMail
Learn how to route calls to contacts using Gmail account in accfile.conf

JABBER or XMPP(Extensible Messaging and Presence Protocol)

Extensible Messaging and Presence Protocol(XMPP) is a communications protocol for message-oriented middleware based on XML(Extensible Markup Language).

About Features
 
Jabber Client Module
Configuring Yate as a Jabber Client
 
Jabber Server Module
Configuring Yate as a Jabber Server
 
Features for Jabber Server
The features for Jabber Server
 
Building Jabber server using Yate
Describes the steps to follow to build a Jabber server using Yate.

Miscellaneous

Various articles that apply to more than one protocol

Articles
 
Call End Causes
Description of call end causes and errors in various protocols


See also

Personal tools
Namespaces

Variants
Actions
Preface
Configuration
Administrators
Developers