Call forwarding and Auto Attendant

<< < (3/4) > >>

azrobert:
Without a data plan I don't know how to do the forwarding using your OBi2xx. CallerID Name is provided by your cell phone company. They do a database lookup based on the CallerID.

FPL has a Follow ME feature, but it looks like you have to set it online. If FPL does the forwarding, the CallerID will be included.

jc2516:
I set up VG1, AccessNumber = SP1(sipsorcery.com). The speed dial and call forward to a phone number VG1(60412345678) are working, but VG1(abc@sipsorcery.com) doesn't work.

azrobert:
Using VG1(60412345678)
You must have an outbound trunk defined in SipSorcery.
You are sending 6041234567 as an outbound call.
You won't get the correct CallerID.

Using VG1(abc@sipsorcery.com)
I assume abc is your SipSorcery account name.
I never tried this with a VG and don't know it will work correctly.
VG1 points to SP1, so don't use the VG.
Why point to the VG and then VG point to SP1.
Just point directly to SP1 like: sp1(abc@sipsorcery.com)
It doesn't matter that SP1 is defined with FPL.
Now the call will be treated as an inbound call by SipSorcery.
Your cell is register to SipSorcery as user "abc" and now the original inbound CallerID and CNAM can be passed.
You need to enable X_SpoofCallerID on SP1.

Use a SipSorcery dialplan something like:

if sys.In
#   Inbound DIALPLAN Starts
    sys.Dial("abc@local",60)
else                                                               
#   Outbound DIALPLAN Starts
end

jc2516:
Quote from: azrobert on May 05, 2015, 09:53:03 am

Manually set only the forwarding number with OBi Expert

Voice Services -> SP1 Service
CallForwardUnconditionalEnable: Un-checked
CallForwardUnconditionalNumber: spx(18005551212)

Change the Star Code to only enable forwarding and not set the number:
*72, Call Forward Unconditional SP1, set(SP1($cfa),1)

Edit:
You set the number once.


Now I am using an OBI202. The phone2 is using SP3. Still I need to call forward to my cell for all calls. How should I change?

azrobert:
Voice Services -> SP3 Service
CallForwardUnconditionalEnable: Checked
CallForwardUnconditionalNumber: spx(18005551212)

Change the Star Code to only enable forwarding and not set the number:
*72, Call Forward Unconditional All, set($cfa,1)

Change SP3 to forward
Change *72 to enable forwarding on all trunks

Navigation

[0] Message Index

[#] Next page

[*] Previous page