Sunday, February 24, 2013

Creating Free VOIP EXCHANGE part 2

 After the install login from web with
UserName: wwwadmin
Password:password
Then

 Settings>Asterisk SIP settings>NAT settings. Click "Auto Configure" It will fill out the IP addresses. If you reboot, localnet address may change. You may use "10.0.0.0/8" instead. Whenever you make a change, scroll down and click submit. Then "Apply Config" red button will appear at the top. Click it occasionally to reload newly submitted configurations.

2.2. Settings>Asterisk SIP settings>Audio codecs. Select the codecs and reorder. Personally, I use G722, G729 and ulaw.

2.3. Applications>Extensions. Add new SIP extensions. User extension and the secret are the username and the password you will use in your sip client to register with PIAF. Select nat=yes.

2.4. Other>Google Voice. Fill out your GV information. Asterisk must be restarted to take it into effect. In Web GUI, Admin>Asterisk CLI, execute "core restart gracefully" Once restarted, you can start making outbound GV calls from a registered phone. 

2.5. Connectivity>Inbound routes. Add your GV number as DID number. Scroll down and set destination as your extension you created in #2.3. You should now be able to answer incoming calls, if GV forwards to gchat.

Again for Installing codecs (from command line)

install-codecs

Post Your comment 

In the Next part i will explain about the peering of two sip trunk and Iax2 trunk

Sunday, February 3, 2013

Creating Free VOIP EXCHANGE part 1


Download the VOIP Exchange from (PBX in Flash purple edition) and download the virtualbox or and install the virtual box on your system and import the virtual box

You will get the vitual box  from the following link

 https://www.virtualbox.org/wiki/Downloads
http://download.virtualbox.org/virtualbox/4.2.6/VirtualBox-4.2.6-82870-Win.exe (for windows)
http://sourceforge.net/projects/pbxinaflash/files/PIAF-2.0.6.3.1-CentOS-6.3-64bit/pbxinaflash20631-x86_64.iso/download


login to the pbxin flash os terminal as

USERNAME:  root
PASSWORD: password

use passwd to change the password

change the password the GUI using the  command
password-master

Then fire the
yum update
install-emp
Update the PBX using
update-program
update-fixes

reboot your virtual server and then you are ready to go.In the browser  Ip-Address of the virtual  and we will find the same as in the figure.in the next part of this i will tell tou about the configuration if PBX