incoming calls, registered but dont receive them

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

Re: incoming calls, registered but dont receive them

Post by Aaron » Thu Sep 18, 2014 11:53 am

So by the sounds of it you currently only have a single sipsorcery SIP account?

You can leave that SIP account and all the providers using it alone. For the provider account you are now trying to get working create a new sipsorcery SIP account with the provide username and password in the same manner as your original one. BUT the extra step you will need to take is to set an incoming dialplan on that new SIP account. The dialplan only needs a single line:

Code: Select all

sys.Dial("your_first _sip_account_username@sipsorcery.com")
The username in that dial string should be exactly the same as what you have put in for the username in sipdroid.

There is a more detailed description here if you need it http://www.sipsorcery.com/mainsite/Help#Incoming.

gkrawiec
Posts: 14
Joined: Thu Oct 03, 2013 12:05 am

Re: incoming calls, registered but dont receive them

Post by gkrawiec » Thu Sep 18, 2014 1:17 pm

I am now on a trip, I will test this as soon as I return.
thanks,
-gk

Post Reply