How to configure an outbound proxy in sipsorcery

Support zone
mohitaron
Posts: 2
Joined: Sun Feb 19, 2012 3:35 am

How to configure an outbound proxy in sipsorcery

Post by mohitaron » Sun Feb 19, 2012 3:44 am

Hello,

I'm want to add ringcentral as the SIP provider in sipsorcery. Unfortunately, it requires an outbound proxy sip.ringcentral.com:5090. I can't seem to figure out how to configure this when adding ringcentral in the SIP providers section of sipsorcery. I've tried adding a custom header of the type:
Route: <sip.ringcentral.com:5090;lr>

I've even tried replacing sip.ringcentral.com with its IP address, and also tried prefixing this with 'sip:'. Nothing seems to work.

Please help.

- M

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

Re: How to configure an outbound proxy in sipsorcery

Post by Aaron » Sun Feb 19, 2012 4:42 am

The correct way to do it is:

Code: Select all

Route: <sip:sip.ringcentral.com:5090;lr>
If that doesn't work try setting the provider server to sip.ringcentral.com:5090 and the realm to sip.ringcentral.com.

mohitaron
Posts: 2
Joined: Sun Feb 19, 2012 3:35 am

Re: How to configure an outbound proxy in sipsorcery

Post by mohitaron » Tue Feb 21, 2012 9:33 am

I tried both of the suggested approaches. I'm still not able to get through. Here are the relevant messages from the Silverlight console (I've replaced my sipsorcery login with XXX below):

ContactRegisterInProgress 09:28:27:931 sip1(2120): Checking SIP Provider registration for ringcentral.
ContactRegisterInProgress 09:28:27:931 sip1(2120): Sending initial register for XXX and ringcentral to udp:199.255.123.123:5090.
ContactRegisterInProgress 09:28:27:947 sip1(2120): Initiating registration for XXX on sip:sip.ringcentral.com:5090.
ContactRegisterFailed 09:28:59:979 sip1(2120): Registration timed out for XXX and provider ringcentral registering to udp:199.255.123.123:5090, next attempt in 532s.

I might mention that if I try these credentials on a Linksys PAP2T-NA ATA, or if I program them into X-Lite software, they work fine.

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

Re: How to configure an outbound proxy in sipsorcery

Post by Aaron » Fri Feb 24, 2012 10:16 am

Can you PM me your sipsorcery username and let me know if it's ok for me to test registering with your ringcentral account. If the xlite softphone can register there's no reason sipsorcery shouldn't be able to.

alaaabbani
Posts: 1
Joined: Mon Mar 12, 2012 9:05 pm

Re: How to configure an outbound proxy in sipsorcery

Post by alaaabbani » Mon Mar 12, 2012 9:10 pm

Hello, as you guys are concerned about SIP Outbound Proxy, I found an excellent service for this.

Go to www.sipoutbound.com and take a look.

I tested the SIP proxy, it works very good, and they also provide a free trial period!

God, It's been a long time I'm looking for such solution.

NB: They also provide configuration procedures for some SIP clients.

admin
Posts: 2
Joined: Sat Apr 07, 2012 10:56 pm

Re: How to configure an outbound proxy in sipsorcery

Post by admin » Sun Apr 08, 2012 1:33 am

Having same issue. My provider requires use of outboundproxy 208.138.47.165. I dont see outbound proxy fiel or advanced settings area in Sip Provider as stated by your help page. Please assist. My username is admin and you have permission to register.

I was also trying to have calls sent to that trunk to my asterisk server so I am fooling around with register and register contact fields to accomplish this. Is it possible to have calls forwarded to asterisk from here?

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

Re: How to configure an outbound proxy in sipsorcery

Post by Aaron » Mon Apr 09, 2012 10:43 am

You can use a custom SIP header in the advanced settings on a SIP Provider to set an outbound proxy. In the example below 1.2.3.4 would be the IP address of the desired outbound proxy.

Code: Select all

Route: <sip:1.2.3.4;lr>

admin
Posts: 2
Joined: Sat Apr 07, 2012 10:56 pm

Re: How to configure an outbound proxy in sipsorcery

Post by admin » Tue Apr 10, 2012 11:54 pm

How do i go about getting a refund for this service. I am sorry, i dont have time to wait a couple days for response and threads re outboundproxy seem to go nowhere. Need my money back ASAP!

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

Re: How to configure an outbound proxy in sipsorcery

Post by Aaron » Wed Apr 11, 2012 11:51 am

Send an email to admin@sipsorcery.com.

rnio
Posts: 89
Joined: Tue Jul 03, 2012 4:56 pm

Re: How to configure an outbound proxy in sipsorcery

Post by rnio » Tue Jul 10, 2012 4:32 pm

OLD Thread ... still not solved ?!

Registration TIMEOUT

I too have REGISTRATION issues with RingCentral.

Here is what I got from RINGCENTRAL:

Code: Select all

Field	Value
SIP Domain:	sip.ringcentral.com:5060
Outbound Proxy:	sip20.ringcentral.com:5090
User Name:	myname
Password:	mypassword
Authorization ID:	mypassword
Here is what I entered in SS:

Code: Select all

Provider Name	: RingCentral-Home 
Username	: myname
Password	: mypassword
Server	 	: sip:sip.ringcentral.com:5060
Register	: CHECK 
Register Contact: sip:RingCentral-Home.myaccount@sipsorcery.com	 
Realm	 	: sip.ringcentral.com
Auth Username	: mypassword
From Header	:
Register Expiry	: 600
Register Server	: 
Custom Headers	: Route: <sip:sip20.ringcentral.com:5090;lr>


Any ideas what to change / adjust ?

Post Reply