opensipstack-devel Mailing List for OpenSIPStack (Page 50)
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: Gustavo C. <cur...@ho...> - 2007-08-03 16:10:45
|
Hi Joegen: =20 I added code to respond 200 ok to the CANCEL like the RFC3261 said: =20 16.10 CANCEL Processing =20 If a matching response context is found, the element MUST immediately retur= n a 200 (OK) response to the CANCEL request. In ProxySession::ValidateRequest(): =20 if(m_SessionManager.GetUserAgent().GetStack().CancelInviteServerTransaction= (m_Request)) { SIPMessage ok; request.CreateResponse( ok, SIPMessage::Code200_Ok ); SendRequest( ok ); } =20 Please check this if you have time. =20 Thanks for your help =20 Gustavo From: cur...@ho...To: ope...@li...urceforge.n= etSubject: FW: Proxy - CANCEL ProcessingDate: Thu, 2 Aug 2007 16:42:15 +020= 0 Resending with compressed logs. From: cur...@ho...To: ope...@li...urceforge.n= et; jb...@so...; joe...@gm...Subject: Proxy - CANC= EL ProcessingDate: Wed, 1 Aug 2007 22:32:29 +0200 Hi Joegen: I was checking the cancel processing in Proxy Only Mode. From t= he RFC 3261:=20 16.10 CANCEL Processing A stateful proxy MAY generate a CANCEL to any other request it has generate= d at any time (subject to receiving a provisional response to that request = as described in section 9.1). A proxy MUST cancel any pending client transa= ctions associated with a response context when it receives a matching CANCE= L request. A stateful proxy MAY generate CANCEL requests for pending INVITE client tra= nsactions based on the period specified in the INVITE=92s Expires header fi= eld elapsing. However, this is generally unnecessary since the endpoints in= volved will take care of signaling the end of the transaction. While a CANCEL request is handled in a stateful proxy by its own server tra= nsaction, a new response context is not created for it. Instead, the proxy = layer searches its existing response contexts for the server transaction ha= ndling the request associated with this CANCEL. If a matching response cont= ext is found, the element MUST immediately return a 200 (OK) response to th= e CANCEL request. In this case, the element is acting as a user agent serve= r as defined in Section 8.2. Furthermore, the element MUST generate CANCEL = requests for all pending client transactions in the context as described in= Section 16.7 step 10. If a response context is not found, the element does not have any knowledge= of the request to apply the CANCEL to. It MUST statelessly forward the CAN= CEL request (it may have statelessly forwarded the associated request previ= ously). From the RFC 3665: 3.8. Unsuccessful No Answer Alice Proxy 1 = Proxy 2 Bob | | | = | | INVITE F1 | | | = |--------------->| INVITE F2 | | | 100 F3 |= --------------->| INVITE F4 | |<---------------| 100 F5 |-= -------------->| | |<---------------| | = | | | 180 F6 | | = | 180 F7 |<---------------| | 180 F8 |<--------------= -| | |<---------------| | = | | CANCEL F9 | | | |-----------= ---->| | | | 200 F10 | = | | |<---------------| CANCEL F11 | = | | |--------------->| | | = | 200 F12 | | | |<--------= -------| | | | | CANCEL = F13 | | | |--------------->| | = | | 200 F14 | | | = |<---------------| | | | 48= 7 F15 | | | |<---------------| | = | | ACK F16 | | | = 487 F17 |--------------->| | |<---------------| = | | | ACK F18 | | = | 487 F19 |--------------->| | |<---------------|= | | | ACK F20 | | = | |--------------->| | | = | | | | In this scenario,= Alice gives up on the call before Bob answers (sends a 200 OK response). = Alice sends a CANCEL (F9) since no final response had been received from Bo= b. If a 200 OK to the INVITE had crossed with the CANCEL, Alice would have= sent an ACK then a BYE to Bob in order to properly terminate the call. Not= e that the CANCEL message is acknowledged with a 200 OK on a hop by hop bas= is, rather than end to end. But the OpenSBC behavior in Proxy Mode is: = Alice Proxy-OpenSBC Bob | INVITE | = | |--------------->| INVITE | | 100 |---------= ------>| |<---------------| 180 | | 180 |<---= ------------| |<---------------| | | CANCEL = | | |--------------->| | | 487 = | | |<---------------| CANCEL | | A= CK |--------------->| |--------------->| 200 | | = |<---------------| | | 487 | = | |<---------------| | | ACK = | | 200 |--------------->| |<---------------| = | I attached a log (CANCEL-OK.log) and a sip flow (CANCEL-OK.jpg). = I have two problems with the cancel: -When the callee don't answer, the cal= ler retransmit the cancel, because the OpenSBC don't send the 200 ok respon= se for the cancel. Log: CANCEL-RETRANS.log , Sip Flow: CANCEL-RETRANS.jpg -= When the callee send the 487(Request Cancelled) response for the INVITE bef= ore the 200 ok response for the CANCEL, the 200 ok is not been proxy by the= OpenSBC. Log: CANCEL-NOTOK.log , Sip Flow: CANCEL-NOTOK.jpg. In the log, t= he sesion is deleted by the 487:: 222:22:52.761 DBG: [CID=3D0x0475] Finding= transaction for SIP/2.0 487 Request Terminated222:22:52.762 DBG: [CID=3D0x= 0475] Setting Transaction ID to 955903155@192.168.0.60|z9hG4bKe531e528fbc6f= 89e|INVITE222:22:52.762 DTL: [CID=3D0x0475] Found IST|955903155@192.168.0.6= 0|z9hG4bKe531e528fbc6f89e|INVITE for SIP/2.0 487 Request Terminated222:22:5= 2.763 DTL: [CID=3D0x0475] IST(800569658) Event(SIPMessage) - SIP/2.0 487 Re= quest Terminated222:22:52.763 DBG: [CID=3D0x0475] TRANSACTION: (IST) SIP/2.= 0 487 Request Terminated State: 3222:22:52.764 DTL: [CID=3D0x06cb] *** QUEU= ED FOR DELETION *** SIPSession: 955903155@192.168.0.60222:22:52.764 DBG: [C= ID=3D0x0000] GC: First Stale Object ProxySession222:22:52.765 ERR: [CID=3D= 0x0000] GC: .\src\ProxySession.cxx:601 ProxySession::OnCheckRoutePolicy:: A= ttempt to CreateReference() a garbage collected pointer222:22:52.766 ERR: [= CID=3D0x0000] GC: .\src\ProxySession.cxx:625 ProxySession::OnFinalResponse:= : Attempt to CreateReference() a garbage collected pointerAny idea? Thanks = for your help. Gustavo =20 Descubre Live.com - tu propia p=E1gina de inicio, personalizada para ver r= =E1pidamente todo lo que te interesa en un mismo sitio. todo en el mismo si= tio.=20 Env=EDa mensajes de correo electr=F3nico directamente a tu blog con MSN. Ca= rga chistes, fotograf=EDas y muchas otras cosas. Es gratis.=20 Comun=EDcate al instante con Windows Live Messenger Windows Live Messenger= =20 _________________________________________________________________ Descubre Live.com - tu mundo en l=EDnea reunido: noticias, deportes, el tie= mpo, y mucho m=E1s. http://www.live.com/getstarted= |
From: Kolneath S. <kol...@sa...> - 2007-08-03 12:57:51
|
Yes, Joegen, I have recompiled the expat source with the cross compiling=20 option. So, now I arrive at the end of OpenSBC compilation...and the executable=20 code is there :) and the rest is just the test. By the way, could you tell me how to eliminate some undesired classes as=20 the opensbc execuable is really big (already with the options=20 --enable-expat --enable-minsize and disable most options) ? I already have = a look in the opensipstack makefile but I didn't see where I can eliminate = some classes ( options ). Have a nice weekend, Best reagards, Kolneath SOMETH "Joegen E. Baclor" <joe...@gm...> Envoy=E9 par : ope...@li... 03/08/2007 12:14 Veuillez r=E9pondre =E0 jbaclor; Veuillez r=E9pondre =E0 opensipstack-devel Remis le : 03/08/2007 12:15 =20 Pour : jb...@so..., ope...@li...urcef= orge.net cc : ope...@li..., (ccc : Ko= lneath=20 SOMETH/DRD/SAGEM) Objet : Re: [OpenSIPStack] R=E9f. : R=E9f. : Re: OSS : Crosscompil= ing compilation=20 problem If I am not mistaken, If you are cross compiling, the first thing that=20 you need to cross compile would be expat itself. You need to modify=20 the configure script to not bother looking for expat. So you might need=20 to remove the block that checks for expat. After the configure script=20 has succeeded, you may then manually modify ptbuildopts.h to enable=20 expat and modify the linker flags in the makefile to point to your cross=20 compiled expat lib. Joegen E. Baclor wrote: > Expat is a dependency of OpenSIPStack applications. You will not be=20 > able to compile them without it. Expat is used in both ATLSIP and=20 > OpenSBC code. If you need to get rid of the XML classes, you will have = > to manually remove these classes from the Makefile and modify OpenSBC to = > not use the classes. OpenSBC uses XML for the HTTP Admin. I think=20 > this is doable with some amount of work. However, I think you should=20 > dig deeper how to actually make expat work instead of hacking the=20 library. > > > Kolneath SOMETH wrote: >=20 >> Hi Joegen, >> >> While I passed the arguments such as --disable-expat --disable-vxml.... = to=20 >> ./configure in the folder of opensipstack, I see that the existence=20 >> checking of this associated library ie. expat.h vxml.h.... are still=20 >> lauched by configure. Hence, in opensbc, while I compiled opensbc it=20 seems=20 >> that those associated classes still get compiled and ( there are some=20 >> errors : undefined reference). >> >> But, I have a look in the pwlib folder, I tried to run=20 >> opensipstack/src/pwlib/configure --disable-expat.... I see that the=20 >> existence checking are not lauched, this might help to eliminate the=20 >> undesired class.=20 >> >> Would you have a look so that we can eliminate the classes that we=20 don't=20 >> want to compile. >> >> Thank you in advance, >> >> Best regards, >> Kolneath SOMETH >> kol...@sa... >> kol...@en... >> Mobile : +33 (0)6 18 17 32 45 >> >> >> >> >> >> "Kolneath SOMETH" <kol...@sa...> >> >> Envoy=E9 par : ope...@li... >> 02/08/2007 13:52 >> Veuillez r=E9pondre =E0 opensipstack-devel >> Remis le : 02/08/2007 13:53 >> >>=20 >> Pour : jb...@so... >> cc : ope...@li..., (ccc :=20 Kolneath=20 >> SOMETH/DRD/SAGEM) >> Objet : [OpenSIPStack] R=E9f. : Re: OSS : Crosscompiling=20 compilation problem >> >> >> >> Hi Joegen, >> >> Thank you for your help.=20 >> I modified at the line " for ac=5Fheader in `echo=20 >> "${OPENSIPSTACKDIR}/external/Expat-2.0.0/lib/expat.h"` " to point to=20 the=20 >> expat directory. >> I did the same way too (as decribe in the forum u provided) by disable=20 the=20 >> >> exit(1) of every existence checking expat, sdl, sqlite,... >> But the compilation error still persists for the (-lexpat)....I am=20 finding=20 >> >> it out... >> >> I will let you know for further findings... >> >> Thanks and Best regards, >> Kolneath SOMETH >> kol...@sa... >> kol...@en... >> Mobile : +33 (0)6 18 17 32 45 >> >> >> >> >> >> "Joegen E. Baclor" <joe...@gm...> >> >> 02/08/2007 04:51 >> Veuillez r=E9pondre =E0 jbaclor >> Remis le : 02/08/2007 04:51 >> >>=20 >> Pour : Kolneath SOMETH <kol...@sa...> >> cc : ope...@li... >> Objet : Re: OSS : Crosscompiling compilation problem >> >> >> >> Hi Kolneath, >> >> I can't really help you out with cross compiling issues because I do=20 not=20 >> have prior experience cross compiling OpenSIPStack myself. It would be = >> a case of the blind leading the blind. Anyway, it seems your problem=20 >> has already been discussed in OpenH323 mailing list. See this thread >>=20 >> http://www.openh323.org/pipermail/openh323/Week-of-Mon-20060911/077847.h= tml >> >> >> If you are able to solve this problem, please provide your findings to=20 >> me so I could update the documentations so that others with the same=20 >> problems as yours may have some reference to work with in the future. >> >> Good luck. >> >> Joegen >> >> Kolneath SOMETH wrote: >>=20 >>=20 >>> Hello Everyone, >>> >>> I launched the ./configure script followed by --host mips-linux (cross = >>> compiling). The error says that *checking for=20 >>> /usr/local/include/expat.h... configure: error: cannot check for file=20 >>> existence when cross compiling * >>> >>> As I am root (on my own machine), I copied the expat.h which exists=20 >>> normally under /usr/include into the needed directory=20 >>> /usr/local/include/ in order to cope with this problem. >>> >>> But the previous message still shows even I am able to locate the=20 >>> missing file in that folder. So this means that when the system is=20 >>> crosscompiling, it is unable to check for the existence of the the .h=20 >>> files ? >>> >>> Could any of you kindly give me the direction in order to get through=20 >>> this problem please. >>> >>> Thanks and best regards, >>> >>> Kolneath SOMETH >>> >>> " Ce courriel et les documents qui y sont attaches peuvent contenir=20 >>> des informations confidentielles. Si vous n'etes pas le destinataire=20 >>> escompte, merci d'en informer l'expediteur immediatement et de=20 >>> detruire ce courriel ainsi que tous les documents attaches de votre=20 >>> systeme informatique. Toute divulgation, distribution ou copie du=20 >>> present courriel et des documents attaches sans autorisation prealable = >>> de son emetteur est interdite." >>> >>> " This e-mail and any attached documents may contain confidential or=20 >>> proprietary information. If you are not the intended recipient, please = >>> advise the sender immediately and delete this e-mail and all attached=20 >>> documents from your computer system. Any unauthorised disclosure,=20 >>> distribution or copying hereof is prohibited." >>>=20 >>>=20 >> >> >> >> >> " Ce courriel et les documents qui y sont attaches peuvent contenir des = >> informations confidentielles. Si vous n'etes pas le destinataire=20 >> escompte, merci d'en informer l'expediteur immediatement et de detruire = ce=20 >> courriel ainsi que tous les documents attaches de votre systeme=20 >> informatique. Toute divulgation, distribution ou copie du present=20 courriel=20 >> et des documents attaches sans autorisation prealable de son emetteur=20 est=20 >> interdite."=20 >> >> " This e-mail and any attached documents may contain confidential or=20 >> proprietary information. If you are not the intended recipient, please=20 >> advise the sender immediately and delete this e-mail and all attached=20 >> documents from your computer system. Any unauthorised disclosure,=20 >> distribution or copying hereof is prohibited." >>=20 ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? Stop. >> Now Search log events and configuration files using AJAX and a browser. >> Download your FREE copy of Splunk now >> http://get.splunk.com/ >> =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F= =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F >> opensipstack-devel mailing list >> ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >> >> >> >> >> >> " Ce courriel et les documents qui y sont attaches peuvent contenir des = informations confidentielles. Si vous n'etes pas le destinataire=20 escompte, merci d'en informer l'expediteur immediatement et de detruire ce = courriel ainsi que tous les documents attaches de votre systeme=20 informatique. Toute divulgation, distribution ou copie du present courriel = et des documents attaches sans autorisation prealable de son emetteur est=20 interdite."=20 >> >> " This e-mail and any attached documents may contain confidential or=20 proprietary information. If you are not the intended recipient, please=20 advise the sender immediately and delete this e-mail and all attached=20 documents from your computer system. Any unauthorised disclosure,=20 distribution or copying hereof is prohibited." >>=20 ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? Stop. >> Now Search log events and configuration files using AJAX and a browser. >> Download your FREE copy of Splunk now >> http://get.splunk.com/ >> =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F= =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F >> opensipstack-devel mailing list >> ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >> >> >>=20 >>=20 > > > >=20 ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F= =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > >=20 ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F= =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F opensipstack-devel mailing list ope...@li... https://lists.sourceforge.net/lists/listinfo/opensipstack-devel " 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: Joegen E. B. <joe...@gm...> - 2007-08-03 10:14:56
|
If I am not mistaken, If you are cross compiling, the first thing that=20 you need to cross compile would be expat itself. You need to modify=20 the configure script to not bother looking for expat. So you might need = to remove the block that checks for expat. After the configure script=20 has succeeded, you may then manually modify ptbuildopts.h to enable=20 expat and modify the linker flags in the makefile to point to your cross = compiled expat lib. Joegen E. Baclor wrote: > Expat is a dependency of OpenSIPStack applications. You will not be=20 > able to compile them without it. Expat is used in both ATLSIP and=20 > OpenSBC code. If you need to get rid of the XML classes, you will hav= e=20 > to manually remove these classes from the Makefile and modify OpenSBC t= o=20 > not use the classes. OpenSBC uses XML for the HTTP Admin. I think= =20 > this is doable with some amount of work. However, I think you should=20 > dig deeper how to actually make expat work instead of hacking the libra= ry. > > > Kolneath SOMETH wrote: > =20 >> Hi Joegen, >> >> While I passed the arguments such as --disable-expat --disable-vxml...= =2E to=20 >> ./configure in the folder of opensipstack, I see that the existence=20 >> checking of this associated library ie. expat.h vxml.h.... are still=20 >> lauched by configure. Hence, in opensbc, while I compiled opensbc it s= eems=20 >> that those associated classes still get compiled and ( there are some = >> errors : undefined reference). >> >> But, I have a look in the pwlib folder, I tried to run=20 >> opensipstack/src/pwlib/configure --disable-expat.... I see that the=20 >> existence checking are not lauched, this might help to eliminate the=20 >> undesired class.=20 >> >> Would you have a look so that we can eliminate the classes that we don= 't=20 >> want to compile. >> >> Thank you in advance, >> >> Best regards, >> Kolneath SOMETH >> kol...@sa... >> kol...@en... >> Mobile : +33 (0)6 18 17 32 45 >> >> >> >> >> >> "Kolneath SOMETH" <kol...@sa...> >> >> Envoy=E9 par : ope...@li... >> 02/08/2007 13:52 >> Veuillez r=E9pondre =E0 opensipstack-devel >> Remis le : 02/08/2007 13:53 >> >> =20 >> Pour : jb...@so... >> cc : ope...@li..., (ccc : Kolne= ath=20 >> SOMETH/DRD/SAGEM) >> Objet : [OpenSIPStack] R=E9f. : Re: OSS : Crosscompiling compi= lation problem >> >> >> >> Hi Joegen, >> >> Thank you for your help.=20 >> I modified at the line " for ac_header in `echo=20 >> "${OPENSIPSTACKDIR}/external/Expat-2.0.0/lib/expat.h"` " to point to t= he=20 >> expat directory. >> I did the same way too (as decribe in the forum u provided) by disable= the=20 >> >> exit(1) of every existence checking expat, sdl, sqlite,... >> But the compilation error still persists for the (-lexpat)....I am fin= ding=20 >> >> it out... >> >> I will let you know for further findings... >> >> Thanks and Best regards, >> Kolneath SOMETH >> kol...@sa... >> kol...@en... >> Mobile : +33 (0)6 18 17 32 45 >> >> >> >> >> >> "Joegen E. Baclor" <joe...@gm...> >> >> 02/08/2007 04:51 >> Veuillez r=E9pondre =E0 jbaclor >> Remis le : 02/08/2007 04:51 >> >> =20 >> Pour : Kolneath SOMETH <kol...@sa...> >> cc : ope...@li... >> Objet : Re: OSS : Crosscompiling compilation problem >> >> >> >> Hi Kolneath, >> >> I can't really help you out with cross compiling issues because I do n= ot=20 >> have prior experience cross compiling OpenSIPStack myself. It would b= e=20 >> a case of the blind leading the blind. Anyway, it seems your problem = >> has already been discussed in OpenH323 mailing list. See this thread >> =20 >> http://www.openh323.org/pipermail/openh323/Week-of-Mon-20060911/077847= =2Ehtml >> >> >> If you are able to solve this problem, please provide your findings to= =20 >> me so I could update the documentations so that others with the same=20 >> problems as yours may have some reference to work with in the future. >> >> Good luck. >> >> Joegen >> >> Kolneath SOMETH wrote: >> =20 >> =20 >>> Hello Everyone, >>> >>> I launched the ./configure script followed by --host mips-linux (cros= s=20 >>> compiling). The error says that *checking for=20 >>> /usr/local/include/expat.h... configure: error: cannot check for file= =20 >>> existence when cross compiling * >>> >>> As I am root (on my own machine), I copied the expat.h which exists=20 >>> normally under /usr/include into the needed directory=20 >>> /usr/local/include/ in order to cope with this problem. >>> >>> But the previous message still shows even I am able to locate the=20 >>> missing file in that folder. So this means that when the system is=20 >>> crosscompiling, it is unable to check for the existence of the the .h= =20 >>> files ? >>> >>> Could any of you kindly give me the direction in order to get through= =20 >>> this problem please. >>> >>> Thanks and best regards, >>> >>> Kolneath SOMETH >>> >>> " Ce courriel et les documents qui y sont attaches peuvent contenir=20 >>> des informations confidentielles. Si vous n'etes pas le destinataire = >>> escompte, merci d'en informer l'expediteur immediatement et de=20 >>> detruire ce courriel ainsi que tous les documents attaches de votre=20 >>> systeme informatique. Toute divulgation, distribution ou copie du=20 >>> present courriel et des documents attaches sans autorisation prealabl= e=20 >>> de son emetteur est interdite." >>> >>> " This e-mail and any attached documents may contain confidential or = >>> proprietary information. If you are not the intended recipient, pleas= e=20 >>> advise the sender immediately and delete this e-mail and all attached= =20 >>> documents from your computer system. Any unauthorised disclosure,=20 >>> distribution or copying hereof is prohibited." >>> =20 >>> =20 >> >> >> >> >> " Ce courriel et les documents qui y sont attaches peuvent contenir de= s=20 >> informations confidentielles. Si vous n'etes pas le destinataire=20 >> escompte, merci d'en informer l'expediteur immediatement et de detruir= e ce=20 >> courriel ainsi que tous les documents attaches de votre systeme=20 >> informatique. Toute divulgation, distribution ou copie du present cour= riel=20 >> et des documents attaches sans autorisation prealable de son emetteur = est=20 >> interdite."=20 >> >> " This e-mail and any attached documents may contain confidential or=20 >> proprietary information. If you are not the intended recipient, please= =20 >> advise the sender immediately and delete this e-mail and all attached = >> documents from your computer system. Any unauthorised disclosure,=20 >> distribution or copying hereof is prohibited." >> ----------------------------------------------------------------------= --- >> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? Stop. >> Now Search log events and configuration files using AJAX and a browser= =2E >> Download your FREE copy of Splunk now >> http://get.splunk.com/ >> _______________________________________________ >> opensipstack-devel mailing list >> ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >> >> >> >> >> >> " Ce courriel et les documents qui y sont attaches peuvent contenir de= s informations confidentielles. Si vous n'etes pas le destinataire escom= pte, merci d'en informer l'expediteur immediatement et de detruire ce cou= rriel ainsi que tous les documents attaches de votre systeme informatiqu= e. Toute divulgation, distribution ou copie du present courriel et des do= cuments attaches sans autorisation prealable de son emetteur est interdit= e."=20 >> >> " This e-mail and any attached documents may contain confidential or p= roprietary information. If you are not the intended recipient, please adv= ise the sender immediately and delete this e-mail and all attached docume= nts from your computer system. Any unauthorised disclosure, distribution = or copying hereof is prohibited." >> ----------------------------------------------------------------------= --- >> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? Stop. >> Now Search log events and configuration files using AJAX and a browser= =2E >> Download your FREE copy of Splunk now >> http://get.splunk.com/ >> _______________________________________________ >> opensipstack-devel mailing list >> ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >> >> >> =20 >> =20 > > > > -----------------------------------------------------------------------= -- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser.= > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > =20 |
From: Joegen E. B. <joe...@gm...> - 2007-08-03 10:06:37
|
Expat is a dependency of OpenSIPStack applications. You will not be=20 able to compile them without it. Expat is used in both ATLSIP and=20 OpenSBC code. If you need to get rid of the XML classes, you will have = to manually remove these classes from the Makefile and modify OpenSBC to = not use the classes. OpenSBC uses XML for the HTTP Admin. I think=20 this is doable with some amount of work. However, I think you should=20 dig deeper how to actually make expat work instead of hacking the library= =2E Kolneath SOMETH wrote: > Hi Joegen, > > While I passed the arguments such as --disable-expat --disable-vxml....= to=20 > ./configure in the folder of opensipstack, I see that the existence=20 > checking of this associated library ie. expat.h vxml.h.... are still=20 > lauched by configure. Hence, in opensbc, while I compiled opensbc it se= ems=20 > that those associated classes still get compiled and ( there are some=20 > errors : undefined reference). > > But, I have a look in the pwlib folder, I tried to run=20 > opensipstack/src/pwlib/configure --disable-expat.... I see that the=20 > existence checking are not lauched, this might help to eliminate the=20 > undesired class.=20 > > Would you have a look so that we can eliminate the classes that we don'= t=20 > want to compile. > > Thank you in advance, > > Best regards, > Kolneath SOMETH > kol...@sa... > kol...@en... > Mobile : +33 (0)6 18 17 32 45 > > > > > > "Kolneath SOMETH" <kol...@sa...> > > Envoy=E9 par : ope...@li... > 02/08/2007 13:52 > Veuillez r=E9pondre =E0 opensipstack-devel > Remis le : 02/08/2007 13:53 > > =20 > Pour : jb...@so... > cc : ope...@li..., (ccc : Kolnea= th=20 > SOMETH/DRD/SAGEM) > Objet : [OpenSIPStack] R=E9f. : Re: OSS : Crosscompiling compil= ation problem > > > > Hi Joegen, > > Thank you for your help.=20 > I modified at the line " for ac_header in `echo=20 > "${OPENSIPSTACKDIR}/external/Expat-2.0.0/lib/expat.h"` " to point to th= e=20 > expat directory. > I did the same way too (as decribe in the forum u provided) by disable = the=20 > > exit(1) of every existence checking expat, sdl, sqlite,... > But the compilation error still persists for the (-lexpat)....I am find= ing=20 > > it out... > > I will let you know for further findings... > > Thanks and Best regards, > Kolneath SOMETH > kol...@sa... > kol...@en... > Mobile : +33 (0)6 18 17 32 45 > > > > > > "Joegen E. Baclor" <joe...@gm...> > > 02/08/2007 04:51 > Veuillez r=E9pondre =E0 jbaclor > Remis le : 02/08/2007 04:51 > > =20 > Pour : Kolneath SOMETH <kol...@sa...> > cc : ope...@li... > Objet : Re: OSS : Crosscompiling compilation problem > > > > Hi Kolneath, > > I can't really help you out with cross compiling issues because I do no= t=20 > have prior experience cross compiling OpenSIPStack myself. It would be= =20 > a case of the blind leading the blind. Anyway, it seems your problem=20 > has already been discussed in OpenH323 mailing list. See this thread > =20 > http://www.openh323.org/pipermail/openh323/Week-of-Mon-20060911/077847.= html > > > If you are able to solve this problem, please provide your findings to = > me so I could update the documentations so that others with the same=20 > problems as yours may have some reference to work with in the future. > > Good luck. > > Joegen > > Kolneath SOMETH wrote: > =20 >> Hello Everyone, >> >> I launched the ./configure script followed by --host mips-linux (cross= =20 >> compiling). The error says that *checking for=20 >> /usr/local/include/expat.h... configure: error: cannot check for file = >> existence when cross compiling * >> >> As I am root (on my own machine), I copied the expat.h which exists=20 >> normally under /usr/include into the needed directory=20 >> /usr/local/include/ in order to cope with this problem. >> >> But the previous message still shows even I am able to locate the=20 >> missing file in that folder. So this means that when the system is=20 >> crosscompiling, it is unable to check for the existence of the the .h = >> files ? >> >> Could any of you kindly give me the direction in order to get through = >> this problem please. >> >> Thanks and best regards, >> >> Kolneath SOMETH >> >> " Ce courriel et les documents qui y sont attaches peuvent contenir=20 >> des informations confidentielles. Si vous n'etes pas le destinataire=20 >> escompte, merci d'en informer l'expediteur immediatement et de=20 >> detruire ce courriel ainsi que tous les documents attaches de votre=20 >> systeme informatique. Toute divulgation, distribution ou copie du=20 >> present courriel et des documents attaches sans autorisation prealable= =20 >> de son emetteur est interdite." >> >> " This e-mail and any attached documents may contain confidential or=20 >> proprietary information. If you are not the intended recipient, please= =20 >> advise the sender immediately and delete this e-mail and all attached = >> documents from your computer system. Any unauthorised disclosure,=20 >> distribution or copying hereof is prohibited." >> =20 > > > > > > > " Ce courriel et les documents qui y sont attaches peuvent contenir des= =20 > informations confidentielles. Si vous n'etes pas le destinataire=20 > escompte, merci d'en informer l'expediteur immediatement et de detruire= ce=20 > courriel ainsi que tous les documents attaches de votre systeme=20 > informatique. Toute divulgation, distribution ou copie du present courr= iel=20 > et des documents attaches sans autorisation prealable de son emetteur e= st=20 > interdite."=20 > > " This e-mail and any attached documents may contain confidential or=20 > proprietary information. If you are not the intended recipient, please = > advise the sender immediately and delete this e-mail and all attached=20 > documents from your computer system. Any unauthorised disclosure,=20 > distribution or copying hereof is prohibited." > -----------------------------------------------------------------------= -- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser.= > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > > > > " Ce courriel et les documents qui y sont attaches peuvent contenir des= informations confidentielles. Si vous n'etes pas le destinataire escomp= te, merci d'en informer l'expediteur immediatement et de detruire ce cour= riel ainsi que tous les documents attaches de votre systeme informatique= =2E Toute divulgation, distribution ou copie du present courriel et des d= ocuments attaches sans autorisation prealable de son emetteur est interdi= te."=20 > > " This e-mail and any attached documents may contain confidential or pr= oprietary information. If you are not the intended recipient, please advi= se the sender immediately and delete this e-mail and all attached documen= ts from your computer system. Any unauthorised disclosure, distribution o= r copying hereof is prohibited." > -----------------------------------------------------------------------= -- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser.= > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > =20 |
From: Kolneath S. <kol...@sa...> - 2007-08-03 09:54:07
|
Hi Joegen, While I passed the arguments such as --disable-expat --disable-vxml.... to = ./configure in the folder of opensipstack, I see that the existence=20 checking of this associated library ie. expat.h vxml.h.... are still=20 lauched by configure. Hence, in opensbc, while I compiled opensbc it seems = that those associated classes still get compiled and ( there are some=20 errors : undefined reference). But, I have a look in the pwlib folder, I tried to run=20 opensipstack/src/pwlib/configure --disable-expat.... I see that the=20 existence checking are not lauched, this might help to eliminate the=20 undesired class.=20 Would you have a look so that we can eliminate the classes that we don't=20 want to compile. Thank you in advance, Best regards, Kolneath SOMETH kol...@sa... kol...@en... Mobile : +33 (0)6 18 17 32 45 "Kolneath SOMETH" <kol...@sa...> Envoy=E9 par : ope...@li... 02/08/2007 13:52 Veuillez r=E9pondre =E0 opensipstack-devel Remis le : 02/08/2007 13:53 =20 Pour : jb...@so... cc : ope...@li..., (ccc : Kolneath=20 SOMETH/DRD/SAGEM) Objet : [OpenSIPStack] R=E9f. : Re: OSS : Crosscompiling compilatio= n problem Hi Joegen, Thank you for your help.=20 I modified at the line " for ac=5Fheader in `echo=20 "${OPENSIPSTACKDIR}/external/Expat-2.0.0/lib/expat.h"` " to point to the=20 expat directory. I did the same way too (as decribe in the forum u provided) by disable the = exit(1) of every existence checking expat, sdl, sqlite,... But the compilation error still persists for the (-lexpat)....I am finding = it out... I will let you know for further findings... Thanks and Best regards, Kolneath SOMETH kol...@sa... kol...@en... Mobile : +33 (0)6 18 17 32 45 "Joegen E. Baclor" <joe...@gm...> 02/08/2007 04:51 Veuillez r=E9pondre =E0 jbaclor Remis le : 02/08/2007 04:51 =20 Pour : Kolneath SOMETH <kol...@sa...> cc : ope...@li... Objet : Re: OSS : Crosscompiling compilation problem Hi Kolneath, I can't really help you out with cross compiling issues because I do not=20 have prior experience cross compiling OpenSIPStack myself. It would be=20 a case of the blind leading the blind. Anyway, it seems your problem=20 has already been discussed in OpenH323 mailing list. See this thread =20 http://www.openh323.org/pipermail/openh323/Week-of-Mon-20060911/077847.html If you are able to solve this problem, please provide your findings to=20 me so I could update the documentations so that others with the same=20 problems as yours may have some reference to work with in the future. Good luck. Joegen Kolneath SOMETH wrote: > > Hello Everyone, > > I launched the ./configure script followed by --host mips-linux (cross=20 > compiling). The error says that *checking for=20 > /usr/local/include/expat.h... configure: error: cannot check for file=20 > existence when cross compiling * > > As I am root (on my own machine), I copied the expat.h which exists=20 > normally under /usr/include into the needed directory=20 > /usr/local/include/ in order to cope with this problem. > > But the previous message still shows even I am able to locate the=20 > missing file in that folder. So this means that when the system is=20 > crosscompiling, it is unable to check for the existence of the the .h=20 > files ? > > Could any of you kindly give me the direction in order to get through=20 > this problem please. > > Thanks and best regards, > > Kolneath SOMETH > > " Ce courriel et les documents qui y sont attaches peuvent contenir=20 > des informations confidentielles. Si vous n'etes pas le destinataire=20 > escompte, merci d'en informer l'expediteur immediatement et de=20 > detruire ce courriel ainsi que tous les documents attaches de votre=20 > systeme informatique. Toute divulgation, distribution ou copie du=20 > present courriel et des documents attaches sans autorisation prealable=20 > de son emetteur est interdite." > > " This e-mail and any attached documents may contain confidential or=20 > proprietary information. If you are not the intended recipient, please=20 > advise the sender immediately and delete this e-mail and all attached=20 > documents from your computer system. Any unauthorised disclosure,=20 > distribution or copying hereof is prohibited." " Ce courriel et les documents qui y sont attaches peuvent contenir des=20 informations confidentielles. Si vous n'etes pas le destinataire=20 escompte, merci d'en informer l'expediteur immediatement et de detruire ce = courriel ainsi que tous les documents attaches de votre systeme=20 informatique. Toute divulgation, distribution ou copie du present courriel = et des documents attaches sans autorisation prealable de son emetteur est=20 interdite."=20 " This e-mail and any attached documents may contain confidential or=20 proprietary information. If you are not the intended recipient, please=20 advise the sender immediately and delete this e-mail and all attached=20 documents from your computer system. Any unauthorised disclosure,=20 distribution or copying hereof is prohibited." ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F= =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F opensipstack-devel mailing list ope...@li... https://lists.sourceforge.net/lists/listinfo/opensipstack-devel " 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: Joegen E. B. <joe...@gm...> - 2007-08-03 05:33:30
|
Please open a ticket in the bug tracker http://bugs.opensourcesip.org and give the details of your bug report. Thanks GCC wrote: > Hello, > The functions are in SoftPhoneInterface. I think they deal with setting and returning the "From" header. > By the way, I really like the design of your library. > > Regards, > > GCC > > |
From: GCC <vir...@in...> - 2007-08-03 05:22:09
|
Hello, The functions are in SoftPhoneInterface. I think they deal with setting and returning the "From" header. By the way, I really like the design of your library. Regards, GCC |
From: Joegen E. B. <joe...@gm...> - 2007-08-03 05:01:54
|
Hi everyone, Because the opensipstack mailing list traffic is growing really fast. Because of this, I have decided to open specific mailing lists for ATLSIP, OpenSBC and OpenSIPStack OpenSIPStack - ope...@li... ATLSIP - ope...@li... OpenSBC - ope...@li... opensipstack-devel will still be the main list dicussing core library functionlities while opensbc and atlsip specific question should be directed to their respective mailing lists. You can subscribe to the new list here http://www.opensipstack.org/development.html I am also happy to announce that a BUG tracker is already in place so that bug reports are never lost. Please subscribe to our bug tracker here - http://bugs.opensourcesip.org Joegen |
From: <jo...@op...> - 2007-08-02 15:38:26
|
Tomach, In my case ATLSip just send some UDP packages to SIP server but they are not obviously SIP messages If THEY are not SIP messages then what are THEY? tomach wrote: > Hello! > > Has anyone of you used ATLSIP with VPN? > I am VPNClient and try to register to sipserver. > In my case ATLSip just send some UDP packages to SIP server but they are not obviously SIP messages... > > Different softphones like xlite register without any problems... > > Have you noticed this probelm before? > > best regards, > Tom > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > |
From: Gustavo C. <cur...@ho...> - 2007-08-02 14:42:17
|
Resending with compressed logs. From: cur...@ho...To: ope...@li...urceforge.n= et; jb...@so...; joe...@gm...Subject: Proxy - CANC= EL ProcessingDate: Wed, 1 Aug 2007 22:32:29 +0200 Hi Joegen: I was checking the cancel processing in Proxy Only Mode. From t= he RFC 3261:=20 16.10 CANCEL Processing A stateful proxy MAY generate a CANCEL to any other request it has generate= d at any time (subject to receiving a provisional response to that request = as described in section 9.1). A proxy MUST cancel any pending client transa= ctions associated with a response context when it receives a matching CANCE= L request. A stateful proxy MAY generate CANCEL requests for pending INVITE client tra= nsactions based on the period specified in the INVITE=92s Expires header fi= eld elapsing. However, this is generally unnecessary since the endpoints in= volved will take care of signaling the end of the transaction. While a CANCEL request is handled in a stateful proxy by its own server tra= nsaction, a new response context is not created for it. Instead, the proxy = layer searches its existing response contexts for the server transaction ha= ndling the request associated with this CANCEL. If a matching response cont= ext is found, the element MUST immediately return a 200 (OK) response to th= e CANCEL request. In this case, the element is acting as a user agent serve= r as defined in Section 8.2. Furthermore, the element MUST generate CANCEL = requests for all pending client transactions in the context as described in= Section 16.7 step 10. If a response context is not found, the element does not have any knowledge= of the request to apply the CANCEL to. It MUST statelessly forward the CAN= CEL request (it may have statelessly forwarded the associated request previ= ously). From the RFC 3665: 3.8. Unsuccessful No Answer Alice Proxy 1 = Proxy 2 Bob | | | = | | INVITE F1 | | | = |--------------->| INVITE F2 | | | 100 F3 |= --------------->| INVITE F4 | |<---------------| 100 F5 |-= -------------->| | |<---------------| | = | | | 180 F6 | | = | 180 F7 |<---------------| | 180 F8 |<--------------= -| | |<---------------| | = | | CANCEL F9 | | | |-----------= ---->| | | | 200 F10 | = | | |<---------------| CANCEL F11 | = | | |--------------->| | | = | 200 F12 | | | |<--------= -------| | | | | CANCEL = F13 | | | |--------------->| | = | | 200 F14 | | | = |<---------------| | | | 48= 7 F15 | | | |<---------------| | = | | ACK F16 | | | = 487 F17 |--------------->| | |<---------------| = | | | ACK F18 | | = | 487 F19 |--------------->| | |<---------------|= | | | ACK F20 | | = | |--------------->| | | = | | | | In this scenario,= Alice gives up on the call before Bob answers (sends a 200 OK response). = Alice sends a CANCEL (F9) since no final response had been received from Bo= b. If a 200 OK to the INVITE had crossed with the CANCEL, Alice would have= sent an ACK then a BYE to Bob in order to properly terminate the call. Not= e that the CANCEL message is acknowledged with a 200 OK on a hop by hop bas= is, rather than end to end. But the OpenSBC behavior in Proxy Mode is: = Alice Proxy-OpenSBC Bob | INVITE | = | |--------------->| INVITE | | 100 |---------= ------>| |<---------------| 180 | | 180 |<---= ------------| |<---------------| | | CANCEL = | | |--------------->| | | 487 = | | |<---------------| CANCEL | | A= CK |--------------->| |--------------->| 200 | | = |<---------------| | | 487 | = | |<---------------| | | ACK = | | 200 |--------------->| |<---------------| = | I attached a log (CANCEL-OK.log) and a sip flow (CANCEL-OK.jpg). = I have two problems with the cancel: -When the callee don't answer, the cal= ler retransmit the cancel, because the OpenSBC don't send the 200 ok respon= se for the cancel. Log: CANCEL-RETRANS.log , Sip Flow: CANCEL-RETRANS.jpg -= When the callee send the 487(Request Cancelled) response for the INVITE bef= ore the 200 ok response for the CANCEL, the 200 ok is not been proxy by the= OpenSBC. Log: CANCEL-NOTOK.log , Sip Flow: CANCEL-NOTOK.jpg. In the log, t= he sesion is deleted by the 487:: 222:22:52.761 DBG: [CID=3D0x0475] Finding= transaction for SIP/2.0 487 Request Terminated222:22:52.762 DBG: [CID=3D0x= 0475] Setting Transaction ID to 955903155@192.168.0.60|z9hG4bKe531e528fbc6f= 89e|INVITE222:22:52.762 DTL: [CID=3D0x0475] Found IST|955903155@192.168.0.6= 0|z9hG4bKe531e528fbc6f89e|INVITE for SIP/2.0 487 Request Terminated222:22:5= 2.763 DTL: [CID=3D0x0475] IST(800569658) Event(SIPMessage) - SIP/2.0 487 Re= quest Terminated222:22:52.763 DBG: [CID=3D0x0475] TRANSACTION: (IST) SIP/2.= 0 487 Request Terminated State: 3222:22:52.764 DTL: [CID=3D0x06cb] *** QUEU= ED FOR DELETION *** SIPSession: 955903155@192.168.0.60222:22:52.764 DBG: [C= ID=3D0x0000] GC: First Stale Object ProxySession222:22:52.765 ERR: [CID=3D= 0x0000] GC: .\src\ProxySession.cxx:601 ProxySession::OnCheckRoutePolicy:: A= ttempt to CreateReference() a garbage collected pointer222:22:52.766 ERR: [= CID=3D0x0000] GC: .\src\ProxySession.cxx:625 ProxySession::OnFinalResponse:= : Attempt to CreateReference() a garbage collected pointerAny idea? Thanks = for your help. Gustavo =20 Descubre Live.com - tu propia p=E1gina de inicio, personalizada para ver r= =E1pidamente todo lo que te interesa en un mismo sitio. todo en el mismo si= tio.=20 Env=EDa mensajes de correo electr=F3nico directamente a tu blog con MSN. Ca= rga chistes, fotograf=EDas y muchas otras cosas. Es gratis.=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: tomach <to...@dg...> - 2007-08-02 12:09:41
|
Hello! Has anyone of you used ATLSIP with VPN? I am VPNClient and try to register to sipserver. In my case ATLSip just send some UDP packages to SIP server but they are not obviously SIP messages... Different softphones like xlite register without any problems... Have you noticed this probelm before? best regards, Tom |
From: Kolneath S. <kol...@sa...> - 2007-08-02 11:52:40
|
Hi Joegen, Thank you for your help.=20 I modified at the line " for ac=5Fheader in `echo=20 "${OPENSIPSTACKDIR}/external/Expat-2.0.0/lib/expat.h"` " to point to the=20 expat directory. I did the same way too (as decribe in the forum u provided) by disable the = exit(1) of every existence checking expat, sdl, sqlite,... But the compilation error still persists for the (-lexpat)....I am finding = it out... I will let you know for further findings... Thanks and Best regards, Kolneath SOMETH kol...@sa... kol...@en... Mobile : +33 (0)6 18 17 32 45 "Joegen E. Baclor" <joe...@gm...> 02/08/2007 04:51 Veuillez r=E9pondre =E0 jbaclor Remis le : 02/08/2007 04:51 =20 Pour : Kolneath SOMETH <kol...@sa...> cc : ope...@li... Objet : Re: OSS : Crosscompiling compilation problem Hi Kolneath, I can't really help you out with cross compiling issues because I do not=20 have prior experience cross compiling OpenSIPStack myself. It would be=20 a case of the blind leading the blind. Anyway, it seems your problem=20 has already been discussed in OpenH323 mailing list. See this thread =20 http://www.openh323.org/pipermail/openh323/Week-of-Mon-20060911/077847.html If you are able to solve this problem, please provide your findings to=20 me so I could update the documentations so that others with the same=20 problems as yours may have some reference to work with in the future. Good luck. Joegen Kolneath SOMETH wrote: > > Hello Everyone, > > I launched the ./configure script followed by --host mips-linux (cross=20 > compiling). The error says that *checking for=20 > /usr/local/include/expat.h... configure: error: cannot check for file=20 > existence when cross compiling * > > As I am root (on my own machine), I copied the expat.h which exists=20 > normally under /usr/include into the needed directory=20 > /usr/local/include/ in order to cope with this problem. > > But the previous message still shows even I am able to locate the=20 > missing file in that folder. So this means that when the system is=20 > crosscompiling, it is unable to check for the existence of the the .h=20 > files ? > > Could any of you kindly give me the direction in order to get through=20 > this problem please. > > Thanks and best regards, > > Kolneath SOMETH > > " Ce courriel et les documents qui y sont attaches peuvent contenir=20 > des informations confidentielles. Si vous n'etes pas le destinataire=20 > escompte, merci d'en informer l'expediteur immediatement et de=20 > detruire ce courriel ainsi que tous les documents attaches de votre=20 > systeme informatique. Toute divulgation, distribution ou copie du=20 > present courriel et des documents attaches sans autorisation prealable=20 > de son emetteur est interdite." > > " This e-mail and any attached documents may contain confidential or=20 > proprietary information. If you are not the intended recipient, please=20 > advise the sender immediately and delete this e-mail and all attached=20 > documents from your computer system. Any unauthorised disclosure,=20 > distribution or copying hereof is prohibited." " 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: Ilian J. C. P. <ip...@so...> - 2007-08-02 11:20:58
|
Hi, I've checked in the fix for this plus some other modifications which are also STUN-related. The default behavior of the softphone sets the STUN only when it is behind a Full Cone NAT. You can change this behavior however by overriding SoftPhoneInterface::OnConfirmSetStun(..). For ATLSIP/OSSPhone, it's ATLSIP_OnConfirmSetStun(..). Regards, Ilian |
From: tomach <to...@dg...> - 2007-08-02 11:00:17
|
Thanks! Would be great! I am in hurry but I hope I can wait till mid next week. I guess that would be very usefull if You would give possibilty to: - let the user to set the name to the file that is going to be saved ( or there shoudl be phone number, time of call, date...), - or less improatnt to have possibilty to decied when to save files and when not...that i do not have to recompile whole ATLSIP everytiem i would liek to make verison without saving file.... good luck! Best regards, Tom |
From: Joegen E. B. <joe...@gm...> - 2007-08-02 09:41:23
|
If you can wait til mid next week... I should have already published ATLSIP with the mixer capability tomach wrote: > Hello! > > I just wanted to recored phone calls with ATLSIP. So I thought that possibilty would be if i make a loop in windows sound device (setting in recorind stereo mix). But then the problem was that the far end user heard his own voice all the time.....Headset with echo canceller was a solution :) > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > |
From: tomach <to...@dg...> - 2007-08-02 09:32:06
|
Hello! I just wanted to recored phone calls with ATLSIP. So I thought that possibilty would be if i make a loop in windows sound device (setting in recorind stereo mix). But then the problem was that the far end user heard his own voice all the time.....Headset with echo canceller was a solution :) |
From: tomach <to...@dg...> - 2007-08-02 09:30:02
|
Hello! HEHE i just found orecka yesteday :) It is really good. This is what i was looking for :) Thanks guys! |
From: Joegen E. B. <joe...@gm...> - 2007-08-02 06:19:05
|
The only cause left is if HAS_OPAL has not been defined #include "ossbuildopts.h" #if HAS_OPAL #include <ptlib.h> #include <opal/connection.h> #include <opal/sdp.h> #include "OpalOSSEndPoint.h" class OpalCall; namespace OPAL Can you check if HAS_OPAL is defined in ossbuildopts.h? Lastly please join the mailing list and post questions there. http://www.opensipstack.org/development.html. Thanks. yonghan cho wrote: > thanks for your quick response. > > I have checked everywhere installed opensipstack but I could not find it. > > Is there any other possiblity for those errors or other thing that I > have to tyr? > > > > Best Regards. . > > > > ------- *Original Message* ------- > *Sender* : jo...@op...<joe...@gm...> > *Date* : 2007-08-02 10:54 > *Title* : Re: questions about OpenSBC > > This looks like a conflict on header files. Do you have other version of > opensipstack installed somewhere? > > > > ??? wrote: > > Hi, my name is yonghan cho. I'm working for secui.com in Korea. > > > > My question is about compiling OpenSBC. My compiler is Visual Studio > > 2005 professional edition. > > > > I have checked every step and downloaded latest source by CVS. > > > > Following is some examples of my compile error and screen capture. > > > > c:\goodjob\¹Ì·¡±â¼ú > > tf\voip\sip-source\opensbc\opensbc_src-1.1.4\opensipstack\include\MediaServer.h(9) > > > : error C2871: 'OPAL' : no namespace have the same name 'OPAL'. > > > > c:\goodjob\¹Ì·¡±â¼ú > > tf\voip\sip-source\opensbc\opensbc_src-1.1.4\opensipstack\include\MediaServer.h(27) > > > : error C2504: 'OpalManager' : basic class is not defined. > > > > c:\goodjob\¹Ì·¡±â¼ú > > tf\voip\sip-source\opensbc\opensbc_src-1.1.4\opensipstack\include\MediaServer.h(28) > > > : error C2504: 'Logger' : basic class is not defined. > > > > > > > > > > > ------------------------------------------------------------------------------------------------------------------ > > ??? YongHan.Cho > > ?? General Manager > > ???? ??? ???? T/F? Future Technology T/F Team R&D > > > > tel : 82-2-3783-6535 > > mobile : 82-011-9082-4059 > > fax : 82-2-3783-6599 > > email : yh0...@sa... > > > > ------------------------------------------------------------------------------------------------------------------ > > > > > > > |
From: Andre S. <eds...@ya...> - 2007-08-02 03:25:37
|
Nope, he wants an echo canceller on the software side. "Joegen E. Baclor" <joe...@gm...> wrote: Andre, I got lost there for a while. What exactly was the problem that the headset with echo cancellation solved? Andre Silo wrote: > Tomach, > > That was my problem also but what we did is used a headset with echo canceller. > > tomach wrote: > Hey guys help! > > > Has anyboyd have an idea how to record phone calls? > There is no probelm with record microphone but what abtou wave out? > In the beginning I thought that I could use "stereo Mix" in windows mixer and recored wave out somehow...but it turned out that then in remote end own voice is available in phone....So now is the only option to record microphone and wave out separatle and then merge it? Do you know any easy way to record wave out in .net? > > please help... > > ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ opensipstack-devel mailing list ope...@li... https://lists.sourceforge.net/lists/listinfo/opensipstack-devel --------------------------------- Boardwalk for $500? In 2007? Ha! Play Monopoly Here and Now (it's updated for today's economy) at Yahoo! Games. |
From: Joegen E. B. <joe...@gm...> - 2007-08-02 03:18:01
|
Andre, I got lost there for a while. What exactly was the problem that the headset with echo cancellation solved? Andre Silo wrote: > Tomach, > > That was my problem also but what we did is used a headset with echo canceller. > > tomach <to...@dg...> wrote: > Hey guys help! > > > Has anyboyd have an idea how to record phone calls? > There is no probelm with record microphone but what abtou wave out? > In the beginning I thought that I could use "stereo Mix" in windows mixer and recored wave out somehow...but it turned out that then in remote end own voice is available in phone....So now is the only option to record microphone and wave out separatle and then merge it? Do you know any easy way to record wave out in .net? > > please help... > > |
From: Joegen E. B. <joe...@gm...> - 2007-08-02 02:58:39
|
It would be nice to be able to combine this project to OpenSBC. Any takers? Leo Ann Boon wrote: > Use a VOIP recorder like Oreka (http://oreka.sourceforge.net open source). > > Leo > |
From: Joegen E. B. <joe...@gm...> - 2007-08-02 02:51:04
|
Hi Kolneath, I can't really help you out with cross compiling issues because I do not have prior experience cross compiling OpenSIPStack myself. It would be a case of the blind leading the blind. Anyway, it seems your problem has already been discussed in OpenH323 mailing list. See this thread http://www.openh323.org/pipermail/openh323/Week-of-Mon-20060911/077847.html If you are able to solve this problem, please provide your findings to me so I could update the documentations so that others with the same problems as yours may have some reference to work with in the future. Good luck. Joegen Kolneath SOMETH wrote: > > Hello Everyone, > > I launched the ./configure script followed by --host mips-linux (cross > compiling). The error says that *checking for > /usr/local/include/expat.h... configure: error: cannot check for file > existence when cross compiling * > > As I am root (on my own machine), I copied the expat.h which exists > normally under /usr/include into the needed directory > /usr/local/include/ in order to cope with this problem. > > But the previous message still shows even I am able to locate the > missing file in that folder. So this means that when the system is > crosscompiling, it is unable to check for the existence of the the .h > files ? > > Could any of you kindly give me the direction in order to get through > this problem please. > > Thanks and best regards, > > Kolneath SOMETH > > " Ce courriel et les documents qui y sont attaches peuvent contenir > des informations confidentielles. Si vous n'etes pas le destinataire > escompte, merci d'en informer l'expediteur immediatement et de > detruire ce courriel ainsi que tous les documents attaches de votre > systeme informatique. Toute divulgation, distribution ou copie du > present courriel et des documents attaches sans autorisation prealable > de son emetteur est interdite." > > " This e-mail and any attached documents may contain confidential or > proprietary 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: Leo A. B. <le...@da...> - 2007-08-01 23:05:09
|
Resend. Wrong url tomach wrote: > Hey guys help! > > > Has anyboyd have an idea how to record phone calls? > There is no probelm with record microphone but what abtou wave out? > In the beginning I thought that I could use "stereo Mix" in windows mixer and recored wave out somehow...but it turned out that then in remote end own voice is available in phone....So now is the only option to record microphone and wave out separatle and then merge it? Do you know any easy way to record wave out in .net? > > please help... > Use a VOIP recorder like Oreka (http://oreka.sourceforge.net open source). Leo |
From: Leo A. B. <le...@da...> - 2007-08-01 23:04:04
|
tomach wrote: > Hey guys help! > > > Has anyboyd have an idea how to record phone calls? > There is no probelm with record microphone but what abtou wave out? > In the beginning I thought that I could use "stereo Mix" in windows mixer and recored wave out somehow...but it turned out that then in remote end own voice is available in phone....So now is the only option to record microphone and wave out separatle and then merge it? Do you know any easy way to record wave out in .net? > > please help... > Use a VOIP recorder like Oreka (http://www.oreka.com open source). Leo |
From: Joegen E. B. <joe...@gm...> - 2007-08-01 14:49:54
|
I have old code that do mixing. I'll see if I could incorporate it in ATLSIP soon. sip pot wrote: > for recording call I use softphone that can record call from vidosystem.com, > I think xten also support record call. > I think recording wave in and wave out on different buffer and join them > after finish will work, I saw this on openh323 softphone. > > pot > > 2007/8/1, Ilian Jeri C. Pinzon <ip...@so...>: > >> Might be worth a try: >> http://www.codeproject.com/cs/media/directxcapture.asp >> >> Check if this can peek in waveout without changing the mixer lines. You >> might need a video input device to run the sample program though. >> >> tomach wrote: >> >>> Hey guys help! >>> >>> >>> Has anyboyd have an idea how to record phone calls? >>> There is no probelm with record microphone but what abtou wave out? >>> In the beginning I thought that I could use "stereo Mix" in windows >>> >> mixer and recored wave out somehow...but it turned out that then in remote >> end own voice is available in phone....So now is the only option to record >> microphone and wave out separatle and then merge it? Do you know any easy >> way to record wave out in .net? >> >>> please help... >>> >>> >>> >> ------------------------------------------------------------------------- >> >>> This SF.net email is sponsored by: Splunk Inc. >>> Still grepping through log files to find problems? Stop. >>> Now Search log events and configuration files using AJAX and a browser. >>> Download your FREE copy of Splunk now >> http://get.splunk.com/ >>> _______________________________________________ >>> opensipstack-devel mailing list >>> ope...@li... >>> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >>> >>> >>> >>> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? Stop. >> Now Search log events and configuration files using AJAX and a browser. >> Download your FREE copy of Splunk now >> http://get.splunk.com/ >> _______________________________________________ >> opensipstack-devel mailing list >> ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >> >> > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > |