OBiTALK Community

General Support => Installation and Set-Up (Devices) => Topic started by: robhouston on April 25, 2011, 05:03:38 AM

Title: Ignore Incoming Calls on SP2?
Post by: robhouston on April 25, 2011, 05:03:38 AM
Hello-----I just set up another VOIP provider on my Obi110 as SP2 (I have GV on SP1 and PSTN on LINE).  I already have the other provider's ATA running in parallel with the Obi.  I only want to use SP2 for an occasional outbound call by dialing the **2 prefix.  All incoming calls will come into the other provider's ATA.  In other words, I want the Obi to ignore all incoming SP2 calls.

I'm assuming I need to modify the InboundCallRoute for SP2.  Can I simply remove the "ph", eliminating any route for incoming calls on SP2, or will that cause other problems?  Instead, do I need something like this:   {xx.|?:}    similar to the examples on page 114 in the administrative guide. 

Thanks for your help!
Title: Re: Ignore Incoming Calls on SP2?
Post by: jimates on April 25, 2011, 05:37:26 AM
Correct, if the InboundCallRoute is blank the call will go nowhere.
Title: Re: Ignore Incoming Calls on SP2?
Post by: robhouston on April 25, 2011, 06:33:52 AM
Thanks, Jimates-----that's what I'll do.

Regards,

Rob
Title: Re: Ignore Incoming Calls on SP2?
Post by: RonR on April 25, 2011, 07:57:09 AM
A blank InboundCallRoute sends calls to PH (the PHONE Port).

To ignore calls, the InboundCallRoute needs to be set to an empty rule: {}
Title: Re: Ignore Incoming Calls on SP2?
Post by: robhouston on April 25, 2011, 08:22:49 AM
Okay, RonR, thanks for the correction!