Caller ID Forwarding
Hadi:
Quote from: QBZappy on March 23, 2014, 08:27:15 am
Obi1->OBi2 can be bridged using any of the supported voice services. Sip, obitalk, pots, GV. Odd that oboi to obi fails the cid. First, try using the ui=$1 snippet at the end of the code azrobert mentioned. If that does not work the obi2 can receive using sip. There is no need to have a 3rd party sip service for this approach.
As I told before I was succeed to bridge OBi1 and OBi2. but I didn't get the correct CID on OBi2. the CID on OBi2 just shows OBi1's number . I added ui=$1:
Changed Line Port -> InboundCallRoute to:
{ph,pp(ob200222222;ui=$1)}
After adding this, none of my callings from pots on OBi1 did not transfer to OBi2. So it didn't work for me.
Hadi:
Quote from: azrobert on March 23, 2014, 08:29:13 am
I don't understand why you don't get the correct CID. Like I said, mine works.
Anyway, you can try the following.
Get a free Sip2Sip account here:
https://mdns.sipthor.net/register_sip_account.phtml
On OBi2 register one of the SP trunks to your Sip2Sip account.
Service Provider -> ITSP Profile A or B -> SIP
ProxyServer: sip2sip.info
X_DnsSrvAutoPrefix: Enabled (checked)
Voice Services -> SP1/2 Service
AuthUserName: YourSip2SipID
AuthPassword: YourSip2SipPassword
On OBi1
Change Line Port -> InboundCallRoute to:
{ph,sp2(YourSip2SipID@sip2sip.info.com;ui=$1)}
I have two free accounts from callcentric so on OBi2:
Service Provider -> ITSP Profile A -> SIP
ProxyServer: callcentric.com
X_DnsSrvAutoPrefix: Enabled (checked)
Voice Services -> SP1 Service
AuthUserName: MycallcentricID
AuthPassword: MycallcentricPassword
On OBi1
Change Line Port -> InboundCallRoute to:
{ph,sp1(MycallcentricID@callcentric.com;ui=$1)}
Again any calling on OBi1 from POTS can transfer to OBi2 but the CID on OBi2 shows my idnumber and my name callcentric which I used on OBi1.
azrobert:
Make this change:
On OBi1
Change Line Port -> InboundCallRoute to:
{ph,sp1(MycallcentricID@in.callcentric.com;ui=$1)}
The difference is in.callcentric.com.
Hadi:
Quote from: azrobert on March 24, 2014, 11:16:16 am
Make this change:
On OBi1
Change Line Port -> InboundCallRoute to:
{ph,sp1(MycallcentricID@in.callcentric.com;ui=$1)}
The difference is in.callcentric.com.
First time I used this but it didn't work even it couldn't transfer on OBi2. I saw this:
http://www.callcentric.com/faq/11/244 and I figured out It does not need to use in.callcentric.com because both SPs on OBi1 and OBi2 are coming from callcentric. Am I right?
azrobert:
You must have a Callcentric account defined on OBi#1 SP1. Correct?
When you use callcentric.com you are making a Callcentric#1 on OBi#1 to Callcentric#2 on OBi#2 call. When you do this OBi#2 will receive the account# of Callcentric#1 as the CallerID.
When you use in.callcentric.com you are making an OBi to Callcentric#2 call and should get the number in the ui=$1 as CallerID. $1 is an OBi variable that contains the inbound CallerID.
Did you try in.callcentric.com and it failed?
Navigation
[0] Message Index
[#] Next page
[*] Previous page