opensipstack-osbcdevel Mailing List for OpenSIPStack (Page 11)
Brought to you by:
joegenbaclor
You can subscribe to this list here.
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(22) |
Sep
(29) |
Oct
(19) |
Nov
(33) |
Dec
(92) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2008 |
Jan
(31) |
Feb
(24) |
Mar
(54) |
Apr
(59) |
May
(31) |
Jun
(22) |
Jul
(32) |
Aug
(19) |
Sep
(49) |
Oct
(41) |
Nov
(84) |
Dec
(19) |
2009 |
Jan
(64) |
Feb
(37) |
Mar
(20) |
Apr
(5) |
May
(2) |
Jun
|
Jul
(3) |
Aug
(7) |
Sep
(3) |
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: OpenSBC F. <ope...@op...> - 2008-10-27 15:47:52
|
Hello Marvin, I managed to get SIPP registration working. Thanks for pushing me in the right direction. I'm writing my own XML scenario's now. For the sake of the discussion: Are there any other tools which can be used for testing OpenSBC besides SiPP? OS and freeware in particular? Regards, Imran |
From: Marvin De L. A. <mde...@so...> - 2008-10-27 10:43:27
|
Hi Irman; Yes currently we are using SIPP to test the stability and performance of the osbc. To get you extract default SIPP xml scenario you can run this command to get the raw xml from the UAC and UAS sipp -sd uac sipp -sd uas A littler reverse engineering would be required to meet your test scenario requirements. I got a simple registration scenario xml scenario I used for one of my QC test case. I would also recommend this link http://sipp.sourceforge.net/doc3.0/reference.html this really help me understand how SIPP can be used when making various test scenario. <?xml version="1.0" encoding="ISO-8859-1" ?> <!DOCTYPE scenario SYSTEM "sipp.dtd"> <!-- Created By : Marvin De Los Angeles Scenario Use: For Registration Checking Released # : 2 Revision 2 Date Created : April 17, 2007 --> <scenario name="Central Registration Tester"> <send retrans="30"> <!-- Send Intial Registration on domain SBC01 --> <![CDATA[ REGISTER sip:[service] SIP/2.0 Via: SIP/2.0/[transport] [local_ip]:[local_port] To: <sip:6477235527@[service]> From: <sip:6477235527@[service]> Contact: <sip:6477235527@[local_ip]:[local_port]>;transport=[transport] [field1] Expires: 3600 Max-Forwards: 70 Call-ID: [call_id] CSeq: 1 REGISTER Content-Length: 0 ]]> </send> <recv response="200" auth="true"> </recv> <send> <![CDATA[ REGISTER sip:12345678990000@[service]:[remote_port] SIP/2.0 Via: SIP/2.0/[transport] [local_ip]:[local_port] From: sipp <sip:12345678990000@[service]:[local_port]>;tag=[call_number] To: <sip:12345678990000@[service]:[remote_port]> Call-ID: [call_id] CSeq: 2 REGISTER Contact: <sip:12345678990000@[local_ip]:[local_port]> [authentication username=12345678990000 password=12345678990000] Expires 3600 Max-Forwards: 70 Subject: Sipp Registation Test Content-Type: application/sdp Content-Length: [len] ]]> </send> <recv response="200" crlf="true"> </recv> </scenario> OpenSBC Forum wrote: > Hi All, > > > > > > We need to test OpenSBC performance and availability in a test enviroment. > > > Is there any testtool to check performance of OpenSBC? I heard of SiPP, but its rather complicated (for me) to write an XML scenario in which the client (sipp UAC) registers itself and then send thousands of requests. > > > Any advice would be helpfull. > > > TIA > > > Regards, > > > Imran > > > PS: I was not sure where to put this discussion. I also did not find any discussion/post regarding testing performance of OpenSBC > > > > ------------------------------------------------------------------------- > 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 > > -- Marvin De Los Angeles SCC Engineer 121 Varick St., Suite 201 New York, NY 10013 www.solegy.com Direct: +1 212 801 2512 Main: +1 212 801 2525 ext. 2504 Fax: +1 347 438 3072 Solegy LLC Solutions to Fit Your Strategy |
From: OpenSBC F. <ope...@op...> - 2008-10-27 08:53:00
|
Hi All, We need to test OpenSBC performance and availability in a test enviroment. Is there any testtool to check performance of OpenSBC? I heard of SiPP, but its rather complicated (for me) to write an XML scenario in which the client (sipp UAC) registers itself and then send thousands of requests. Any advice would be helpfull. TIA Regards, Imran PS: I was not sure where to put this discussion. I also did not find any discussion/post regarding testing performance of OpenSBC |
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! |
From: Joegen E. B. <joe...@gm...> - 2008-10-23 02:52:20
|
Hi Everyone, I am proud to announce that we have published the first release candidate for OpenSBC 1.1.5. Source bundle and Windows installer for this release can be found in the download section of opensipstack.org ( http://www.opensipstack.org/downloads.html ) and the open source sip forum site ( http://www.opensourcesip.org:8080/clearspacex/docs/DOC-1001 ). Enjoy, Joegen |
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: 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 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: OpenSBC F. <ope...@op...> - 2008-10-20 11:06:54
|
> after updating to the latest CVS i get these errors in compiling opensbc under win2k3 > Try the latest from CVS. I've committed an updated project file for Visual Studio 2005 Joegen |
From: OpenSBC F. <ope...@op...> - 2008-10-18 12:51:42
|
after updating to the latest CVS i get these errors in compiling opensbc under win2k3 2>msvcprt.lib(MSVCP80.dll) : warning LNK4006: "public: __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@ABV01@@Z) already defined in opensipstack.lib(svcproc.obj); second definition ignored 2>msvcprt.lib(MSVCP80.dll) : warning LNK4006: "public: __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::~basic_string<char,struct std::char_traits<char>,class std::allocator<char> >(void)" (??1?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ) already defined in opensipstack.lib(svcproc.obj); second definition ignored 2>msvcprt.lib(MSVCP80.dll) : warning LNK4006: "public: virtual __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::~basic_streambuf<char,struct std::char_traits<char> >(void)" (??1?$basic_streambuf@DU?$char_traits@D@std@@@std@@UAE@XZ) already defined in opensipstack.lib(svcproc.obj); second definition ignored 2>msvcprt.lib(MSVCP80.dll) : warning LNK4006: "protected: __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::basic_streambuf<char,struct std::char_traits<char> >(void)" (??0?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAE@XZ) already defined in opensipstack.lib(svcproc.obj); second definition ignored 2>msvcprt.lib(MSVCP80.dll) : warning LNK4006: "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > & __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::operator=(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (??4?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV01@ABV01@@Z) already defined in opensipstack.lib(SIPURI.obj); second definition ignored 2>msvcprt.lib(MSVCP80.dll) : warning LNK4006: "public: __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >(char const *)" (??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@PBD@Z) already defined in opensipstack.lib(svcproc.obj); second definition ignored 2>msvcprt.lib(MSVCP80.dll) : warning LNK4006: "public: virtual __thiscall std::basic_iostream<char,struct std::char_traits<char> >::~basic_iostream<char,struct std::char_traits<char> >(void)" (??1?$basic_iostream@DU?$char_traits@D@std@@@std@@UAE@XZ) already defined in opensipstack.lib(svcproc.obj); second definition ignored 2>msvcprt.lib(MSVCP80.dll) : warning LNK4006: "public: virtual __thiscall std::basic_ios<char,struct std::char_traits<char> >::~basic_ios<char,struct std::char_traits<char> >(void)" (??1?$basic_ios@DU?$char_traits@D@std@@@std@@UAE@XZ) already defined in opensipstack.lib(svcproc.obj); second definition ignored 2>msvcprt.lib(MSVCP80.dll) : warning LNK4006: "protected: void __thiscall std::basic_ios<char,struct std::char_traits<char> >::init(class std::basic_streambuf<char,struct std::char_traits<char> > *,bool)" (?init@?$basic_ios@DU?$char_traits@D@std@@@std@@IAEXPAV?$basic_streambuf@DU?$char_traits@D@std@@@2@_N@Z) already defined in opensipstack.lib(svcproc.obj); second definition ignored 2>msvcprt.lib(MSVCP80.dll) : warning LNK4006: "public: __thiscall std::basic_iostream<char,struct std::char_traits<char> >::basic_iostream<char,struct std::char_traits<char> >(class std::basic_streambuf<char,struct std::char_traits<char> > *)" (??0?$basic_iostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z) already defined in opensipstack.lib(svcproc.obj); second definition ignored 2>msvcprt.lib(MSVCP80.dll) : warning LNK4006: "public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::flush(void)" (?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ) already defined in opensipstack.lib(svcproc.obj); second definition ignored 2>msvcprt.lib(MSVCP80.dll) : warning LNK4006: "public: void __thiscall std::basic_ostream<char,struct std::char_traits<char> >::_Osfx(void)" (?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ) already defined in opensipstack.lib(svcproc.obj); second definition ignored 2>msvcprt.lib(MSVCP80.dll) : warning LNK4006: "public: void __thiscall std::basic_ios<char,struct std::char_traits<char> >::setstate(int,bool)" (?setstate@?$basic_ios@DU?$char_traits@D@std@@@std@@QAEXH_N@Z) already defined in opensipstack.lib(svcproc.obj); second definition ignored 2>msvcprt.lib(MSVCP80.dll) : warning LNK4006: "public: int __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::sputn(char const *,int)" (?sputn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAEHPBDH@Z) already defined in opensipstack.lib(svcproc.obj); second definition ignored 2>msvcprt.lib(MSVCP80.dll) : warning LNK4006: "public: int __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::sputc(char)" (?sputc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAEHD@Z) already defined in opensipstack.lib(svcproc.obj); second definition ignored 2>msvcprt.lib(MSVCP80.dll) : warning LNK4006: "public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::operator<<(class std::basic_ostream<char,struct std::char_traits<char> > & (__cdecl*)(class std::basic_ostream<char,struct std::char_traits<char> > &))" (??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@P6AAAV01@AAV01@@Z@Z) already defined in opensipstack.lib(svcproc.obj); second definition ignored 2>msvcprt.lib(MSVCP80.dll) : warning LNK4006: "class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::endl(class std::basic_ostream<char,struct std::char_traits<char> > &)" (?endl@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@1@AAV21@@Z) already defined in opensipstack.lib(svcproc.obj); second definition ignored 2>msvcprt.lib(MSVCP80.dll) : warning LNK4006: "class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::operator<<<char,struct std::char_traits<char>,class std::allocator<char> >(class std::basic_ostream<char,struct std::char_traits<char> > &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (??$?6DU?$char_traits@D@std@@V?$allocator@D@1@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@@Z) already defined in opensipstack.lib(SIPURI.obj); second definition ignored 2>msvcprt.lib(MSVCP80.dll) : warning LNK4006: "public: void __thiscall std::basic_ostringstream<char,struct std::char_traits<char>,class std::allocator<char> >::`vbase destructor'(void)" (??_D?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXXZ) already defined in opensipstack.lib(SIPURI.obj); second definition ignored 2>msvcprt.lib(MSVCP80.dll) : warning LNK4006: "public: char const * __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::c_str(void)const " (?c_str@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBEPBDXZ) already defined in opensipstack.lib(svcproc.obj); second definition ignored 2>msvcprt.lib(MSVCP80.dll) : warning LNK4006: "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall std::basic_ostringstream<char,struct std::char_traits<char>,class std::allocator<char> >::str(void)const " (?str@?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@XZ) already defined in opensipstack.lib(SIPURI.obj); second definition ignored 2>msvcprt.lib(MSVCP80.dll) : warning LNK4006: "public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::operator<<(int)" (??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z) already defined in opensipstack.lib(svcproc.obj); second definition ignored 2>msvcprt.lib(MSVCP80.dll) : warning LNK4006: "public: __thiscall std::basic_ostringstream<char,struct std::char_traits<char>,class std::allocator<char> >::basic_ostringstream<char,struct std::char_traits<char>,class std::allocator<char> >(int)" (??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@H@Z) already defined in opensipstack.lib(SIPURI.obj); second definition ignored 2>msvcprt.lib(MSVCP80.dll) : warning LNK4006: "bool __cdecl std::operator==<char,struct std::char_traits<char>,class std::allocator<char> >(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,char const *)" (??$?8DU?$char_traits@D@std@@V?$allocator@D@1@@std@@YA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@PBD@Z) already defined in opensipstack.lib(B2BUAConnection.obj); second definition ignored 2>msvcprt.lib(MSVCP80.dll) : warning LNK4006: "bool __cdecl std::operator!=<char,struct std::char_traits<char>,class std::allocator<char> >(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,char const *)" (??$?9DU?$char_traits@D@std@@V?$allocator@D@1@@std@@YA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@PBD@Z) already defined in opensipstack.lib(B2BUAConnection.obj); second definition ignored 2>msvcprt.lib(MSVCP80.dll) : warning LNK4006: "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > & __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::operator+=(char const *)" (??Y?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV01@PBD@Z) already defined in opensipstack.lib(SIPURI.obj); second definition ignored 2>msvcprt.lib(MSVCP80.dll) : warning LNK4006: "public: class std::basic_istream<char,struct std::char_traits<char> > & __thiscall std::basic_istream<char,struct std::char_traits<char> >::operator>>(int &)" (??5?$basic_istream@DU?$char_traits@D@std@@@std@@QAEAAV01@AAH@Z) already defined in opensipstack.lib(osutils.obj); second definition ignored 2>msvcprt.lib(MSVCP80.dll) : warning LNK4006: "public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::operator<<(long)" (??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@J@Z) already defined in opensipstack.lib(B2BUAConnection.obj); second definition ignored 2>msvcprt.lib(MSVCP80.dll) : warning LNK4006: "bool __cdecl std::operator!=<char,struct std::char_traits<char>,class std::allocator<char> >(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (??$?9DU?$char_traits@D@std@@V?$allocator@D@1@@std@@YA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@0@Z) already defined in opensipstack.lib(B2BUAConnection.obj); second definition ignored 2>msvcprt.lib(MSVCP80.dll) : warning LNK4006: "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl std::operator+<char,struct std::char_traits<char>,class std::allocator<char> >(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (??$?HDU?$char_traits@D@std@@V?$allocator@D@1@@std@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@ABV10@0@Z) already defined in opensipstack.lib(B2BUAConnection.obj); second definition ignored 2>msvcprt.lib(MSVCP80.dll) : warning LNK4006: "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl std::operator+<char,struct std::char_traits<char>,class std::allocator<char> >(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,char const *)" (??$?HDU?$char_traits@D@std@@V?$allocator@D@1@@std@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@ABV10@PBD@Z) already defined in opensipstack.lib(SIPURI.obj); second definition ignored 2>msvcprt.lib(MSVCP80.dll) : warning LNK4006: "bool __cdecl std::operator<<char,struct std::char_traits<char>,class std::allocator<char> >(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (??$?MDU?$char_traits@D@std@@V?$allocator@D@1@@std@@YA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@0@Z) already defined in opensipstack.lib(osutils.obj); second definition ignored 2>msvcprt.lib(MSVCP80.dll) : warning LNK4006: "public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::operator<<(__int64)" (??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_J@Z) already defined in opensipstack.lib(SIPSession.obj); second definition ignored 2>msvcprt.lib(MSVCP80.dll) : warning LNK4006: "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl std::operator+<char,struct std::char_traits<char>,class std::allocator<char> >(char const *,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (??$?HDU?$char_traits@D@std@@V?$allocator@D@1@@std@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@PBDABV10@@Z) already defined in opensipstack.lib(SIPTransaction.obj); second definition ignored 2>msvcprt.lib(MSVCP80.dll) : warning LNK4006: "public: __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >(void)" (??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ) already defined in opensipstack.lib(svcproc.obj); second definition ignored 2>msvcprt.lib(MSVCP80.dll) : warning LNK4006: "bool __cdecl std::operator==<char,struct std::char_traits<char>,class std::allocator<char> >(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (??$?8DU?$char_traits@D@std@@V?$allocator@D@1@@std@@YA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@0@Z) already defined in opensipstack.lib(B2BUAConnection.obj); second definition ignored 2>msvcprt.lib(MSVCP80.dll) : warning LNK4006: "public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::operator<<(unsigned short)" (??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@G@Z) already defined in opensipstack.lib(contain.obj); second definition ignored 2>msvcprt.lib(MSVCP80.dll) : warning LNK4006: "public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::operator<<(void const *)" (??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z) already defined in opensipstack.lib(osutils.obj); second definition ignored 2>msvcprt.lib(MSVCP80.dll) : warning LNK4006: "public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::operator<<(class std::ios_base & (__cdecl*)(class std::ios_base &))" (??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@P6AAAVios_base@1@AAV21@@Z@Z) already defined in opensipstack.lib(osutils.obj); second definition ignored 2>msvcprt.lib(MSVCP80.dll) : warning LNK4006: "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > & __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::operator+=(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (??Y?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV01@ABV01@@Z) already defined in opensipstack.lib(osutils.obj); second definition ignored 2>msvcprt.lib(MSVCP80.dll) : warning LNK4006: "public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::operator<<(unsigned int)" (??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z) already defined in opensipstack.lib(osutils.obj); second definition ignored 2>msvcprt.lib(MSVCP80.dll) : warning LNK4006: "public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::operator<<(unsigned long)" (??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z) already defined in opensipstack.lib(svcproc.obj); second definition ignored 2>libcpmt.lib(locale0.obj) : warning LNK4006: "private: static class std::locale::_Locimp * __cdecl std::locale::_Getgloballocale(void)" (?_Getgloballocale@locale@std@@CAPAV_Locimp@12@XZ) already defined in msvcprt.lib(MSVCP80.dll); second definition ignored 2>libcpmt.lib(locale0.obj) : warning LNK4006: "private: static void __cdecl std::locale::facet::facet_Register(class std::locale::facet *)" (?facet_Register@facet@locale@std@@CAXPAV123@@Z) already defined in msvcprt.lib(MSVCP80.dll); second definition ignored 2>libcpmt.lib(locale0.obj) : warning LNK4006: "public: static void __cdecl std::_Locinfo::_Locinfo_dtor(class std::_Locinfo *)" (?_Locinfo_dtor@_Locinfo@std@@SAXPAV12@@Z) already defined in msvcprt.lib(MSVCP80.dll); second definition ignored 2>libcpmt.lib(locale0.obj) : warning LNK4006: "private: static class std::locale::_Locimp * __cdecl std::locale::_Init(void)" (?_Init@locale@std@@CAPAV_Locimp@12@XZ) already defined in msvcprt.lib(MSVCP80.dll); second definition ignored 2>libcpmt.lib(locale0.obj) : warning LNK4006: "public: static void __cdecl std::_Locinfo::_Locinfo_ctor(class std::_Locinfo *,char const *)" (?_Locinfo_ctor@_Locinfo@std@@SAXPAV12@PBD@Z) already defined in msvcprt.lib(MSVCP80.dll); second definition ignored 2>libcpmt.lib(ios.obj) : warning LNK4006: "public: static void __cdecl std::ios_base::_Addstd(class std::ios_base *)" (?_Addstd@ios_base@std@@SAXPAV12@@Z) already defined in msvcprt.lib(MSVCP80.dll); second definition ignored 2>libcpmt.lib(ios.obj) : warning LNK4006: "private: static void __cdecl std::ios_base::_Ios_base_dtor(class std::ios_base *)" (?_Ios_base_dtor@ios_base@std@@CAXPAV12@@Z) already defined in msvcprt.lib(MSVCP80.dll); second definition ignored 2>libcpmt.lib(xlock.obj) : warning LNK4006: "public: __thiscall std::_Lockit::_Lockit(int)" (??0_Lockit@std@@QAE@H@Z) already defined in msvcprt.lib(MSVCP80.dll); second definition ignored 2>libcpmt.lib(xlock.obj) : warning LNK4006: "public: __thiscall std::_Lockit::~_Lockit(void)" (??1_Lockit@std@@QAE@XZ) already defined in msvcprt.lib(MSVCP80.dll); second definition ignored 2>Solegy.obj : error LNK2019: unresolved external symbol "public: __thiscall SOLEGY::SolegyWSPT::SolegyWSPT(class SOLEGY::SolegySessionManager *,class SOLEGY::SolegySocket *,class B2BUA::B2BUAConnection *,char const *,int,int)" (??0SolegyWSPT@SOLEGY@@QAE@PAVSolegySessionManager@1@PAVSolegySocket@1@PAVB2BUAConnection@B2BUA@@PBDHH@Z) referenced in function "public: int __thiscall SOLEGY::SolegySessionManager::CreateCNAMSession(class B2BUA::B2BUAConnection &)" (?CreateCNAMSession@SolegySessionManager@SOLEGY@@QAEHAAVB2BUAConnection@B2BUA@@@Z) 2>opensipstack.lib(wincfg.obj) : error LNK2001: unresolved external symbol __environ 2>opensipstack.lib(SIPFiniteStateMachine.obj) : error LNK2019: unresolved external symbol "public: int __thiscall SIPFSM::InviteClientCancelTransaction::Start(class SIPParser::SIPMessage const &,class SIPTransactions::SIPTransaction *,class SIPParser::SIPMessage *,class SIPTransactions::SIPTransaction *)" (?Start@InviteClientCancelTransaction@SIPFSM@@QAEHABVSIPMessage@SIPParser@@PAVSIPTransaction@SIPTransactions@@PAV34@1@Z) referenced in function "public: int __thiscall SIPFSM::SIPFiniteStateMachine::CancelInviteClientTransaction(class SIPParser::SIPMessage const &)" (?CancelInviteClientTransaction@SIPFiniteStateMachine@SIPFSM@@QAEHABVSIPMessage@SIPParser@@@Z) 2>opensipstack.lib(SIPFiniteStateMachine.obj) : error LNK2019: unresolved external symbol "public: __thiscall SIPFSM::InviteClientCancelTransaction::InviteClientCancelTransaction(void)" (??0InviteClientCancelTransaction@SIPFSM@@QAE@XZ) referenced in function "public: int __thiscall SIPFSM::SIPFiniteStateMachine::CancelInviteClientTransaction(class SIPParser::SIPMessage const &)" (?CancelInviteClientTransaction@SIPFiniteStateMachine@SIPFSM@@QAEHABVSIPMessage@SIPParser@@@Z) 2>Release/OpenSBC.exe : fatal error LNK1120: 4 unresolved externals |
From: OpenSBC F. <ope...@op...> - 2008-10-16 12:26:04
|
Hello Raymund, I solved it kinda. OpenSBC-General-Parameters, in the menu i had an interface Adress (sip:*.*9000) And i used thisinterface to register my clients with Local Domain Accounts. When i removed this interface the clients were able to register with my OpenSBC server. I'm a newbie in OpenSBCand SIP.When i want to register with another interface (other then the standard 5060) will it trouble my installation? Regards, Imran |
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-16 02:17:01
|
hi imran, check for applications/processes running that uses 5060, you might have a conflict. 127.0.0.1:5060 error=Address already in use *** FAILED *** 192.168.1.x:5060 error=Address already in use *** FAILED *** raymund |
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-14 15:53:39
|
Hello Joegen, Thanks for such an fast reply. I was debugging the configuration which i made and i saw the followinf in the "OpenSBC Transport status" menu: *Main trunk*: 127.0.0.1:506\192.168.1.x:5060 *Backdoor Trunk*: 127.0.0.1:5062\192.168.1.x:5062 *CALEA Trunk*: 127.0.0.1:5064\192.168.1.x:5064 *SIP Trunk:* 127.0.0.1:5066\192.168.1.x:5066 Additional I see the following: 127.0.0.1:5060 error=Address already in use *** FAILED *** 192.168.1.x:5060 error=Address already in use *** FAILED *** At the moment I'm not using upper registrar. If I forgot to mention anything my apologies and I will a.s.a.p will post it. |
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-14 06:15:11
|
> > Dear all, > > > I’ve > downloaded version 1.1.4 for OpenSBC. I managed to get it working. But then I downloaded > the latest version of OpenSBC from the CVS and now my clients are refusing to > register at OpenSBC. > > > The registration > of 1.1.4 went similar like the manual ([http://www.opensipstack.org/sbc_man_content.html]). > Is there a new manual for version 1.1.7 available as the functions increased? > > Hi, Perhaps you could give more information as to what you exactly mean by "refusing to register". Are you getting a forbidden? What registration mode are you using? Local Registrar or Upper Registrar. Give some insights what you see in the log. If you are doubtful about what you see, post a snippet log as a file attachment to this thread. Please do not post the log inline. Thanks. Joegen |
From: OpenSBC F. <ope...@op...> - 2008-10-13 15:02:42
|
<!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves/> <w:TrackFormatting/> <w:HyphenationZone>21</w:HyphenationZone> <w:PunctuationKerning/> <w:ValidateAgainstSchemas/> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF/> <w:LidThemeOther>NL</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables/> <w:SnapToGridInCell/> <w:WrapTextWithPunct/> <w:UseAsianBreakRules/> <w:DontGrowAutofit/> <w:SplitPgBreakAndParaMark/> <w:DontVertAlignCellWithSp/> <w:DontBreakConstrainedForcedTables/> <w:DontVertAlignInTxbx/> <w:Word11KerningPairs/> <w:CachedColBalance/> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> <m:mathPr> <m:mathFont m:val="Cambria Math"/> <m:brkBin m:val="before"/> <m:brkBinSub m:val="--"/> <m:smallFrac m:val="off"/> <m:dispDef/> <m:lMargin m:val="0"/> <m:rMargin m:val="0"/> <m:defJc m:val="centerGroup"/> <m:wrapIndent m:val="1440"/> <m:intLim m:val="subSup"/> <m:naryLim m:val="undOvr"/> </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true" DefSemiHidden="true" DefQFormat="false" DefPriority="99" LatentStyleCount="267"> <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Normal"/> <w:LsdException Locked="false" Priority="9" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="heading 1"/> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2"/> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3"/> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4"/> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5"/> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6"/> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7"/> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8"/> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9"/> <w:LsdException Locked="false" Priority="39" Name="toc 1"/> <w:LsdException Locked="false" Priority="39" Name="toc 2"/> <w:LsdException Locked="false" Priority="39" Name="toc 3"/> <w:LsdException Locked="false" Priority="39" Name="toc 4"/> <w:LsdException Locked="false" Priority="39" Name="toc 5"/> <w:LsdException Locked="false" Priority="39" Name="toc 6"/> <w:LsdException Locked="false" Priority="39" Name="toc 7"/> <w:LsdException Locked="false" Priority="39" Name="toc 8"/> <w:LsdException Locked="false" Priority="39" Name="toc 9"/> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption"/> <w:LsdException Locked="false" Priority="10" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Title"/> <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font"/> <w:LsdException Locked="false" Priority="11" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Subtitle"/> <w:LsdException Locked="false" Priority="22" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Strong"/> <w:LsdException Locked="false" Priority="20" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Emphasis"/> <w:LsdException Locked="false" Priority="59" SemiHidden="false" UnhideWhenUsed="false" Name="Table Grid"/> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text"/> <w:LsdException Locked="false" Priority="1" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="No Spacing"/> <w:LsdException Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading"/> <w:LsdException Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List"/> <w:LsdException Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid"/> <w:LsdException Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1"/> <w:LsdException Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2"/> <w:LsdException Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1"/> <w:LsdException Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2"/> <w:LsdException Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1"/> <w:LsdException Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2"/> <w:LsdException Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3"/> <w:LsdException Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List"/> <w:LsdException Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading"/> <w:LsdException Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List"/> <w:LsdException Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid"/> <w:LsdException Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading Accent 1"/> <w:LsdException Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent 1"/> <w:LsdException Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent 1"/> <w:LsdException Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1"/> <w:LsdException Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1"/> <w:LsdException Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1 Accent 1"/> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision"/> <w:LsdException Locked="false" Priority="34" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="List Paragraph"/> <w:LsdException Locked="false" Priority="29" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Quote"/> <w:LsdException Locked="false" Priority="30" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Intense Quote"/> <w:LsdException Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2 Accent 1"/> <w:LsdException Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1"/> <w:LsdException Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1"/> <w:LsdException Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1"/> <w:LsdException Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent 1"/> <w:LsdException Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading Accent 1"/> <w:LsdException Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List Accent 1"/> <w:LsdException Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid Accent 1"/> <w:LsdException Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading Accent 2"/> <w:LsdException Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent 2"/> <w:LsdException Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent 2"/> <w:LsdException Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2"/> <w:LsdException Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2"/> <w:LsdException Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1 Accent 2"/> <w:LsdException Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2 Accent 2"/> <w:LsdException Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2"/> <w:LsdException Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2"/> <w:LsdException Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2"/> <w:LsdException Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent 2"/> <w:LsdException Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading Accent 2"/> <w:LsdException Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List Accent 2"/> <w:LsdException Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid Accent 2"/> <w:LsdException Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading Accent 3"/> <w:LsdException Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent 3"/> <w:LsdException Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent 3"/> <w:LsdException Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3"/> <w:LsdException Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3"/> <w:LsdException Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1 Accent 3"/> <w:LsdException Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2 Accent 3"/> <w:LsdException Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3"/> <w:LsdException Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3"/> <w:LsdException Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3"/> <w:LsdException Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent 3"/> <w:LsdException Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading Accent 3"/> <w:LsdException Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List Accent 3"/> <w:LsdException Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid Accent 3"/> <w:LsdException Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading Accent 4"/> <w:LsdException Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent 4"/> <w:LsdException Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent 4"/> <w:LsdException Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4"/> <w:LsdException Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4"/> <w:LsdException Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1 Accent 4"/> <w:LsdException Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2 Accent 4"/> <w:LsdException Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4"/> <w:LsdException Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4"/> <w:LsdException Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4"/> <w:LsdException Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent 4"/> <w:LsdException Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading Accent 4"/> <w:LsdException Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List Accent 4"/> <w:LsdException Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid Accent 4"/> <w:LsdException Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading Accent 5"/> <w:LsdException Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent 5"/> <w:LsdException Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent 5"/> <w:LsdException Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5"/> <w:LsdException Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5"/> <w:LsdException Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1 Accent 5"/> <w:LsdException Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2 Accent 5"/> <w:LsdException Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5"/> <w:LsdException Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5"/> <w:LsdException Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5"/> <w:LsdException Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent 5"/> <w:LsdException Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading Accent 5"/> <w:LsdException Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List Accent 5"/> <w:LsdException Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid Accent 5"/> <w:LsdException Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading Accent 6"/> <w:LsdException Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent 6"/> <w:LsdException Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent 6"/> <w:LsdException Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6"/> <w:LsdException Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6"/> <w:LsdException Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1 Accent 6"/> <w:LsdException Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2 Accent 6"/> <w:LsdException Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6"/> <w:LsdException Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6"/> <w:LsdException Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6"/> <w:LsdException Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent 6"/> <w:LsdException Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading Accent 6"/> <w:LsdException Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List Accent 6"/> <w:LsdException Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid Accent 6"/> <w:LsdException Locked="false" Priority="19" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis"/> <w:LsdException Locked="false" Priority="21" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis"/> <w:LsdException Locked="false" Priority="31" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference"/> <w:LsdException Locked="false" Priority="32" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Intense Reference"/> <w:LsdException Locked="false" Priority="33" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Book Title"/> <w:LsdException Locked="false" Priority="37" Name="Bibliography"/> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading"/> </w:LatentStyles> </xml><![endif]--> <!-- /* Font Definitions */ @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-1610611985 1073750139 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:""; margin-top:0cm; margin-right:0cm; margin-bottom:10.0pt; margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} a:link, span.MsoHyperlink {mso-style-priority:99; color:blue; mso-themecolor:hyperlink; text-decoration:underline; text-underline:single;} a:visited, span.MsoHyperlinkFollowed {mso-style-noshow:yes; mso-style-priority:99; color:purple; mso-themecolor:followedhyperlink; text-decoration:underline; text-underline:single;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page Section1 {size:595.3pt 841.9pt; margin:72.0pt 72.0pt 72.0pt 72.0pt; mso-header-margin:35.4pt; mso-footer-margin:35.4pt; mso-paper-source:0;} div.Section1 {page:Section1;} --> <!--[if gte mso 10]> <style> /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin-top:0cm; mso-para-margin-right:0cm; mso-para-margin-bottom:10.0pt; mso-para-margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:"Times New Roman"; mso-fareast-theme-font:minor-fareast; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin;} </style> <![endif]--> Dear all, I’ve downloaded version 1.1.4 for OpenSBC. I managed to get it working. But then I downloaded the latest version of OpenSBC from the CVS and now my clients are refusing to register at OpenSBC. The registration of 1.1.4 went similar like the manual ([http://www.opensipstack.org/sbc_man_content.html]). Is there a new manual for version 1.1.7 available as the functions increased? I’m a newbie in OpenSBC. Regards, |
From: OpenSBC F. <ope...@op...> - 2008-10-06 23:17:36
|
Hi Guys, Has anyone ported OSS web gui to PHP and probably MySQL as DB ? Thanks Raymund |
From: OpenSBC F. <ope...@op...> - 2008-10-04 13:01:45
|
> {quote:title=xbipin wrote:}{quote} > in recent times i have noticed that opensbc gets the audio jittery and choppy and rtp stream seems to stop on silence. Is there a way to define jitter buffer and keep a steady stream of rtp even on silence as i now mainly use it for encryption with freeswitch as the soft switch. Perhaps this thread would help clear some stuffs. http://www.opensourcesip.org:8080/clearspacex/message/8807#8807 With regard to producing silence on absence of RTP, that's not an SBC function but a switch or media gateway function. If free-switch nor your gateways do not produce silence frames, why would you expect OpenSBC to do it? So no, OSBC does not do silence-frames nor jitter-buffering. OSSPhone and the IVR does because they are Media UAs. Joegen |
From: OpenSBC F. <ope...@op...> - 2008-10-04 07:25:44
|
in recent times i have noticed that opensbc gets the audio jittery and choppy and rtp stream seems to stop on silence. Is there a way to define jitter buffer and keep a steady stream of rtp even on silence as i now mainly use it for encryption with freeswitch as the soft switch. |
From: OpenSBC F. <ope...@op...> - 2008-10-04 01:15:05
|
> {quote:title=sectrean wrote:}{quote} > > About the recording, I meant, ideally, dumping the audio of a session to some type of audio file like a wav. > > > Thanks for answering my questions. > > Hi we have used oreka with OSBC in the past with sucess. Please see http://oreka.sourceforge.net/. As long as OSBC is configured to always proxy the rtp stream then oreka would be able to record the streams real-time. Joegen |
From: OpenSBC F. <ope...@op...> - 2008-10-03 20:46:23
|
About the recording, I meant, ideally, dumping the audio of a session to some type of audio file like a wav. Thanks for answering my questions. |
From: OpenSBC F. <ope...@op...> - 2008-10-03 20:34:55
|
- OSBC does not support TCP transport yet (though it is on the roadmap) - Do you mean a recording of the RTP? If so, the answer is no. However, others have customized OSBC's CALEA filter to launch an external application that captures RTP packets into a pcap file. - CDR information (called CAT logs in OSBC) is written to a local file. There is no facility for writing them to a database directly. |
From: OpenSBC F. <ope...@op...> - 2008-10-03 14:02:05
|
Hi, I have a couple questions about OpenSBC features and I haven't been able to find the answers anywhere: Does OpenSBC support SIP over TCP? Is there a way to save a recording of each session? Is there a way to save CDR data to a database? Thanks, John |