Thread: [OpenSBC] How to configure OpenSBC to work with Sipxecs?
Brought to you by:
joegenbaclor
From: OpenSBC F. <ope...@op...> - 2008-10-14 15:20:40
|
Hi, i'm newbie with openSBC, but iwould like to use it with sipxecs 3.10 version. This version of sipxes doesn't support NAT Traversal functionality and i would like to use openSBC for that. I didn't any good documentation how to configure opensbc to get this functionality. Probably both sipxecs and opensbc will be on the same machine. Could you give me some examples what i need to write in sip trunk configuration and the rest of the options that i will need to get opensbc to work with sipxecs? Or if there is some good tutorial for this. I did researching in the net for goor tutorial, but without success. I will be glad if you help me with this to get this working :) Thanks in advanced! Regards, Ali Nebi! |
From: OpenSBC F. <ope...@op...> - 2008-10-16 00:56:55
|
hi anebi, sample setup scenario using B2BUAUpperReg mode. ua -- > opensbc(e.g. [sbc.example.com:8000|http://sbc.example.com:8000/]) --> sipx server([e.g.sipx.example.com|http://e.g.sipx.example.com/]) this could be in the same box. ua config: sip proxy: [sbc.example.com:8000|http://sbc.example.com:8000/] sip domain: [sipx.example.com|http://sipx.example.com/] userid:200 pw:123 opensbc config: general param: mode: B2BUAUpperReg interface:sip:*:8000 b2bua routes: [sip:[sipx.example.com|http://sipx.example.com/]*] sip:[sipx.example.com|http://sipx.example.com/] upper registration: [sip:[sipx.example.com|http://sipx.example.com/]*] sip:[sipx.example.com|http://sipx.example.com/] hth. raymund |
From: OpenSBC F. <ope...@op...> - 2008-10-16 07:51:01
|
Thanks for the reply. I will try this now :) |
From: OpenSBC F. <ope...@op...> - 2008-10-21 13:36:18
|
The way that you told me works for registering sip accounts to sipx. But when i try to call other user from our company (sip account is also in sipx), i get forbiden. how to solve this? This is the debug log from opensbc for transaction. http://pastebin.com/f5a910148 I will appreciate any help to solve this. Thanks in advanced! |
From: Joegen E. B. <joe...@gm...> - 2008-10-21 15:25:06
|
Try to put a check on http://opensbchost:9999/Trusted-Domains/Accept-All-Calls parameter in you config. Joegen OpenSBC Forum wrote: > The way that you told me works for registering sip accounts to sipx. But when i try to call other user from our company (sip account is also in sipx), i get forbiden. > > > > > > how to solve this? > > > > > > This is the debug log from opensbc for transaction. > > > http://pastebin.com/f5a910148 > > > > > > I will appreciate any help to solve this. > > > Thanks in advanced! > > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Opensipstack-osbcdevel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-osbcdevel > ------------------------------------------------------------------------ > > > No virus found in this incoming message. > Checked by AVG - http://www.avg.com > Version: 8.0.173 / Virus Database: 270.8.2/1735 - Release Date: 10/20/2008 2:52 PM > > |
From: OpenSBC F. <ope...@op...> - 2008-10-21 19:22:20
|
Perfect, thanks a lot. That helped. Everything works ok. I'm going to add trunks now to test this functionality and get them working :) |
From: OpenSBC F. <ope...@op...> - 2008-10-24 13:39:48
|
I added my voip provider to Sip-Trunk-config in opensbc and i see that it's registering the sip account to provider without problems. I added also dial plans in sipx and set to route to opensbc. But i still can't to ring to real phone numbers. I installed opensbc and sipxecs on different boxes. b2bua route that i have set looks this way: [sip :myrealm.com] sip:opensbc.myservername.com The same is set in upper register route setting. Are these correct or how i need to change them? I'm register with our accounts to sipx thru opensbc without problems. Trunks are registered without any problems to voip providers. Now i want to get working outbound calls and inbound calls. I see that when i call it return in the logs "Not found". I see that it try to call : 003...@my... What i need to do ? Regards, Ali Nebi! |