News:

On Tuesday September 6th the forum will be down for maintenance from 9:30 PM to 11:59 PM PDT

Main Menu

Softphone already registered but can't make other softphone ring

Started by Michael-Newbie, September 14, 2016, 09:58:49 PM

Previous topic - Next topic

Michael-Newbie

I have OBi202 operating at 192.168.30.35 and I'll be using it to make internal and national calls only.

For initial test, I've downloaded CSipSimple app from Google Playstore to register my android phones to 192.168.30.35.

Now, the two have successfully registered with it. However, when I'm trying to dial their directory number, I'm receiving a "486 / Busy here" error output.

Here's my configuration in Obi202:

ITSP Profile C
General/Signaling Protocol - SIP
General/DigitMap - (1xxxxxxxxxx |<1>[2-9]xxxxxxxxx| 100x | 011xx.|xx.|(Mipd)|[^*#]@@.)

SIP/ProxyServer - 192.168.30.114 (IP Address of my android phone)
SIP/ProxyServer Port - 5060
SIP/RegistrarServer - 192.168.30.35
SIP/RegistrarServerPort - 5060
SIP/OutboundProxy - 192.168.30.35
SIP/OutboundProxyPort - 5060
SIP/X_SpoofCallerID - checked (enabled)

SP3 Service
X_ServProvProfile - C
X_RingProfile - B
X_InboundCallRoute - {(1001):SP4}
X_RegisterEnable - Unchecked (Disabled)
DirectoryNumber - 1002
X_Proxy - checked (enabled)

AuthUserName - 1002
AuthPassword - 1234567

---------------------

ITSP Profile D
General/Signaling Protocol - SIP
General/DigitMap - (1xxxxxxxxxx |<1>[2-9]xxxxxxxxx| 100x | 011xx.|xx.|(Mipd)|[^*#]@@.)

SIP/ProxyServer - 192.168.30.117 (IP Address of my android phone)
SIP/ProxyServerPort - 5060
SIP/RegistrarServer - 192.168.30.35
SIP/RegistrarServerPort - 5060
SIP/OutboundProxy - 192.168.30.35
SIP/OutboundProxyPort - 5060
SIP/X_SpoofCallerID - checked (enabled)

SP4 Service
X_ServProvProfile - D
X_RingProfile - B
X_InboundCallRoute - {(1002):SP3}
X_RegisterEnable - Unchecked (Disabled)
DirectoryNumber - 1001
X_Proxy - checked (enabled)

AuthUserName - 1001
AuthPassword - 12345678


Everything didn't mention was set to default. Need your assistance. Thank you! :)

Michael-Newbie

I made some changes in ITSP section. When I'm trying to dial in other softphone (1002), I hear a ringtone from speaker of my phone but the dialed phone is not actually ringing.

azrobert

Try this:

SP3 Service
X_InboundCallRoute: {>1001:SP4(1001@local_client)}

SP4 Service
X_InboundCallRoute: {>1002:SP3(1002@local_client)}

Michael-Newbie

Quote from: azrobert on September 14, 2016, 11:24:20 PM
Try this:

SP3 Service
X_InboundCallRoute: {1001:SP4(1001@local_client)}

SP4 Service
X_InboundCallRoute: {1002:SP3(1002@local_client)}



Hi Azrobert,

Thanks for the response. However, after trying the given InboundCallRoute, I'm receiving "486 / Bush here" error output again.

azrobert


azrobert

This is how I configured my OBi200.

ITSP Profile C

SIP/ProxyServer - 127.0.0.1
SIP/X_SpoofCallerID - checked (enabled)

SP3 Service
X_ServProvProfile - C
X_RingProfile - B
X_RegisterEnable - Unchecked (Disabled)
X_Proxy - checked (enabled)

AuthUserName - 1002
AuthPassword - 1234567

X_InboundCallRoute - {>1001:SP4(1001@local_client)}
or
X_InboundCallRoute - {>1001:SP4(1001@192.168.30.114:5060)}

---------------------

ITSP Profile D

SIP/ProxyServer - 127.0.0.1
SIP/X_SpoofCallerID - checked (enabled)

SP4 Service
X_ServProvProfile - D
X_RingProfile - B
X_RegisterEnable - Unchecked (Disabled)
X_Proxy - checked (enabled)

AuthUserName - 1001
AuthPassword - 12345678

X_InboundCallRoute - {>1002:SP3(1002@local_client)}
or
X_InboundCallRoute - {>1002:SP3(1002@192.168.30.117:5060)}

Everything else (including DigitMaps) at default

azrobert

I never configured my OBi200 with the address of the destination in the ProxyServer. It will probably work, but I'm not sure. When I use the IP address I put it in the inbound route. The above config shows both inbound route options. Your version and mine with IP address will not work because CSipSimple assigns a random port number, so port 5060 will fail. You can configure CSipSimple to have a static IP port of 5060.

From the CSipSimple keypad tap Menu on the phone
Tap Settings
Tap Menu again
You need to be in Expert mode
If the 2nd option says "Normal mode" you're in Expert
Tap "Expert Mode"
Tap Network
Tap UDP Port
Enter 5060
OK