3 Replies Last post: Nov 6, 2008 10:30 AM by anebi  
Click to view anebi's profile   12 posts since
Oct 14, 2008

Oct 30, 2008 12:25 PM

OpenSBC and problems with calling between internal users and registering to provider

Hi,

i have some problems with OpenSBC that i can't find out how to solve. I will be happy if someone give me some idea how to deal with these problems.

First problem is this. 'm trying to set sip-trunks in OSBC and until now everything was ok. Most of our voip providers are working and trunks are registering successful. But i have problem with voicetrading.com provider. I can't get my sip trunk to register to it.

This is the configuration file that i use for sip-trunk:

<root>
<siptrunk trunk-name="sip.voicetrading.com"
route-set="sip.voicetrading.com"
sip-domain="sip.voicetrading.com"
expires="10">
<trunk-accounts>
<account user-name="username"
auth-user-name="username"
auth-password="password"
expire="3600" />
</trunk-accounts>
<transient-accounts>
<account user-name="username"
auth-user-name="username"
auth-password="password"
expire="3600" />
</transient-accounts>
</siptrunk>
</root>

I use the same XML structure for other trunks that i use and they are registering without any problems.
The second problem is this. I don't know if it is directly related with OSBC or with Sipxecs. My installation is Sipxecs and OSBC. I use OSBC for NAT Traversal and UpperRegister.
So to get back to the problem. I'm trying to call other internal user from sipxecs installation, but i'm not able to call to him. On the other hand he can ring to me and ican receive his call. Some times, i can call and he receive my call, but he can't call to me.

What can be the problem?

I have set UpperRegister route this way: *@myrealm.com sip:mysipx.myrealm.com. I think that this is correct, but please comfirm if it is. I tried different things, but i can't understand why this happen.

I will be happy if someone help me to solve these 2 problems.

Thanks in advanced!

Regards, Ali Nebi!
Guest
1. Oct 30, 2008 10:18 PM in response to: anebi
Re: [OpenSBC] OpenSBC and problems with calling between internal users and registering to provider
OpenSBC Forum wrote:
Hi,

i have some problems with OpenSBC that i can't find out how to solve. I will be happy if someone give me some idea how to deal with these problems.

First problem is this. 'm trying to set sip-trunks in OSBC and until now everything was ok. Most of our voip providers are working and trunks are registering successful. But i have problem with voicetrading.com provider. I can't get my sip trunk to register to it.


You need to give more information. Send us a copy of the SIP packet
exchange between your provider and OpenSBC. Perhaps we can deduce what
went wrong from there. Have you tried asking the trunk provider why
they are rejecting your requests?

The second problem is this. I don't know if it is directly related with OSBC or with Sipxecs. My installation is Sipxecs and OSBC. I use OSBC for NAT Traversal and UpperRegister.

So to get back to the problem. I'm trying to call other internal user from sipxecs installation, but i'm not able to call to him. On the other hand he can ring to me and ican receive his call. Some times, i can call and he receive my call, but he can't call to me. What can be the problem?

I have set UpperRegister route this way: *@myrealm.com sip:mysipx.myrealm.com. I think that this is correct, but please comfirm if it is. I tried different things, but i can't understand why this happen.

I will be happy if someone help me to solve these 2 problems.

This smells like a NAT binding issue to me. Can you at least confirm
that the call in question are actually routed by sipx to OpenSBC?

Joegen