Saturday, March 30, 2013

Easy Emergency 911 Calling Service Set-Up for Your OBi Device

Anveo E911 Service is Now Available as a Service on OBiTALK

Obihai has partnered with Anveo to help you set-up 911 calling service on your OBi device for as little as $12 per year...That's only $1 per month!

Here's what you'll get with Anveo's E911 service for OBiTALK Devices:
- Easy Automatic Configuration of 911 Service on Your OBi
- No Need to Configure the OBi Manually!
- 911 Calls Go to Your Public Safety Answering Point with Your Address Attached
- Emergency Call-backs and Reverse 911 are Routed Straight to Your OBi Device
- No Need to Purchase a Phone Number
- Great Complement for Google Voice Users (Because Google Does Not Support 911 Calling)

Easy Set-Up

All you will need to do is select the "Anveo E911 Sign-Up" button on your OBi's Device Configuration page in the OBiTALK web portal.


You will be prompted to select an unused Voice Service slot with which to configure the Anveo E911 service. You may only select a service slot which is not currently being used with another VoIP service.

After this, you will be redirected to Anveo's web site to verify your home address and complete the sign-up.  As long as everything is in-order, your OBi will be automatically configured for emergency services calling.


Saturday, March 16, 2013

Using an OBi202 with an IP Phone as an IP-PBX Extension


 

What You Need:

As shown the above diagram above, you will need:
-              Two OBi202s. OBi #1 in a remote office; OBi #2 in the Main Office.
-              Administrative access to your IP PBX configuration: Asterisk, FreePBX, Elastix, 3CX, etc.

What This Can Do:

-              Use a SIP IP Phone as a remote IP-PBX extension without using a VPN.

How to Set-up:

Without loss of generality, we will reference the following basic setup:
-              Use a Cisco 50xG as the IP Phone in the Remote Office
-              Use EXT 1 on the remote IP Phone, with the extension 1001
-              Use ITSP B and SP2 on OBi #1 to configure a proxy for the remote IP phone
-              Use ITSP A and SP1 on OBi #2 to register with IP-PBX in the main office
                   OBi #2 acts as a voice gateway for OBi #1
-              On OBi #1, use VG3 to configure for the gateway served by OBi #2
-              OBi #1 has the OBi number 500 111 101
-              OBi #2 has the OBi number 500 222 202
-              IP-PBX has static LAN IP Address = 192.168.15.18 and listens at port 5060

On OBi #1, set up the following parameters:
-              ITSP Profile B/General/SignalingProtocol = SIP (default)
-              ITSP Profile B/SIP/Proxy = 127.0.0.1         (a dummy non-empty value)
-              ITSP Profile B/SIP/X_SpoofCallerID = yes (or checked)
-              VG3/AccessNumber = pp(ob500222202)
-              SP2/X_ServProvProfile = B
-              SP2/X_UserAgentPort = 5061 (default)
-              SP2/X_RegisterEnable = no (or unchecked)
-              SP2/AuthUserName = 1001
-              SP2/AuthPassword = AnyPhonePassword
-              SP2/X_Proxy = yes (or checked)
-              SP2/InboundCallRoute = {1001>:vg3}  
                    (Note: You can just add this rule to the beginning too.)
-              OBiTALK Service/InboundCallRoute = {>1001:SP2(1001@local_client)}
                    (Note: You can just add this rule to the beginning too.)
On OBi #2, set up the following parameters:
-              ITSP Profile A/General/SignalingProtocol = SIP (default)
-              ITSP Profile A/SIP/Proxy = 192.168.15.18
-              ITSP Profile A/SIP/X_SpoofCallerID = yes (or checked)
-              SP1/X_RegisterEnable = yes (or as required by the IP-PBX)
-              SP1/AuthUserName = 1001
-              SP1/AuthPassword = AnyPhonePassword (or as required by the IP-PBX)
-              SP1/InboundCallRoute = {>(1001):pp}
-              OBiTALK Service/InboundCallRoute = {1001>:sp1}

On the Remote IP phone behind OBi #1, set up the following parameters (or the equivalent on other phone models):
-              EXT 1/Proxy = 500111101.pnn.obihai.com:5061
-              EXT 1/User ID 1001
-              Ext 1/Password = AnyPhonePassword
-              EXT 1/Register Expires = 60
-              EXT 1/Register = yes
-              SIP/Send Resp To Src Port = yes

Notes:
You can add up to 4 SIP IP Phones behind an OBi202 in a remote office (e.g. OBi #1 in the last example) - one for each of the SPx service. To extend the last example, we can add another IP phone with the extension 1002 behind OBi #1, this time using SP3. The set-up for SP3 mirrors that of SP2 in the example, i.e. the same ITSP Profile B can be used for SP3 also. To make this work, just add the following rule to the OBiTALK/InboundCallRoute:  {>1002:SP3(1001@local_client)}

On OBi #2, configure another IP-PBX account for extension 1002, say on SP2 (set it up like SP1; the same ITSP Profile A can be used for SP2 also), and add the following rule to SP2/InboundCallRoute: {>(1002):pp},

...and the following rule to OBiTALK Service/InboundCallROute:  {1002>:sp2}

Note also that the same OBi #2 may be used to support up to 4 different remote IP phones, in the same or different remote offices.

Friday, March 15, 2013

Using an OBi202 w/ Analog Phones as an IP-PBX Remote Extension


 What You Need:

-              Two OBi202 devices. OBi #1 in the remote office and OBi #2 in the Main Office
-              One or two POTS phones to connect to OBi #1 as remote extensions
-              Administrative access to your IP PBX configuration: Asterisk, FreePBX, Elastix, 3CX, etc.

What This Can Do:

-              Use a POTS phone as a remote IP-PBX extension without using a VPN.

How to Set-up:

Without loss of generality, we pick the following basic setup:
-              Use ITSP B and SP2 on OBi #1 to configure a proxy for the remote IP phone
-              Use ITSP A and SP1 on OBi #2 to register with IP-PBX in the main office
                   OBi #2 acts as a voice gateway for OBi #1
-              On OBi #1, use VG3 to configure for the gateway served by OBi #2
-              OBi #1 has the OBi number 500 111 101
-              OBi #2 has the OBi number 500 222 202
-              IP-PBX has static LAN IP Address = 192.168.15.18 and listens at port 5060
-              Connect a POTS phone to OBi #1 Phone1 Port as remote extension 1001 for the IP-PBX

On OBi #1, set up the following parameters:
-              VG3/AccessNumber = pp(ob500222202)
-              PH1/OutboundCallRoute = {vg3}  (or just add this rule to the beginning)
-              OBiTALK Service/InboundCallRoute = {>1001:PH1} (or just add this rule to the beginning)

On OBi #2, set up the following parameters:
-              ITSP Profile A/General/SignalingProtocol = SIP (default)
-              ITSP Profile A/SIP/Proxy = 192.168.15.18
-              ITSP Profile A/SIP/X_SpoofCallerID = yes (or checked)
-              SP1/X_RegisterEnable = yes (or as required by the IP-PBX)
-              SP1/AuthUserName = 1001
-              SP1/AuthPassword = AnyPhonePassword (or as required by the IP-PBX)
-              SP1/InboundCallRoute = {>(1001):pp}
-              OBiTALK Service/InboundCallRoute = {1001>:sp1}

Notes:
To extend the last example, we can connect a second POTS phone to PHONE2 Port of OBi #1 for the extension 1002.  To make this work, just add the following rule to the OBiTALK/InboundCallRoute:  {>1002:PH2}

On OBi #2, configure another IP-PBX account for extension 1002, say on SP2 (set it up like SP1; the same ITSP Profile A can be used for SP2), and add the following rule to SP2/InboundCallRoute:  {>(1002):pp},

And also add the following rule to OBiTALK Service/InboundCallROute:  {1002>:sp2}

Note that the same OBi #2 can be used to support up to 4 different remote POTS phone extensions, in the same or different remote offices.

Wednesday, December 12, 2012

Give the Gift of VoIP, Free Calling and More with the OBi202

Get the OBi202 and OBiWiFi + OBiBT Accessories for Only $104.99

When you purchase the OBi202 from Obihai Technology on Amazon.com, then add the OBiWiFi and OBiBT USB adapter accessories, at checkout, you will save $20 off the everyday low price of $124.99. That's only $104.99 for the world's most advanced home and small business VoIP phone adapter and its two integrated accessories. 

The OBi202 works with VoIP services like Google Voice and hundreds of SIP services like those from Anveo, Callcentric and VoIP.ms.  With the OBiWiFi adapter accessory you will have the ability to connect via WiFi to your home / office access point. With the OBiBT Bluetooth adapter, you can pair your cell phone with the OBi202's phone ports as well as use the OBi's unique voice bridging ability to connect cell phone calls to VoIP services.

If you want to use the OBi202 with the OBiWiFi and OBiBT at the same time, you will need a good quality USB 2.0 (or greater) hub.  We recommend the Belkin or the CyberPower USB hubs.

Here is how to make sure you get your discount ...

1. Place the OBi202 that is "Sold by Obihai Technology, Inc." in your shopping cart. You may first have to select the "20 new" (or whatever number) link to be able to view the Obihai Technology, Inc. item. 

2. Place an OBiWiFi Wireless Adapter in your Amazon shopping cart. 



3. Place an OBiBT Bluetooth Adapter in your Amazon shopping cart.



4. If you order all three products, when you are ready to Place Your Order, you will see that there are two "Promotion Applied" line items to your order, bringing the total to $104.99 before tax and shipping (if any).

Questions?  Feel free to e-mail us at: sales@obihai.com

Wednesday, November 21, 2012

Obihai and WebRTC: The Future is Calling

WebRTC: The Next Big Thing in Cloud Communications?

More and more, those who follow voice and video communications are hearing the term “WebRTC” in reference to how we will make calls using Internet-connected computers, tablets, smart phones and associated apps. WebRTC gets mentioned as VoIP technologists and leading-edge Cloud Communications companies bring focus to the best way forward for products, applications and over-arching collaboration solutions to meet the needs of their users. If you are not intimately involved with VoIP hardware, software or the network apps that allow real-time communication using the Internet, you might be asking yourself, “What exactly is WebRTC and why would I want it?”


In a nutshell, WebRTC is a new feature to be incorporated in virtually all web browsers. It will also be leveraged in stand-alone apps where one aspect of the application is a real-time voice or video conversation using the Internet (a.k.a. VoIP). The feature is built on-top of another newish web technology called HTML5.  Using HTML5 and WebRTC, applications may access available audio and video capabilities resident on the local host device without the need to install any sort of plug-in or special application. In other words, you may simply, launch the web application from a link or bookmark on your Internet connected device, and instantly make a call to your friend or a business. With WebRTC, you no longer need to install a platform dependent soft-phone application, and then deal with a complex configuration in order to make a simple call.

With the support from Google and Mozilla (Firefox), WebRTC is currently available in Chrome and Firefox. Other major (and minor) browser and web application players already do or are also expected to soon support WebRTC. While WebRTC was conceived as a solution for browser to browser calls, a more versatile application is to let the browser make calls through a VoIP service with connectivity to any phone number in the world. Some service providers have built or have plans to build WebRTC-based applications to be used in conjunction with their services.

What Has Obihai Technology Been Doing with WebRTC?

Engineers at Obihai have been working to enhance the real-time communication software, i.e.  “stack” used on OBi VoIP products to make them compatible with the WebRTC standards. There are many possible applications and products that will come-about as a result of this work.

Resource Links:
Google Inc. sponsored WebRTC site
WebRTC on Wikipedia
Getting Started with WebRTC (HTML5 Rocks)

Tuesday, November 13, 2012

OBi202 Pre-Release Software Rings Multiple OBi's from a Single Google Voice Number and Receives Text Messages to the Attached Phones Too!

Your Google Voice Number Now Rings Multiple OBi-Attached Telephones

Now, when you update your OBi202 with special pre-release firmware AVAILABLE HERE, you can use a single Google account on multiple OBi202 devices...and on incoming calls, all your attached OBi202 phones will ring !!


When somebody calls your Google Voice number, not only will the regular land line and mobile phones you have set-up in your Google Voice account ring, but phones attached to your OBi202 VoIP phone adapters will ring as well.

To use this feature, manually update your OBi202 devices with the 3-0-1 (3585) firmware available at the OBiTALK forum (Click Here).  Next, use the OBiTALK web portal to set up two or more OBi202 VoIP phone adapters with the same Gmail account you use with Google Voice. If you use Google Talk, a stand-alone, downloadable chat application by Google for PC to PC voice (and text) chatting, this endpoint will also ring when someone calls your Google Voice number.  Note: The browser-based Gmail Call Phone client application will not ring when using your Google Voice number with this feature.

Send Text Messages to Your Regular Home Phone(s)

Also in this release is a feature that alerts you to incoming SMS / text messages to your Google Voice number and lets you see the first few words of the text message in the Caller Name area of your regular phone's display.  The Caller Number area will show the number from where the text message was sent.  To use this feature, go to the Google Voice settings area of your OBi202 Device Configuration in the OBiTALK web portal.  Here, you will see the option to enable this feature on the OBi202.


Please also note that your Google Voice settings must have the "Text Forwarding" option box checked. This setting is in the "Voicemail & Text" area.

If you have any feedback or need help to use the OBi202, please contact our support team at: support@obihai.com

Thursday, September 6, 2012

Use Your OBi202 with OBiBT as a Cellular (GSM or CDMA/PCS) Mobile Phone Service Gateway for a SIP IP Phone

Important Note:  Before you begin to make configuration modification to your OBi device, please note that modifications are best made via the OBiTALK portal OBi Expert configuration pages. Using OBiTALK, the set-up of Google Voice and SIP accounts is easy.  In the OBiTALK portal Device Configuration page for your unit, you will find the access button for the OBi Expert configuration pages.  Click Here for more information on OBi Expert configuration.

What Does this Accomplish?

-          Make calls from a SIP IP phone to the cellular / mobile network via the
paired mobile phone’s service plan.
-          Receive calls on the SIP IP phone from the cellular / mobile network via the
mobile phone’s service plan.
-          The Caller ID will be the original caller’s incoming phone number.
-          You do not need a static IP address on the IP phone. It will get its IP address from the OBi202.




What You Need

As shown in the above diagram, you will need the following:
-          An OBi202 with an available “SP” service to be configured as a SIP Proxy for the IP phone.
-          An OBiBT Bluetooth USB dongle.
-          A mobile phone with active service paired and connected with the OBiBT dongle.
-          A SIP IP phone (Cisco SPA508G shown here) installed on the LAN-port side of the OBi202.
-          An available EXT (or Line) on the IP phone to be used with the OBi202.

How to Set-up the OBi202 & IP Phone

Without loss of generality, we assume:
-          You will use ITSP Profile B and SP2 on the OBi202 to configure it as a proxy for the IP phone.
-          Use EXT 1 on the IP phone for this configuration, with the private number 1001
-          In this example, the OBi202’s OBi Number is: 500 111 345

On the OBi202, set-up the following parameters:
-          ITSP Profile B/General/SignalingProtocol = SIP (default)
-          ITSP Profile B/SIP/Proxy = 127.0.0.1                (a dummy non-empty value)
-          ITSP Profile B/SIP/X_SpoofCallerID = yes (or checked)
-     SP2/X_ServProvProfile = B
-          SP2/X_UserAgentPort = 5061 (default) 
-          SP2/X_RegisterEnable = no (or unchecked) 
-          SP2/AuthUserName = 1001 
-          SP2/AuthPassword = AnyPhonePassword 
-          SP2/X_Proxy = yes (or checked) 
-          SP2/X_InboundCallRoute = {1001>:BT} 
or just add the rule to the beginning of the current X_InboundCallRoute value. 
-          OBiBlueTooth/InboundCallRoute = {SP2(1001@local_client)}

On the Cisco SPA50xG IP phone, set-up the following parameters (or equivalent on other phones):
-          EXT 1/Proxy = 500111345.pnn.obihai.com:5061
-          EXT 1/User ID = 1001
-          Ext 1/Password = AnyPhonePassword
-          EXT 1/Register Expires = 60
-          EXT 1/Register = yes
-          SIP/Send Resp To Src Port = yes

More information on OBiBT: Click Here

Cisco and the Cisco Logo are trademarks of Cisco Systems, Inc.
Google Voice is a trademark of Google, Inc.
The Bluetooth® word mark and logo are registered trademarks owned by Bluetooth SIG, Inc.
Word mark and logo used under licence to Billionton: GUBTCR42I

Tuesday, August 28, 2012

Use Your OBi202 as a Google Voice™ Gateway for a SIP IP Phone


Important Note:  Before you begin to make configuration modification to your OBi device, please note that modifications are best made via the OBiTALK portal OBi Expert configuration pages. Using OBiTALK, the set-up of Google Voice and SIP accounts is easy.  In the OBiTALK portal Device Configuration page for your unit, you will find the access button for the OBi Expert configuration pages.  Click Here for more information on OBi Expert configuration.

What Does this Accomplish?

-          You will be able to make calls from the IP phone using the Google Voice account on the OBi202.
-          You may also receive calls on the IP phone from the Google Voice account running on the OBi202.
The Caller ID will be the original caller’s incoming phone number.
-          You do not need a static IP address on the IP phone.  It will get its IP address from the OBi202.

 

 

What You Need:

As shown in the picture, you will need the following items:
-          An OBi202 with an available “SP” service to be configured as a SIP Proxy for the IP phone.
-          A Google Voice account correctly configured on the OBi202.
Use the OBiTALK.com portal to set -up the Google Voice account on the OBi202.
Also, use the OBiTALK portal OBi Expert Configuration pages to make all modifications to the OBi202 parameter settings.
-          A SIP IP phone (Cisco SPA508G shown here) installed on the LAN-port side of the OBi202.
-          An available EXT (or Line) on the IP phone to be used with the OBi202.

 

How to Set-up the OBi202 & IP Phone

Without loss of generality, we assume:
-          ITSP Profile A and SP1 on the OBi202 are configured with the proper Google Voice account:
o    ITSP Profile A/General/SignalingProtocol = Google Voice
o    SP1 Service/X_ServProvProfile = A
o    SP1 Service/AuthUserName = mygmail@gmail.com
o    SP1 Service/AuthPassword = mygmail-password
-          Use ITSP Profile B and SP2 on the OBi202 configured as proxy for the IP phone.
-          Use EXT 1 on the IP phone for this configuration, with the private number: 1001.
-          In this example the OBi202’s OBi Number is: 500 111 345

On the OBi202, set up the following parameters:
-          ITSP Profile B/General/SignalingProtocol = SIP (default)
-          ITSP Profile B/SIP/ProxyServer = 127.0.0.1    (a dummy non-empty value)
-          ITSP Profile B/SIP/X_SpoofCallerID = yes (or checked)
-          SP2/X_ServProvProfile = B
-          SP2/X_UserAgentPort = 5061 (default)
-          SP2/X_RegisterEnable = no (or unchecked)
-          SP2/AuthUserName = 1001
-          SP2/AuthPassword = AnyPhonePassword
-          SP2/X_Proxy = yes (or checked)
-          SP2/X_InboundCallRoute = {1001>:SP1}  
or just add the rule to the beginning of the current X_InboundCallRoute value.
-          SP1/X_InboundCallRoute = {SP2(1001@local_client)}

On the Cisco SPA50xG IP phone, set-up the following parameters (or equivalent on other phones):
-          EXT 1/Proxy = 500111345.pnn.obihai.com:5061
-          EXT 1/User ID = 1001
-          Ext 1/Password = AnyPhonePassword
-          EXT 1/Register Expires = 60
-          EXT 1/Register = yes
-          SIP/Send Resp To Src Port = yes

Cisco and the Cisco Logo are trademarks of Cisco Systems, Inc.
Google Voice is a trademark of Google, Inc.