OBiTALK Community

General Support => Installation and Set-Up (Devices) => Topic started by: PeSiw on October 28, 2014, 07:32:53 PM

Title: Set InboundCallRoute to Busy or Hangup
Post by: PeSiw on October 28, 2014, 07:32:53 PM
Is it possible to configure an InboundCallRoute to ring busy or answer and immediately hang up?

If I use  {(NumberToBlock):},{ph}  when the NumberToBlock calls it just keeps ringing.
Title: Re: Set InboundCallRoute to Busy or Hangup
Post by: azrobert on October 29, 2014, 06:55:15 AM
Get a free Callcentric Freedom account here:
http://www.callcentric.com/products/

In your Callcentric account:
Click "Call Treatments"
Click "Add a new Call Treatment"
Select "Busy tone"
Click "Save"

Use  {(NumberToBlock):spx(17771234567@in.callcentric.com;ui=$1)},{ph}

17771234567 is your Callcentric account number.
spx must point to a SP trunk (SP1 or SP2) defined as SIP.

If you don't have an SIP trunk define a dummy SP2 like this:
Service Providers -> ITSP Profile B -> SIP -> ProxyServer : 127.0.0.1
Voice Services -> SP2 Service -> AuthUserName : (any userid)
Voice Services -> SP2 Service -> X_RegisterEnable : (unchecked)
Voice Services -> SP2 Service -> X_ServProvProfile : B


Title: Re: Set InboundCallRoute to Busy or Hangup
Post by: PeSiw on October 29, 2014, 07:01:58 AM
Thanks for the suggestion.

The device is not connected to the internet.
Title: Re: Set InboundCallRoute to Busy or Hangup
Post by: azrobert on October 29, 2014, 07:09:39 AM
Use  {(NumberToBlock):sp1},{ph}

Define a dummy SP1 like this:
Service Providers -> ITSP Profile A -> SIP -> ProxyServer : 127.0.0.1
Voice Services -> SP1 Service -> AuthUserName : (any userid)
Voice Services -> SP1 Service -> X_RegisterEnable : (unchecked)

You get an IP error message 3 times and then a disconnect.

Edit:
I had a typo in the inbound route.
Title: Re: Set InboundCallRoute to Busy or Hangup
Post by: azrobert on October 29, 2014, 07:19:49 AM
Add to my previous post:
Voice Services -> SP1 Service -> Enable: (unchecked)

You get error message "configuration error, please log into OBiTalk...."  and then a disconnect.