More and more people start small business now, it is very important to keep communication

1. Instruction

More and more people start small business now, it is very important to keep
 communication with our customers. In normal, most of us just use
 a simple telephone or use skype to do that. It can fit our basic requirement, but it has obvious shortage, for example, it makes our business looks like a very small business, a personal business. We hope to make our business looks like a big business and our company looks like a professional company. We want to establish a voice interaction for our customers, such as prompt "welcome to xxx company. Please dial the extension or zero for assistance", etc. Can we do that?
Of course, we can do that! There is a very simple solution to do
 that by using VOIP. This document gives a step by step guide on how to establish a VOIP network for our business. The solution will be as simple as possible, almost just need only one PC with Windows system.

2. What's VOIP?

VOIP is "Voice over Internet Protocol". It is a general term for a family
 of transmission technologies for delivery of voice communications over
 IP networks such as the Internet or other packet-switched networks. VOIP
can be a benefit for reducing communication and infrastructure costs.
In another way, it is very easy to use VOIP to establish our communication
 system with full features.
In normal, we need to setup three main components: IP-PBX, phones
 (or soft-phones) and VOIP carriers' service which you can use to call other people in PSTN network(Public Switched Telephone Network, it is our traditional telephone network).

2.1 IP-PBX

There are lots of IP-PBX. Some of them are hardware based devices, some of them are software based servers.
Of course, here we suggest miniSipServer to you. miniSipServer is a professional SIP PBX for Windows and Kubuntu/Linux systems. It has all features we need. Most important, it is so easy that we can setup and run it in several minutes!

2.2 Phones

We can buy SIP phones from Grandstream, Cisco, Linksys, etc. If we still want to use our traditional analog telephone, we can buy a SIP adapter from them.
To get started, we use a softphone and run it in the same computer or another computers. miniSipPhone is suggested here..

2.3 VOIP carriers

Lots of VOIP carriers can provide SIP services. I suggest following VOIP providers:
Once register to these VOIP providers, they will give you a SIP account information, such as SIP server address, account name and password, etc. These information will be used when we configure our IP-PBX.

3. Scenario

Following figure describes a simple environment for small business or home based business.
network
In our demo scenario, the small company only has two members, Holly and G.T.
Holly's extension number is 100, and G.T's extension phone number is 101. Both of them use SIP softphones. The IP address of Holly's PC is 192.168.1.100. The IP address of G.T's PC is 192.168.1.101. miniSipServer will be installed on another PC whose IP address is 192.168.1.110.
The company establishs connection with PSTN through a VOIP carrier's network.
We will follow subsequent steps to establish our VOIP network.
Setup miniSipServer.
network (step1)

4. Configuration

4.1 Step1: setup miniSipServer

This step could be the easiest one. We can download miniSipServer SETUP file from http://www.myvoipapp.com/download.
There are several kinds of miniSipServer, such as 20 client, 50 clients etc. For example, "100 clients" version can support 100 extensions. Since there are only two members in our scenario, "20 clients" version is enough.
Before we install miniSipServer, please make sure that PC and network are working well firstly.
Then, please click .EXE file to setup miniSipServer and run it! It is unnecessary to configure anything! So easy!
If everything is fine, miniSipServer should run as following figure.
MSS main window

4.2 Step2: connect local users to miniSipServer

When miniSipServer is installed, it will create three default extensions automatically. Please click button "local users" in main window to check it. The default password for these extensions are 100, 101 and 102.
local user window
We begin to configure Holly's softphone to connect to miniSipServer.
Holly use miniSipPhone as her softphone. After install miniSipPhone, please click menu "File -> SIP account".
miniSipPhone account configuration
In the pop-up window, please configure SIP account like following figure.
miniSipPhone account property
The key items are described as:
Item Value
SIP server address 192.168.1.110
User name 100
Password 100
Please click 'OK' button to complete miniSipPhone configuration. It will try to register to miniSipServer. If it successes, miniSipPhone should display telephone number and be ready to make calls.
miniSipPhone ready
Now, Holly's extension has connected to miniSipServer rightly. We can follow the same step to configure G.T' extension. If you have other kinds of SIP clients/phones, they should be configured same information.
Both Holly and G.T' extensions have been connected to miniSipServer. We can show miniSipServer' local user information to check their status. Their icons should be blue.
local users ready
After we finish this step, the basic VOIP network is established. Holly and G.T can call each other. Holly can dial '101' to call G.T, and G.T can also dial '100' to call Holly.

4.2.1 Add a new extension in miniSipServer

In above configuration, we use default extensions '100' and '101'. In future, with the growth of company, more and more people will join with us, we need add more extensions to support them. So we can do it as following:
In the 'local users information' window, please click 'Add' button to add a new extension.
add a new local user
new local user configuration
In normal, we can just assign extension number and password to a new extension. The new employee can use this new account information to configure his/her SIP phones.

4.3 Step 3: connect miniSipServer to VOIP provider

It is so easy to establish internal VOIP network and Holly and G.T enjoy it. It is time to establish connection with customers now.
In normal, if we want to make call to outside or receive a call from outside, we need a VOIP gateway connect our miniSipServer and traditional telephone or we need VOIP provider to do it for us. We decide to connect our miniSipServer to VOIP providers' network and we select BroadVoice as our VOIP provider.
After we request a SIP account from BroadVoice, for example, the account is '723123456', we will use use this account to configure miniSipServer to connect BroadVoice.
In the miniSipServer main window, please click button 'External lines' to add an external line information.
external lines
In the pop up window, please click button 'Add' to add an external line with BroadVoice account information.
external line configuraton
The key items are described in below table. Of course, you can update it according to your own configuration.
Item value
Peer server address sip.broadvoice.com
Peer server port 5060
External line (Account) 7321234567
Password 1234
Authorization ID 7321234567
Automatic attendant Yes
All local users can use this external line to make outgoing calls Yes
Some VoIP providers require different authorization numbers with their accounts. In this scenario, we must configure "authorization ID" with such numbers. By default, authorization number is same with voip account, then it is unnecessary to configure "authorization ID" item or configure it as same as voip account.
Because we hope both Holly and G.T can make outgoing call, we select 'All local users can use this external line to make outgoing calls'.
Here we configure 'Automatic attendant' to support receiving incoming call from outside.
If the external line success to connect to peer server ( VOIP provider's network or VOIP gateway), the icon of the external line should be gray and without cross flag.
Then, we describe some details about making outgroup calls and receiving incoming calls.

4.3.1 Make outgoing call

As we have confirmed in above sections, Holly and G.T can call each other by dialing their extensions number directly. If we want to make outgroup call to our customers, how can we do it?
Since the external line is connected to VOIP provider's network ( or VOIP gateway), it is no problem to call outside customers, but we have to mention that we need add prefix '9' before we dial our customers numbers. In miniSipServer, prefix '9' is the default outgroup prefix which is used to distinguish call type. For example, if the customer's number is '7321234568', we need dial '97321234568'.

4.3.2 Receive incoming call

When we configured external line, we has indicated 'automatic attendant'. So when customers calls in, miniSipServer will prompt to enter extension number. For example, once customers calls "7321234567" (the external line number provided by VOIP provider and configured in miniSipServer), they will hear "Welcome, please enter extension number" and customers can enter '100' to call Holly or enter '101' to call G.T.
In another way, the default announcement can be modified and replaced. We can change it according to our real requirement, for example, we can change it to "welcome to xxx company,...". Please refer to the "Automatic attendant" online document.
Because miniSipServer uses "RFC2833" DTMF mode and SIP-INFO to collect the customer's input digits, we must confirm with VOIP providers that they can support these DTMF modes.

5. Advance configuration

When we finish above configurations, we success to establish our basic VOIP system. Is it enough? Of course, no! We want more useful services to support our communication, such as Voice mail, ring group, etc.
Please visit our website for details of all services.

6. FAQ

6.1 How to change SIP port?

The default SIP port is 5060 (UDP) which is defined in SIP standard. But in some special scenarios, we need change this port to another, for example 5090.
To do that, we need modify MSS and SIP phones configurations together.
In MSS, please click menu "data -> system information -> SIP" and change the port. Please refer to following figure.
SIP port in MSS
After that, please restart MSS to enable this modification.
In miniSipPhone, we need indicate it to work with the new port. In SIP account configuration, please set "port" to "5090":
SIP port in miniSipPhone
Some SIP devices, such as Xlite, don't have 'port' configuration, then we need configure server port with server address together. For exmaple, the server address might be '192.168.1.110:5090'.

ليست هناك تعليقات:

إرسال تعليق

Pages