multiple phones not ringing
coldhammer:
When i recieve a call i want my obi202 to ring both my IP phone and my cell phone. Currently my inbound call route looks like this.
{sp4(1001@192.xxx.xxx.xxx),ph1,ph2}
What do i need to enter to also have it ring my cell number?
N7AS:
Quote from: coldhammer on August 01, 2015, 12:55:50 am
When i recieve a call i want my obi202 to ring both my IP phone and my cell phone. Currently my inbound call route looks like this.
{sp4(1001@192.xxx.xxx.xxx),ph1,ph2}
What do i need to enter to also have it ring my cell number?
Try something like this... {sp4(1001@192.xxx.xxx.xxx),{spx(8005551212)},ph1,ph2}
where spx is the trunk to use and replace 8005551212 with your cell phone number.
ianobi:
Quote
Try something like this... {sp4(1001@192.xxx.xxx.xxx),{spx(8005551212)},ph1,ph2}
where spx is the trunk to use and replace 8005551212 with your cell phone number.
A few too many "{}".
The list of terminals to call should be simply a comma separated list:
{sp4(1001@192.xxx.xxx.xxx),spx(8005551212),ph1,ph2}
azrobert:
The above method will work fine, but you will have 2 undesirable results. You will receive the CallerID of your service provider, not the inbound call's CID. You will be charge twice for the call. Once by your VOIP service provider for the outbound call and again by your cell provider for the inbound call.
You can eliminate these if you have a cell data plan by getting a free SIP account like Callcentric. You can use your current VOIP provider if they allow multiple extensions. Install a softphone on your cell and register it to the SIP account.
{sp4(1001@192.xxx.xxx.xxx),sp4(1777xxxxxxx@in.callcentric.com),ph1,ph2}
Service Providers -> ITSP Profile D SIP -> X_SpoofCallerID: Checked
Voice Services -> SP4 Service -> MaxSessions: 4
Depending on your VOIP and cell plans this setup might cost more because you will be charged for data, but you will receive the correct CID.
coldhammer:
Hmm perhaps this doesnt work the way i thought it did. My setup is as follows:
Im using GV for my voip provider.
Ooma for my pots via obiline.
SP1 is GV number 1
SP2 is GV number 2
SP3 routes the calls from my IP phone to my obiline.
SP4 routes the calls from my IP phone to each of my GV accounts.
So i have no free SP channels to utilize.
Navigation
[0] Message Index
[#] Next page