VoIP Server Reference

Size: px
Start display at page:

Download "VoIP Server Reference"

Transcription

1 IceWarp Server VoIP Server Reference Version 10 Printed on 12 August, 2009

2

3 i Contents VoIP Service 1 Introduction... 1 V10 New Features... 3 SIP REFER... 3 SIP Call Transfer Agent Settings... 3 NAT traversal - RTCP... 3 Video Calls... 3 Multiple Resources- Contact Binding... 3 Incoming Calls To Groups... 3 Logging - SIP Calls... 3 Statistics SIP Calls... 4 The Big Picture... 7 General... 8 Gateways... 9 Call Forwarding Advanced Using the Dial Via SIP Functionality Setting up a SIP Client - X-Lite First run of X-Lite SIP Accounts Dialog... 21

4 ii Contents Settings for the Grandstream Hardware SIP Phone Access Mode Index 29

5 1 C HAP T E R 1 VoIP Service Introduction IceWarp Server VoIP Service implements SIP. The SIP (Session Initiation Protocol) is designed to allow devices, both software and hardware, to establish a communication session. The VoIP Service in IceWarp Server is actually a SIP domain which should be defined within IceWarp Server as a Domain or Domain Alias. This Domain must have a valid DNS "A" record. The four basic components of a SIP session are: SIP User Agents These are the end-user devices. These can be Software devices, running on PCs, PDAs, Cell phones etc. or they can be SIP-enabled network devices such as SIP-phones, or even, via SIP Gateways, ordinary telephony devices. A SIP call is initiated by a User Agent Client and responded to by User Agent Server. SIP Registrar Servers These are databases containing the location of all User Agents within a Domain. There servers retrieve and send IP addresses and other information at the request of a SIP Proxy Server SIP Proxy Server A SIP Proxy Server accepts session requests from a User Agent and queries a SIP registrar for the recipient's address. It then forwards the session invitation directly to the User Agent if it is in the same Domain or to another Proxy Server if the User Agent is in another Domain. SIP Redirect Servers These allow Proxy Servers to locate other, external Proxy servers (rather like a DNS for SIP). NOTE that in IceWarp Server the Registrar, Proxy and Redirect Servers are integral to the software, no further software is required The following diagrams and examples should help explain the structure and process of placing a SIP call.

6 2 VoIP Server Reference IceWarp Server In This Chapter V10 New Features... 3 General... 8 Gateways... 9 Call Forwarding Advanced Using the Dial Via SIP Functionality Setting up a SIP Client - X-Lite Settings for the Grandstream Hardware SIP Phone Access Mode... 27

7 3 C H A P T E R 2 V10 New Features SIP REFER 100% RFC compliant, allows SIP Server to be configured with external SIP account by the means of siprefer.dat. Calls can be transferred over to remote gateway and back. See the following. SIP Call Transfer Agent Settings Call transfer to any SIP Server (e.g. Asterisk), across SIP servers and gateways, no gateway, account configuration required, IceWarp would be used only as call initiator but your real SIP account would be used to make the final call, mailbox/~sip/siprefer.dat file, <regex> <sip_destination> on each line containing custom siprefer addresses, RegEx replace based. NAT traversal - RTCP RTCP stream support added, off by default. RTP is using an even port number, +1 is used for RTCP. RTCP is used for stream quality control and negotiation between clients. Unsupported by common clients, but may be required for video playback. Video Calls Support for video stream has been tested and works with common desktop clients. The RTP NAT traversal automatically assigns 2 more streams for the video RTP. Multiple Resources- Contact Binding Contact list retrieval based on CallID (multiple binding). Allows the same user to connect with several clients at once and make calls on each, receive calls on any (rings to all). Very similar to instant messaging resources and concurrent logins. Suppose you have a wired phone and you connect with your softphone. At this moment the softphone will take over all calls. Once logged out the wired phone will work as usual. Incoming Calls To Groups Incoming calls can be processed by a group or the whole domain if desirable. Logging - SIP Calls Logging of SIP Calls is available in Logs. Administrator can get overview of the traffic over SIP gateway in terms of calls made.

8 4 VoIP Server Reference IceWarp Server Statistics SIP Calls Statistics - Sessions - SIP Calls added, session termination supported. TCP and TLS Calls and Instant Messaging SIP and SIMPLE secure connections over SIP TCP and TLS (SIPS) are supported, tested with CounterPath Bria. New Rules Functions New functions: RESPONSE (allows to send your own response to a SIP request), METHOD (create a RegEx restriction to SIP method), STOP (stop processing the SIP packet) and SMS (send text message with parameters e.g. "1" or "maxmsgs=1"), integrates smoothly with the SMS service to send SMS over SIP SIMPLE. Use Rules Although URI Is Local and Existing Account Gateway rules override local URI's (higher priority for local accounts, if call is made to "001" and "001" is local and a a routing rule matches "001", the call will be made to the local account anyway. 00 For + Replacement "00" for "+" sign replacement in smsgateways.dat, can be turned off using XML option IGNOREPLUSREWRITE. Many VoIP carriers don't support "+" prefix. Record-Route Response Record-Route rewriting support added. Rewrite and number match in gateway dial rules - all RegEx and RegEx rewrite driven, previous compatibility not preserved, requires all rules to be rewritten, e.g. Condition: ^(0)(.*) Rewrite: $2 (checks if number starts with 0 and rewrites to the remainder), Condition: ^([0-9])(.*) Rewrite: $1$2 (checks if numbers starts with any digit and keeps the number - rewrite could be blank to keep the original number). Authentication- DIGEST-MD5 SIP server supports DIGEST MD5 authentication if required. e164.org Support e164.org is a free Internet service allowing to register phone numbers easily, so that clients can retrieve information about a telephone number from DNS, find the real SIP address, , PSTN phone number etc. In addition to the existing e164.arpa lookup, IceWarp SIP has been updated and tested for 100% compliance with e164.org. SIP RTP Dump Internal option for use with RTP Dump troubleshooting utility. Allows to save streams to RTP Dump, a special format supported by WireShark and other tools.

9 V10 New Features 5 RTPDump and RTPDump to MP3 Utility for VoIP SIP troubleshooting. Requires lame_enc.dll, captures PCMU streams, allows to play the stream, convert to MP3, create call recording by overlaying 2 streams. Miscellaneous Optimizations Improved TCP Keep-Alive, Location service (keeps users logged in), Contact: * removal support added. Updated processing of requests and responses from the Contact: header perspective, local packets bypassed. Init and Timer updated. SIP gateway startup delayed after service really started. Port 0 handling. Send failure logged. Stream timeout not applied to RTCP. If External host IP is blank it is automatically detected and set. User verification based on SIPLocation service verifies both and IP:port in non-anonymous access. TCP additional bindings - Response finds the proper binding and uses it to send the packet. 1. User A places a call to User B (User B is in a Domain external to User A's Domain). This request is picked up by SIP Proxy A. (arrow 1). 2. SIP Proxy A determines that User B is outside its Domain so asks a SIP Redirect Server where "User B of Domain B" can be found (arrow 2). 3. SIP Redirect Server responds with the address for SIP Server B (arrow 2). 4. SIP Proxy A sends the call request to SIP Server B (arrow 3). 5. SIP Server B requests the location of User B from SIP Registrar B (arrow 4). 6. SIP Registrar B responds with User B's location (arrow 4). 7. SIP Proxy B contacts User B's device (arrow 5). 8. User B accepts the call. 9. User B's device tells SIP Proxy B (arrow 5). 10. SIP Proxy B tells SIP Proxy A (arrow 3).

10 6 VoIP Server Reference IceWarp Server 11. SIP Proxy A tells User A's device (arrow 1). 12. Channel is established (arrow 6). If you have multiple Users behind a firewall or router then you will probably need to enable NAT Traversal on the SIP Server (see SIP - Advanced (see "Advanced" on page 15) tab). The following diagram shows a call using NAT traversal and Proxy ports. The basic functionality is the same except that all communication outside of the Domain is done via a proxy port. One proxy port is opened for each User communicating outside the Domain.

11 V10 New Features 7 A SIP gateway is a service provided that allows you to connect to non-sip devices, such as the public telephone network. These services usually have to be paid for. The initiation of the call is the same up to the point where the SIP Gateway is reached. The Big Picture The SIP server allows you to offer a complete voice communications solution to your Users.

12 8 VoIP Server Reference IceWarp Server General Field Active Disable anonymous access SIP access mode: Description Check this box to enable the SIP server Check this box if you do not wish to allow anonymous users access to the SIP service. If you select this option you can use the B button to edit a bypass file, allowing IP ranges, Users and Domains anonymous access. Use the Access Mode button to specify which Accounts, Domains etc. will have access to the SIP Service. This opens the standard Access Mode dialog. See Access Mode for further information. Field Local Network Local interface host External interface host Description Here you need to specify all the local IP addresses that this SIP server should be available for. Specify the local IP address of the SIP Server here. Specify the local IP address of any External interface (probably your router or firewall) NOTE - Incorrect Routing information is the biggest cause of problems with SIP communications. Make sure you set this up correctly. Field Max number of simultaneous calls Description Once the maximum number of simultaneous calls is reached any further attempted calls will be rejected by the Service. This can be useful if you want to limit the bandwidth that is used by the SIP Server. A typical voice call is around 8kB/s.

13 Gateways 9 Log user calls to user mailbox Log all calls to file Check this box to have SIP calls logged to the mailbox of the user who made the call. NOTE - This option must be checked for the REDIAL to work. Check this box and specify a fully qualified path to the file where a log of ALL calls should be stored. Note that yyyy, mm and dd can be used in the directory name, For example: <InstallDirectory>\SIPyyyymmdd\sip.log Gateways Here you should specify any Gateways you wish to route calls to. Gateways are usually an interface to a non-sip communications system, such as Public Telephony, and you would normally have to pay subscription or usage charges to the Gateway provider. Selecting the Gateways tab presents you with a list of defined Gateways. Use the Delete button to delete a selected Gateway. Use the Save and Load buttons to respectively save and load a list of Gateways. A standard file browser dialog will be presented.

14 10 VoIP Server Reference IceWarp Server Pressing the Add or Edit button will open the SIP Gateway dialog: Field Active Title Server Proxy Username Password Expire Max. number of simultaneous calls Rewrite From header Rewrite To header Description Check this box to make this Gateway active. A descriptive name for the Gateway. Specify the IP address or hostname of the Gateway. Specify the IP address or hostname of any proxy server IceWarp Server should use to get to this Gateway. Specify the username supplied by your Gateway provider. Specify the password for the above username. Specify here how often, in seconds, the SIP Gateway should re-register with the Gateway. Basically, this tells the Gateway that the server is still here and available. Specify here the maximum number of simultaneous calls allowed via this Gateway. Can be useful in limiting bandwidth usage. Normally this field should be left un-checked. This is here in case your gateway provider requires it. Normally this field should be left un-checked. This is here in case your Gateway provider requires it.

15 Gateways 11 The Outgoing Calls tab allows you to select particular calls to use this Gateway, using the number prefix. A number prefix must be assigned to a Gateway, even if there is only one Gateway, or the Gateway will be inaccessible. If you have multiple gateways then this is effectively a way to select which gateway the call will be routed through. You may have different SIP to phone providers for different countries and want to route calls appropriately. You can select you own prefix for each gateway and publish the list within your organization. Field Number prefix Description Specify the number prefix that will cause a call to be routed through this Gateway. The above example shows that any recipient address that starts with 555 will be processed via this Gateway. Multiple prefixes can be entered, separated by semicolons. NOTE - do not enter any spaces in this field as this will cause a failure. Replace number This field allows you to modify the prefix if necessary. You can enter numbers here and there are three special stings that are substituted by part of the original dialed number: %& - is substituted with the original number, minus the prefix. %^ - is substituted with just the prefix %* - is substituted with the whole number

16 12 VoIP Server Reference IceWarp Server These stings can be selected via the button to the right of the text field. Example (see previous screenshot) This gateway is a SIP to Phone gateway offering cheap calls to the UK, but the gateway requires that the full UK number is specified for the call (without the country code but with the leading zero). Specify Number prefix as 0044;44;+44 Specify Replace number as 0%& and if a user dials , the call would be routed to via this gateway. Restrict calls to users below Check this box to restrict the Users who can use this Gateway to place an outgoing call. This option is recommended as otherwise you could be leaving your Gateway open to abuse by anyone that knows of its existence. Use the Add button to open the Select Item dialog, allowing you to add Accounts and/or Domains to the list. The Incoming Calls tab allows you to specify where an incoming call to you number on this Gateway is routed. Use the Add button to specify which User or Users the call should be routed to. If no Users are specified IceWarp Server will do nothing with the call request, not even reject it. If one User is specified then IceWarp Server will attempt to route the call to that User. If multiple Users are specified IceWarp Server will attempt to contact all of those Users simultaneously, and will wait until either: A User accepts the call, in which case it is routed to that User

17 Call Forwarding 13 All Users reject the call or the request times out, in which case IceWarp Server will reject the incoming call Use the Delete button to delete a selected Gateway Call Forwarding The Call Forwarding tab allows you to specify rules on how to handle SIP requests, Accept, Reject or Drop based on where the request is coming from, going to, etc. You are presented with a list of defined rules: Away number The Away number is a number which any user can dial to have his phone "switched off" or forwarded to another number, by the server. The user initiates this on demand from his own SIP device, and IceWarp Server instantly writes a Call Forwarding rule for the number. Specify here the number a User should dial. Reset number Specify here the number a User should dial to "switch on" his phone and cancel any Call Forwarding. In the above example: if a User dials *151* then the server will reject any calls to that User. if a User dials *151* then the server will forward calls for that user to if a User dials *151*john@icewarpdemo.com then the server will forward any calls to john@icewarpdemo.com NOTE that the above Call Forwarding is dynamic, initiated and cancelled by individual Users via their SIP device. The Call Forwarding described later in this section is controlled by the system administrator, and is not dynamic. Redial number

18 14 VoIP Server Reference IceWarp Server Specify here a number that a User can dial to redial the last number for his address. NOTE - that the number dialed will be the number associated with the last event associated with this User, whether it is an outgoing or incoming call. Use the Delete button to delete a selected rule. Pressing the Add or Edit button opens up the Call Forwarding dialog: Field Number Forward To Description Description Specify here the original intended recipient of the call. Multiple recipients can be specified, separated by semicolons. Masks can be used, using %, instead of *, to specify any string. (This is because * is valid in telephony terms) Examples: +11% - means any string starting with +11. %@icewarpdemo.com - means any string ending %domain% - means any string containing domain. Specify here a number or address for the new recipient. Multiple addresses/numbers can be specified, separated by semicolons. Short descriptive text for identification purposes.

19 Advanced 15 Advanced The Advanced tab allows you to specify how the SIP server will perform NAT translation, and whether the server will use a parent SIP proxy. Field Use Telephone/E164 Number Mapping (ENUM) Description Check this box to enable your users to place calls to standard telephone numbers. The ENUM system allows a standard telephone number to be dialed from a SIP client. The SIP server will check for a NAPTR DNS record based on the number dialed (the 164.arpa server is tried out, if record not found, then the e164.org one.) NOTE that the option mentioned above has higher priority than SIP gateways (if used.) Use extended DNS lookup (NAPTR and SRV) Select this option to have IceWarp Server check for SRV and NAPTR DNS records to determine the hostname for a SIP Server. IceWarp Server first checks for a NAPTR DNS record and, if none is found, it will check for an SRV DNS record. Field Enable SDP NAT traversal proxy RTP NAT Traversal server mode Description Check this box to enable the SDP (Session Description Protocol) NAT (Network Address Translation) Proxy. NAT is used to correctly route incoming data to the correct local network recipient. RTP (Real-time Transport Protocol) is the protocol used by the SIP server for streaming data. The SIP server can create Proxy Ports for each SIP call. This is useful if you have no control over the ports being used by your User's SIP clients. Choose from the following options: Disabled

20 16 VoIP Server Reference IceWarp Server Select this option and no Port Proxies will be created Sessions from external hosts Select this option and Port Proxies will be created for communications with external hosts. All sessions Select this option and Port Proxies will be created for all SIP server communications. This is especially useful if you have many Windows XP Users. Local RTP port range from Local RTP port range to You need to specify the Ports to be used as Proxies by the SIP server. You should specify the start of the port range to be used Specify the last port of the range to be used. NOTE that the port range specified here must be open in your router/firewall setup. Field Use parent SIP proxy Parent proxy Contact: registration expiration (Sec) Description You can have multiple SIP servers with only one server having access to the outside world. In this case you would specify this external server as the "parent" server. Check this option if you wish to use a parent server, and specify the hostname of the parent in the text box Specify the IP address or hostname of the parent SIP server. Specify a value here to tell clients that they should re-register with the server at the interval specified. This can be very useful to keep the Client/Server connection alive. Using the Dial Via SIP Functionality Both the Outlook Connector and IceWarp Web Client have the ability to dial out via SIP clients. In the Outlook Connector Locate and select the contact you wish to call (if the person you wish to call is not in your contacts skip this step) Select "Dial via Merak Server" from the Outlook Connector dropdown menu. Check the correct contact is displayed and click Dial Your SIP client will start to ring, answer it. After a couple of seconds the other person's SIP client will be contacted and your conversation can start.

21 Using the Dial Via SIP Functionality 17 In IceWarp Web Client Click "Dial" on the menu bar. Select the Contact you wish to call (or type in the address) and click Dial. Your SIP client will start to ring, answer it. After a couple of seconds the other person's SIP client will be contacted and your conversation can start. Note that the call is in no way routed by Outlook Connector or IceWarp Web Client, they are just used to initiate the call. The SIP server dials your registered client and once connected route the call to the destination you specified. This method will work with any SIP client.

22 18 C H A P T E R 3 Setting up a SIP Client - X-Lite There are numerous SIP clients available, both software and hardware. This section describes how to set up X-Lite to access your SIP server. X-Lite is available from In This Chapter First run of X-Lite SIP Accounts Dialog... 21

23 Setting up a SIP Client - X-Lite 19 First run of X-Lite When you first run X-Lite it will discover that you have no SIP account defined and will show the message "No SIP accounts are enabled"" And the "SIP accounts" dialog will we be displayed automatically.

24 20 VoIP Server Reference IceWarp Server If you wish to add your IceWarp Server account to X-Lite you should open the "SIP accounts" manually:

25 Setting up a SIP Client - X-Lite 21 SIP Accounts Dialog The SIP Accounts dialog shows you a list of all the SIP accounts you have defined.

26 22 VoIP Server Reference IceWarp Server Press the Add button to define your IceWarp Server account. The properties dialog will be displayed: Field Display name User name Description Enter the display name you would like people to see when you are in a call with them. The User name supplied by your SIP service provider. NOTE that it is necessary to log in using this user name only (not the user's address). In case of IceWarp Server use the alias of the appropriate account. NOTE that this applies even if the "Users login with their addresses" option (Domains & Accounts / Policies / Login Policy / Login Settings) of the IceWarp Server is selected. Password Authorization user name Domain Domain Proxy The password supplied by your SIP service provider. Same as your User name. Enter the domain name of your SIP service supplied by your SIP service provider. Leave as is.

27 Setting up a SIP Client - X-Lite 23 Dialing plan Leave as is. Press OK to return to the SIP Accounts dialog: Press Close to return to X-Lite.

28 24 VoIP Server Reference IceWarp Server X-lite will now attempt to connect to your SIP service provider and will show the following if successful:

29 Settings for the Grandstream Hardware SIP Phone 25 Settings for the Grandstream Hardware SIP Phone The following screenshot shows the settings for the Grandstream hardware SIP phone:

30 26 VoIP Server Reference IceWarp Server The settings you need to change for IceWarp Server are: Proxy - The SIP server domain name Display name - the name you wish others to see when you are in a call Password - the password for your SIP server Auth ID - Your SIP server username

31 Access Mode 27 Access Mode The access mode lets you specify which accounts are allowed to access the service. Mode All accounts Accounts from list Use domain options Use account options Advanced mode (Logical NOT XOR) Description The service is accessible by all accounts in all domains on this server. Only accounts/domains listed in the text box can access the server Enter the accounts that are allowed to access the service in the List text box, separated by semicolons. Use the '...' button to open the Select Item dialog to select accounts. Only accounts in domains that have the service selected in Domain Options can access the service. Only accounts that have the service selected in User Options can access the service. Access will be granted to all accounts which have access: Disabled via both Domain Options and User Options. or Enabled via both Domain Options and User Options. Example: Backup domains do not usually have users but they can have. By default, all backup domain users (both local and locally non-existing ones) have services (e.g. anti-spam) enabled. You can want to use this service just for local users. It is possible to use the "Accounts from the list" mode but it is not too handy. Better solution is to use the "Advanced mode", deselect the service on the domain level and on the user level deselect the service for all local users. (It means that they will have the service enabled. Alternatively, you can create a user template with this service deselected and use it as a default one.) List Accounts... Clicking this button reveals: In the 'Use domain options' mode the current list of domains. In the 'Use account options' and 'Advanced mode' modes the current list of users. In the 'All accounts' and 'Accounts from list' modes the button is disabled.

32 28 VoIP Server Reference IceWarp Server

33 29 Index No index entries found.

VoIP Service Reference

VoIP Service Reference IceWarp Unified Communications VoIP Service Reference Version 10.4 Printed on 13 April, 2012 Contents VoIP Service 1 Introduction... 1 The Big Picture... 4 Reference... 5 General... 5 Dial Plan... 7 Dial

More information

VoIP Service Reference

VoIP Service Reference IceWarp Unified Communications VoIP Service Reference Version 10.4 Printed on 19 February, 2013 Contents VoIP Service 1 Introduction... 1 The Big Picture... 5 Reference... 6 General... 6 Dial Plan...

More information

VoIP Service Reference

VoIP Service Reference IceWarp Unified Communications Reference Version 11.1 Published on 11/4/2014 Contents... 4 About... 5 The Big Picture... 7 Reference... 8 General... 8 Dial Plan... 9 Dial Plan Examples... 12 Devices...

More information

Application Notes for Avaya IP Office 7.0 Integration with Skype Connect R2.0 Issue 1.0

Application Notes for Avaya IP Office 7.0 Integration with Skype Connect R2.0 Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Avaya IP Office 7.0 Integration with Skype Connect R2.0 Issue 1.0 Abstract These Application Notes describe the steps to configure an Avaya

More information

Time Warner ITSP Setup Guide

Time Warner ITSP Setup Guide October 14 Time Warner ITSP Setup Guide Author: Zultys Technical Support This configuration guide was created to assist knowledgeable vendors with configuring the Zultys MX Phone System with Time Warner

More information

Application Notes for Configuring Avaya IP Office 9.0 with HIPCOM SIP Trunk Issue 1.0

Application Notes for Configuring Avaya IP Office 9.0 with HIPCOM SIP Trunk Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Configuring Avaya IP Office 9.0 with HIPCOM SIP Trunk Issue 1.0 Abstract These Application Notes describe the procedures for configuring

More information

LifeSize Transit Deployment Guide June 2011

LifeSize Transit Deployment Guide June 2011 LifeSize Transit Deployment Guide June 2011 LifeSize Tranist Server LifeSize Transit Client LifeSize Transit Deployment Guide 2 Firewall and NAT Traversal with LifeSize Transit Firewalls and Network Address

More information

Application Note Configuring the Synapse SB67070 SIP Gateway for Broadvox GO! SIP Trunking

Application Note Configuring the Synapse SB67070 SIP Gateway for Broadvox GO! SIP Trunking Configuring the Synapse SB67070 SIP Gateway for Broadvox GO! SIP Trunking 2012 Advanced American Telephones. All Rights Reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property licensed

More information

Application Notes for Configuring Intelepeer SIP Trunking with Avaya IP Office 7.0 - Issue 1.0

Application Notes for Configuring Intelepeer SIP Trunking with Avaya IP Office 7.0 - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Configuring Intelepeer SIP Trunking with Avaya IP Office 7.0 - Issue 1.0 Abstract These Application Notes describe the procedures for configuring

More information

Merak Outlook Connector User Guide

Merak Outlook Connector User Guide IceWarp Server Merak Outlook Connector User Guide Version 9.0 Printed on 21 August, 2007 i Contents Introduction 1 Installation 2 Pre-requisites... 2 Running the install... 2 Add Account Wizard... 6 Finalizing

More information

CREATE A CUSTOMER... 2 SIP TRUNK ACCOUNTS...

CREATE A CUSTOMER... 2 SIP TRUNK ACCOUNTS... Contents CREATE A CUSTOMER... 2 SIP TRUNK ACCOUNTS... 3 CREATE THE MAIN SIP TRUNK ACCOUNT... 3 SETUP THE SIP TRUNK ACCOUNT... 4 EXTRA DIDS... 7 HOW TO..... 9 BILL FOR THE SIP TRUNKING SERVICE... 9 LIMIT

More information

AV@ANZA Formación en Tecnologías Avanzadas

AV@ANZA Formación en Tecnologías Avanzadas SISTEMAS DE SEÑALIZACION SIP I & II (@-SIP1&2) Contenido 1. Why SIP? Gain an understanding of why SIP is a valuable protocol despite competing technologies like ISDN, SS7, H.323, MEGACO, SGCP, MGCP, and

More information

SIP Trunking Quick Reference Document

SIP Trunking Quick Reference Document SIP Trunking Quick Reference Document Publication Information SAMSUNG TELECOMMUNICATIONS AMERICA reserves the right without prior notice to revise information in this publication for any reason. SAMSUNG

More information

Mediatrix 4404 Step by Step Configuration Guide June 22, 2011

Mediatrix 4404 Step by Step Configuration Guide June 22, 2011 Mediatrix 4404 Step by Step Configuration Guide June 22, 2011 Proprietary 2011 Media5 Corporation Table of Contents First Steps... 3 Identifying your MAC Address... 3 Identifying your Dynamic IP Address...

More information

Wave SIP Trunk Configuration Guide FOR BROADVOX

Wave SIP Trunk Configuration Guide FOR BROADVOX Wave SIP Trunk Configuration Guide FOR BROADVOX Last updated 1/7/2014 Contents Overview... 1 Special Notes... 1 Before you begin... 1 Required SIP trunk provisioning and configuration information... 1

More information

AT&T IP Flex Reach/ IP Toll Free Configuration Guide IC 3.0 with Interaction SIP Proxy

AT&T IP Flex Reach/ IP Toll Free Configuration Guide IC 3.0 with Interaction SIP Proxy INTERACTIVE INTELLIGENCE AT&T IP Flex Reach/ IP Toll Free Configuration Guide IC 3.0 with Interaction SIP Proxy Version 1.7 9/2/2009 TABLE OF CONTENTS 1 AT&T... 5 1.1 Introduction... 5 1.2 Product Descriptions...

More information

Creating your own service profile for SJphone

Creating your own service profile for SJphone SJ Labs, Inc. 2005 All rights reserved SJphone is a registered trademark. No part of this document may be copied, altered, or transferred to, any other media without written, explicit consent from SJ Labs

More information

Table of Contents. Confidential and Proprietary

Table of Contents. Confidential and Proprietary Table of Contents About Toshiba Strata CIX and Broadvox SIP Trunking... 1 Requirements... 2 Purpose, Scope and Audience... 3 What is SIP Trunking?... 4 Business Advantages of SIP Trunking... 4 Technical

More information

Application Notes for Configuring Cablevision Optimum Voice SIP Trunking with Avaya IP Office - Issue 1.1

Application Notes for Configuring Cablevision Optimum Voice SIP Trunking with Avaya IP Office - Issue 1.1 Avaya Solution & Interoperability Test Lab Application Notes for Configuring Cablevision Optimum Voice SIP Trunking with Avaya IP Office - Issue 1.1 Abstract These Application Notes describe the procedures

More information

IP Office Technical Tip

IP Office Technical Tip IP Office Technical Tip Tip no: 188 Release Date: September 27, 2007 Region: GLOBAL Verifying IP Office SIP Trunk Operation IP Office back-to-back SIP Line testing IP Office Release 4.0 supports SIP trunking.

More information

Application Notes for BT Wholesale/HIPCOM SIP Trunk Service and Avaya IP Office 8.0 Issue 1.0

Application Notes for BT Wholesale/HIPCOM SIP Trunk Service and Avaya IP Office 8.0 Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for BT Wholesale/HIPCOM SIP Trunk Service and Avaya IP Office 8.0 Issue 1.0 Abstract These Application Notes describe the procedures for configuring

More information

ESI SIP Trunking Installation Guide

ESI SIP Trunking Installation Guide ESI SIP Trunking Installation Guide 0450-1227 Rev. B Copyright 2009 ESI (Estech Systems, Inc.). Information contained herein is subject to change without notice. ESI products are protected by various U.S.

More information

nexvortex Setup Guide

nexvortex Setup Guide nexvortex Setup Guide CISCO UC500 March 2012 Introduction This document is intended only for nexvortex customers and resellers as an aid to setting up the Cisco PBX software to connect to the nexvortex

More information

KX-UT113/KX-UT123 KX-UT133/KX-UT136 KX-UT248

KX-UT113/KX-UT123 KX-UT133/KX-UT136 KX-UT248 Model No. SIP Phone KX-UT113/KX-UT123 KX-UT133/KX-UT136 KX-UT248 Thank you for purchasing this Panasonic product. Please read this manual carefully before using this product and save this manual

More information

FTP Service Reference

FTP Service Reference IceWarp Server FTP Service Reference Version 10 Printed on 12 August, 2009 i Contents FTP Service 1 V10 New Features... 2 FTP Access Mode... 2 FTP Synchronization... 2 FTP Service Node... 3 FTP Service

More information

Corporate Telephony Toolbar User Guide

Corporate Telephony Toolbar User Guide Corporate Telephony Toolbar User Guide 1 Table of Contents 1 Introduction...6 1.1 About Corporate Telephony Toolbar... 6 1.2 About This Guide... 6 1.3 Accessing The Toolbar... 6 1.4 First Time Login...

More information

Application Notes for Configuring Broadvox SIP Trunking with Avaya IP Office - Issue 1.0

Application Notes for Configuring Broadvox SIP Trunking with Avaya IP Office - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Configuring Broadvox SIP Trunking with Avaya IP Office - Issue 1.0 Abstract These Application Notes describe the procedures for configuring

More information

P160S SIP Phone Quick User Guide

P160S SIP Phone Quick User Guide P160S SIP Phone Quick User Guide Version 2.2 TABLE OF CONTENTS 1.0 INTRODUCTION... 1 2.0 PACKAGE CONTENT... 1 3.0 LIST OF FIGURES... 2 4.0 SUMMARY OF KEY FUNCTIONS... 3 5.0 CONNECTING THE IP PHONE... 4

More information

Technical Configuration Notes

Technical Configuration Notes MITEL SIPCoE Technical Configuration Notes Configure Inn-Phone SIP Phone for use with MCD SIP CoE NOTICE The information contained in this document is believed to be accurate in all respects but is not

More information

nexvortex Setup Guide

nexvortex Setup Guide nexvortex Setup Guide CUDATEL COMMUNICATION SERVER September 2012 510 S P R I N G S T R E E T H E R N D O N V A 2 0 1 7 0 + 1 8 5 5. 6 3 9. 8 8 8 8 Introduction This document is intended only for nexvortex

More information

SIP Essentials Training

SIP Essentials Training SIP Essentials Training 5 Day Course Lecture & Labs COURSE DESCRIPTION Learn Session Initiation Protocol and important protocols related to SIP implementations. Thoroughly study the SIP protocol through

More information

Technical Configuration Notes

Technical Configuration Notes MITEL SIPCoE Technical Configuration Notes Configure Mitel UC360 SIP Phone and Mitel MCD for use with VidyoWay SIP CoE 13-4940-00228 NOTICE The information contained in this document is believed to be

More information

MyIC setup and configuration (with sample configuration for Alcatel Lucent test environment)

MyIC setup and configuration (with sample configuration for Alcatel Lucent test environment) MyIC setup and configuration (with sample configuration for Alcatel Lucent test environment) N.B. Goto MyIC Preferences in the System Toolbar. Description: this may be any appropriate description of the

More information

SIP Trunking Application Notes V1.3

SIP Trunking Application Notes V1.3 SIP Trunking Application Notes V1.3 Publication Information SAMSUNG TELECOMMUNICATIONS AMERICA reserves the right without prior notice to revise information in this publication for any reason. SAMSUNG

More information

Configuring SIP Trunking and Networking for the NetVanta 7000 Series

Configuring SIP Trunking and Networking for the NetVanta 7000 Series 61200796L1-29.4E July 2011 Configuration Guide Configuring for the NetVanta 7000 Series This configuration guide describes the configuration and implementation of Session Initiation Protocol (SIP) trunking

More information

Dial91 iphone User Guide

Dial91 iphone User Guide Dial91 iphone User Guide Dial91 iphone Edition User Guide 1 About Dial91 iphone Edition Dial91 iphone Edition is a SIP-based phone for the Apple iphone mobile digital device, and ipod touch mobile digital

More information

Configuring a Softphone for Windows for Virtual Contact Center

Configuring a Softphone for Windows for Virtual Contact Center Configuring Bria 3 for Virtual Contact Center Configuring a Softphone for Windows for Virtual Contact Center 8x8 issues softphone licenses to Virtual Contact Center customers allowing them to manage all

More information

nexvortex Setup Template

nexvortex Setup Template nexvortex Setup Template ZULTYS, INC. April 2013 5 1 0 S P R I N G S T R E E T H E R N D O N V A 2 0 1 7 0 + 1 8 5 5. 6 3 9. 8 8 8 8 Introduction This document is intended only for nexvortex customers

More information

1 SIP Carriers. 1.1.1 Warnings. 1.1.2 Vendor Contact Vendor Web Site : http://www.wind.it. 1.1.3 Versions Verified SIP Carrier status as of 9/11/2011

1 SIP Carriers. 1.1.1 Warnings. 1.1.2 Vendor Contact Vendor Web Site : http://www.wind.it. 1.1.3 Versions Verified SIP Carrier status as of 9/11/2011 1 SIP Carriers 1.1.1 Warnings Check the SIP 3 rd Party SIP Carrier Matrix for certification status, and supported features. More info about the SIP 3 rd Party SIP Carrier Matrix can be found in the SIP

More information

VoIPon www.voipon.co.uk sales@voipon.co.uk Tel: +44 (0)1245 808195 Fax: +44 (0)1245 808299

VoIPon www.voipon.co.uk sales@voipon.co.uk Tel: +44 (0)1245 808195 Fax: +44 (0)1245 808299 VoiceGear/3CX Integration Guide Ver.0.1 Page 2 1. OVERVIEW... 3 1.1 SETTING UP 3CX PBX...4 1.2 SETTING UP VOICEGEAR GATEWAY...5 2. VOICEGEAR-3CX SIP INTEGRATION... 6 2.1 3CX CONFIGURATION...7 2.2 VOICEGEAR

More information

Background 1 Table 1 Software & Firmware Versions Tested 1 Figure 1 Integra s Universal Access (UA) IP PBX Test Configuration 1

Background 1 Table 1 Software & Firmware Versions Tested 1 Figure 1 Integra s Universal Access (UA) IP PBX Test Configuration 1 1 Background 1 Table 1 Software & Firmware Versions Tested 1 Figure 1 Integra s Universal Access (UA) IP PBX Test Configuration 1 Configuration Data 2 Section 1: Initial IPitomy IP PBX Connection & Login

More information

FortiVoice. Version 7.00 VoIP Configuration Guide

FortiVoice. Version 7.00 VoIP Configuration Guide FortiVoice Version 7.00 VoIP Configuration Guide FortiVoice Version 7.00 VoIP Configuration Guide Revision 2 14 October 2011 Copyright 2011 Fortinet, Inc. All rights reserved. Contents and terms are subject

More information

SIP Trunk Configuration V/IPedge Feature Description 5/22/13

SIP Trunk Configuration V/IPedge Feature Description 5/22/13 SIP Trunk Configuration V/IPedge Feature Description 5/22/13 OVERVIEW Session Initiation Protocol (SIP) is an application layer protocol used for establishing sessions in an IP network. SIP trunks allow

More information

LifeSize UVC Multipoint Deployment Guide

LifeSize UVC Multipoint Deployment Guide LifeSize UVC Multipoint Deployment Guide May 2014 LifeSize UVC Multipoint Deployment Guide 2 LifeSize UVC Multipoint LifeSize UVC Multipoint is a software MCU optimized for conferences that mix high definition

More information

Application Notes for Configuring Broadvox SIPTrunking with Avaya IP Office R9.0 - Issue 1.0

Application Notes for Configuring Broadvox SIPTrunking with Avaya IP Office R9.0 - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Configuring Broadvox SIPTrunking with Avaya IP Office R9.0 - Issue 1.0 Abstract These Application Notes describe the procedures for configuring

More information

Technical Configuration Notes

Technical Configuration Notes MITEL SIP CoE Technical Configuration Notes Configure MCD for use with OpenIP SIP Trunking service SIP CoE 11-4940-00186 NOTICE The information contained in this document is believed to be accurate in

More information

SIP Domain/Proxy, Ring Detect Extension or/and Page Audio Extension, (The 8180 needs its own phone extension) Authentication ID, Password,

SIP Domain/Proxy, Ring Detect Extension or/and Page Audio Extension, (The 8180 needs its own phone extension) Authentication ID, Password, The 8180 requires the information below: SIP Domain/Proxy, Ring Detect Extension or/and Page Audio Extension, (The 8180 needs its own phone extension) Authentication ID, Password, Get TalkSwitch SIP Domain/Proxy:

More information

End User Configuration

End User Configuration CHAPTER114 The window in Cisco Unified Communications Manager Administration allows the administrator to add, search, display, and maintain information about Cisco Unified Communications Manager end users.

More information

TALKSWITCH VOIP NETWORK TROUBLESHOOTING GUIDE

TALKSWITCH VOIP NETWORK TROUBLESHOOTING GUIDE TALKSWITCH DOCUMENTATION TALKSWITCH VOIP NETWORK TROUBLESHOOTING GUIDE RELEASE 3.24 CT.TS005.008001 ANSWERS WITH INTELLIGENCE COPYRIGHT INFORMATION TalkSwitch. Copyright 2006. All Rights Reserved. Reproduction,

More information

Configuring a Pure-IP SIP Trunk in Lync 2013

Configuring a Pure-IP SIP Trunk in Lync 2013 Configuring a Pure-IP SIP Trunk in Lync 2013 Contents Configuring a Pure-IP SIP Trunk in Lync 2013... 1 Introduction - Product version: Microsoft Lync Server 2013... 2 Pure-IP SIP Trunk configuration tasks...

More information

Setup Reference guide for PBX to SBC interconnection

Setup Reference guide for PBX to SBC interconnection Setup Reference guide for PBX to SBC interconnection Method of connection by "LAN interface only" i.e. SBC is placed behind the Perimeter Router / Fire-wall. Panasonic PBX (KX-TDE, NCP series), Media5

More information

FTP Service Reference

FTP Service Reference IceWarp Unified Communications Reference Version 11.3 Published on 1/6/2015 Contents... 3 About... 4 Reference... 5 General Tab... 5 Dialog... 6 FTP Site... 6 Users... 7 Groups... 11 Options... 14 Access...

More information

Application Notes for Configuring Broadvox SIP Trunking with Avaya IP Office Release 8.0 Issue 1.0

Application Notes for Configuring Broadvox SIP Trunking with Avaya IP Office Release 8.0 Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Configuring Broadvox SIP Trunking with Avaya IP Office Release 8.0 Issue 1.0 Abstract These Application Notes describe the steps necessary

More information

TELEPHONE MAN OF AMERICA. Earning Your Business Every Step of the Way!

TELEPHONE MAN OF AMERICA. Earning Your Business Every Step of the Way! TELEPHONE MAN OF AMERICA Earning Your Business Every Step of the Way! Specializing in Telecom Equipment of all Brands, Carrier Services, Technician Services, Maintenance Agreements & Purchasing Excess

More information

Polycom RealPresence Desktop for Windows

Polycom RealPresence Desktop for Windows 3.1 January 2014 3725-69930-002A Polycom RealPresence Desktop for Windows Trademark Information POLYCOM and the names and marks associated with Polycom's products are trademarks and/or service marks of

More information

DPH-140S SIP Phone Quick User Guide

DPH-140S SIP Phone Quick User Guide DPH-140S SIP Phone Quick User Guide Version 1.0 TABLE OF CONTENTS 1.0 INTRODUCTION... 1 2.0 PACKAGE CONTENT... 1 3.0 LIST OF FIGURES... 2 4.0 SUMMARY OF KEY FUNCTIONS... 3 5.0 CONNECTING THE IP PHONE...

More information

Application Notes for SIP Trunking Using Verizon Business IP Trunk SIP Trunk Service and Avaya IP Office Release 7.0 Issue 1.0

Application Notes for SIP Trunking Using Verizon Business IP Trunk SIP Trunk Service and Avaya IP Office Release 7.0 Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for SIP Trunking Using Verizon Business IP Trunk SIP Trunk Service and Avaya IP Office Release 7.0 Issue 1.0 Abstract These Application Notes

More information

SIP Proxy Server. Administrator Installation and Configuration Guide. V2.31b. 09SIPXM.SY2.31b.EN3

SIP Proxy Server. Administrator Installation and Configuration Guide. V2.31b. 09SIPXM.SY2.31b.EN3 SIP Proxy Server Administrator Installation and Configuration Guide V2.31b 09SIPXM.SY2.31b.EN3 DSG, DSG logo, InterPBX, InterServer, Blaze Series, VG5000, VG7000, IP590, IP580, IP500, IP510, InterConsole,

More information

Billion 7402VGP VOIP Dial Plan Guide

Billion 7402VGP VOIP Dial Plan Guide Billion 7402VGP VOIP Dial Plan Guide (Firmware Ver 5.07) (Draft 4) Table of Contents 1. Introduction...1 2. Basic VOIP Setup...2 3. The VoIP Wizard Screen...3 4. Setting Up User Defined Profiles...5 5.

More information

NAT TCP SIP ALG Support

NAT TCP SIP ALG Support The feature allows embedded messages of the Session Initiation Protocol (SIP) passing through a device that is configured with Network Address Translation (NAT) to be translated and encoded back to the

More information

NF1Adv VOIP Setup Guide (for Pennytel)

NF1Adv VOIP Setup Guide (for Pennytel) NF1Adv VOIP Setup Guide (for Pennytel) Configuring your NF1Adv for VOIP Service The following steps will take you through the process of setting up your VOIP connection. Step 1: Checking Computer Network

More information

PREDICTIVE DIALER AND REMOTE AGENT SETUP GUIDE

PREDICTIVE DIALER AND REMOTE AGENT SETUP GUIDE PREDICTIVE DIALER AND REMOTE AGENT SETUP GUIDE RELEASE 7 VOICENT AGENTDIALER TM TABLE OF CONTENT I. Overview II. Install and Setup Server III. Test AgentDialer on the Server IV. Use a better headset V.

More information

FortiVoice. Version 7.00 User Guide

FortiVoice. Version 7.00 User Guide FortiVoice Version 7.00 User Guide FortiVoice Version 7.00 User Guide Revision 2 28 October 2011 Copyright 2011 Fortinet, Inc. All rights reserved. Contents and terms are subject to change by Fortinet

More information

Note: As of Feb 25, 2010 Priority Telecom has not completed FXS verification of fax capabilities. This will be updated as soon as verified.

Note: As of Feb 25, 2010 Priority Telecom has not completed FXS verification of fax capabilities. This will be updated as soon as verified. 1 SIP Carriers 1.1 Priority Telecom 1.1.1 Warnings Check the SIP 3 rd Party SIP Carrier Matrix for certification status, and supported features. More info about the SIP 3 rd Party SIP Carrier Matrix can

More information

3rd Party VoIP Phone Setup Guide (Panasonic UT113-123)

3rd Party VoIP Phone Setup Guide (Panasonic UT113-123) 3rd Party VoIP Phone Setup Guide (Panasonic UT113-123) We are changing how we add 3rd party VoIP phones to accounts. Going forward, you can simply add a 3rd Party Softphone and use those credentials to

More information

IceWarp Outlook Connector 4 User Guide

IceWarp Outlook Connector 4 User Guide IceWarp Unified Communications IceWarp Outlook Connector 4 User Guide Version 10.3 Printed on 23 February, 2011 Contents IceWarp Outlook Connector 4 1 Installing IceWarp Connector... 2 Pre-Installation

More information

Using Avaya Flare Experience for Windows

Using Avaya Flare Experience for Windows Using Avaya Flare Experience for Windows Release 9.0 Issue 02.01 September 2013 Contents Chapter 1: About Flare Experience... 5 About Flare Experience... 5 Main window... 6 Button descriptions... 10 Chapter

More information

nexvortex SIP Trunking Implementation & Planning Guide V1.5

nexvortex SIP Trunking Implementation & Planning Guide V1.5 nexvortex SIP Trunking Implementation & Planning Guide V1.5 510 S PRING S TREET H ERNDON VA 20170 +1 855.639.8888 Introduction Welcome to nexvortex! This document is intended for nexvortex Customers and

More information

How to Configure the Toshiba Strata CIX for use with Integra Telecom SIP Solutions

How to Configure the Toshiba Strata CIX for use with Integra Telecom SIP Solutions How to Configure the Toshiba Strata CIX for use with Integra Telecom SIP Solutions Overview: This document provides a reference for configuration of the Toshiba Strata CIX IP PBX to connect to Integra

More information

Bria iphone Edition User Guide

Bria iphone Edition User Guide Bria iphone Edition User Guide CounterPath Corporation CounterPath Corporation Suite 300, One Bentall Centre 505 Burrard Street, Box 95 Vancouver, BC V7X 1M3 Tel: 604.320.3344 sales@counterpath.com www.counterpath.com

More information

3rd Party VoIP Phone Setup Guide (Panasonic 500-550b)

3rd Party VoIP Phone Setup Guide (Panasonic 500-550b) 3rd Party VoIP Phone Setup Guide (Panasonic 500-550b) We are changing how we add 3rd party VoIP phones to accounts. Going forward, you can simply add a 3rd Party Softphone and use those credentials to

More information

IP Office SIP Extension Support

IP Office SIP Extension Support SIP Extension Support - Issue 1b - (05 August 2009) 2009 AVAYA All Rights Reserved. Notice While reasonable efforts were made to ensure that the information in this document was complete and accurate at

More information

Quick Start Guide v1.0

Quick Start Guide v1.0 Quick Start Guide v1.0 Table of contents : 01. Quick Start Guide...03 O2. Configuring your VoIPOffice appliance...14 03. Adding a VoIPtalk trunk...21 04. Configuring UADs for use with VoIPOffice...25 05.

More information

MODELLING OF INTELLIGENCE IN INTERNET TELEPHONE SYSTEM

MODELLING OF INTELLIGENCE IN INTERNET TELEPHONE SYSTEM MODELLING OF INTELLIGENCE IN INTERNET TELEPHONE SYSTEM Evelina Nicolova Pencheva, Vessela Liubomirova Georgieva Department of telecommunications, Technical University of Sofia, 7 Kliment Ohridski St.,

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Configuring Avaya IP Office Release 9.1 and Avaya Session Border Controller for Enterprise Release 6.3 to support Time Warner Cable Business

More information

Avaya IP Office 8.1 Configuration Guide

Avaya IP Office 8.1 Configuration Guide Avaya IP Office 8.1 Configuration Guide Performed By tekvizion PVS, Inc. Contact: 214-242-5900 www.tekvizion.com Revision: 1.1 Date: 10/14/2013 Copyright 2013 by tekvizion PVS, Inc. All Rights Reserved.

More information

Manual. 3CX Phone System for Windows > Version 2.0. Version 2.0 Beta 4

Manual. 3CX Phone System for Windows > Version 2.0. Version 2.0 Beta 4 Manual > Version 2.0 Version 2.0 Beta 4 Copyright 2006, 3CX ltd. http://www.3cx.com E-mail: info@3cx.com Information in this document is subject to change without notice. Companies names and data used

More information

ThinkTel SIP Trunks on UCP & emg80-p2

ThinkTel SIP Trunks on UCP & emg80-p2 ThinkTel SIP Trunks on UCP & emg80-p2 911-TIB001c 7004F 5th STREET SE CALGARY, AB, T2H 2G3 CANADA p. +1 403 252 0911 1-800-665-9911 f. +1 403 253 3471 support@nine-one-one.ca Updated June 2015 Table of

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Configuring SIP Trunking Using Verizon Business IP Contact Center VoIP Inbound and Avaya IP Office Release 8 with Avaya Session Border Controller

More information

How To Connect A Phone To An Ip Trunk On A Cell Phone On A Sim Sim Simlia (Vizon) Or Ip Office (Izon) On A Ppl (Telnet) On An Ip Office Softphone On A Vnet (V

How To Connect A Phone To An Ip Trunk On A Cell Phone On A Sim Sim Simlia (Vizon) Or Ip Office (Izon) On A Ppl (Telnet) On An Ip Office Softphone On A Vnet (V Avaya Solution & Interoperability Test Lab Application Notes for SIP Trunking Using Verizon Business IP Trunk SIP Trunk Service and Avaya IP Office Release 7.0 Issue 1.1 Abstract These Application Notes

More information

Enabling NAT and Routing in DGW v2.0 June 6, 2012

Enabling NAT and Routing in DGW v2.0 June 6, 2012 Enabling NAT and Routing in DGW v2.0 June 6, 2012 Proprietary 2012 Media5 Corporation Table of Contents Introduction... 3 Starting Services... 4 Distinguishing your WAN and LAN interfaces... 5 Configuring

More information

NF1Adv VOIP Setup Guide (for Generic VoIP Setup)

NF1Adv VOIP Setup Guide (for Generic VoIP Setup) NF1Adv VOIP Setup Guide (for Generic VoIP Setup) Configuring your NF1Adv for VOIP Service The following steps will take you through the process of setting up your VOIP connection. Step 1: Checking Computer

More information

Application Note: Cisco Integration with Onsight Connect

Application Note: Cisco Integration with Onsight Connect Application Note: Cisco Integration with Onsight Connect Table of Contents Application Note:... 1 Cisco Integration with Onsight Connect... 3 Direct Onsight Device to Cisco Endpoint Calls... 3 Cisco Unified

More information

The SIP School- 'Mitel Style'

The SIP School- 'Mitel Style' The SIP School- 'Mitel Style' Course Objectives This course will take delegates through the basics of SIP into some very technical areas and is suited to people who will be installing and supporting SIP

More information

F-Secure Messaging Security Gateway. Deployment Guide

F-Secure Messaging Security Gateway. Deployment Guide F-Secure Messaging Security Gateway Deployment Guide TOC F-Secure Messaging Security Gateway Contents Chapter 1: Deploying F-Secure Messaging Security Gateway...3 1.1 The typical product deployment model...4

More information

Sample Configuration for SIP Trunking between Avaya IP Office R8.0 and Cisco Unified Communications Manager 8.6.2 Issue 1.0

Sample Configuration for SIP Trunking between Avaya IP Office R8.0 and Cisco Unified Communications Manager 8.6.2 Issue 1.0 Avaya Solution & Interoperability Test Lab Sample Configuration for SIP Trunking between Avaya IP Office R8.0 and Cisco Unified Communications Manager 8.6.2 Issue 1.0 Abstract These Application Notes describe

More information

VoIP Intercom and Cisco Call Manager Server Setup Guide

VoIP Intercom and Cisco Call Manager Server Setup Guide The IP Endpoint Company VoIP Intercom and Cisco Call Manager Server Setup Guide CyberData Corporation 2555 Garden Road Monterey, CA 93940 T:831-373-201 F: 831-373-4193 www.cyberdata.net 2 1.0 Setup Diagram

More information

Cisco TelePresence Video Communication Server Basic Configuration (Control with Expressway)

Cisco TelePresence Video Communication Server Basic Configuration (Control with Expressway) Cisco TelePresence Video Communication Server Basic Configuration (Control with Expressway) Deployment Guide Cisco VCS X8.1 D14651.08 August 2014 Contents Introduction 4 Example network deployment 5 Network

More information

Chapter 10 Session Initiation Protocol. Prof. Yuh-Shyan Chen Department of Computer Science and Information Engineering National Taipei University

Chapter 10 Session Initiation Protocol. Prof. Yuh-Shyan Chen Department of Computer Science and Information Engineering National Taipei University Chapter 10 Session Initiation Protocol Prof. Yuh-Shyan Chen Department of Computer Science and Information Engineering National Taipei University Outline 12.1 An Overview of SIP 12.2 SIP-based GPRS Push

More information

1 VoIP/PBX Axxess Server

1 VoIP/PBX Axxess Server - 1 1 VoIP/PBX Axxess Server The Axxess Server supports comprehensive Voice Over Internet Protocol network services, which are based on the Open Source Asterisk VoIP software. The Axxess Server VoIP telephony

More information

MITEL SIP CoE. Technical. Configuration Notes. Configure MCD 6.X for use with babytel SIP trunks. SIP CoE 13-4940-00266

MITEL SIP CoE. Technical. Configuration Notes. Configure MCD 6.X for use with babytel SIP trunks. SIP CoE 13-4940-00266 MITEL SIP CoE Technical Configuration Notes Configure MCD 6.X for use with babytel SIP trunks SIP CoE 13-4940-00266 NOTICE The information contained in this document is believed to be accurate in all respects

More information

Version 0.1 June 2010. Xerox WorkCentre 7120 Fax over Internet Protocol (FoIP)

Version 0.1 June 2010. Xerox WorkCentre 7120 Fax over Internet Protocol (FoIP) Version 0.1 June 2010 Xerox WorkCentre 7120 Fax over Internet Protocol (FoIP) Thank you for choosing the Xerox WorkCentre 7120. Table of Contents Introduction.........................................

More information

1.1.3 Versions Verified SIP Carrier status as of 18 Sep 2014 : validated on CIC 4.0 SU6.

1.1.3 Versions Verified SIP Carrier status as of 18 Sep 2014 : validated on CIC 4.0 SU6. 1 SIP Carriers 1.1 Telstra 1.1.1 Warnings Check the SIP 3 rd Party SIP Carrier Matrix for certification status, and supported features. More info about the SIP 3 rd Party SIP Carrier Matrix can be found

More information

VoIP CONFIGURATION GUIDE FOR MULTI-LOCATION NETWORKS

VoIP CONFIGURATION GUIDE FOR MULTI-LOCATION NETWORKS VoIP CONFIGURATION GUIDE FOR MULTI-LOCATION NETWORKS INTRODUCTION About this guide This guide is designed to help you plan and configure a TalkSwitch multi-location network for Voice over IP (VoIP). NOTE:

More information

Installation & Configuration Guide Version 1.0. TekSIP Route Server Version 1.0 - Installation & Configuration Guide

Installation & Configuration Guide Version 1.0. TekSIP Route Server Version 1.0 - Installation & Configuration Guide TekSIP Route Server Installation & Configuration Guide Version 1.0 2011 Yasin KAPLAN - http://www.teksip.com/ 1 Document Revision 1.1 http://www.teksip.com/ TekSIP Route Server is built by Yasin KAPLAN

More information

VOIP NETWORK CONFIGURATION GUIDE RELEASE 6.10

VOIP NETWORK CONFIGURATION GUIDE RELEASE 6.10 TALKSWITCH DOCUMENTATION VOIP NETWORK CONFIGURATION GUIDE RELEASE 6.10 CT.TS005.002606 ANSWERS WITH INTELLIGENCE INTRODUCTION About this guide This guide will help you plan and configure a TalkSwitch system

More information

VoIP Network Configuration Guide

VoIP Network Configuration Guide The owner friendly phone system for small business VoIP Network Configuration Guide Release 7.10 Copyright 2011 Fortinet, Inc. All rights reserved. Fortinet, FortiGate, FortiGuard, FortiCare, FortiManager,

More information

IceWarp Server. IM Server Reference. Version 10

IceWarp Server. IM Server Reference. Version 10 IceWarp Server IM Server Reference Version 10 Printed on 12 August, 2009 i Contents Instant Messaging 3 V10 New Features... 4 Libpurple Implementation 15 Networks... 4 Shared Roster... 4 Multi-Session

More information