ABTO Software VoIP SIP SDK for iphone Developer Manual

Size: px
Start display at page:

Download "ABTO Software VoIP SIP SDK for iphone Developer Manual"

Transcription

1 ABTO Software VoIP SIP SDK for iphone Developer Manual

2 Table of Contents INTRODUCTION... 3 RESTRICTIONS AND LIMITATIONS... 4 TECHNICAL BACKGROUND... 5 API 9 ABTO VOIP INTERFACE... 9 ABTO VOIP INTERFACE OBSERVER ABTO VOIP SESSION ABTO VOIP SESSION OBSERVER ABTO Software VoIP SIP SDK Skype: sales.abto.software 2

3 INTRODUCTION VoIP SIP SDK for iphone is a customizable solution to develop your own softphone for iphone and ipad devices. The softphone suits needs of most users and provides the following functionality: voice calls; video calls; several lines; switching between several cameras on the device; text chat; status update (presence); DTMF support; customizable; works good for ios 5 devices; works with most SIP servers, including ABTO Software s VoIP SIP Server and Asterisk; works great with most sip clients, including ABTO Software s VoIP SIP SDK for Windows ABTO Software VoIP SIP SDK Skype: sales.abto.software 3

4 RESTRICTIONS AND LIMITATIONS ios minimal version 5.0. Supported architectures: armv7 (ios Device) i386 (ios Device Simulator) The background mode does not work on ios Device Simulator ABTO Software VoIP SIP SDK Skype: sales.abto.software 4

5 TECHNICAL BACKGROUND ABTO Software s VoIP SIP SDK is provided as a framework. This means that it can be easily added into the X-code project by simply dragging AbtoSipClientWrapper.embeddedframework directory from the Finder window to the project navigator. No additional work is required. The framework folder name is "AbtoSipClientWrapper.embeddedframework". The embedded framework means that package contains some resources needed by framework itself. ABTO Software s VoIP SIP SDK is based on the event driven approaches. The UA (User Agent) application is supposed to handle events issued by the VoIP engine. There are two types of events: global events (e.g. connection status change) per session events (e.g. call state change) The entire SDK implements only two classes: AbtoVoipInterface AbtoVoipSession 2013 ABTO Software VoIP SIP SDK Skype: sales.abto.software 5

6 Pic.1. Class diagram. AbtoVoipInterface is a namespace (class with no per instance methods) which implements global functions. The entire initialization is distributed in time (Pic. 2): basic initialization various global parameters settings final initialization 2013 ABTO Software VoIP SIP SDK Skype: sales.abto.software 6

7 Client AbtoVoipInterface Initialize SetLocalPort SetSTUN... FinalizeConfiguration Pic. 2. Library initialization. Once the library is initialized You are ready to register on the SIP server. Registration is required to be able establish and accept calls. The registration and call flows are depicted on Pic ABTO Software VoIP SIP SDK Skype: sales.abto.software 7

8 Client AbtoVoipInterface AbtoVoipSession LogInOnServer onconnectionstatuschange create (private) oninvite notify(ringing) answercall notify(callinprogress) hangupcall notify(hangedup) StartVoiceCall create(private) notify(dialing) notify(callinprogress) hangupcall notify(hangedup) Pic. 3. Registration and call handling ABTO Software VoIP SIP SDK Skype: sales.abto.software 8

9 API Abto VoIP Interface +(BOOL) abtoinitialize:(id <AbtoVoipInterfaceObserver>) observer This function should be called when application starts to initialize the framework. The client must provide global events observer (delegate) which conforms to class (protocol) AbtoVoipInterfaceObserver. +(BOOL) abtologinonserver:(nsstring*) address username:(nsstring*) login password:(nsstring*) passwd Register on SIP server. In this case default SIP port (5060) is used. Arguments: address SIP server IP (or host name) login client id passwd password Return value. +(BOOL) abtologinonserver:(nsstring*) address port:(nsstring*) port username:(nsstring*) login password:(nsstring*) passwd Register on SIP server. Arguments address SIP server IP (or host name) port srver port login client id passwd password Return value. +(BOOL) abtologout Unregister from SIP server. +(void)keepawake:(bool)enable Call this method to be able accept incoming calls while application is in background. Argument. enable YES enable background mode. NO disable. Call this method from UIApplication::applicationWillEnterForeground with enable equal YES to enable background mode. And from method UIApplication::applicationWillEnterForeground with enable equal NO to 2013 ABTO Software VoIP SIP SDK Skype: sales.abto.software 9

10 disable. +(id <AbtoVoipSession>) abtostartvoicecall:(nsstring *) destination notify:(id<abtovoipsessionobserver>)observer; Start voice call. Arguments. destination observer Return value. remote party id (doesn't session event observer (delegate) which conforms with AbtoVoipSessionObserver class (protocol) +(id <AbtoVoipSession>)abtoStartVideoCall:(NSString *) destination notify:(id<abtovoipsessionobserver>)observer; Not yet supported. +(void)abtoclosesession:(id <AbtoVoipSession>)session Delete session object. Arguments: session active session to be closed Retun value +(void)abtoringbacktoneplayenable:(bool) enable Enable/disable playing ringback tone when calling to remote party. +(void)abtoringtoneplayenable:(bool) enable Enable/disable playing ringtone when calling to remote party. +(BOOL)abtoMuteSpeaker:(BOOL)mute Mute/unmute speaker. Abto VoIP Interface Observer The client should provide AbtoVoipInterfaceObserver instance to handle VoIP framework events. This object must implement the methods below: -(void)onnetworkevent:(abtonetworkevent)event Called on network event -(void)onconnectionstatuschange:(abtosipclientconnectionstatus)status Called when connection/registration status changed ABTO Software VoIP SIP SDK Skype: sales.abto.software 10

11 -(void)oninvite:(id <AbtoVoipSession>)session Called on incoming call. The AbtoVoipSession instance is passed as argument. On success return YES. Abto VoIP Session When the client is making or accepting a call the VoIP session object is instantiated. -(BOOL)answerCall Answer incoming call. -(BOOL)hangUpCall Hang up or reject call. -(BOOL)holdCall Put call on hold. -(BOOL)resumeCall Resume previously held call. -(void)setobserver:(id<abtovoipsessionobserver>)observer Before session becomes active (incoming call accepted or outgoing call started) client must provide session observer (delegate). -(NSString*)remotePartyNumber Get remote party number (id). -(AbtoVoipSessionType)type Get session type: voice or video. -(AbtoSessionState)state Get session state. Abto VoIP Session Observer To properly handle VoIP sesstion events UA application must provide class which inherits the AbtoVoipSessionObserver. Class (protocol). Required methods: 2013 ABTO Software VoIP SIP SDK Skype: sales.abto.software 11

12 -(BOOL)notify:(AbtoSessionEvent)event; Called on every session status change. -(void)setsession:(id<abtovoipsession>)session Set session 2013 ABTO Software VoIP SIP SDK Skype: sales.abto.software 12

3COM VCX PBX Server VoIP Intercom Setup Guide

3COM VCX PBX Server VoIP Intercom Setup Guide 3COM VCX PBX Server VoIP Intercom Setup Guide CyberData Corporation 2555 Garden Road Monterey, CA 93940 T:831-373-2601 F: 831-373-4193 www.cyberdata.net 2 1.0 Setup Diagram Figure 1 is a setup diagram

More information

Manual. ABTO Software

Manual. ABTO Software Manual July, 2011 Flash SIP SDK Manual ABTO Software TABLE OF CONTENTS INTRODUCTION... 3 TECHNICAL BACKGROUND... 6 QUICK START GUIDE... 7 FEATURES OF FLASH SIP SDK... 10 2 INTRODUCTION Trends indicate

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

OpenTouch Conversation for iphone Release 2.1

OpenTouch Conversation for iphone Release 2.1 OpenTouch Conversation for iphone Release 2.1 OpenTouch Business Edition OpenTouch MultiMedia Services User guide 8AL90884USACed01 1504 1 README FIRST 3 2 START OPENTOUCH CONVERSATION 4 2.1 START THE APPLICATION

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

VoipSwitch softphones

VoipSwitch softphones VoipSwitch softphones sales@voipswitch.com 3/21/2011 Voiceserve ltd.grosvenor House,1 High Street,London United Kingdom 1 Contents Introduction and solution overview... 2 iphone mobile softphone... 3 Google

More information

SIP Trunking using Optimum Business SIP Trunk Adaptor and the Allworx 6x IP PBX 7.1.6.1

SIP Trunking using Optimum Business SIP Trunk Adaptor and the Allworx 6x IP PBX 7.1.6.1 ALLWORX SIP Trunking using Optimum Business SIP Trunk Adaptor and the Allworx 6x IP PBX 7.1.6.1 Goal The purpose of this configuration guide is to describe the steps needed to configure the Allworx 6x

More information

Direct IP Calls. Quick IP Call Mode

Direct IP Calls. Quick IP Call Mode Unicorn3112 Tips Direct IP Calls...1 Quick IP Call Mode...1 PSTN Pass Through...2 VoIP-to-PSTN Calls...2 PSTN-to-VoIP Calls...3 Route Calls to PSTN...4 Forward Calls to PSTN...4 Forward Calls to VoIP...4

More information

Mobile Softphone. Mobile softphones. iphone mobile softphone

Mobile Softphone. Mobile softphones. iphone mobile softphone Mobile softphones VoipSwitch Voiceserve offers unrivaled softphones for all popular Smartphone platforms. Support for high rate compression codecs, SMS, VoIP Tunnel solution and more. IPhone/IPod - with

More information

OpenTouch Conversation for iphone Release 2.0.x

OpenTouch Conversation for iphone Release 2.0.x OpenTouch Conversation for iphone Release 2.0.x User guide OpenTouch Business Edition OpenTouch MultiMedia Services 8AL90884USAB ed01 1412 1. README FIRST 3 2. START OPENTOUCH CONVERSATION 3 2.1. START

More information

Contents. Cbeyond Communicator for Mobile (ios) extends TotalCloud Phone System (TCPS) calling capabilities to an iphone.

Contents. Cbeyond Communicator for Mobile (ios) extends TotalCloud Phone System (TCPS) calling capabilities to an iphone. Cbeyond Communicator for TotalCloud Phone System for Mobile Cbeyond Communicator for Mobile (ios) extends TotalCloud Phone System (TCPS) calling capabilities to an iphone. Cbeyond Communicator is an intuitive

More information

A Guide to Connecting to FreePBX

A Guide to Connecting to FreePBX A Guide to Connecting to FreePBX FreePBX is a basic web Graphical User Interface that manages Asterisk PBX. It includes many features available in other PBX systems such as voice mail, conference calling,

More information

ipecs Communicator Installation and Operation Guide Please read this manual carefully before operating your set. Retain it for future reference.

ipecs Communicator Installation and Operation Guide Please read this manual carefully before operating your set. Retain it for future reference. ipecs Communicator Installation and Operation Guide ipecs is an Ericsson-LG Brand Please read this manual carefully before operating your set. Retain it for future reference. Revision History Issue Date

More information

Nokia E65 Internet calls

Nokia E65 Internet calls Nokia E65 Internet calls Nokia E65 Internet calls Legal Notice Copyright Nokia 2007. All rights reserved. Reproduction, transfer, distribution or storage of part or all of the contents in this document

More information

Fonality. Optimum Business Trunking and the Fonality Trixbox Pro IP PBX Standard Edition V4.1.2- p13 Configuration Guide

Fonality. Optimum Business Trunking and the Fonality Trixbox Pro IP PBX Standard Edition V4.1.2- p13 Configuration Guide Fonality Optimum Business Trunking and the Fonality Trixbox Pro IP PBX Standard Edition V4.1.2- p13 Configuration Guide Fonality Table of Contents 1. Overview 2. SIP Trunk Adaptor Set-up Instructions 3.

More information

PortGo 6.0 for Wndows User Guide

PortGo 6.0 for Wndows User Guide PortGo 6.0 for Wndows User Guide PortSIP Solutions, Inc. sales@portsip.com http:// @May 20, 2010 PortSIP Solutions, Inc. All rights reserved. This User guide for PortGo Softphone 6.0. 1 Table of Contents

More information

8x8 Virtual Office Mobile User Guide for ios

8x8 Virtual Office Mobile User Guide for ios 8x8 User Guide for ios Works with iphone, ipad and ipod Touch Version 3.0, August 2012 The Champion For Business Communications Table of Contents Introduction...3 Features...3 Technical Requirements...4

More information

VMobile Talk User Guide

VMobile Talk User Guide VMobile Talk User Guide Table of Contents 1. Description 2 2. Supported Devices 2 3. Installation and Usage 2 3.1. Download 2 3.2. Installation 2 3.3. Account Settings 3 3.4. Advanced Settings 3 3.5. Wi-Fi

More information

Integrating a Hitachi IP5000 Wireless IP Phone

Integrating a Hitachi IP5000 Wireless IP Phone November, 2007 Avaya Quick Edition Integrating a Hitachi IP5000 Wireless IP Phone This application note explains how to configure the Hitachi IP5000 wireless IP telephone to connect with Avaya Quick Edition

More information

Digium Switchvox AA65 PBX Configuration

Digium Switchvox AA65 PBX Configuration Digium Switchvox SIP Trunking using Optimum Business SIP Trunk Adaptor and the Digium Switchvox AA65 IP-PBX v23695 Goal The purpose of this configuration guide is to describe the steps needed to configure

More information

MTS Hosted Unified Business Mobile Communicator iphone User Guide

MTS Hosted Unified Business Mobile Communicator iphone User Guide MTS Hosted Unified Business Mobile Communicator iphone User Guide www.mts.ca 2 Product release version: 10.4 Document version: 1.03 Date: February 4, 2015 The information in this document is believed to

More information

Release Notes for NeoGate TA410/TA810 41.18.0.X

Release Notes for NeoGate TA410/TA810 41.18.0.X Release Notes for NeoGate TA410/TA810 41.18.0.X ===Firmware Version: V41.18.0.11==== Applicable Model: NeoGate TA410/TA810 Release Date: January 15th, 2015 http://www.yeastar.com1/6 1. New Features 1.

More information

To configure a Virtual SIP Server

To configure a Virtual SIP Server Configuring a virtual SIP Serveм v. 1.1.2 1 To configure a Virtual SIP Server To configure a Virtual SIP Server in your local network do the following: Install VMware Player 1. Download the VMware Player

More information

Cisco Unified Communications Manager SIP Trunk Configuration Guide for the VIP-821, VIP-822 and VIP-824

Cisco Unified Communications Manager SIP Trunk Configuration Guide for the VIP-821, VIP-822 and VIP-824 Valcom Network Trunk Ports, models, are compatible with Cisco Unified Communications Manager as either a Third-party SIP Device (Basic or Advanced) or as a SIP Trunk. To preserve the Caller ID information

More information

Polycom RealPresence Mobile for Apple ipad

Polycom RealPresence Mobile for Apple ipad Online Help 3.1 January 2014 3725-69929-002/A Polycom RealPresence Mobile for Apple ipad Trademark Information POLYCOM and the names and marks associated with Polycom's products are trademarks and/or service

More information

Intermedia Cloud Softphone. User Guide

Intermedia Cloud Softphone. User Guide Intermedia Cloud Softphone User Guide FOR MORE INFO VISIT: CALL US EMAIL US intermedia.net +1.800.379.7729 sales@intermedia.net 1 Contents 1 Introduction... 3 1.1 Cloud Softphone Features... 3 2 Installation...

More information

IP Telephony. United Nations Office at Geneva

IP Telephony. United Nations Office at Geneva IP Telephony United Nations Office at Geneva Cisco IP Phone 8945 Summary Summary 1 Phone screen Shows information about your phone, including directory number, call information (for example caller ID,

More information

ADTVision (ios) Mobile Client Software User Manual (V1.6)

ADTVision (ios) Mobile Client Software User Manual (V1.6) ADTVision (ios) Mobile Client Software User Manual (V1.6) Thank you for purchasing our product. This manual applies to ADTVision (ios) mobile client software, please read it carefully for the better use

More information

SIP Trunking using Optimum Business SIP Trunk Adaptor and the Cisco Call Manager Express Version 8.5

SIP Trunking using Optimum Business SIP Trunk Adaptor and the Cisco Call Manager Express Version 8.5 CISCO SIP Trunking using Optimum Business SIP Trunk Adaptor and the Cisco Call Manager Express Version 8.5 Goal The purpose of this configuration guide is to describe the steps needed to configure the

More information

OfficeServ 7100 IP-PBX. SIP Trunking using the Optimum Business Sip Trunk Adaptor and the Samsung

OfficeServ 7100 IP-PBX. SIP Trunking using the Optimum Business Sip Trunk Adaptor and the Samsung SIP Trunking using the Optimum Business Sip Trunk Adaptor and the Samsung OfficeServ 7100 IP-PBX 1 Table of Contents 1. Overview 3 2. Prerequisites 3 3. OfficeServ 7100 PBX Configuration 3 3.1 Network

More information

Connecting with Vonage

Connecting with Vonage Connecting with Vonage Vonage (http://www.vonage.com/) offers telephone service using the VoIP (Voice over Internet Protocol) standard SIP (Session Initiation Protocol). The service allow users making

More information

VoIP Ceiling Speaker with Allworx 6x Server Setup Guide

VoIP Ceiling Speaker with Allworx 6x Server Setup Guide VoIP Ceiling Speaker with Allworx 6x Server Setup Guide CyberData Corporation 2555 Garden Road Monterey, CA 93940 T:831-373-2601 F: 831-373-4193 www.cyberdata.net 2 1.0 Setup Diagram Figure 1-1 is a setup

More information

Cloud Voice Service Cisco Unified IP Phone 6921 User Guide. (Version 1.0)

Cloud Voice Service Cisco Unified IP Phone 6921 User Guide. (Version 1.0) Cisco Unified IP Phone 6921 User Guide (Version 1.0) Table of Content 1 Phone Set Features and Functions... 3 1.1 Operation for IP Phone 6921... 3 2 Location of Control... 4 3 Preference Setup... 6 3.1

More information

Q-Cam Professional V 1.1 User Manual

Q-Cam Professional V 1.1 User Manual Q-Cam Professional V 1.1 User Manual Introduction QCam Professional is a remote monitoring application designed primarily for the remote monitoring and auxiliary control of IP video cameras. It allows

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

RCS - Overview. www.voipswitch.com. Rich Communication Suite

RCS - Overview. www.voipswitch.com. Rich Communication Suite RCS - Overview Rich Communication Suite RCS enhances consumer VoIP services by adding a whole suite of new features that go beyond voice and simple text communication. The emphasis is on a contact oriented

More information

Kerio Operator. User Guide. Kerio Technologies

Kerio Operator. User Guide. Kerio Technologies Kerio Operator User Guide Kerio Technologies 2015 Kerio Technologies s.r.o. Contents Logging into Kerio Operator.................................................... 6 Which Kerio Operator interfaces are

More information

Mobile i-phonenet User Guide iphone

Mobile i-phonenet User Guide iphone Chapter 1 : Getting Started 1. Client Download and Installation Step 1: Go to itunes and search for < Mobile ipn >. Step 2: Download and install Mobile ipn. te : Minimum Requirements : IOS 4 Singapore

More information

Cisco Unified Communications Manager SIP Trunk Configuration Guide

Cisco Unified Communications Manager SIP Trunk Configuration Guide Valcom PagePro SIP (Session Initiation Protocol) Paging Servers, models VIP-201 and VIP-204, are compatible with Cisco Unified Communications Manager as either a Third-party SIP Device (Basic or Advanced)

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

How To Use Cisco Jabber On Iphone Or Ipod

How To Use Cisco Jabber On Iphone Or Ipod Frequently Asked Questions Frequently Asked Questions: Cisco Jabber 9.1(1) for iphone FAQs 2 Basics 2 Account Settings 7 Calls 9 Contacts and Directory Search 16 Voicemail 19 Recents 20 Connectivity 21

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

Configuring SIP Mobility for CounterPath Bria on the NetVanta 7100 and NetVanta UC Server Systems

Configuring SIP Mobility for CounterPath Bria on the NetVanta 7100 and NetVanta UC Server Systems 6UCSSG0002-42B January 2013 Interoperability Guide Configuring SIP Mobility for CounterPath Bria on the NetVanta 7100 and NetVanta UC Server Systems This interoperability guide provides instructions for

More information

Ultra-elegant Gigabit IP Phone

Ultra-elegant Gigabit IP Phone Ultra-elegant Gigabit IP Phone SIP-T48G Quick Start Guide (V7340) wwwyealinkcom Applies to firmware version 3573040 or later Packaging Contents The following items are included in your package If you find

More information

Wave 4.5. Wave ViewPoint Mobile 2.0. User Guide

Wave 4.5. Wave ViewPoint Mobile 2.0. User Guide Wave 4.5 Wave ViewPoint Mobile 2.0 User Guide 2014 by Vertical Communications, Inc. All rights reserved. Vertical Communications and the Vertical Communications logo and combinations thereof and Applications

More information

Qsync Install Qsync utility Login the NAS The address is 192.168.1.210:8080 bfsteelinc.info:8080

Qsync Install Qsync utility Login the NAS The address is 192.168.1.210:8080 bfsteelinc.info:8080 Qsync Qsync is a cloud based file synchronization service empowered by QNAP Turbo NAS. Simply add files to your local Qsync folder, and they will be available on your Turbo NAS and all its connected devices.

More information

Getting Started Guide for WebEx Hosts and Presenters. Scheduling a Meeting in Outlook

Getting Started Guide for WebEx Hosts and Presenters. Scheduling a Meeting in Outlook Getting Started Guide for WebEx Hosts and Presenters Scheduling a Meeting in Outlook First, install the WebEx Productivity Tools. Then you can schedule your online Meeting using Outlook just like you schedule

More information

How to Configure the Avaya IP Office 6.1 for use with Integra Telecom SIP Solutions

How to Configure the Avaya IP Office 6.1 for use with Integra Telecom SIP Solutions How to Configure the Avaya IP Office 6.1 for use with Integra Telecom SIP Solutions Overview This document provides a reference for configuration of the Avaya IP Office to connect to Integra Telecom SIP

More information

IDIS Mobile ios. Operation Manual. Powered by

IDIS Mobile ios. Operation Manual. Powered by IDIS Mobile ios Operation Manual Powered by Before reading this manual IDIS Mobile for ios is an app for connecting to a device (NVR or network camera) using an ios mobile device (ipod Touch, iphone or

More information

Fibaro Intercom for ipad

Fibaro Intercom for ipad Fibaro Intercom for ipad Introduction Fibaro Intercom is a VoIP application designed for Fibaro Home Center 2 controller. It can be integrated with the Fibaro ipad or iphone application as a mobile audio/video

More information

Optimum Business SIP Trunk Set-up Guide

Optimum Business SIP Trunk Set-up Guide Optimum Business SIP Trunk Set-up Guide For use with IP PBX only. SIPSetup 07.13 FOR USE WITH IP PBX ONLY Important: If your PBX is configured to use a PRI connection, do not use this guide. If you need

More information

Wireless VoIP Phone. Table of Contents. User s Manual

Wireless VoIP Phone. Table of Contents. User s Manual Wireless VoIP Phone User s Manual Table of Contents Chapter 1 Overview the WiFi Phone... 6 1.1 Front Panel and Keypad... 6 1.2 Removing and Installing the Battery... 8 1.4 Powering the WiFi Phone On and

More information

3CX PBX v12.5. SIP Trunking using the Optimum Business Sip Trunk Adaptor and the 3CX PBX v12.5

3CX PBX v12.5. SIP Trunking using the Optimum Business Sip Trunk Adaptor and the 3CX PBX v12.5 SIP Trunking using the Optimum Business Sip Trunk Adaptor and the 3CX PBX v12.5 Table of Contents 1. Overview 3 2. Prerequisites 3 3. PBX Configuration 3 4. Creating Extensions 4 5. VoIP Provider Setup

More information

There are a couple of notes about this however: It is best to have the IP subnet that the VoIP device on be on the same subnet as the DXL Exchanges.

There are a couple of notes about this however: It is best to have the IP subnet that the VoIP device on be on the same subnet as the DXL Exchanges. Our DXL system with the VoIP (Voice over IP) Option, in addition to the Harding VoIP masters, intercoms, and paging speakers, can interface to VoIP enabled devices such as PDA's and PC soft-phones. We

More information

Avaya IP Office SIP Configuration Guide

Avaya IP Office SIP Configuration Guide Valcom Session Initiation Protocol (SIP) VIP devices are compatible with SIP-enabled versions of Avaya IP Office (5.0 and higher). The Valcom device is added to the IP Office system as a SIP Extension.

More information

Application Note. LifeSize Video Communications System and ShoreTel IP Phone System

Application Note. LifeSize Video Communications System and ShoreTel IP Phone System Application Note LifeSize Video Communications System and ShoreTel IP Phone System This application note provides the details for integrating a LifeSize video communications system with the ShoreTel IP

More information

Business VoIP Solution Training 04/2009

Business VoIP Solution Training 04/2009 Business VoIP Solution Training 04/2009 IP Phone Deployment Scenario 1 Company LAN All the IP Phones and PBX are within the same local area network, no firewall and NAT traversal issues IP PBX 2 IP Phone

More information

8x8 Virtual Office Mobile User Guide for ios

8x8 Virtual Office Mobile User Guide for ios 8x8 User Guide for ios Works with iphone, ipad and ipod Touch Version 4.0, October 2012 The Champion For Business Communications Table of Contents Introduction...3 Features...3 Technical Requirements...4

More information

WorkTime UC Mobile Admin Guide

WorkTime UC Mobile Admin Guide WorkTime UC Mobile Admin Guide Release: 20.1.1 Android 20.1.2 ios Document Version 1.0 Table of Contents 1 About XO Hosted PBX UC Mobile Client...1 2 Use Cases...2 2.1 Placing Outbound Calls... 2 2.2 Receiving

More information

Acano Solution. Acano OS X Apps1.8 (build 1.8.16) Release Notes. 19 November 2015 76-1089-01-B

Acano Solution. Acano OS X Apps1.8 (build 1.8.16) Release Notes. 19 November 2015 76-1089-01-B Acano Solution Acano OS X Apps1.8 (build 1.8.16) Release Notes 19 November 2015 76-1089-01-B Contents 1 Introduction 3 1.1 Installation instructions 3 2 New features in apps v1.8 5 2.1 Multiple XMPP domains

More information

WE VoIP. User Manual

WE VoIP. User Manual WE VoIP User Manual COPYRIGHT This manual is proprietary to SAMSUNG Electronics Co., Ltd. and is protected by copyright. No information contained herein may be copied, translated, transcribed or duplicated

More information

How to Config MTG1000B With T1 and Elastix

How to Config MTG1000B With T1 and Elastix How to Config MTG1000B With T1 and Elastix Dinstar Technologies Co., Ltd. Address: Floor 6, Guoxing Building, Changxing Road, Nanshan District, Shenzhen, China 518052 Telephone: +86-755-26456664 Fax: +86-755-26456659

More information

OpenTouch Conversation for Android Smartphone Release 2.1

OpenTouch Conversation for Android Smartphone Release 2.1 OpenTouch Conversation for Android Smartphone Release 2.1 OmniPCX Office Rich Communication Edition OpenTouch Business Edition OpenTouch Multimedia Services User guide 8AL90640USAB ed01 1514 1 README FIRST

More information

ipad User Guide Release: 20 Document Revision: 01.01

ipad User Guide Release: 20 Document Revision: 01.01 ipad User Guide Release: 20 Document Revision: 01.01 bellaliant.net/unifiedcommunications 1 Bell Aliant Product release: 2.0 Copyright 2012 GENBAND. All rights reserved. Use of this documentation and its

More information

ADITION ios Ad SDK Integration Guide for App Developers

ADITION ios Ad SDK Integration Guide for App Developers ADITION ios Ad SDK Integration Guide for App Developers SDK Version 15 as of 2013 07 26 Copyright 2012-2013 ADITION technologies AG. All rights reserved. Page 1/8 Table of Contents 1 Ad SDK Requirements...3

More information

VoIP Handset User Manual. Digital Voice Quality Business Grade Handset Easy Plug & Play

VoIP Handset User Manual. Digital Voice Quality Business Grade Handset Easy Plug & Play Digital Voice Quality Business Grade Handset Easy Plug & Play Table of Contents 1.0 Getting Started... 1 1.1 Unpacking the box... 1 1.2 Assembling the Phone... 2 2.0 Phone Button Features... 3 3.0 Phone

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

1. Open a web browser and navigate to:

1. Open a web browser and navigate to: Getting Started: Installing and initial Login 1. Open a web browser and navigate to: 2. Click on the appropriate link for your operating system and install the software according to the on-screen instructions.

More information

Lync Quick Start Guide for MAC OS

Lync Quick Start Guide for MAC OS Microsoft Lync is a unified communications platform that works ideally in a Windows Operating System, but is also feature- rich using a MAC OS. The purpose of this guide is to cover highlights of Lync

More information

EarthLink Business SIP Trunking. Switchvox SMB 5.5 & Adtran SIP Proxy Implementation Guide

EarthLink Business SIP Trunking. Switchvox SMB 5.5 & Adtran SIP Proxy Implementation Guide EarthLink Business SIP Trunking Switchvox SMB 5.5 & Adtran SIP Proxy Implementation Guide Publication History First Release: Version 1.0 April 20, 2012 CHANGE HISTORY Version Date Change Details Changed

More information

FMC VoIP. User Manual. OfficeServ 7000

FMC VoIP. User Manual. OfficeServ 7000 FMC VoIP User Manual OfficeServ 7000 COPYRIGHT This manual is proprietary to SAMSUNG Electronics Co., Ltd. and is protected by copyright. No information contained herein may be copied, translated, transcribed

More information

How to Configure MTG200 with FreePBX

How to Configure MTG200 with FreePBX How to Configure MTG200 with FreePBX A. FreePBX Setup Procedure To setup the FreePBX sever for Dinstar MTG200 A1. Login the FreePBX Open the web of the FreePBX server with its IP address, the IP is assigned

More information

VoIP Intercom with Allworx 6x Server Setup Guide

VoIP Intercom with Allworx 6x Server Setup Guide VoIP Intercom with Allworx 6x Server Setup Guide CyberData Corporation 2555 Garden Road Monterey, CA 93940 T:831-373-2601 F: 831-373-4193 www.cyberdata.net 2 1.0 Setup Diagram Figure 1-1 is a setup diagram

More information

Customize Mobile Apps with MicroStrategy SDK: Custom Security, Plugins, and Extensions

Customize Mobile Apps with MicroStrategy SDK: Custom Security, Plugins, and Extensions Customize Mobile Apps with MicroStrategy SDK: Custom Security, Plugins, and Extensions MicroStrategy Mobile SDK 1 Agenda MicroStrategy Mobile SDK Overview Requirements & Setup Custom App Delegate Custom

More information

DSX. AccessLine SIP Trunk Setup. February 27, 2013 Issue 1.00. NEC Corporation of America 4 Forest Parkway, Shelton, CT 06484

DSX. AccessLine SIP Trunk Setup. February 27, 2013 Issue 1.00. NEC Corporation of America 4 Forest Parkway, Shelton, CT 06484 DSX AccessLine SIP Trunk Setup February 27, 2013 Issue 1.00 NEC Corporation of America 4 Forest Parkway, Shelton, CT 06484 Copyright 2013 NEC Corporation of America 6535 N. State Highway 161 Irving, TX

More information

Mobile i-phonenet User Guide Android

Mobile i-phonenet User Guide Android Chapter 1 : Getting Started 1. Client Download and Installation Step 1: Go to Google Play on your PC or your android device and search for < Mobile ipn >. Step 2: Download and install Mobile ipn. Note

More information

Avaya one-x Communicator User Reference

Avaya one-x Communicator User Reference Avaya one-x Communicator User Reference Table Of Contents Introduction...1 Logging in to the server...3 Logging out of the server...5 Using your feature buttons...7 Using Avaya one-x Communicator with

More information

eggon SDK for ios 7 Integration Instructions

eggon SDK for ios 7 Integration Instructions eggon SDK for ios 7 Integration Instructions The eggon SDK requires a few simple steps in order to be used within your ios 7 application. Environment This guide assumes that a standard ios Development

More information

VoIP Services User Guide

VoIP Services User Guide VoIP Services User Guide Table of Contents Overview of Services 3 Service Numbers 4 Line Services and Codes 5 Voice Mail 12 Overview of Services This guide is about Tera-Byte's VoIP services for residential

More information

Yealink VC Series Video Conferencing System Release Notes of Version 20

Yealink VC Series Video Conferencing System Release Notes of Version 20 Yealink VC Series Video Conferencing System Release Notes of Version 20 Table of Contents Yealink VC Series Video Conferencing System Release Notes of Version 20... 1 Yealink VC Series Video Conferencing

More information

8x8 Virtual Office Mobile User Guide for iphone

8x8 Virtual Office Mobile User Guide for iphone 8x8 User Guide for iphone Works with iphone, ipad and ipod Touch Version 2.0, September 2010 Table of Contents Introduction...3 Features...3 Technical Requirements...4 Getting Started...5 Ordering from

More information

UC Office for Smart Phone - iphone Edition

UC Office for Smart Phone - iphone Edition UC Office for Smart Phone - iphone Edition User Guide Revision 1.0 GCI Ltd Global House 2 Crofton Close Lincoln Lincolnshire LN3 4NT www.gcicom.net Copyright GCI 2013 GCI UC Office iphone User Guide 1

More information

Motorola TEAM WS M Configuring Asterisk PBX Integration

Motorola TEAM WS M Configuring Asterisk PBX Integration Motorola TEAM WS M Configuring Asterisk PBX Integration Objective The purpose of this document is to provide a guideline on how to configure the WSM/TEAM software as well as an Asterisk-based PBX in order

More information

Cisco WebEx Event Center on the Mac OS Getting Started. Join an Event. Schedule an Event. Start an Event. Connect to the Audio Conference

Cisco WebEx Event Center on the Mac OS Getting Started. Join an Event. Schedule an Event. Start an Event. Connect to the Audio Conference This guide covers the basic functions you will use to schedule or attend an Event Center session from your Apple computer. Also included here are instructions for using the most common tools available

More information

TEL 500. Voice Communications. Week 1 Write Up. Session Initiation Protocol Lab. Submitted To: Prof Ronny Bull. By: Sai Sharan Korvi

TEL 500. Voice Communications. Week 1 Write Up. Session Initiation Protocol Lab. Submitted To: Prof Ronny Bull. By: Sai Sharan Korvi TEL 500 Voice Communications Week 1 Write Up Session Initiation Protocol Lab Submitted To: Prof Ronny Bull By: Sai Sharan Korvi Date: 09/10/2014 ABSTRACT: Softphone is usually a software which can be used

More information

Voice over IP Phone Feature Guide

Voice over IP Phone Feature Guide Voice over IP Phone Feature Guide STANDARD FEATURES Caller ID Caller ID displays an incoming caller s telephone number on your handset or softphone. There is no further action required as this feature

More information

Cloud Voice Service. Cisco Unified IP Phone 7942G User Guide. (Version 1.0)

Cloud Voice Service. Cisco Unified IP Phone 7942G User Guide. (Version 1.0) Cisco Unified IP Phone 7942G User Guide (Version 1.0) Table of Content 1. Phone Set Features and Functions... 2 1.1 Operation for IP Phone 7942G... 3 1.2 Adjusting the Height of the Footstand... 4 2. Preference

More information

WE VoIP User Guide For OfficeServ 7000 Series

WE VoIP User Guide For OfficeServ 7000 Series WE VoIP User Guide For OfficeServ 7000 Series WE-VoIP Client V3.5.0.3 WE VoIP User Guide for OfficeServ November 2013 1 Disclaimer Every effort has been made to eliminate errors and ambiguities in the

More information

Polycom SoundPoint IP 650

Polycom SoundPoint IP 650 Polycom SoundPoint IP 650 User Guide For training/documentation, please visit us @ http://customertraining.verizonbusiness.com or call 1 800 662 1049 2009 Verizon. All Rights Reserved. The Verizon and

More information

IP PBX. SD Card Slot. FXO Ports. PBX WAN port. FXO Ports LED, RED means online

IP PBX. SD Card Slot. FXO Ports. PBX WAN port. FXO Ports LED, RED means online 1 IP PBX SD Card Slot FXO Ports PBX LAN port PBX WAN port FXO Ports LED, RED means online 2 Connect the IP PBX to Your LAN Internet PSTN Router Ethernet Switch FXO Ports 3 Access the PBX s WEB GUI The

More information

Hosted Phone System User Guide

Hosted Phone System User Guide Hosted Phone System User Guide GXP-2020 Phone System GXP-2010 Phone System Agency Number: 1234 585 Lifetime Street Sunny, FL 10024 904-646-5837 Last Updated 6/25/2009 User friendly guide to using your

More information

IP Office 9.1. Avaya Radvision Installation Notes. Issue 07a - (02 July 2015)

IP Office 9.1. Avaya Radvision Installation Notes. Issue 07a - (02 July 2015) Avaya Radvision Installation Notes Issue 07a - (02 July 2015) 2015 AVAYA All Rights Reserved. Notice While reasonable efforts have been made to ensure that the information in this document is complete

More information

Mobile VoIP Solution Development Proposal

Mobile VoIP Solution Development Proposal Mobile VoIP Solution Development Proposal for Zycoo Prepared by Technology Division, Pvt. Ltd. Objective Voxvalley Technologies Pvt. Ltd. is pleased to provide Inovedia with the following customizable

More information

Rev. 1.0.3. www.telinta.com

Rev. 1.0.3. www.telinta.com Rev. 1.0.3 Copyright Notice Copyright 2014-2015 Telinta Inc. No part of this document may be reproduced or transmitted in any form or by any means, electronic or mechanical, for any purpose, without the

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

OfficeSuite Simplicity Phone and System Features. General Settings. Phone status (Icon is i ) Time and date (The Settings icon is a wrench)

OfficeSuite Simplicity Phone and System Features. General Settings. Phone status (Icon is i ) Time and date (The Settings icon is a wrench) OfficeSuite Simplicity Phone and System Features General Settings Phone status (Icon is i ) Press OK and use the navigation keys to select the Status menu. Select item SIP Account Status to view the associated

More information

Cisco SPA302D Mobility Enhanced Cordless Handset

Cisco SPA302D Mobility Enhanced Cordless Handset USER GUIDE Cisco SPA30D Mobility Enhanced Cordless Handset Contents Chapter 1: Getting Started 1 Overview 1 Understanding Your Cisco SPA30D Cisco SPA30D Display Screen 4 Turning the Handset On and Off

More information