opensipstack-devel Mailing List for OpenSIPStack (Page 59)
Brought to you by:
joegenbaclor
You can subscribe to this list here.
2006 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
(5) |
Jun
(12) |
Jul
(4) |
Aug
(3) |
Sep
(24) |
Oct
(45) |
Nov
(41) |
Dec
(67) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(51) |
Feb
(93) |
Mar
(54) |
Apr
(76) |
May
(114) |
Jun
(133) |
Jul
(124) |
Aug
(180) |
Sep
(53) |
Oct
(41) |
Nov
(109) |
Dec
(92) |
2008 |
Jan
(52) |
Feb
(40) |
Mar
(29) |
Apr
(40) |
May
(83) |
Jun
(68) |
Jul
(30) |
Aug
(72) |
Sep
(50) |
Oct
(48) |
Nov
(25) |
Dec
(80) |
2009 |
Jan
(9) |
Feb
(2) |
Mar
(32) |
Apr
(67) |
May
|
Jun
(7) |
Jul
(7) |
Aug
(4) |
Sep
(3) |
Oct
|
Nov
(6) |
Dec
(2) |
2010 |
Jan
|
Feb
(4) |
Mar
|
Apr
|
May
(10) |
Jun
(2) |
Jul
|
Aug
(2) |
Sep
(1) |
Oct
|
Nov
(5) |
Dec
|
2011 |
Jan
|
Feb
|
Mar
(1) |
Apr
(2) |
May
(2) |
Jun
|
Jul
|
Aug
(5) |
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Joegen E. B. <jb...@so...> - 2007-06-15 07:00:25
|
jf...@id... wrote: > Hi guys, > > Call flow: PSTN going to SIP Gateway > > When interfacing with PSTN, they are waiting for ringing with sdp for > early media, If your SIP Gateway does not produce 183 Progress with SDP, chances are it isn't capable of sending ring back. > my question is it the server responsibility to send the sdp > in ringing By server, do you mean OpenSBC or the SIP Gateway? If you mean OpenSBC, then its not OpenSBC's resposnsibility. If you meant the SIP Gateway, then the answer is it depends. If the SIP Gateway has a capability to send ring back in the audio path and its not sending early media via 183, then there's a fault somewhere. Probably a configuration issue. or is it the sip client? By client you mean the caller? Since when did a caller produce a ring? Or by client you mean the callee, then yes. > or should I delay the sending of > ringing after the 200 OK with sdp of sip client? > > Bad idea. What will you achieved by delaying it? Or are you saying the PSTN GW drops the call if it gets 180 without SDP? > Regards, > Julian > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > |
From: <jf...@id...> - 2007-06-15 01:14:02
|
Hi guys, Call flow: PSTN going to SIP Gateway When interfacing with PSTN, they are waiting for ringing with sdp for early media, my question is it the server responsibility to send the sdp in ringing or is it the sip client? or should I delay the sending of ringing after the 200 OK with sdp of sip client? Regards, Julian |
From: Joegen E. B. <joe...@gm...> - 2007-06-14 15:56:22
|
I have patched lpcini.c accordingly. Thanks for the bug report. James Peverill wrote: > > Ah yes, it didn't find expat during config. I needed to install the > expat-devel package and then it compiled fine. I really appreciate > your quick response! > > I also successfully compiled opensipstack under freebsd, but I got a > minor compile error due to this file: > /src/opal/src/codec/lpc10/src/lpcini.c > > Freebsd needs stdlib.h instead of malloc.h, and there is logic at the > beginning of the file to recognize this... but then later on in the > file malloc.h is arbitrarily included again for some reason. I just > deleted the second malloc.h and the whole thing compiled fine from > then on.(and seems to run properly as well) > > Thanks again! > > > James |
From: James P. <jam...@ne...> - 2007-06-14 15:24:16
|
Ah yes, it didn't find expat during config. I needed to install the expat-devel package and then it compiled fine. I really appreciate your quick response! I also successfully compiled opensipstack under freebsd, but I got a minor compile error due to this file: /src/opal/src/codec/lpc10/src/lpcini.c Freebsd needs stdlib.h instead of malloc.h, and there is logic at the beginning of the file to recognize this... but then later on in the file malloc.h is arbitrarily included again for some reason. I just deleted the second malloc.h and the whole thing compiled fine from then on.(and seems to run properly as well) Thanks again! James Joegen E. Baclor wrote: > Can you double check the configure script log and see if it found > expat? if not, you need to install expat. Tested version is 2.0 but i > don't expect newer versions would produce problems. > > James Peverill wrote: > >> I just pulled the latest opensipstack from cvs and am trying to build >> but it is bombing out with some errors. I am building under Fedora with >> no special configure options. Any ideas would be appreciated... I have a >> feeling someone familiar with the code will know what is going on here. >> Thanks! >> >> James >> >> Errors: >> <snip> >> g++ -D_REENTRANT -I/root/opensbc/opensipstack/include -D_REENTRANT >> -I/root/opensbc/opensipstack/include -Wall -DPTRACING >> -I/root/opensbc/opensipstack/include >> -I/root/opensbc/opensipstack/include -DPTRACING >> -I/root/opensbc/opensipstack/include -Os -felide-constructors -Wreorder >> -c B2BAuthInterface.cxx -o >> /root/opensbc/opensipstack/lib/obj_linux_x86_r/B2BAuthInterface.o >> /root/opensbc/opensipstack/include/MediaServer.h:125: error: ISO C++ >> forbids declaration of ‘OpalIVRConnection’ with no type >> /root/opensbc/opensipstack/include/MediaServer.h:125: error: expected >> ‘;’ before ‘*’ token >> /root/opensbc/opensipstack/include/MediaServer.h:161: error: expected >> class-name before ‘{’ token >> /root/opensbc/opensipstack/include/MediaServer.h:162: error: >> ‘Comparison’ does not name a type >> /root/opensbc/opensipstack/include/MediaServer.h:169: error: ISO C++ >> forbids declaration of ‘OpalIVRConnection’ with no type >> /root/opensbc/opensipstack/include/MediaServer.h:169: error: expected >> ‘;’ before ‘*’ token >> /root/opensbc/opensipstack/include/MediaServer.h:161: warning: ‘class >> MS::MediaServerEndPoint’ has virtual functions but non-virtual destructor >> /root/opensbc/opensipstack/include/MediaServer.h: In member function >> ‘virtual BOOL MS::MediaServerEndPoint::InternalIsDescendant(const char*) >> const’: >> /root/opensbc/opensipstack/include/MediaServer.h:162: error: >> ‘OpalIVREndPoint’ has not been declared >> /root/opensbc/opensipstack/include/MediaServer.h: In member function >> ‘virtual const char* MS::MediaServerEndPoint::GetClass(unsigned int) const’: >> /root/opensbc/opensipstack/include/MediaServer.h:162: error: >> ‘OpalIVREndPoint’ has not been declared >> make[2]: *** >> [/root/opensbc/opensipstack/lib/obj_linux_x86_r/B2BAuthInterface.o] Error 1 >> </snip> >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by DB2 Express >> Download DB2 Express C - the FREE version of DB2 express and take >> control of your XML. No limits. Just data. Click to get it now. >> http://sourceforge.net/powerbar/db2/ >> _______________________________________________ >> opensipstack-devel mailing list >> ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >> >> >> > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > |
From: Joegen E. B. <joe...@gm...> - 2007-06-13 14:15:18
|
I've just checked in a fix for this in CVS. Gustavo Curetti wrote: > > Joegen, > > I tried the DoDNSFailover's code but i have the following behavior: > > When DoDNSFailover() is called for the first time m_FailOverAttempts > is increased from 0 to 1. > > Then the via is changed (+ "-") and with this change when > FindTransactionAndAddEvent() is called a new transaction is created. > In SIPTransaction::SIPTransaction() m_FailOverAttempts is initialized > to 0. Then when DoDNSFailover() is called again, the same target is used. > > Gustavo > > ------------------------------------------------------------------------ > From: cur...@ho... > To: jb...@so... > Subject: RE: [OpenSIPStack] FW: OpenSBC as Forking Proxy > Date: Wed, 30 May 2007 14:43:32 +0200 > > Joegen, > > Thanks a lot. I will try to change the behavior. > > Gustavo > > > ------------------------------------------------------------------------ > > > Date: Fri, 18 May 2007 08:15:20 +0800 > > From: jb...@so... > > To: cur...@gm...; > ope...@li... > > Subject: Re: [OpenSIPStack] FW: OpenSBC as Forking Proxy > > > > Gustavo, > > > > Sorry, I forgot to get back to you. If you have the latest CVS head > > code, check out BOOL SIPTransaction::DoDNSFailover() in > > SIPTransaction.cxx. I have committed this a few days ago to > > demonstrate fail-over by forking using DNS/SRV records. New > > transactions are created by calling > FindTransactionAndAddEvent(). You > > can just change its behavior a bit and get the fail-over routes > > somewhere instead of DNS/SRV queries. > > > > Joegen > > > > > > Gustavo Curetti wrote: > > > > > > Joegen: > > > > > > I don't understand how to create a new client transaction when > the > > > first invite fail in the FSM layer. Could you give some > directions, > > > please? > > > > > > Thanks for your help. > > > > > > Gustavo. > > > > > > > > > > > > > ------------------------------------------------------------------------ > > > From: cur...@ho... > > > To: jb...@so... > > > Subject: RE: [OpenSIPStack] OpenSBC as Forking Proxy > > > Date: Mon, 14 May 2007 16:18:57 +0200 > > > > > > Joegen: > > > > > > Thanks for your help. Do you suggest to do the serial forking in > > > FSM layer with a custom header?.Must each new try create a new > > > client transaction? > > > > > > Thanks > > > Gustavo > > > > > > > ------------------------------------------------------------------------ > > > > > > > Date: Thu, 10 May 2007 13:28:29 +0800 > > > > From: jb...@so... > > > > To: cur...@gm... > > > > Subject: Re: [OpenSIPStack] OpenSBC as Forking Proxy > > > > > > > > Gustavo, > > > > > > > > This will be a bit tricky. It is not as simple as spawning an > > > outbound > > > > invite. There should be a clean mechanism to clone > transactions and > > > > this is not present in the FSM currently. Forking should be done > > > in the > > > > FSM layer, not in the UACore layer. I will see what I can do to > > > help > > > > you. I will let you know when I have something you can use > > > cleanly to > > > > fork your calls. Perhaps over the weekend, but that isn't a > promise. > > > > > > > > Joegen > > > > > > > > Gustavo Curetti wrote: > > > > > Joegen: > > > > > > > > > > What I want to do is a very simple sequential search. When one > > > > > destination don't answer or reject the call I want the OpenSBC > > > try > > > > > another. > > > > > > > > > > I made the following changes in the code for timer B > > > expiration just > > > > > for do some tests: > > > > > > > > > > void ProxySessionManager::OnTimerExpire( > > > > > SIPTimerExpire & timerEvent, > > > > > SIPSession * session > > > > > ) > > > > > { > > > > > if( session != NULL ) > > > > > { > > > > > LOG_IF_DEBUG( LogWarning(), "*** TIMER EXPIRATION *** for SIP > > > > > Session " << session->GetSessionId() ); > > > > > if( timerEvent.GetTimer() == > SIPTransactions::SIPTimerEvent::B) > > > > > { > > > > > SIPMessage msg = ((ProxySession > *)session)->GetOriginalInvite(); > > > > > session->EnqueueSessionEvent( new SIPSessionEvent( > *session, 1, > > > > > msg ) ); > > > > > } > > > > > session->OnTimerExpire( timerEvent ); > > > > > } > > > > > } > > > > > > > > > > and > > > > > > > > > > void ProxySession::OnTimerExpire( > > > > > SIPTimerExpire & timerEvent > > > > > ) > > > > > { > > > > > GCREF( "SIPSession::OnTimerExpire" ); > > > > > if( timerEvent.GetTimer() == > SIPTransactions::SIPTimerEvent::B || > > > > > timerEvent.GetTimer() == SIPTransactions::SIPTimerEvent::F ) > > > > > { > > > > > ///this is an ICT timeout > > > > > SIPMessage timeout; > > > > > GetCurrentUASRequest().CreateResponse( timeout, > > > > > SIPMessage::Code480_TemporarilyNotAvailable ); > > > > > SendRequest( timeout ); > > > > > } > > > > > > > > > > //Destroy(); > > > > > } > > > > > > > > > > With these changes and a relay route: > > > > > > > > > > [sip:*@192.168.0.207:*] sip:192.168.0.1:5060, > > > sip:192.168.0.60:5060 > > > > > > > > > > the OpenSBC made the second invite successfully. But what i > > > really > > > > > want is to use some custom headers with a list destination > > > addresses > > > > > instead of the relay routes and to do the same in case of a > > > reject. Do > > > > > you have any suggestions? > > > > > > > > > > Other question: Can i have two active ICT for a session? > > > Because in > > > > > the case of reject, I must start a new ICT for trying the next > > > > > destination but canceling throw the first ICT at the same > time. > > > > > > > > > > Thanks for your help. > > > > > > > > > > Gustavo > > > > > > > > > > > > > > ------------------------------------------------------------------------ > > > > > > > > > > > Date: Sat, 5 May 2007 13:50:44 +0800 > > > > > > From: jb...@so... > > > > > > To: cur...@gm...; > > > ope...@li... > > > > > > Subject: Re: [OpenSIPStack] OpenSBC as Forking Proxy > > > > > > > > > > > > Gustavo, > > > > > > > > > > > > Forking is not supported yet in OpenSBC. > > > > > > > > > > > > Joegen > > > > > > > > > > > > Gustavo Curetti wrote: > > > > > > > > > > > > > > Hi Joegen: > > > > > > > > > > > > > > I want to use the OpenSBC as a Forking Proxy. I want > that the > > > > > > > OpenSBC try the differents Relays Routes one by one. Could > > > you give > > > > > > > some directions, please? > > > > > > > > > > > > > > Thanks for your help. > > > > > > > > > > > > > > Gustavo. > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------ > > > > > > > Descubre Live.com - tu propia página de inicio, > > > personalizada para > > > > > ver > > > > > > > rápidamente todo lo que te interesa en un mismo sitio. > > > todo en el > > > > > > > mismo sitio. <http://www.live.com/getstarted> > > > > > > > > > > > > > > > > ------------------------------------------------------------------------ > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------- > > > > > > > This SF.net email is sponsored by DB2 Express > > > > > > > Download DB2 Express C - the FREE version of DB2 express > > > and take > > > > > > > control of your XML. No limits. Just data. Click to get it > > > now. > > > > > > > http://sourceforge.net/powerbar/db2/ > > > > > > > > > > > > > > > > ------------------------------------------------------------------------ > > > > > > > > > > > > > > _______________________________________________ > > > > > > > opensipstack-devel mailing list > > > > > > > ope...@li... > > > > > > > > > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------- > > > > > > This SF.net email is sponsored by DB2 Express > > > > > > Download DB2 Express C - the FREE version of DB2 express and > > > take > > > > > > control of your XML. No limits. Just data. Click to get > it now. > > > > > > http://sourceforge.net/powerbar/db2/ > > > > > > _______________________________________________ > > > > > > opensipstack-devel mailing list > > > > > > ope...@li... > > > > > > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------ > > > > > Se uno de los primeros en probar Windows Live Mail. Windows > > > Live Mail. > > > > > > > > > <http://ideas.live.com/programpage.aspx?versionId=5d21c51a-b161-4314-9b0e-4911fb2b2e6d> > > > > > > > > > > > > > > ------------------------------------------------------------------------ > > > Se uno de los primeros en probar Windows Live Mail. Windows Live > > > Mail. > > > > <http://ideas.live.com/programpage.aspx?versionId=5d21c51a-b161-4314-9b0e-4911fb2b2e6d> > > > > > > > > > > > > > ------------------------------------------------------------------------ > > > Se uno de los primeros en probar Windows Live Mail. Windows > Live Mail. > > > > <http://ideas.live.com/programpage.aspx?versionId=5d21c51a-b161-4314-9b0e-4911fb2b2e6d> > > > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by DB2 Express > > Download DB2 Express C - the FREE version of DB2 express and take > > control of your XML. No limits. Just data. Click to get it now. > > http://sourceforge.net/powerbar/db2/ > > _______________________________________________ > > opensipstack-devel mailing list > > ope...@li... > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > ------------------------------------------------------------------------ > Se uno de los primeros en probar Windows Live Mail. Windows Live > Mail. > <http://ideas.live.com/programpage.aspx?versionId=5d21c51a-b161-4314-9b0e-4911fb2b2e6d> > > > > ------------------------------------------------------------------------ > Comunícate al instante con Windows Live Messenger Windows Live > Messenger > <http://imagine-msn.com/messenger/launch80/default.aspx?locale=es-ar&source=joinmsncom/messenger> > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > ------------------------------------------------------------------------ > > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > -- Joegen E. Baclor CTO - Solegy LLC Email: joegen @ solegy.com Main: +1 212 801 2504 Fax: +1 347 438 3072 Manila: +63 2 747 3460 Mobile: +63 918 411 9064 121 Varick St., Suite 201 NY, NY 10013 SOLEGY LLC http://www.solegy.com Solutions to Fit Your Strategy |
From: Ilian J. C. P. <ip...@so...> - 2007-06-13 12:34:04
|
Hi, It seems you have a problem with the Speech API lib and you're using SDK Framework 3.0. Is this the SDK for Windows Vista? I'm not sure if OpenSIPStack is compatible with the WinVista SDK. You can try uninstalling it though. - Ilian tomach wrote: > OK I downloaded new library with CVS. <br />I tried to compile ATLSIP and openstack. If I understand correct atlsip is dependened on opensipstack. So first I tried to build opensipstac (release option) and I got error:<br /><br />Error 1 error C2061: syntax error : identifier '__RPC__in_opt' d:\sdkframework3.0\include\sapi51.h 1066 <br /><br />I do not understand why this problme happends?<br />Is it microsoft problme since it belongs to include in framework3.0 directory?<br /><br /><br /><br /> > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > |
From: Joegen E. B. <joe...@gm...> - 2007-06-13 03:40:27
|
Can you double check the configure script log and see if it found expat? if not, you need to install expat. Tested version is 2.0 but i don't expect newer versions would produce problems. James Peverill wrote: > I just pulled the latest opensipstack from cvs and am trying to build > but it is bombing out with some errors. I am building under Fedora with > no special configure options. Any ideas would be appreciated... I have a > feeling someone familiar with the code will know what is going on here. > Thanks! > > James > > Errors: > <snip> > g++ -D_REENTRANT -I/root/opensbc/opensipstack/include -D_REENTRANT > -I/root/opensbc/opensipstack/include -Wall -DPTRACING > -I/root/opensbc/opensipstack/include > -I/root/opensbc/opensipstack/include -DPTRACING > -I/root/opensbc/opensipstack/include -Os -felide-constructors -Wreorder > -c B2BAuthInterface.cxx -o > /root/opensbc/opensipstack/lib/obj_linux_x86_r/B2BAuthInterface.o > /root/opensbc/opensipstack/include/MediaServer.h:125: error: ISO C++ > forbids declaration of ‘OpalIVRConnection’ with no type > /root/opensbc/opensipstack/include/MediaServer.h:125: error: expected > ‘;’ before ‘*’ token > /root/opensbc/opensipstack/include/MediaServer.h:161: error: expected > class-name before ‘{’ token > /root/opensbc/opensipstack/include/MediaServer.h:162: error: > ‘Comparison’ does not name a type > /root/opensbc/opensipstack/include/MediaServer.h:169: error: ISO C++ > forbids declaration of ‘OpalIVRConnection’ with no type > /root/opensbc/opensipstack/include/MediaServer.h:169: error: expected > ‘;’ before ‘*’ token > /root/opensbc/opensipstack/include/MediaServer.h:161: warning: ‘class > MS::MediaServerEndPoint’ has virtual functions but non-virtual destructor > /root/opensbc/opensipstack/include/MediaServer.h: In member function > ‘virtual BOOL MS::MediaServerEndPoint::InternalIsDescendant(const char*) > const’: > /root/opensbc/opensipstack/include/MediaServer.h:162: error: > ‘OpalIVREndPoint’ has not been declared > /root/opensbc/opensipstack/include/MediaServer.h: In member function > ‘virtual const char* MS::MediaServerEndPoint::GetClass(unsigned int) const’: > /root/opensbc/opensipstack/include/MediaServer.h:162: error: > ‘OpalIVREndPoint’ has not been declared > make[2]: *** > [/root/opensbc/opensipstack/lib/obj_linux_x86_r/B2BAuthInterface.o] Error 1 > </snip> > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > |
From: James P. <jam...@ne...> - 2007-06-13 03:20:43
|
I just pulled the latest opensipstack from cvs and am trying to build but it is bombing out with some errors. I am building under Fedora with no special configure options. Any ideas would be appreciated... I have a feeling someone familiar with the code will know what is going on here. Thanks! James Errors: <snip> g++ -D_REENTRANT -I/root/opensbc/opensipstack/include -D_REENTRANT -I/root/opensbc/opensipstack/include -Wall -DPTRACING -I/root/opensbc/opensipstack/include -I/root/opensbc/opensipstack/include -DPTRACING -I/root/opensbc/opensipstack/include -Os -felide-constructors -Wreorder -c B2BAuthInterface.cxx -o /root/opensbc/opensipstack/lib/obj_linux_x86_r/B2BAuthInterface.o /root/opensbc/opensipstack/include/MediaServer.h:125: error: ISO C++ forbids declaration of ‘OpalIVRConnection’ with no type /root/opensbc/opensipstack/include/MediaServer.h:125: error: expected ‘;’ before ‘*’ token /root/opensbc/opensipstack/include/MediaServer.h:161: error: expected class-name before ‘{’ token /root/opensbc/opensipstack/include/MediaServer.h:162: error: ‘Comparison’ does not name a type /root/opensbc/opensipstack/include/MediaServer.h:169: error: ISO C++ forbids declaration of ‘OpalIVRConnection’ with no type /root/opensbc/opensipstack/include/MediaServer.h:169: error: expected ‘;’ before ‘*’ token /root/opensbc/opensipstack/include/MediaServer.h:161: warning: ‘class MS::MediaServerEndPoint’ has virtual functions but non-virtual destructor /root/opensbc/opensipstack/include/MediaServer.h: In member function ‘virtual BOOL MS::MediaServerEndPoint::InternalIsDescendant(const char*) const’: /root/opensbc/opensipstack/include/MediaServer.h:162: error: ‘OpalIVREndPoint’ has not been declared /root/opensbc/opensipstack/include/MediaServer.h: In member function ‘virtual const char* MS::MediaServerEndPoint::GetClass(unsigned int) const’: /root/opensbc/opensipstack/include/MediaServer.h:162: error: ‘OpalIVREndPoint’ has not been declared make[2]: *** [/root/opensbc/opensipstack/lib/obj_linux_x86_r/B2BAuthInterface.o] Error 1 </snip> |
From: rnones <fo...@op...> - 2007-06-13 01:19:49
|
test <br /><br /><br /><br />post<br /><br /><br /><br /><br /> |
From: kebabber <fo...@op...> - 2007-06-12 07:22:17
|
I have tried sip:*:5060 . <br /><br />Its not working with * either, the clients can't make calls. <br /><br />Might it be a bug or isn't it supported ?<br /> |
From: Joegen E. B. <jb...@so...> - 2007-06-11 16:00:04
|
Gustavo, I think you are right. This means OpenSBC can do fail-over just once. Thanks for reporting this bug. I'll provide a fix when I get the chance. Good catch! Gustavo Curetti wrote: > > Joegen, > > I tried the DoDNSFailover's code but i have the following behavior: > > When DoDNSFailover() is called for the first time m_FailOverAttempts > is increased from 0 to 1. > > Then the via is changed (+ "-") and with this change when > FindTransactionAndAddEvent() is called a new transaction is created. > In SIPTransaction::SIPTransaction() m_FailOverAttempts is initialized > to 0. Then when DoDNSFailover() is called again, the same target is used. > > Gustavo > > ------------------------------------------------------------------------ > From: cur...@ho... > To: jb...@so... > Subject: RE: [OpenSIPStack] FW: OpenSBC as Forking Proxy > Date: Wed, 30 May 2007 14:43:32 +0200 > > Joegen, > > Thanks a lot. I will try to change the behavior. > > Gustavo > > > ------------------------------------------------------------------------ > > > Date: Fri, 18 May 2007 08:15:20 +0800 > > From: jb...@so... > > To: cur...@gm...; > ope...@li... > > Subject: Re: [OpenSIPStack] FW: OpenSBC as Forking Proxy > > > > Gustavo, > > > > Sorry, I forgot to get back to you. If you have the latest CVS head > > code, check out BOOL SIPTransaction::DoDNSFailover() in > > SIPTransaction.cxx. I have committed this a few days ago to > > demonstrate fail-over by forking using DNS/SRV records. New > > transactions are created by calling > FindTransactionAndAddEvent(). You > > can just change its behavior a bit and get the fail-over routes > > somewhere instead of DNS/SRV queries. > > > > Joegen > > > > > > Gustavo Curetti wrote: > > > > > > Joegen: > > > > > > I don't understand how to create a new client transaction when > the > > > first invite fail in the FSM layer. Could you give some > directions, > > > please? > > > > > > Thanks for your help. > > > > > > Gustavo. > > > > > > > > > > > > > ------------------------------------------------------------------------ > > > From: cur...@ho... > > > To: jb...@so... > > > Subject: RE: [OpenSIPStack] OpenSBC as Forking Proxy > > > Date: Mon, 14 May 2007 16:18:57 +0200 > > > > > > Joegen: > > > > > > Thanks for your help. Do you suggest to do the serial forking in > > > FSM layer with a custom header?.Must each new try create a new > > > client transaction? > > > > > > Thanks > > > Gustavo > > > > > > > ------------------------------------------------------------------------ > > > > > > > Date: Thu, 10 May 2007 13:28:29 +0800 > > > > From: jb...@so... > > > > To: cur...@gm... > > > > Subject: Re: [OpenSIPStack] OpenSBC as Forking Proxy > > > > > > > > Gustavo, > > > > > > > > This will be a bit tricky. It is not as simple as spawning an > > > outbound > > > > invite. There should be a clean mechanism to clone > transactions and > > > > this is not present in the FSM currently. Forking should be done > > > in the > > > > FSM layer, not in the UACore layer. I will see what I can do to > > > help > > > > you. I will let you know when I have something you can use > > > cleanly to > > > > fork your calls. Perhaps over the weekend, but that isn't a > promise. > > > > > > > > Joegen > > > > > > > > Gustavo Curetti wrote: > > > > > Joegen: > > > > > > > > > > What I want to do is a very simple sequential search. When one > > > > > destination don't answer or reject the call I want the OpenSBC > > > try > > > > > another. > > > > > > > > > > I made the following changes in the code for timer B > > > expiration just > > > > > for do some tests: > > > > > > > > > > void ProxySessionManager::OnTimerExpire( > > > > > SIPTimerExpire & timerEvent, > > > > > SIPSession * session > > > > > ) > > > > > { > > > > > if( session != NULL ) > > > > > { > > > > > LOG_IF_DEBUG( LogWarning(), "*** TIMER EXPIRATION *** for SIP > > > > > Session " << session->GetSessionId() ); > > > > > if( timerEvent.GetTimer() == > SIPTransactions::SIPTimerEvent::B) > > > > > { > > > > > SIPMessage msg = ((ProxySession > *)session)->GetOriginalInvite(); > > > > > session->EnqueueSessionEvent( new SIPSessionEvent( > *session, 1, > > > > > msg ) ); > > > > > } > > > > > session->OnTimerExpire( timerEvent ); > > > > > } > > > > > } > > > > > > > > > > and > > > > > > > > > > void ProxySession::OnTimerExpire( > > > > > SIPTimerExpire & timerEvent > > > > > ) > > > > > { > > > > > GCREF( "SIPSession::OnTimerExpire" ); > > > > > if( timerEvent.GetTimer() == > SIPTransactions::SIPTimerEvent::B || > > > > > timerEvent.GetTimer() == SIPTransactions::SIPTimerEvent::F ) > > > > > { > > > > > ///this is an ICT timeout > > > > > SIPMessage timeout; > > > > > GetCurrentUASRequest().CreateResponse( timeout, > > > > > SIPMessage::Code480_TemporarilyNotAvailable ); > > > > > SendRequest( timeout ); > > > > > } > > > > > > > > > > //Destroy(); > > > > > } > > > > > > > > > > With these changes and a relay route: > > > > > > > > > > [sip:*@192.168.0.207:*] sip:192.168.0.1:5060, > > > sip:192.168.0.60:5060 > > > > > > > > > > the OpenSBC made the second invite successfully. But what i > > > really > > > > > want is to use some custom headers with a list destination > > > addresses > > > > > instead of the relay routes and to do the same in case of a > > > reject. Do > > > > > you have any suggestions? > > > > > > > > > > Other question: Can i have two active ICT for a session? > > > Because in > > > > > the case of reject, I must start a new ICT for trying the next > > > > > destination but canceling throw the first ICT at the same > time. > > > > > > > > > > Thanks for your help. > > > > > > > > > > Gustavo > > > > > > > > > > > > > > ------------------------------------------------------------------------ > > > > > > > > > > > Date: Sat, 5 May 2007 13:50:44 +0800 > > > > > > From: jb...@so... > > > > > > To: cur...@gm...; > > > ope...@li... > > > > > > Subject: Re: [OpenSIPStack] OpenSBC as Forking Proxy > > > > > > > > > > > > Gustavo, > > > > > > > > > > > > Forking is not supported yet in OpenSBC. > > > > > > > > > > > > Joegen > > > > > > > > > > > > Gustavo Curetti wrote: > > > > > > > > > > > > > > Hi Joegen: > > > > > > > > > > > > > > I want to use the OpenSBC as a Forking Proxy. I want > that the > > > > > > > OpenSBC try the differents Relays Routes one by one. Could > > > you give > > > > > > > some directions, please? > > > > > > > > > > > > > > Thanks for your help. > > > > > > > > > > > > > > Gustavo. > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------ > > > > > > > Descubre Live.com - tu propia página de inicio, > > > personalizada para > > > > > ver > > > > > > > rápidamente todo lo que te interesa en un mismo sitio. > > > todo en el > > > > > > > mismo sitio. <http://www.live.com/getstarted> > > > > > > > > > > > > > > > > ------------------------------------------------------------------------ > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------- > > > > > > > This SF.net email is sponsored by DB2 Express > > > > > > > Download DB2 Express C - the FREE version of DB2 express > > > and take > > > > > > > control of your XML. No limits. Just data. Click to get it > > > now. > > > > > > > http://sourceforge.net/powerbar/db2/ > > > > > > > > > > > > > > > > ------------------------------------------------------------------------ > > > > > > > > > > > > > > _______________________________________________ > > > > > > > opensipstack-devel mailing list > > > > > > > ope...@li... > > > > > > > > > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------- > > > > > > This SF.net email is sponsored by DB2 Express > > > > > > Download DB2 Express C - the FREE version of DB2 express and > > > take > > > > > > control of your XML. No limits. Just data. Click to get > it now. > > > > > > http://sourceforge.net/powerbar/db2/ > > > > > > _______________________________________________ > > > > > > opensipstack-devel mailing list > > > > > > ope...@li... > > > > > > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------ > > > > > Se uno de los primeros en probar Windows Live Mail. Windows > > > Live Mail. > > > > > > > > > <http://ideas.live.com/programpage.aspx?versionId=5d21c51a-b161-4314-9b0e-4911fb2b2e6d> > > > > > > > > > > > > > > ------------------------------------------------------------------------ > > > Se uno de los primeros en probar Windows Live Mail. Windows Live > > > Mail. > > > > <http://ideas.live.com/programpage.aspx?versionId=5d21c51a-b161-4314-9b0e-4911fb2b2e6d> > > > > > > > > > > > > > ------------------------------------------------------------------------ > > > Se uno de los primeros en probar Windows Live Mail. Windows > Live Mail. > > > > <http://ideas.live.com/programpage.aspx?versionId=5d21c51a-b161-4314-9b0e-4911fb2b2e6d> > > > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by DB2 Express > > Download DB2 Express C - the FREE version of DB2 express and take > > control of your XML. No limits. Just data. Click to get it now. > > http://sourceforge.net/powerbar/db2/ > > _______________________________________________ > > opensipstack-devel mailing list > > ope...@li... > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > ------------------------------------------------------------------------ > Se uno de los primeros en probar Windows Live Mail. Windows Live > Mail. > <http://ideas.live.com/programpage.aspx?versionId=5d21c51a-b161-4314-9b0e-4911fb2b2e6d> > > > > ------------------------------------------------------------------------ > Comunícate al instante con Windows Live Messenger Windows Live > Messenger > <http://imagine-msn.com/messenger/launch80/default.aspx?locale=es-ar&source=joinmsncom/messenger> -- Joegen E. Baclor CTO - Solegy LLC Email: joegen @ solegy.com Main: +1 212 801 2504 Fax: +1 347 438 3072 Manila: +63 2 747 3460 Mobile: +63 918 411 9064 121 Varick St., Suite 201 NY, NY 10013 SOLEGY LLC http://www.solegy.com Solutions to Fit Your Strategy |
From: Matthew G. <fo...@op...> - 2007-06-11 14:44:01
|
Are there any plans on the roadmap to make a high availability version of OpenSBC so that in the event of a failure of one box calls do not drop? This is most critical when the sbc is forced to route audio as a failure of the sbc would result in the call dropping.<br /><br />Thanks!<br /> |
From: Gustavo C. <cur...@ho...> - 2007-06-11 14:39:56
|
Joegen, =20 I tried the DoDNSFailover's code but i have the following behavior: =20 When DoDNSFailover() is called for the first time m_FailOverAttempts is inc= reased from 0 to 1. =20 Then the via is changed (+ "-") and with this change when FindTransactionAn= dAddEvent() is called a new transaction is created.=20 In SIPTransaction::SIPTransaction() m_FailOverAttempts is initialized to 0.= Then when DoDNSFailover() is called again, the same target is used. =20 Gustavo From: cur...@ho...To: jb...@so...Subject: RE: = [OpenSIPStack] FW: OpenSBC as Forking ProxyDate: Wed, 30 May 2007 14:43:32 = +0200 Joegen, Thanks a lot. I will try to change the behavior.Gustavo > Date: Fri, 18 May 2007 08:15:20 +0800> From: jb...@so...> T= o: cur...@gm...; ope...@li...> Sub= ject: Re: [OpenSIPStack] FW: OpenSBC as Forking Proxy> > Gustavo,> > Sorry,= I forgot to get back to you. If you have the latest CVS head > code, check= out BOOL SIPTransaction::DoDNSFailover() in > SIPTransaction.cxx. I have c= ommitted this a few days ago to > demonstrate fail-over by forking using DN= S/SRV records. New > transactions are created by calling FindTransactionAnd= AddEvent(). You > can just change its behavior a bit and get the fail-over = routes > somewhere instead of DNS/SRV queries.> > Joegen> > > Gustavo Curet= ti wrote:> >> > Joegen:> >> > I don't understand how to create a new client= transaction when the > > first invite fail in the FSM layer. Could you giv= e some directions, > > please?> >> > Thanks for your help.> >> > Gustavo.> = >> >> >> > ----------------------------------------------------------------= --------> > From: cur...@ho...> > To: jbaclor@solegysystems.= com> > Subject: RE: [OpenSIPStack] OpenSBC as Forking Proxy> > Date: Mon, 1= 4 May 2007 16:18:57 +0200> >> > Joegen:> > > > Thanks for your help. Do you= suggest to do the serial forking in> > FSM layer with a custom header?.Mus= t each new try create a new> > client transaction?> > > > Thanks> > Gustavo= > >> > --------------------------------------------------------------------= ----> >> > > Date: Thu, 10 May 2007 13:28:29 +0800> > > From: jbaclor@soleg= ysystems.com> > > To: cur...@gm...> > > Subject: Re: [OpenSIPS= tack] OpenSBC as Forking Proxy> > >> > > Gustavo,> > >> > > This will be a = bit tricky. It is not as simple as spawning an> > outbound> > > invite. The= re should be a clean mechanism to clone transactions and> > > this is not p= resent in the FSM currently. Forking should be done> > in the> > > FSM laye= r, not in the UACore layer. I will see what I can do to> > help> > > you. I= will let you know when I have something you can use> > cleanly to> > > for= k your calls. Perhaps over the weekend, but that isn't a promise.> > >> > >= Joegen> > >> > > Gustavo Curetti wrote:> > > > Joegen:> > > >> > > > What = I want to do is a very simple sequential search. When one> > > > destinatio= n don't answer or reject the call I want the OpenSBC> > try> > > > another.= > > > >> > > > I made the following changes in the code for timer B> > expi= ration just> > > > for do some tests:> > > >> > > > void ProxySessionManage= r::OnTimerExpire(> > > > SIPTimerExpire & timerEvent,> > > > SIPSession * s= ession> > > > )> > > > {> > > > if( session !=3D NULL )> > > > {> > > > LOG= _IF_DEBUG( LogWarning(), "*** TIMER EXPIRATION *** for SIP> > > > Session "= << session->GetSessionId() );> > > > if( timerEvent.GetTimer() =3D=3D SIPT= ransactions::SIPTimerEvent::B)> > > > {> > > > SIPMessage msg =3D ((ProxySe= ssion *)session)->GetOriginalInvite();> > > > session->EnqueueSessionEvent(= new SIPSessionEvent( *session, 1,> > > > msg ) );> > > > }> > > > session-= >OnTimerExpire( timerEvent );> > > > }> > > > }> > > >> > > > and> > > >> >= > > void ProxySession::OnTimerExpire(> > > > SIPTimerExpire & timerEvent> = > > > )> > > > {> > > > GCREF( "SIPSession::OnTimerExpire" );> > > > if( ti= merEvent.GetTimer() =3D=3D SIPTransactions::SIPTimerEvent::B ||> > > > time= rEvent.GetTimer() =3D=3D SIPTransactions::SIPTimerEvent::F )> > > > {> > > = > ///this is an ICT timeout> > > > SIPMessage timeout;> > > > GetCurrentUAS= Request().CreateResponse( timeout,> > > > SIPMessage::Code480_TemporarilyNo= tAvailable );> > > > SendRequest( timeout );> > > > }> > > >> > > > //Destr= oy();> > > > }> > > >> > > > With these changes and a relay route:> > > >> = > > > [sip:*@192.168.0.207:*] sip:192.168.0.1:5060,> > sip:192.168.0.60:506= 0> > > >> > > > the OpenSBC made the second invite successfully. But what i= > > really> > > > want is to use some custom headers with a list destinatio= n> > addresses> > > > instead of the relay routes and to do the same in cas= e of a> > reject. Do> > > > you have any suggestions?> > > >> > > > Other q= uestion: Can i have two active ICT for a session?> > Because in> > > > the = case of reject, I must start a new ICT for trying the next> > > > destinati= on but canceling throw the first ICT at the same time.> > > >> > > > Thanks= for your help.> > > >> > > > Gustavo> > > >> > > >> > --------------------= ----------------------------------------------------> > > >> > > > > Date: = Sat, 5 May 2007 13:50:44 +0800> > > > > From: jb...@so...> > = > > > To: cur...@gm...;> > ope...@li...urceforg= e.net> > > > > Subject: Re: [OpenSIPStack] OpenSBC as Forking Proxy> > > > = >> > > > > Gustavo,> > > > >> > > > > Forking is not supported yet in OpenS= BC.> > > > >> > > > > Joegen> > > > >> > > > > Gustavo Curetti wrote:> > > = > > >> > > > > > Hi Joegen:> > > > > >> > > > > > I want to use the OpenSBC= as a Forking Proxy. I want that the> > > > > > OpenSBC try the differents = Relays Routes one by one. Could> > you give> > > > > > some directions, ple= ase?> > > > > >> > > > > > Thanks for your help.> > > > > >> > > > > > Gust= avo.> > > > > >> > > > > >> > > >> > --------------------------------------= ----------------------------------> > > > > > Descubre Live.com - tu propia= p=E1gina de inicio,> > personalizada para> > > > ver> > > > > > r=E1pidame= nte todo lo que te interesa en un mismo sitio.> > todo en el> > > > > > mis= mo sitio. <http://www.live.com/getstarted>> > > > > >> > > >> > -----------= -------------------------------------------------------------> > > > > >> >= > > > >> > > >> > --------------------------------------------------------= -----------------> > > > > > This SF.net email is sponsored by DB2 Express>= > > > > > Download DB2 Express C - the FREE version of DB2 express> > and = take> > > > > > control of your XML. No limits. Just data. Click to get it>= > now.> > > > > > http://sourceforge.net/powerbar/db2/> > > > > >> > > >> = > ------------------------------------------------------------------------>= > > > > >> > > > > > _______________________________________________> > > = > > > opensipstack-devel mailing list> > > > > > opensipstack-devel@lists.s= ourceforge.net> > > > > >> > https://lists.sourceforge.net/lists/listinfo/o= pensipstack-devel> > > > > >> > > > >> > > > >> > > > >> > > >> > ---------= ----------------------------------------------------------------> > > > > T= his SF.net email is sponsored by DB2 Express> > > > > Download DB2 Express = C - the FREE version of DB2 express and> > take> > > > > control of your XM= L. No limits. Just data. Click to get it now.> > > > > http://sourceforge.n= et/powerbar/db2/> > > > > _______________________________________________> = > > > > opensipstack-devel mailing list> > > > > opensipstack-devel@lists.s= ourceforge.net> > > > > https://lists.sourceforge.net/lists/listinfo/opensi= pstack-devel> > > >> > > >> > > >> > --------------------------------------= ----------------------------------> > > > Se uno de los primeros en probar = Windows Live Mail. Windows> > Live Mail.> > > >> > <http://ideas.live.com/p= rogrampage.aspx?versionId=3D5d21c51a-b161-4314-9b0e-4911fb2b2e6d>> > >> >> = >> > ----------------------------------------------------------------------= --> > Se uno de los primeros en probar Windows Live Mail. Windows Live> > M= ail.> > <http://ideas.live.com/programpage.aspx?versionId=3D5d21c51a-b161-4= 314-9b0e-4911fb2b2e6d>> >> >> >> > ----------------------------------------= --------------------------------> > Se uno de los primeros en probar Window= s Live Mail. Windows Live Mail. > > <http://ideas.live.com/programpage.aspx= ?versionId=3D5d21c51a-b161-4314-9b0e-4911fb2b2e6d>> > > -------------------= ------------------------------------------------------> This SF.net email i= s sponsored by DB2 Express> Download DB2 Express C - the FREE version of DB= 2 express and take> control of your XML. No limits. Just data. Click to get= it now.> http://sourceforge.net/powerbar/db2/> ___________________________= ____________________> opensipstack-devel mailing list> opensipstack-devel@l= ists.sourceforge.net> https://lists.sourceforge.net/lists/listinfo/opensips= tack-devel Se uno de los primeros en probar Windows Live Mail. Windows Live Mail.=20 _________________________________________________________________ Descubre Live.com - tu propia p=E1gina de inicio, personalizada para ver r= =E1pidamente todo lo que te interesa en un mismo sitio. http://www.live.com/getstarted= |
From: Kolneath S. <kol...@sa...> - 2007-06-11 12:50:16
|
Hi, I just installed the MS VC++ express edition, and compile the project...=20 and this error occurs : ...opensipstack\include\ptlib\msos/ptlib/contain.h(290) : fatal error=20 C1083: Cannot open include file: 'windows.h': No such file or directory I can't find also the windows.h file in the opensipstack and opensbc=20 directories. Thanks in advance. Best regards, Kolneath SOMETH " Ce courriel et les documents qui y sont attaches peuvent contenir des inf= ormations confidentielles. Si vous n'etes pas le destinataire escompte, me= rci d'en informer l'expediteur immediatement et de detruire ce courriel ai= nsi que tous les documents attaches de votre systeme informatique. Toute di= vulgation, distribution ou copie du present courriel et des documents attac= hes sans autorisation prealable de son emetteur est interdite."=20 " This e-mail and any attached documents may contain confidential or propri= etary information. If you are not the intended recipient, please advise the= sender immediately and delete this e-mail and all attached documents from = your computer system. Any unauthorised disclosure, distribution or copying = hereof is prohibited." |
From: tomach <to...@dg...> - 2007-06-11 09:46:09
|
OK I downloaded new library with CVS. <br />I tried to compile ATLSIP and openstack. If I understand correct atlsip is dependened on opensipstack. So first I tried to build opensipstac (release option) and I got error:<br /><br />Error 1 error C2061: syntax error : identifier '__RPC__in_opt' d:\sdkframework3.0\include\sapi51.h 1066 <br /><br />I do not understand why this problme happends?<br />Is it microsoft problme since it belongs to include in framework3.0 directory?<br /><br /><br /><br /> |
From: Blackeye1010 <bla...@gm...> - 2007-06-09 02:06:25
|
I think i'm having the same problem on Linux<br /><br />But if it works with real nics... it should work wit virtual eth's<br /><br />Any way for the developers to test this ?<br />I'll be putting up some vmware's to check this out, tomorrow... I'll post my findings then.<br /><br />Regards<br /><br /> |
From: Matthew G. <fo...@op...> - 2007-06-08 11:43:15
|
Thank you! After thinking it was a SIP issue for a few hours I never thought to look at the DNS configuration. Switched to the correct internal DNS servers and everything started working like a charm - thank you! |
From: Joegen E. B. <jb...@so...> - 2007-06-08 11:38:17
|
tomach wrote: > Thanks for the answers!<br /><br />I did like this:<br />1. I downloaded from cvs the head revision of opensipstack and atlsip<br />2. I tried to comile with release option openSIPstack and I got this error:<br /><br />Error 1 fatal error C1083: Cannot open include file: 'B2BIVRInterface.h': No such file or directory d:\repozytoria\atlrepozytorium\opensipstack\include\B2BUA.h 152 <br /><br />I think I did everythign as you adivsed and I stil encountered this error. Whats wrong?<br /> > > Try CVS again. I have committed the missing files a while ago. -- Joegen E. Baclor Solegy LLC |
From: Joegen E. B. <jb...@so...> - 2007-06-08 10:50:52
|
sip:*:5060 should be enough. OpenSBC has not been tested with virtual IP. Only multiple NICs with individual IP.<br /> |
From: tomach <to...@dg...> - 2007-06-08 10:41:14
|
Thanks for the answers!<br /><br />I did like this:<br />1. I downloaded from cvs the head revision of opensipstack and atlsip<br />2. I tried to comile with release option openSIPstack and I got this error:<br /><br />Error 1 fatal error C1083: Cannot open include file: 'B2BIVRInterface.h': No such file or directory d:\repozytoria\atlrepozytorium\opensipstack\include\B2BUA.h 152 <br /><br />I think I did everythign as you adivsed and I stil encountered this error. Whats wrong?<br /> |
From: Andre S. <eds...@ya...> - 2007-06-08 09:26:00
|
Clean Solution then Build first the realease configuration tomach <to...@dg...> wrote: When I tried to compile only atlsip first it gave me this kind of error: Error 1 fatal error C1083: Cannot open include file: 'ptbuildopts.h': No such file or directory d:\repozytoria\atlrepozytorium\opensipstack\include\ptlib.h 163 Any suggestions? ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ opensipstack-devel mailing list ope...@li... https://lists.sourceforge.net/lists/listinfo/opensipstack-devel --------------------------------- Be a better Globetrotter. Get better travel answers from someone who knows. Yahoo! Answers - Check it out. |
From: Ilian J. C. P. <ip...@so...> - 2007-06-08 09:25:11
|
Hi, Get OpenSIPStack project and then start a clean build. This should be the order of your build: OpenSIPStack -> ATLSIP -> Register ATLSIP -> ATLSIPSample - Ilian tomach wrote: > When I tried to compile only atlsip first it gave me this kind of error:<br /><br />Error 1 fatal error C1083: Cannot open include file: 'ptbuildopts.h': No such file or <br />directory d:\repozytoria\atlrepozytorium\opensipstack\include\ptlib.h 163 <br /><br />Any suggestions?<br /> > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > |
From: tomach <to...@dg...> - 2007-06-08 09:13:37
|
When I tried to compile only atlsip first it gave me this kind of error:<br /><br />Error 1 fatal error C1083: Cannot open include file: 'ptbuildopts.h': No such file or <br />directory d:\repozytoria\atlrepozytorium\opensipstack\include\ptlib.h 163 <br /><br />Any suggestions?<br /> |
From: kebabber <fo...@op...> - 2007-06-08 09:00:22
|
Hello all :)<br /><br />I have been running OpenSBC on a couple of Windows servers the last week. Everything works perfect!! So far so good :)<br /><br />Until today when I installed on a new server. The server has 2 IP addresses on the same interface. <br /><br />I have tried to bind it in the HTML Admin. Both sip:*:5060 , sip:44.44.44.41:5060 and sip:44.44.44.42:5060. It only binds to "slave" IP rather than the main IP.<br /><br />My main problem is when a Client connects to this server. Logging in works just fine, for all clients. But when he tries to make a call the "ringing" times out. The other part doesn't get the incoming call.<br /><br />So anyone have any experience on this field ?<br /><br />Thanks for a Great software, keep it UP :)<br /> |
From: Joegen E. B. <jb...@so...> - 2007-06-08 05:53:48
|
<p>From experience, slow responses from OSBC is normally caused by slow DNS rsolutions. Make sure you use a DNS serer with the same network as OSBC or one that is nearest. Can you measure latency reported by "dig" command? </p> |