opensipstack-osbcdevel Mailing List for OpenSIPStack (Page 10)
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: Baja <xb...@co...> - 2008-11-06 17:06:53
|
Did you create a directory for OpenSBC before Make? Gary On Nov 6, 2008, at 9:35 AM, OpenSBC Forum wrote: > > I've run into a bit of an issue when compiling opensbc on the > SipXecs box. Here is the compile error I'm getting and the ouput > from ./configure: > > > g++ -D_REENTRANT -D_REENTRANT -Wall -I/usr/local/src/OpenSBC-1.1.5- > RC1-Bundle/opensipstack/include -DPTRACING -I/usr/local/src/ > OpenSBC-1.1.5-RC1-Bundle/opensipstack/include -I ./ -fpermissive - > Os -c StatefulUpperRegistration.cxx -o obj_linux_x86_r/ > StatefulUpperRegistration.o > make[2]: *** No rule to make target `/usr/local/src/OpenSBC-1.1.5- > RC1-Bundle/opensipstack/lib/libpt_linux_x86_r_s.a', needed by > `obj_linux_x86_r/opensbc'. Stop. > make[2]: Leaving directory `/usr/local/src/OpenSBC-1.1.5-RC1-Bundle/ > opensbc' > make[1]: *** [optnoshared] Error 2 > make[1]: Leaving directory `/usr/local/src/OpenSBC-1.1.5-RC1-Bundle/ > opensbc' > make: *** [bothnoshared] Error 2 > [root@sipx opensbc]# ./configure > checking for g++... g++ > checking for C++ compiler default output file name... a.out > checking whether the C++ compiler works... yes > checking whether we are cross compiling... no > checking for suffix of executables... > checking for suffix of object files... o > checking whether we are using the GNU C++ compiler... yes > checking whether g++ accepts -g... yes > checking how to run the C++ preprocessor... g++ -E > checking for grep that handles long lines and -e... /bin/grep > checking for egrep... /bin/grep -E > checking for ANSI C header files... yes > checking for ./opensipstack/OpenSIPStack.sln... no > checking for ../../OpenSIPStack.sln... no > checking for ../opensipstack/OpenSIPStack.sln... yes > configure: creating ./config.status > config.status: creating Makefile > config.status: creating sbcbuildopts.h > config.status: sbcbuildopts.h is unchanged > > > > > > Am I missing something that OpenSBC needs? Can anyone tell what the > problem might be? > > > Thanks. > > > radp1399 > > > > ------------------------------------------------------------------------- > 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 |
From: OpenSBC F. <ope...@op...> - 2008-11-06 15:47:08
|
Can you explain the step by step what you are doing? |
From: OpenSBC F. <ope...@op...> - 2008-11-06 15:36:14
|
I've run into a bit of an issue when compiling opensbc on the SipXecs box. Here is the compile error I'm getting and the ouput from ./configure: g++ -D_REENTRANT -D_REENTRANT -Wall -I/usr/local/src/OpenSBC-1.1.5-RC1-Bundle/opensipstack/include -DPTRACING -I/usr/local/src/OpenSBC-1.1.5-RC1-Bundle/opensipstack/include -I ./ -fpermissive -Os -c StatefulUpperRegistration.cxx -o obj_linux_x86_r/StatefulUpperRegistration.o make[2]: *** No rule to make target `/usr/local/src/OpenSBC-1.1.5-RC1-Bundle/opensipstack/lib/libpt_linux_x86_r_s.a', needed by `obj_linux_x86_r/opensbc'. Stop. make[2]: Leaving directory `/usr/local/src/OpenSBC-1.1.5-RC1-Bundle/opensbc' make[1]: *** [optnoshared] Error 2 make[1]: Leaving directory `/usr/local/src/OpenSBC-1.1.5-RC1-Bundle/opensbc' make: *** [bothnoshared] Error 2 [root@sipx opensbc]# ./configure checking for g++... g++ checking for C++ compiler default output file name... a.out checking whether the C++ compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking how to run the C++ preprocessor... g++ -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for ./opensipstack/OpenSIPStack.sln... no checking for ../../OpenSIPStack.sln... no checking for ../opensipstack/OpenSIPStack.sln... yes configure: creating ./config.status config.status: creating Makefile config.status: creating sbcbuildopts.h config.status: sbcbuildopts.h is unchanged Am I missing something that OpenSBC needs? Can anyone tell what the problem might be? Thanks. radp1399 |
From: OpenSBC F. <ope...@op...> - 2008-11-06 15:34:25
|
Hi, yes, i'm running OSBC with sipx on the same box. There is no problem to do that. Regards, Ali Nebi! |
From: OpenSBC F. <ope...@op...> - 2008-11-06 15:31:16
|
users and registering to provider MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Any suggestions about my problems with the provider ? |
From: OpenSBC F. <ope...@op...> - 2008-11-05 17:07:52
|
Does anyone have experience with Metaswitch and Microsoft's Response Point software? We are having problems binding more than 1 DID on a SIP Trunk. The Metaswitch only identifies a single DID and does not recognize all other DID numbers. Does anyone have experience with the Metaswitch/Microsoft Response Point IP-PBX software or have suggestions on how to bind multiple DIDs on a single SIP trunk? I look forward to any suggestions. |
From: OpenSBC F. <ope...@op...> - 2008-11-05 04:45:07
|
Interoperabililty issue with Metaswitch and Microsoft Response point - unable to have multiple DIDs on a SIP Trunk. Has anyone configured Response Point with the Metaswitch and if so, please explain how to configure multiple DIDs on a SIP trunk. Any suggestions are greatly appreciated. Many thanks for any suggestions you may have. Kent |
From: Joegen E. B. <joe...@gm...> - 2008-11-05 00:07:26
|
OpenSBC Forum wrote: > Hi. I am interested in using OpenSBC for nat traversal with SipXecs and was wondering if there was a way to install and use them together on the same box, or do they need to be on seperate boxes. > > > radp1399 > Hi, OpenSBC and SIPX can reside on the same box as long as OpenSBC is configured to listen on a port other than sipx is using for it's listeners. You can set the listener address in General Parameters. Eg: sip:*15060 which means OpenSBC will listen on port 15060 using all interfaces or sip:xxx.xxx.xxx.xxx:15060 is you want OpenSBC to use a specific interface. When you configure SIPX , make sure the routes to OpenSBC from SIPX includes the port in the URI. Joegen |
From: OpenSBC F. <ope...@op...> - 2008-11-04 23:21:30
|
Hi. I am interested in using OpenSBC for nat traversal with SipXecs and was wondering if there was a way to install and use them together on the same box, or do they need to be on seperate boxes. radp1399 |
From: OpenSBC F. <ope...@op...> - 2008-10-31 09:30:57
|
users and registering to provider MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi, thanks for the reply. This is the part of the logs for packet exchange between voicetrading and OpenSBC: 2008/10/30 17:30:49.834 DBG: [CID=0x1171] 2008/10/30 17:30:49.837 DTL: [CID=0x1171] Event: ---> UnknownTransaction - REGISTER 2008/10/30 17:30:49.837 WRN: [CID=0x06cb] *** UNHANDLED *** Event(SIPUnknownTransaction) 2008/10/30 17:30:53.806 DTL: [CID=0x1171] NICT(1225384246316) Event( Timer-E ) Interval: 4000 2008/10/30 17:30:53.807 INF: [CID=0x1171] >>> REGISTER sip:sip.voicetrading.com SIP/2.0 DST: 194.xxx.xxx.198:5060:UDP SRC: 87.xxx.xxx.102:8006 enc=0 bytes=599 2008/10/30 17:30:53.807 DBG: [CID=0x1171] 2008/10/30 17:30:53.807 DBG: [CID=0x1171] REGISTER sip:sip.voicetrading.com SIP/2.0 2008/10/30 17:30:53.807 DBG: [CID=0x1171] From: <sip:voi...@si...>;tag=78cdd8c20da5dd1181e3c10d24aff1d1 2008/10/30 17:30:53.807 DBG: [CID=0x1171] To: sip:voi...@si... 2008/10/30 17:30:53.807 DBG: [CID=0x1171] Via: SIP/2.0/UDP 87.xxx.xxx.102:8006;iid=28941;branch=z9hG4bK2cfbd8c20da5dd1181e3c10d24aff1d1;uas-addr=194.xxx.xxx.198;rport 2008/10/30 17:30:53.807 DBG: [CID=0x1171] CSeq: 1 REGISTER 2008/10/30 17:30:53.807 DBG: [CID=0x1171] Call-ID: fed...@si... 2008/10/30 17:30:53.807 DBG: [CID=0x1171] Contact: <sip:voi...@87....102:8006;transport=udp> 2008/10/30 17:30:53.807 DBG: [CID=0x1171] User-Agent: 2008/10/30 17:30:53.807 DBG: [CID=0x1171] Expires: 120 2008/10/30 17:30:53.807 DBG: [CID=0x1171] Max-Forwards: 70 2008/10/30 17:30:53.807 DBG: [CID=0x1171] Allow: INVITE, BYE, ACK, REFER, MESSAGE, INFO, NOTIFY, OPTIONS, PRACK 2008/10/30 17:30:53.807 DBG: [CID=0x1171] Content-Length: 0 2008/10/30 17:30:53.807 DBG: [CID=0x1171] 2008/10/30 17:30:53.807 DBG: [CID=0x1171] 2008/10/30 17:30:54.134 INF: [CID=0x1171] <<< SIP/2.0 401 Unauthorized SRC: 194.xxx.xxx.198:5060:UDP enc=0 bytes=502 2008/10/30 17:30:54.134 DBG: [CID=0x1171] 2008/10/30 17:30:54.134 DBG: [CID=0x1171] SIP/2.0 401 Unauthorized 2008/10/30 17:30:54.134 DBG: [CID=0x1171] From: <sip:voi...@si...>;tag=78cdd8c20da5dd1181e3c10d24aff1d1 2008/10/30 17:30:54.134 DBG: [CID=0x1171] To: <sip:voi...@si...> 2008/10/30 17:30:54.134 DBG: [CID=0x1171] CSeq: 1 REGISTER 2008/10/30 17:30:54.134 DBG: [CID=0x1171] Call-ID: fed...@si... 2008/10/30 17:30:54.134 DBG: [CID=0x1171] Contact: sip:194.xxx.xxx.198:5060 2008/10/30 17:30:54.134 DBG: [CID=0x1171] Server: (Very nice Sip Registrar/Proxy Server) 2008/10/30 17:30:54.134 DBG: [CID=0x1171] WWW-Authenticate: Digest realm="sip.voicetrading.com", nonce="617080828", algorithm=MD5 2008/10/30 17:30:54.134 DBG: [CID=0x1171] Allow: ACKBYE, CANCEL, INVITE, REGISTER, OPTIONS, INFO, MESSAGE 2008/10/30 17:30:54.134 DBG: [CID=0x1171] Content-Length: 0 2008/10/30 17:30:54.134 DBG: [CID=0x1171] 2008/10/30 17:30:54.134 DBG: [CID=0x1171] 2008/10/30 17:30:54.135 DTL: [CID=0x1171] Event: ---> UnknownTransaction - REGISTER 2008/10/30 17:30:54.135 WRN: [CID=0x06cb] *** UNHANDLED *** Event(SIPUnknownTransaction) 2008/10/30 17:30:56.316 DTL: [CID=0x1171] NICT(1225384246316) Event( Timer-F ) Interval: 10000 2008/10/30 17:30:56.316 DTL: [CID=0x1171] NICT(1225384246316) StateTrying->StateTerminated 2008/10/30 17:30:56.317 DTL: [CID=0x1171] Event: ---> TimerExpire - REGISTER 2008/10/30 17:30:56.317 WRN: [CID=0x06cb] *** TIMER EXPIRATION *** for SIP Session REGISTER-voicetradingusername:@sip.voicetrading.com 2008/10/30 17:30:56.317 DTL: [CID=0x06cb] *** QUEUED FOR DELETION *** SIPSession: REGISTER-voicetradingusername:@sip.voicetrading.com 2008/10/30 17:30:56.317 DBG: [CID=0x0000] GC: First Stale Object GCObject<T> I have not askedthem yet, but probably i will do that. It is strange because i can register to the provider with asterisk, with other softphones, everywhere i use the same data.But i can't do that with OSBC. Yes, i can comfirm that the calls are router from sipx to OSBC. I have tried this with trying to call real numbers, and all calls are routed to my voip provider and i'm able to call the real numbers. Only problem are calls between internal users. I get these errors in sipx logs: "2008-10-29T19:40:18.275331Z":238:SIP:WARNING:asxxxx.igxxxxx.com:SipRouter-13:F67FFB90:SipXProxy:"SipUserAgent::send INVITE request matches existing transaction" "2008-10-29T19:40:18.282874Z":239:SIP:ERR:asxxxx.igxxxxx.com:SipClientTcp-80:F5DFFB90:SipXProxy:"SipClientWriteBuffer[SipClientTcp-80]::empty had 1 total messages" "2008-10-29T19:40:26.253983Z":240:SIP:ERR:asxxxx.igxxxxx.com:SipUserAgent-2:F66FEB90:SipXProxy:"SipUserAgent::handleMessage SIP message timeout expired with no matching transaction" "2008-10-29T19:45:32.585043Z":241:SIP:ERR:asxxxx.igxxxxx.com:SipClientTcp-78:F55FEB90:SipXProxy:"SipClientWriteBuffer[SipClientTcp-78]::empty had 0 total messages" "2008-10-29T19:45:47.031784Z":242:SIP:WARNING:asxxxx.igxxxxx.com:SipRouter-13:F67FFB90:SipXProxy:"SipUserAgent::send INVITE request matches existing transaction" "2008-10-29T19:45:47.041093Z":243:SIP:WARNING:asxxxx.igxxxxx.com:SipRouter-13:F67FFB90:SipXProxy:"SipUserAgent::send INVITE request matches existing transaction" "2008-10-29T19:45:47.054241Z":244:SIP:ERR:asxxxx.igxxxxx.com:SipClientTcp-81:F55FEB90:SipXProxy:"SipClientWriteBuffer[SipClientTcp-81]::empty had 1 total messages" "2008-10-29T19:45:51.079730Z":245:SIP:ERR:asxxxx.igxxxxx.com:SipClientTcp-82:F55FEB90:SipXProxy:"SipClientWriteBuffer[SipClientTcp-82]::empty had 1 total messages" "2008-10-29T19:45:51.560491Z":246:SIP:ERR:asxxxx.igxxxxx.com:SipUserAgent-2:F66FEB90:SipXProxy:"SipUserAgent::handleMessage SIP message timeout expired with no matching transaction" I asked in sipx mailing list about this problem too. |
From: OpenSBC F. <ope...@op...> - 2008-10-31 09:28:33
|
Hi Joegen, I set the handle of file on 65536 and I still get the fault of the segmentation. I did it with the ulimit and also adjustit in the shell of my CentOS installation. I got stuck with this problem. Cant test further on performance with SiPP. |
From: OpenSBC F. <ope...@op...> - 2008-10-31 08:34:57
|
thank ! |
From: Joegen E. B. <joe...@gm...> - 2008-10-31 07:46:39
|
OpenSBC Forum wrote: > I have tried to compile opensbc as instruct in the WIKI pages using > Visual C++2003 , and Microsoft Platform SDK for Windows server 2003 . > Opensipstack compiled well and also opensbc, but when it began linking proccess I got the linker error LNK2019. > > > pensipstack-7.10.lib(ptime.obj) : error LNK2019: unresolved external symbol [_PTimeParse@12] , "public: virtual void __thiscall PTime::ReadFrom(class std::basic_istream<char,struct std::char_traits<char> > &)" (?ReadFrom@PTime@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z) Release/opensbc.exe : fatal error LNK1120: > > Looks like your bison.exe failed to parse getdate.y properly. You can do the following. 1. Recompile getdate.y by going to MSVC Project Explorer/PWLIB/Console/Source Files. Right click on getdate.y and click compile. See if there is any error. You should see something like this: ** Performing Custom Build Step ** getdate.y contains 8 shift/reduce conflicts and 18 reduce/reduce conflicts. ** Build log was saved at "file://c:\var\home\oss\devel\opensipstack\Debug-7.10\BuildLog.htm" ** OpenSIPStack - 0 error(s), 0 warning(s) 2. Or you can try manually replacing your existing code with the attached getdate_tab.c Joegen |
From: OpenSBC F. <ope...@op...> - 2008-10-31 06:30:07
|
Hi all, I have tried to compile opensbc as instruct in the WIKI pages using Visual C++2003 , and Microsoft Platform SDK for Windows server 2003 . Opensipstack compiled well and also opensbc, but when it began linking proccess I got the linker error LNK2019. pensipstack-7.10.lib(ptime.obj) : error LNK2019: unresolved external symbol [_PTimeParse@12] , "public: virtual void __thiscall PTime::ReadFrom(class std::basic_istream<char,struct std::char_traits<char> > &)" (?ReadFrom@PTime@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z) Release/opensbc.exe : fatal error LNK1120: |
From: Joegen E. B. <joe...@gm...> - 2008-10-31 02:18:31
|
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 |
From: Joegen E. B. <joe...@gm...> - 2008-10-31 01:55:41
|
Seems line the application is running our of file handles. Make sure you set you file handles to a high value. You can can set this manually from the command line using ulimit -n or you could run OpenSBC with -H option. Joegen OpenSBC Forum wrote: > As a add: > > I did a backtrace with the GDB debugger. > It shows me when the segmentation fault occurs: > > ======= > > #0 0x082be25d in P_fd_set::operator+= () > #1 0x082ade46 in PSocket::Select () > #2 0x082bfe2e in PSocket::Select () > #3 0x081dff28 in RTP_UDP::ReadData () > #4 0x080d08f5 in B2BUA::B2BMediaInterface::OpalMediaThread::Main () > #5 0x082b6f4a in PThread::PX_ThreadStart () > #6 0x00bfc46b in start_thread () from /lib/libpthread.so.0 > #7 0x00b7cdbe in clone () from /lib/libc.so.6 > > ======= > > > I used xml scenarios for the SIPP test client. If asked I'm willing to drop them on this forum. > > Why do I get a segmentation fault? > > ------------------------------------------------------------------------- > 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.175 / Virus Database: 270.8.5/1757 - Release Date: 10/30/2008 2:35 PM > > |
From: OpenSBC F. <ope...@op...> - 2008-10-30 17:16:04
|
As a add: I did a backtrace with the GDB debugger. It shows me when the segmentation fault occurs: ======= #0 0x082be25d in P_fd_set::operator+= () #1 0x082ade46 in PSocket::Select () #2 0x082bfe2e in PSocket::Select () #3 0x081dff28 in RTP_UDP::ReadData () #4 0x080d08f5 in B2BUA::B2BMediaInterface::OpalMediaThread::Main () #5 0x082b6f4a in PThread::PX_ThreadStart () #6 0x00bfc46b in start_thread () from /lib/libpthread.so.0 #7 0x00b7cdbe in clone () from /lib/libc.so.6 ======= I used xml scenarios for the SIPP test client. If asked I'm willing to drop them on this forum. Why do I get a segmentation fault? |
From: OpenSBC F. <ope...@op...> - 2008-10-30 16:54:35
|
I'm also receiving errors with segmentation fault. I use SiPP as test client in SiPP(UAC) ---> OpenSBC ---> SiPP(UAS) I had the problem with the CVS version of last week and also with the RC1 of OpenSBC V1.1.5. Any help is appreciated. The log showed me the final seconds of the error: 2008/10/30 18:45:06.487 WRN: [CID=0x03fc] *** ACK TIMEOUT *** 2008/10/30 18:45:06.487 WRN: [CID=0x03f8] *** Received a response for a deleted session *** 2008/10/30 18:45:06.487 INF: [CID=0x0855] *** B2BUA CONNECTION OnDestroySession *** 2008/10/30 18:45:06.487 WRN: [CID=0x03fa] *** Received a response for a deleted session *** 2008/10/30 18:45:06.487 INF: [CID=0x03f8] *** RTP (Audio) Statistics *** addr=192.168.1.148:30008->0.0.0.0:0 enc=0 rx=0 tx=0 lost=0 outOfOrder=0 late=0 rxTime=0/0 txTime=0/0 jitter=0/0 2008/10/30 18:45:06.488 WRN: [CID=0x0428] *** Received a response for a deleted session *** 2008/10/30 18:45:06.488 WRN: [CID=0x03f9] *** Received a response for a deleted session *** 2008/10/30 18:45:06.489 INF: [CID=0x042c] *** CREATED (UAS) CALL *** 16-3062@192.168.1.115 2008/10/30 18:45:06.490 WRN: [CID=0x03fe] *** Received a response for a deleted session *** 2008/10/30 18:45:06.490 WRN: [CID=0x03f6] *** Received a response for a deleted session *** 2008/10/30 18:45:06.490 WRN: [CID=0x03fa] *** Received a response for a deleted session *** 2008/10/30 18:45:06.490 INF: [CID=0x0856] *** B2BUA CONNECTION OnDestroySession *** 2008/10/30 18:45:06.491 INF: [CID=0x03f9] *** RTP (Audio) Statistics *** addr=192.168.1.148:30012->0.0.0.0:0 enc=0 rx=0 tx=0 lost=0 outOfOrder=0 late=0 rxTime=0/0 txTime=0/0 jitter=0/0 2008/10/30 18:45:06.491 WRN: [CID=0x03fb] *** Received a response for a deleted session *** 2008/10/30 18:45:06.491 WRN: [CID=0x03f6] *** Received a response for a deleted session *** 2008/10/30 18:45:06.492 WRN: [CID=0x03f7] *** Received a response for a deleted session *** 2008/10/30 18:45:06.493 INF: [CID=0x042c] *** SINGLE REGISTRATION FOUND *** -->> Callee: sip:cl...@op...:5060 AOR: sip:rot...@op...:5060 BINDING:sip:rotterdam@192.168.1.150:5060 2008/10/30 18:45:06.493 ERR: [CID=0x0000] GC: SIPSession.cxx:538 SIPSession::SendRequest:: Attempt to CreateReference() a garbage collected pointer 2008/10/30 18:45:06.493 INF: [CID=0x0857] *** B2BUA CONNECTION OnDestroySession *** 2008/10/30 18:45:06.493 INF: [CID=0x03fa] *** RTP (Audio) Statistics *** addr=192.168.1.148:30016->0.0.0.0:0 enc=0 rx=0 tx=0 lost=0 outOfOrder=0 late=0 rxTime=0/0 txTime=0/0 jitter=0/0 2008/10/30 18:45:06.494 WRN: [CID=0x0428] *** Received a response for a deleted session *** 2008/10/30 18:45:06.497 INF: [CID=0x0858] *** B2BUA CONNECTION OnDestroySession *** 2008/10/30 18:45:06.497 INF: [CID=0x03fb] *** RTP (Audio) Statistics *** addr=192.168.1.148:30020->0.0.0.0:0 enc=0 rx=0 tx=0 lost=0 outOfOrder=0 late=0 rxTime=0/0 txTime=0/0 jitter=0/0 2008/10/30 18:45:06.497 ERR: [CID=0x0000] GC: SIPSession.cxx:950 SIPSession::PurgeDestructionQueue:: Attempt to CreateReference() a garbage collected pointer 2008/10/30 18:45:06.497 INF: [CID=0x0853] *** DESTROYED B2BUA CONNECTION *** 0x0x901e4f0 2008/10/30 18:45:06.497 INF: [CID=0x0853] *** COUNTERS *** ICT=12 NICT=0 IST=15 NIST=0 TIMERS=63 CALL=8 CONN=8 REG=0 RTP=9 QUEUE=7 CACHE=0 GC=65 TOTALCONN=14 TOTALREG=0 TOTALSZR=12 AVGDUR=10000 HIGHDUR=10000 IDLETIME=0 2008/10/30 18:45:06.498 INF: [CID=0x042a] *** CREATED (UAC) CALL *** 14-3062@192.168.1.115-0x000d 2008/10/30 18:45:06.498 INF: [CID=0x03f7] *** DESTROYED CALL *** 2-3062@192.168.1.115-0x0002 2008/10/30 18:45:06.499 INF: [CID=0x03f8] *** DESTROYED CALL *** 3-3062@192.168.1.115-0x0003 2008/10/30 18:45:06.499 INF: [CID=0x03f9] *** DESTROYED CALL *** 4-3062@192.168.1.115-0x0004 2008/10/30 18:45:06.499 INF: [CID=0x03fa] *** DESTROYED CALL *** 5-3062@192.168.1.115-0x0005 2008/10/30 18:45:06.500 WRN: [CID=0x03fd] *** Received a response for a deleted session *** 2008/10/30 18:45:06.500 INF: [CID=0x0429] *** CREATED (UAS) CALL *** 13-3062@192.168.1.115 2008/10/30 18:45:06.502 INF: [CID=0x03fb] *** DESTROYED CALL *** 6-3062@192.168.1.115-0x0006 2008/10/30 18:45:06.503 INF: [CID=0x042a] *** RTP Session CREATED *** l-addr=192.168.1.148 r-addr=192.168.1.115/192.168.1.115 r-port=6000 2008/10/30 18:45:06.504 WRN: [CID=0x03fb] *** Received a response for a deleted session *** |
From: OpenSBC F. <ope...@op...> - 2008-10-30 16:22:38
|
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! |
From: OpenSBC F. <ope...@op...> - 2008-10-29 13:12:46
|
Hi, Raymond and Joegen, I tried calls well done between two terminals on public ip served by OSBC behind my NAT, whereas, if I place these two terminals behind another NAT, both of them could complete registration but failed to setup call. Bothh of your comments are very helpful. Regards Jun |
From: Joegen E. B. <joe...@gm...> - 2008-10-29 07:25:54
|
OpenSBC Forum wrote: > Is it possbile to place OSBC behind intranet router to serve sip client in public internet ? We placed a sipxpbx inside company behind intranet router and we want to build OSBC to serve both intranet terminals and public internet terminals. We have to place OSBC behind intranet router due to no pulic internat direct access. > > > Thanks mates. > > > Jun > > Jun, OpenSBC is designed for far-end NAT traversal. What you need is near-end NAT traversal which is not supported by OpenSBC. Joegen |
From: OpenSBC F. <ope...@op...> - 2008-10-29 01:08:56
|
hi jun, just a matter of forwarding your ports from your router to your internal osbc box. haven't tried though but it i think it will work raymund |
From: OpenSBC F. <ope...@op...> - 2008-10-28 12:23:43
|
Is it possbile to place OSBC behind intranet router to serve sip client in public internet ? We placed a sipxpbx inside company behind intranet router and we want to build OSBC to serve both intranet terminals and public internet terminals. We have to place OSBC behind intranet router due to no pulic internat direct access. Thanks mates. Jun |
From: OpenSBC F. <ope...@op...> - 2008-10-28 09:49:11
|
Yes, it looks that the sip-trunk=true was the problem. Thanks a lot. I have also other problem. I don't know if it is related with opesbc or sipxecs itself. When i try to call some internal user from sipx, i can't call. On softphone i see only "Trying...", but when they try to call me, everythig is ok. It is calling. We use different softphones. Is it possible to be because route? How do i need to set the route for this if it is needed. I suppose i don't need, but it in any case to ask. Do you have registered voicetrading account from opensbc? I can't get working this trunk to register to voicetrading. The rest of trunks are registering without problems. Thanks in advanced! |
From: OpenSBC F. <ope...@op...> - 2008-10-28 06:30:36
|
Hi Imran, You could try this , "Seagull- is a free, Open Source (GPL) multi-protocol traffic generator +test+ tool." http://gull.sourceforge.net/doc/sip.html hth, raymund |