SIP Provider Examples

來源:互聯網
上載者:User
Contents

[hide]

  • 1 Example Configuration
  • 2 Provider Configuration Pages
  • 3 Gateway Overview
    • 3.1 Keeping Connections Alive
  • 4 See Also

Example Configuration

The following is a list of phone providers that have been successfully tested with the FreeSWITCH software.

Please note that you should stick with adding these phone providers under the {FreeSWITCH installation}/conf/directory/default location. This means creating an XML file per specified phone provider under the conf/directory/default/ directory. Alternatively, you can also add the provider of your choice under the {FreeSWITCH installation}/conf/sip_profiles directory. The recommendation is to stick with using the "conf/directory/default" location. When in doubt copy the examples found in the source code under freeswitch/conf/directory/default/. The sample file is named "provider.com.xml". NOTE: the file is named "example.com.xml" on newer releases of FreeSWITCH.

 

 

Provider Configuration Pages

When adding a provider to this list within the wiki please observe these guidelines:

  • include a generic configuration
  • no marketing information
  • keep them alphabetically listed
A through E F through H I through P Q through Z
  • Asterlink
  • AQL
  • Bandwidth.com
  • BBTel
  • Belcentrale.nl
  • Brastel
  • Broadvoice
  • Broadvox
  • Budgetphone.nl
  • Callcentric
  • CallWithUs
  • CheapNet.it
  • ContactTel
  • Cordia
  • DID For Sale
  • DUS.NET
  • Free World Dialup (FWD)
  • FlowRoute
  • FönSWITCH
  • FreePhonie
  • FreeDigits
  • Gafachi
  • Gizmo
  • Gradwell
  • GrnVOIP
  • Halonet
  • iCall Carrier Services
  • iinet
  • Inphonex
  • IPKall
  • IPNess
  • iptel
  • ippi
  • iristel
  • Junction Networks
  • Les.net
  • Localphone.com
  • MixMeeting
  • Metrostat
  • MyDivert.Com
  • MyNetFone
  • Neotel
  • Nextiva
  • Netsip.com.au
  • NodePhone
  • Nomado Telecom
  • OneSuite
  • PennyTel
  • Peopleline
  • Phonzo
  • Rapidvox
  • sipcall.ch
  • SipGate.de
  • SonoVoIP
  • SureVoIP
  • Teliax
  • Telasip
  • Unlimitel
  • ViaTalk
  • Vitelity
  • VoiceMeUp
  • Voice Network
  • VoicePulse
  • VoiceStick
  • VoIP Innovations
  • VoipCheap
  • VoipStreet
  • VoipTalk
  • Voip.ms SwiftVox
  • VoipUser
  • Vonage
  • Whistle Phone
  • Yahoo Messenger

Note: If you are looking for an example with different destinations for the registration proxy and outbound proxy, see the example configuration for Peopleline.

Gateway Overview

As an example we will add a trunk to vitelity.com. PLEASE NOTE THAT THIS IS AN EXAMPLE. REPLACE WITH YOUR OWN CONFIGS FOR YOUR PROVIDER (see table below).

Vitelity.com uses different proxies for inbound and outbound calls, so we need to add two gateways (they can be in the same file). One for outbound and one for inbound. Many providers (Vitelity included) allow you to make outbound calls via the registration proxy for inbound calls and so you really only *need* to setup one gateway. Before we start that we'll need to know a couple different pieces of info:

  • username
  • password (also called secret)
  • outbound server
  • inbound server
sudo vim /usr/local/freeswitch/conf/sip_profiles/external/vitelity.xml
<include>  <gateway name="vitelity-outbound">    <param name="username" value="****yourusername"/>    <param name="password" value="****yourpassword"/>    <param name="realm" value="vitel-outbound"/>    <param name="proxy" value="****outboundurl"/>    <param name="register" value="false"/>  </gateway>  <gateway name="vitelity-inbound">    <param name="username" value="****yourusername"/>    <param name="password" value="****yourpassword"/>    <param name="realm" value="vitel-inbound"/>    <param name="extension" value="1000"/>    <param name="proxy" value="****inboundurl"/>    <param name="register-proxy" value="****inboundurl"/>  </gateway></include>

Keeping Connections Alive

You can use the following parameter in your configuration to force FreeSWITCH to re-register with your provider at certain intervals. This may be helpful for NAT issues by keeping the connection state open through your internal firewall.

<param name="expire-seconds" value="60"/>

You can also set FreeSWITCH to ping your gateway at intervals.

<param name="ping" value="30" /> 

See Also

Retrieved from "http://wiki.freeswitch.org/wiki/SIP_Provider_Examples"Categories: Sip | Examples

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.