How To's

From Yate Documentation
(Difference between revisions)
Jump to: navigation, search
(VoIP to PSTN gateway)
(Troubleshooting)
(7 intermediate revisions by one user not shown)
Line 48: Line 48:
 
* [[Yate as a PBX]]
 
* [[Yate as a PBX]]
 
How to set up Yate as a PBX depending on the features you need.
 
How to set up Yate as a PBX depending on the features you need.
 
|class="yate-content-left"|
 
 
* [[H323 To SIP Signalling Proxy]]
 
* [[H323 To SIP Signalling Proxy]]
 
Configuring Yate Server to be a H323 to SIP Signalling Proxy.
 
Configuring Yate Server to be a H323 to SIP Signalling Proxy.
 
* [[Connecting To Google Voice|Connecting To Google Voice using your SIP account]]
 
* [[Connecting To Google Voice|Connecting To Google Voice using your SIP account]]
 
Use Yate server to handle all your Google Voice calls.
 
Use Yate server to handle all your Google Voice calls.
* [[Using Yate with various service providers]]
+
 
Yate can be used with various service providers.
+
|class="yate-content-left"|
 +
* [[Using YateClient with SIPsocial]]
 +
How to use YateClient with SIPsocial
 +
* [[Connecting to FWD-FreeWorldDialUp]]
 +
How to connect to FreeWorldDialUp
 +
* [[Connecting to InPhoneX]]
 +
How to connect to InPhoneX
 +
* [[Connecting to SAPO]]
 +
How to connect to SAPO
 +
* [[Connecting to IAXtel]]
 +
How to connect to IAXtel
 +
* [[Using SIP MESSAGE or how to enable chat messages in SIP]]
 +
How to enable SIP MESSAGE request in yate5 to allow chat messages between registered users.
 
* [[SIP Flood Protection]]
 
* [[SIP Flood Protection]]
 
Yate provides a protection mechanism against several types of SIP flood attacks.
 
Yate provides a protection mechanism against several types of SIP flood attacks.
Line 78: Line 88:
 
* [[CDRcombine_Module|Cdrcombine]]
 
* [[CDRcombine_Module|Cdrcombine]]
 
For basic setups configure yate to write single cdr entry per call, instead of entry for each call leg
 
For basic setups configure yate to write single cdr entry per call, instead of entry for each call leg
 +
* [[Starting CDR Ring Timer on call.progress]]
 +
Example on how to start CDR Ring Timer on call.progress message.
 
|}
 
|}
  
Line 134: Line 146:
 
Guide to install Sangoma cards under Windows.
 
Guide to install Sangoma cards under Windows.
 
* [[Setting up Yate with ISDN BRI]]
 
* [[Setting up Yate with ISDN BRI]]
Guide to use Yate with BRI Stuff.
+
Guide to use Yate with ISDN BRI.
 
|}
 
|}
  
Line 140: Line 152:
  
 
{|class="yate-table"
 
{|class="yate-table"
|class="yate-header-right"|Issue
+
|class="yate-header-right" colspan="2"|Issue
 
|-
 
|-
|class="yate-content-right"|
+
|class="yate-content-left"|
 
* [[Database Connection Problems]]
 
* [[Database Connection Problems]]
 
What to do if you suspect Yate is not connected to the database
 
What to do if you suspect Yate is not connected to the database
* [[YateAdmin Headers Sent Fix]]
 
How to solve 'Headers already sent' warning for YateAdmin
 
 
* [[Debugging with tcpdump]]
 
* [[Debugging with tcpdump]]
 
You can use tcmpdump to follow VoIP traffic
 
You can use tcmpdump to follow VoIP traffic
 +
 +
|class="yate-content-right"|
 +
* [[YateAdmin Headers Sent Fix]]
 +
How to solve 'Headers already sent' warning for YateAdmin
 
* [[Miscellaneous problems]]
 
* [[Miscellaneous problems]]
 
Various issues: STUN, kdoc, YateClient on Ubuntu 11.10
 
Various issues: STUN, kdoc, YateClient on Ubuntu 11.10
Line 156: Line 170:
  
 
* [[Telephony]]
 
* [[Telephony]]
 +
 +
[[Category:Routing]] [[Category:Debug]] [[Category:Monitoring]] [[Category:Server]]

Revision as of 10:40, 4 November 2013

Yate has multiple routing modules and signalling 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.

Examples on how to convert SIP headers into SIP parameters.

Example on how to use copyparams from routing in CDR.

Setting up an IVR.

Useful information from various users about routing.

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.

How to set up Yate as a PBX depending on the features you need.

Configuring Yate Server to be a H323 to SIP Signalling Proxy.

Use Yate server to handle all your Google Voice calls.

How to use YateClient with SIPsocial

How to connect to FreeWorldDialUp

How to connect to InPhoneX

How to connect to SAPO

How to connect to IAXtel

How to enable SIP MESSAGE request in yate5 to allow chat messages between registered users.

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

Call detail records

Below are the modules and some tips you can use when writing call logs. You use this modules to obtain billing information.

How To's

How to write call logs to a database

Some things to take into account when wanting to bill from a database

How to write call logs to a file

Example of how to add custom parameters in CDR

For basic setups configure yate to write single cdr entry per call, instead of entry for each call leg

Example on how to start CDR Ring Timer on call.progress message.

Monitoring and debugging Yate

Some examples on how to monitor and enable debugging in Yate and the modules involved in this actions.

How To's

Overview on how to monitor yate using SNMP and rmanager.

Yate provides Debugging info on console.

Debug an external module in Telnet

Yate offers the msgsniff module to allow the investigation of messages at runtime.

Yate can be monitored using Munin.

Miscellaneous

How To's

Tips on what you should pay attention to when running Yate in VMWare.

This example allows chat and short files transfer between Twinkle clients using SIP MESSAGE Request Method.

Notes on various protocols when you wish to handle many simultaneous calls.

How to modify call release cause codes.

VoIP to PSTN gateway

How To's

Example on how to use Yate as VoIP-PSTN gateway

Guide to install Sangoma cards under Linux.

Guide to install Sangoma cards under Windows.

Guide to use Yate with ISDN BRI.

Troubleshooting

Issue

What to do if you suspect Yate is not connected to the database

You can use tcmpdump to follow VoIP traffic

How to solve 'Headers already sent' warning for YateAdmin

Various issues: STUN, kdoc, YateClient on Ubuntu 11.10

See also

Personal tools
Namespaces

Variants
Actions
Preface
Configuration
Administrators
Developers