Trying to route inbound calls from a non-registered SIP provider

Support zone
Post Reply
Cat5Jive
Posts: 3
Joined: Wed Feb 17, 2016 7:07 pm

Trying to route inbound calls from a non-registered SIP provider

Post by Cat5Jive » Tue Mar 08, 2016 5:21 pm

Hi all,

Here is my issue. My SIP provider authenticates via IP and does not register. I have got outbound calls working with this configuration using a ruby script.

My problem is with inbound calls. The calls are being sent to SIP sorcery and I need to properly forward them on to the appropriate customer. How in Ruby or otherwise can I tell the incoming call to DID (customer phone number) off to the proper user if my SIP provider is not actually registered in SIP sorcery?

Is this possible? Should I be looking at configuring a local SIP Sorcery server? Help!

Thanks so much!

C5J

Aaron
Site Admin
Posts: 4652
Joined: Thu Jul 12, 2007 12:13 am

Re: Trying to route inbound calls from a non-registered SIP provider

Post by Aaron » Wed Mar 09, 2016 11:57 am

If you can find something in the SIP INVITE request being sent from your provider that you can use to distinguish the calls you could use that in your Ruby dialplan.

Alternatively you can see if it's possible to tailor the SIP address your provider uses on the forwards to sipsorcery for the different DIDs.

Post Reply