|
Title: Restrict SPx to Outbound Only / No Incoming Calls Post by: SeanC on April 03, 2014, 11:23:47 pm My end goal is to have one SPx registration with only outbound capabilities.
Is there a way I can tell the SIP registration to not even register incoming calls for a SP? I think I am looking for a solution beyond scoping X_InboundCallRoute. In my scenario, I have two OBi's in different physical network locations and wish to use the same SP on each, with one always ringing for receiving calls and the other device not able to receive calls but only able to place outgoing calls. When using X_InboundCallRoute, both OBi's register with my SP and whichever registered first, gets the SIP call for incoming traffic; thus simply not ringing on the X_InboundCallRoute configured device or ringing the other if it was luckily the chosen registered device... Gurus? Thanks!! Title: Re: Restrict SPx to Outbound Only / No Incoming Calls Post by: gderf on April 04, 2014, 06:48:33 am You can't register two devices using the same SIP credentials and expect anything to work properly, it's an ambiguous configuration even if the service provider allows it.
I don't have any other suggestions for you though. Title: Re: Restrict SPx to Outbound Only / No Incoming Calls Post by: Huib on April 04, 2014, 07:14:39 am Uncheck X_RegisterEnable under Voice Services->SPx Service
Title: Re: Restrict SPx to Outbound Only / No Incoming Calls Post by: KAura on April 04, 2014, 05:24:14 pm It seems you may want to register one Obi device for in/out and
transfer incoming calls to your other Obi device, thus avoiding multiple sip registrations. Title: Re: Restrict SPx to Outbound Only / No Incoming Calls Post by: mykmayk on April 05, 2014, 11:42:45 pm Voice Service > SPx Service > X_InboundCallRoute:
Uncheck both OBiTALK Settings and Device Default then replace "ph" with "{}" Title: Re: Restrict SPx to Outbound Only / No Incoming Calls Post by: drgeoff on April 06, 2014, 11:24:51 am Uncheck X_RegisterEnable under Voice Services->SPx Service I second this suggestion. (On the OBi which is for outgoing calls only.)Though I don't run a permanent set-up with two SIP devices registered with the same credentials, I have previously done "experiments" which had that and never found any problems. However it is possible that some ITSPs don't support it. |