Call forward to mutiple numbers?

<< < (7/14) > >>

zoomin:
For the LINE port, how do I make sure that a call is NOT forwarded to the cell_number below via SP1 when I am calling from that cell_number to the LINE?

{ph,sp1(cell_number)} - this just makes it go to the cell_number voicemail, thus preventing PH from ringing.

I tried this, but then no line is ringing:

{ph,(!cell_number):sp1(cell_number)}

Thanks!

RonR:
Physical Interfaces -> LINE Port -> InboundCallRoute : {cell_number:ph},{ph,sp1(cell_number)}

zoomin:
Quote from: RonR on January 09, 2012, 10:23:21 pm

Physical Interfaces -> LINE Port -> InboundCallRoute : {cell_number:ph},{ph,sp1(cell_number)}



Thanks RonR. Just tried that. The PH rings, but only until sp1(cell_number) kicks in. I am trying to avoid sp1(cell_number) from executing when I call from the cell_number.

Basically, I see no difference in behavior between {cell_number:ph},{ph,sp1(cell_number)} and just {ph,sp1(cell_number)}.

RonR:
I assumed you wanted calls from your cell phone to only ring the OBi PHONE Port and all other callers to ring both the OBi PHONE Port AND your cell phone.  If this is not the case, please explain.

If that's what you want and calls from your cell phone are being sent back to your cell phone (i.e. the second rule executed instead of the first), you must have the wrong CallerID in the first rule.  Check the OBi Call History and use the exact CallerID displayed there in the first rule.

zoomin:
Yep, that's exactly what I want. I figured out why it wouldn't work as expected. RingDelay was set too small. Had to bump it up to 3000ms, and then it worked. Thanks RonR!

Navigation

[0] Message Index

[#] Next page

[*] Previous page