opensipstack-devel Mailing List for OpenSIPStack (Page 36)
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: <sa...@ER...> - 2007-12-01 00:53:37
|
Hi OpenSBC is NOT allowing the INVITE from a phone registered on SIPxchange = to pass through it because it is attempting to authenticate the user who made the call = (From:). We need to make some configuration changes on OpenSBC before the INVITE = will be passed to our ITSP. Can you show me how to do this? Warren Kreckler |
From: Joegen E. B. <joe...@gm...> - 2007-11-30 02:05:52
|
Gaurav, Have you already tried manually specifying a route in B2BUA Routes? [sip:206...@si...] sip:your_internal_ua@internal_domain If this did not work, please send me your b2bua logs off list Joegen Gaurav Kheterpal wrote: > Hi Joegen, > > Thanks for your reply. The request URI in INVITE is > sip:206...@si.... > > Any suggestions? > > Regards, > Gaurav > > >> -----Original Message----- >> From: ope...@li... >> [mailto:ope...@li...] On Behalf Of >> Joegen E. Baclor >> Sent: Wednesday, November 28, 2007 2:37 PM >> To: ope...@li... >> Cc: ope...@li... >> Subject: Re: [OpenSBC] Trunking/ DID - To URI >> >> >> >> >> I fully understand the problem. What's the request-URI? Is it >> ***sip:555...@si... >> To=sip:5553885283@sip3.voipvoip. >> com>* >> like the invite below? >> >> INVITE ***sip:555...@si... >> To=sip:5553885283@sip3.voipvoip. >> com>* >> SIP/2.0 >> To: sip:12069220355*@sip3.voipvoip.com >> >> Joegen >> >> >> >> Gaurav Kheterpal wrote: >> >>> Hi Joegen, >>> >>> >>> >>> I trust you are doing fine. While continuing to explore the trunking >>> feature of OpenSBC with various SIP providers, we ran in to the >>> following issue:- >>> >>> >>> >>> While testing with voipviop.com, The AOR of our account in >>> voipvoip.com <http://voipvoip.com> is >>> >>> *sip:555...@si... >>> >>> >> <http://us.f524.mail.yahoo.com/ym/Compose?To=sip:5553885283@sip3.voipvoip. >> com> >> >>> *and voipvoip.com <http://voipvoip.com> proxy registers OpenSBC with >>> above SIP URI. But voipvoip.com <http://voipvoip.com> has allocated >>> DID 12069220355 for this particular AOR and all the incoming calls >>> coming to OpenSBC have SIP TO URI as >>> >>> To: <sip:206...@si... >>> >>> >> <http://us.f524.mail.yahoo.com/ym/Compose?To=sip:2069220355@sip3.voipvoip. >> com>>. >> >>> Now the problem is that when an inbound call comes in, the code >>> searches for UserName: 2069220355 and tries to get SipTrunkAccount >>> object but it fails as UserName is 5553885283 on Sip Trunk Config Page. >>> >>> Here is snippet from the code. >>> >>> SBCRoutingHandler::B2BRouteCall() >>> >>> { >>> SBCSIPTrunkAccount account; >>> account.SetUserName( to.GetURI().GetUser().c_str() ); >>> if( trunkReg->FindTrunkAccount( account ) ) >>> { >>> ///ok we have an account >>> uri = SIPURI( account.GetInboundRoute() ); >>> } >>> } >>> >>> >>> >>> Any suggestions on how we can get the DID into account for trunking? >>> >>> >>> >>> As always, thanks in advance for your reply. >>> >>> >>> >>> Regards, >>> Gaurav >>> >>> ------------------------------------------------------------------------ >>> >>> ------------------------------------------------------------------------ >>> >> - >> >>> SF.Net email is sponsored by: The Future of Linux Business White Paper >>> from Novell. From the desktop to the data center, Linux is going >>> mainstream. Let it simplify your IT future. >>> http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 >>> ------------------------------------------------------------------------ >>> >>> _______________________________________________ >>> Opensipstack-osbcdevel mailing list >>> Ope...@li... >>> https://lists.sourceforge.net/lists/listinfo/opensipstack-osbcdevel >>> >>> ------------------------------------------------------------------------ >>> >>> No virus found in this incoming message. >>> Checked by AVG Free Edition. >>> Version: 7.5.503 / Virus Database: 269.16.9/1155 - Release Date: >>> >> 11/27/2007 8:30 PM >> >> ------------------------------------------------------------------------- >> SF.Net email is sponsored by: The Future of Linux Business White Paper >> from Novell. From the desktop to the data center, Linux is going >> mainstream. Let it simplify your IT future. >> http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 >> _______________________________________________ >> Opensipstack-osbcdevel mailing list >> Ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opensipstack-osbcdevel >> > > > > |
From: Gaurav K. <gkh...@is...> - 2007-11-29 07:15:40
|
Hi Joegen, Thanks for your reply. The request URI in INVITE is sip:206...@si.... Any suggestions? Regards, Gaurav > -----Original Message----- > From: ope...@li... > [mailto:ope...@li...] On Behalf Of > Joegen E. Baclor > Sent: Wednesday, November 28, 2007 2:37 PM > To: ope...@li... > Cc: ope...@li... > Subject: Re: [OpenSBC] Trunking/ DID - To URI > > > > > I fully understand the problem. What's the request-URI? Is it > ***sip:555...@si... > To=sip:5553885283@sip3.voipvoip. > com>* > like the invite below? > > INVITE ***sip:555...@si... > To=sip:5553885283@sip3.voipvoip. > com>* > SIP/2.0 > To: sip:12069220355*@sip3.voipvoip.com > > Joegen > > > > Gaurav Kheterpal wrote: > > > > Hi Joegen, > > > > > > > > I trust you are doing fine. While continuing to explore the trunking > > feature of OpenSBC with various SIP providers, we ran in to the > > following issue:- > > > > > > > > While testing with voipviop.com, The AOR of our account in > > voipvoip.com <http://voipvoip.com> is > > > > *sip:555...@si... > > > <http://us.f524.mail.yahoo.com/ym/Compose?To=sip:5553885283@sip3.voipvoip. > com> > > > > *and voipvoip.com <http://voipvoip.com> proxy registers OpenSBC with > > above SIP URI. But voipvoip.com <http://voipvoip.com> has allocated > > DID 12069220355 for this particular AOR and all the incoming calls > > coming to OpenSBC have SIP TO URI as > > > > To: <sip:206...@si... > > > <http://us.f524.mail.yahoo.com/ym/Compose?To=sip:2069220355@sip3.voipvoip. > com>>. > > > > Now the problem is that when an inbound call comes in, the code > > searches for UserName: 2069220355 and tries to get SipTrunkAccount > > object but it fails as UserName is 5553885283 on Sip Trunk Config Page. > > > > Here is snippet from the code. > > > > SBCRoutingHandler::B2BRouteCall() > > > > { > > SBCSIPTrunkAccount account; > > account.SetUserName( to.GetURI().GetUser().c_str() ); > > if( trunkReg->FindTrunkAccount( account ) ) > > { > > ///ok we have an account > > uri = SIPURI( account.GetInboundRoute() ); > > } > > } > > > > > > > > Any suggestions on how we can get the DID into account for trunking? > > > > > > > > As always, thanks in advance for your reply. > > > > > > > > Regards, > > Gaurav > > > > ------------------------------------------------------------------------ > > > > ------------------------------------------------------------------------ > - > > SF.Net email is sponsored by: The Future of Linux Business White Paper > > from Novell. From the desktop to the data center, Linux is going > > mainstream. Let it simplify your IT future. > > http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Opensipstack-osbcdevel mailing list > > Ope...@li... > > https://lists.sourceforge.net/lists/listinfo/opensipstack-osbcdevel > > > > ------------------------------------------------------------------------ > > > > No virus found in this incoming message. > > Checked by AVG Free Edition. > > Version: 7.5.503 / Virus Database: 269.16.9/1155 - Release Date: > 11/27/2007 8:30 PM > > > > > ------------------------------------------------------------------------- > SF.Net email is sponsored by: The Future of Linux Business White Paper > from Novell. From the desktop to the data center, Linux is going > mainstream. Let it simplify your IT future. > http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 > _______________________________________________ > Opensipstack-osbcdevel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-osbcdevel |
From: Chandra S. A. <cag...@ve...> - 2007-11-28 09:54:57
|
Guys IS there ant performance matrix or scalability document available for OpenSBC. I tried searching on net but was hardy able to find anything substantial. Your help would be greatly appreciated. Thanks CS |
From: Joegen E. B. <joe...@gm...> - 2007-11-28 09:07:15
|
I fully understand the problem. What's the request-URI? Is it ***sip:555...@si... <http://us.f524.mail.yahoo.com/ym/Compose?To=sip:555...@si...>* like the invite below? INVITE ***sip:555...@si... <http://us.f524.mail.yahoo.com/ym/Compose?To=sip:555...@si...>* SIP/2.0 To: sip:12069220355*@sip3.voipvoip.com <http://us.f524.mail.yahoo.com/ym/Compose?To=sip:555...@si...>* Joegen Gaurav Kheterpal wrote: > > Hi Joegen, > > > > I trust you are doing fine. While continuing to explore the trunking > feature of OpenSBC with various SIP providers, we ran in to the > following issue:- > > > > While testing with voipviop.com, The AOR of our account in > voipvoip.com <http://voipvoip.com> is > > *sip:555...@si... > <http://us.f524.mail.yahoo.com/ym/Compose?To=sip:555...@si...> > > *and voipvoip.com <http://voipvoip.com> proxy registers OpenSBC with > above SIP URI. But voipvoip.com <http://voipvoip.com> has allocated > DID 12069220355 for this particular AOR and all the incoming calls > coming to OpenSBC have SIP TO URI as > > To: <sip:206...@si... > <http://us.f524.mail.yahoo.com/ym/Compose?To=sip:206...@si...>>. > > Now the problem is that when an inbound call comes in, the code > searches for UserName: 2069220355 and tries to get SipTrunkAccount > object but it fails as UserName is 5553885283 on Sip Trunk Config Page. > > Here is snippet from the code. > > SBCRoutingHandler::B2BRouteCall() > > { > SBCSIPTrunkAccount account; > account.SetUserName( to.GetURI().GetUser().c_str() ); > if( trunkReg->FindTrunkAccount( account ) ) > { > ///ok we have an account > uri = SIPURI( account.GetInboundRoute() ); > } > } > > > > Any suggestions on how we can get the DID into account for trunking? > > > > As always, thanks in advance for your reply. > > > > Regards, > Gaurav > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > SF.Net email is sponsored by: The Future of Linux Business White Paper > from Novell. From the desktop to the data center, Linux is going > mainstream. Let it simplify your IT future. > http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 > ------------------------------------------------------------------------ > > _______________________________________________ > Opensipstack-osbcdevel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-osbcdevel > > ------------------------------------------------------------------------ > > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.5.503 / Virus Database: 269.16.9/1155 - Release Date: 11/27/2007 8:30 PM > |
From: Gaurav K. <gkh...@is...> - 2007-11-28 06:17:08
|
Hi Joegen, I trust you are doing fine. While continuing to explore the trunking feature of OpenSBC with various SIP providers, we ran in to the following issue:- While testing with voipviop.com, The AOR of our account in <http://voipvoip.com> voipvoip.com is <http://us.f524.mail.yahoo.com/ym/Compose?To=sip:555...@si... m> sip:555...@si... and <http://voipvoip.com> voipvoip.com proxy registers OpenSBC with above SIP URI. But <http://voipvoip.com> voipvoip.com has allocated DID 12069220355 for this particular AOR and all the incoming calls coming to OpenSBC have SIP TO URI as To: < <http://us.f524.mail.yahoo.com/ym/Compose?To=sip:206...@si... m> sip:206...@si... >. Now the problem is that when an inbound call comes in, the code searches for UserName: 2069220355 and tries to get SipTrunkAccount object but it fails as UserName is 5553885283 on Sip Trunk Config Page. Here is snippet from the code. SBCRoutingHandler::B2BRouteCall() { SBCSIPTrunkAccount account; account.SetUserName( to.GetURI().GetUser().c_str() ); if( trunkReg->FindTrunkAccount( account ) ) { ///ok we have an account uri = SIPURI( account.GetInboundRoute() ); } } Any suggestions on how we can get the DID into account for trunking? As always, thanks in advance for your reply. Regards, Gaurav |
From: Chandra S. A. <cag...@ve...> - 2007-11-28 05:56:56
|
Joegen,=20 Thanks!=20 OpenSER low level APIs are not documented and not supported in the = community so using it would be at my own risk :) I am looking at a mixed solution now where I use OpenSER as a proxy and Asterik as a B2BUA. Regards CS -----Original Message----- From: ope...@li... [mailto:ope...@li...] On Behalf Of Joegen E. Baclor Sent: Wednesday, November 28, 2007 8:24 AM To: ope...@li... Subject: Re: [OpenSIPStack] user agent qustion(s) The last time I checked, SER is a true proxy and not a B2BUA. I am sure = SER has low level interfaces to its SIP Stack so maybe you can code your = own B2BUA out of it. OpenSIPStack is specifically built to address the = need for a B2BUA in the open source arena. So, although OpenSIPStack =20 can be used to come up with a true proxy solution, it's focus is towards = the B2BUA functionality and would be the appropriate tool in writing a=20 B2BUA application such as OpenSBC. Chandra Shekhar Agrawal wrote: > Guys, geetings! > > Can OpenSER be used to implement a B2BUA ? > > Thanks > CS > > > -----Original Message----- > From: ope...@li... > [mailto:ope...@li...] On Behalf Of > Thomas Raschbacher > Sent: Tuesday, November 27, 2007 2:53 PM > To: ope...@li... > Subject: [OpenSIPStack] user agent qustion(s) > > Hi. > > I'd need to know if opensipstack supports multiple sip connections at = any > time (meaning connected to potentially 2 or more servers at the same = time as > 'failsave'). > > Also which class would I be looking at to start implementing an User = agent > (as a windows console app / service)? > > Thanks & Regards, > > Mit freundlichen Gr=FC=DFen > Thomas Raschbacher > ____________________________________________ > itCampus Technology GmbH > =D6sterreich * Deutschland * Italien > Wehlistra=DFe 27b > 1200 Wien > tho...@it... > Tel: +43 (1) 33418557-58 > Fax: +43 (1) 33418557-958 > http://www.itctec.com > UID: ATU 6339 0618 > Firmenbuchnr: FN292598t, Handelsgericht Wien > Gesch=E4ftsf=FChrer: Andreas G=FCnser, Andreas Lassmann > Joint Venture von itCampus und MEC > > itCampus Gruppe > Deutschland * Gro=DFbritannien * Italien * =D6sterreich * Schweiz * = Slowakei > http://www.itcampus.eu > > > > = -------------------------------------------------------------------------= > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > > = -------------------------------------------------------------------------= > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > =20 -------------------------------------------------------------------------= SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 _______________________________________________ opensipstack-devel mailing list ope...@li... https://lists.sourceforge.net/lists/listinfo/opensipstack-devel |
From: Joegen E. B. <joe...@gm...> - 2007-11-28 02:58:29
|
Thomas, SoftPhoneInterface is a single session API as of the moment but the=20 underlying classes that it wraps do allow multiple connections to be=20 handled. Take a look at MS::MediaServer* classes. It's an example of=20 a SIPEndPoint that handles multiple connections. Joegen Thomas Raschbacher wrote: > Thanks, I looked at SF already, but I don't want to use ATL stuffs as I= 'm writing code for a System service. > > Also not 'yet' implemented means it is straight out impossible, or just= that there is no 'manager' class to handle multiple connections? Ie. Cou= ld I create SipConnections / SipEndpoints myself and manage them or am I = getting something wrong here? > > Regards, > > -----Original Message----- > From: ope...@li... [mailto:opensips= tac...@li...] On Behalf Of Ilian Jeri C. Pinz= on > Sent: Dienstag, 27. November 2007 10:39 > To: ope...@li... > Subject: Re: [OpenSIPStack] user agent qustion(s) > > Hi. > > Thomas Raschbacher wrote: > =20 >> Hi. >> >> I'd need to know if opensipstack supports multiple sip connections at = any time (meaning connected to potentially 2 or more servers at the same = time as 'failsave'). >> >> =20 > Unfortunately, this is not *yet* implemented. > =20 >> Also which class would I be looking at to start implementing an User a= gent (as a windows console app / service)? >> >> =20 > UA-related methods are in SoftPhoneInterface. There are reference UA > implementations in ATLSIP. Just checkout the ATLSIP module from CVS. > > - Ilian > =20 >> Thanks & Regards, >> >> Mit freundlichen Gr=FC=DFen >> Thomas Raschbacher >> ____________________________________________ >> itCampus Technology GmbH >> =D6sterreich * Deutschland * Italien >> Wehlistra=DFe 27b >> 1200 Wien >> tho...@it... >> Tel: +43 (1) 33418557-58 >> Fax: +43 (1) 33418557-958 >> http://www.itctec.com >> UID: ATU 6339 0618 >> Firmenbuchnr: FN292598t, Handelsgericht Wien >> Gesch=E4ftsf=FChrer: Andreas G=FCnser, Andreas Lassmann >> Joint Venture von itCampus und MEC >> >> itCampus Gruppe >> Deutschland * Gro=DFbritannien * Italien * =D6sterreich * Schweiz * Sl= owakei >> http://www.itcampus.eu >> >> >> >> ----------------------------------------------------------------------= --- >> This SF.net email is sponsored by: Microsoft >> Defy all challenges. Microsoft(R) Visual Studio 2005. >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >> _______________________________________________ >> opensipstack-devel mailing list >> ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >> >> >> >> =20 > > > -----------------------------------------------------------------------= -- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > -----------------------------------------------------------------------= -- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > =20 |
From: Joegen E. B. <joe...@gm...> - 2007-11-28 02:54:02
|
The last time I checked, SER is a true proxy and not a B2BUA. I am sure = SER has low level interfaces to its SIP Stack so maybe you can code your = own B2BUA out of it. OpenSIPStack is specifically built to address the = need for a B2BUA in the open source arena. So, although OpenSIPStack =20 can be used to come up with a true proxy solution, it's focus is towards = the B2BUA functionality and would be the appropriate tool in writing a=20 B2BUA application such as OpenSBC. Chandra Shekhar Agrawal wrote: > Guys, geetings! > > Can OpenSER be used to implement a B2BUA ? > > Thanks > CS > > > -----Original Message----- > From: ope...@li... > [mailto:ope...@li...] On Behalf Of > Thomas Raschbacher > Sent: Tuesday, November 27, 2007 2:53 PM > To: ope...@li... > Subject: [OpenSIPStack] user agent qustion(s) > > Hi. > > I'd need to know if opensipstack supports multiple sip connections at a= ny > time (meaning connected to potentially 2 or more servers at the same ti= me as > 'failsave'). > > Also which class would I be looking at to start implementing an User ag= ent > (as a windows console app / service)? > > Thanks & Regards, > > Mit freundlichen Gr=FC=DFen > Thomas Raschbacher > ____________________________________________ > itCampus Technology GmbH > =D6sterreich * Deutschland * Italien > Wehlistra=DFe 27b > 1200 Wien > tho...@it... > Tel: +43 (1) 33418557-58 > Fax: +43 (1) 33418557-958 > http://www.itctec.com > UID: ATU 6339 0618 > Firmenbuchnr: FN292598t, Handelsgericht Wien > Gesch=E4ftsf=FChrer: Andreas G=FCnser, Andreas Lassmann > Joint Venture von itCampus und MEC > > itCampus Gruppe > Deutschland * Gro=DFbritannien * Italien * =D6sterreich * Schweiz * Slo= wakei > http://www.itcampus.eu > > > > -----------------------------------------------------------------------= -- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > > -----------------------------------------------------------------------= -- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > =20 |
From: Joegen E. B. <joe...@gm...> - 2007-11-28 02:48:00
|
Ilian, You need not look further. Just take a look at SBCSIPTrunkReg* files in = OpenSBC source. This is the registration client manager for SIP=20 Trunks. It spits out multiple registration sessions. Is this a=20 feature you intend to add in future SF roadmap? Sending out multiple=20 registration should be a walk in the park. I see the difficulties in=20 the area of multiplexing accross multiple accounts based on the dial=20 string. Fail-over routing would also entail that you rewrite INVITEs=20 and use the appropriate credentials the destination domain recognize. =20 Different domains may also have different dialing rules. =20 Joegen Ilian Jeri C. Pinzon wrote: > Thomas, > > I have to take back what I said (sorry got confused earlier; busy day I= =20 > guess). I just remembered that OpalOSSRegistrar is actually derived fro= m=20 > RegisterSessionManager. Meaning, you should only have one of these in=20 > one OpalOSSUserAgent. But you can have multiple RegisterSessions in one= =20 > RegisterSessionManager. This is the correct solution to your problem.=20 > But how to implement this is another matter... > > I'll have to look into this first before I can say what direction to ta= ke. > > - Ilian > > Ilian Jeri C. Pinzon wrote: > =20 >> Thomas Raschbacher wrote: >> =20 >> =20 >>> Thanks >>> >>> So if multiple registrars are implemented in OpalOSSUserAgent I'll be= able to have multiple sessions with multiple registrars? >>> =20 >>> =20 >>> =20 >> Yes. It should. >> =20 >> =20 >>> Meaning: >>> >>> [MyServer] ---> [ExtServer1] >>> +-------> [ExtServer1] (<possibly> different username/passwor= d than first connection) >>> +-------> [ExtServer2] >>> ... >>> >>> Regards, >>> >>> -----Original Message----- >>> From: ope...@li... [mailto:opensi= pst...@li...] On Behalf Of Ilian Jeri C. Pi= nzon >>> Sent: Dienstag, 27. November 2007 11:13 >>> To: ope...@li... >>> Subject: Re: [OpenSIPStack] user agent qustion(s) >>> >>> Hi, >>> >>> Thomas Raschbacher wrote: >>> =20 >>> =20 >>> =20 >>>> Thanks, I looked at SF already, but I don't want to use ATL stuffs a= s I'm writing code for a System service. >>>> >>>> =20 >>>> =20 >>>> =20 >>> ATLSIP doesn't just contain an ATL implementation. Kind of a misnomer= , I >>> know. It also has an MFC implementation if you want to see how derivi= ng >>> from SoftPhoneInterface is done. There's also another one that can be= >>> run as a background process and can be controlled through XML-RPC. >>> =20 >>> =20 >>> =20 >>>> Also not 'yet' implemented means it is straight out impossible, or j= ust that there is no 'manager' class to handle multiple connections? Ie. = Could I create SipConnections / SipEndpoints myself and manage them or am= I getting something wrong here? >>>> >>>> =20 >>>> =20 >>>> =20 >>> "Yet" meaning that there is no manager class. Wait. When you said >>> "connected to potentially 2 or more servers at the same time as >>> 'failsave'", did you mean one endpoint having registrations to differ= ent >>> servers? If so, you won't need multiple endpoints just multiple >>> registrars. It can be implemented with relative ease I think. You wil= l >>> need to modify OpalOSSUserAgent and OpalOSSRegistrar. Right now >>> OpalOSSUserAgent has only one OpalOSSRegistrar. Admittedly, I haven't= >>> looked at it that much so I don't know the extent of the modification= s. >>> >>> - Ilian >>> =20 >>> =20 >>> =20 >>>> Regards, >>>> >>>> -----Original Message----- >>>> From: ope...@li... [mailto:opens= ips...@li...] On Behalf Of Ilian Jeri C. P= inzon >>>> Sent: Dienstag, 27. November 2007 10:39 >>>> To: ope...@li... >>>> Subject: Re: [OpenSIPStack] user agent qustion(s) >>>> >>>> Hi. >>>> >>>> Thomas Raschbacher wrote: >>>> >>>> =20 >>>> =20 >>>> =20 >>>>> Hi. >>>>> >>>>> I'd need to know if opensipstack supports multiple sip connections = at any time (meaning connected to potentially 2 or more servers at the sa= me time as 'failsave'). >>>>> >>>>> >>>>> =20 >>>>> =20 >>>>> =20 >>>> Unfortunately, this is not *yet* implemented. >>>> >>>> =20 >>>> =20 >>>> =20 >>>>> Also which class would I be looking at to start implementing an Use= r agent (as a windows console app / service)? >>>>> >>>>> >>>>> =20 >>>>> =20 >>>>> =20 >>>> UA-related methods are in SoftPhoneInterface. There are reference UA= >>>> implementations in ATLSIP. Just checkout the ATLSIP module from CVS.= >>>> >>>> - Ilian >>>> >>>> =20 >>>> =20 >>>> =20 >>>>> Thanks & Regards, >>>>> >>>>> Mit freundlichen Gr=FC=DFen >>>>> Thomas Raschbacher >>>>> ____________________________________________ >>>>> itCampus Technology GmbH >>>>> =D6sterreich * Deutschland * Italien >>>>> Wehlistra=DFe 27b >>>>> 1200 Wien >>>>> tho...@it... >>>>> Tel: +43 (1) 33418557-58 >>>>> Fax: +43 (1) 33418557-958 >>>>> http://www.itctec.com >>>>> UID: ATU 6339 0618 >>>>> Firmenbuchnr: FN292598t, Handelsgericht Wien >>>>> Gesch=E4ftsf=FChrer: Andreas G=FCnser, Andreas Lassmann >>>>> Joint Venture von itCampus und MEC >>>>> >>>>> itCampus Gruppe >>>>> Deutschland * Gro=DFbritannien * Italien * =D6sterreich * Schweiz *= Slowakei >>>>> http://www.itcampus.eu >>>>> >>>>> >>>>> >>>>> -------------------------------------------------------------------= ------ >>>>> This SF.net email is sponsored by: Microsoft >>>>> Defy all challenges. Microsoft(R) Visual Studio 2005. >>>>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >>>>> _______________________________________________ >>>>> opensipstack-devel mailing list >>>>> ope...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >>>>> >>>>> >>>>> >>>>> >>>>> =20 >>>>> =20 >>>>> =20 >>>> --------------------------------------------------------------------= ----- >>>> This SF.net email is sponsored by: Microsoft >>>> Defy all challenges. Microsoft(R) Visual Studio 2005. >>>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >>>> _______________________________________________ >>>> opensipstack-devel mailing list >>>> ope...@li... >>>> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >>>> >>>> --------------------------------------------------------------------= ----- >>>> This SF.net email is sponsored by: Microsoft >>>> Defy all challenges. Microsoft(R) Visual Studio 2005. >>>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >>>> _______________________________________________ >>>> opensipstack-devel mailing list >>>> ope...@li... >>>> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >>>> >>>> >>>> >>>> =20 >>>> =20 >>>> =20 >>> ---------------------------------------------------------------------= ---- >>> This SF.net email is sponsored by: Microsoft >>> Defy all challenges. Microsoft(R) Visual Studio 2005. >>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >>> _______________________________________________ >>> opensipstack-devel mailing list >>> ope...@li... >>> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >>> >>> ---------------------------------------------------------------------= ---- >>> This SF.net email is sponsored by: Microsoft >>> Defy all challenges. Microsoft(R) Visual Studio 2005. >>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >>> _______________________________________________ >>> opensipstack-devel mailing list >>> ope...@li... >>> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >>> >>> >>> =20 >>> =20 >>> =20 >> ----------------------------------------------------------------------= --- >> This SF.net email is sponsored by: Microsoft >> Defy all challenges. Microsoft(R) Visual Studio 2005. >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >> _______________________________________________ >> opensipstack-devel mailing list >> ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >> >> >> =20 >> =20 > > > -----------------------------------------------------------------------= -- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > =20 |
From: Ilian J. C. P. <ip...@so...> - 2007-11-27 11:08:34
|
Thomas, I have to take back what I said (sorry got confused earlier; busy day I guess). I just remembered that OpalOSSRegistrar is actually derived from RegisterSessionManager. Meaning, you should only have one of these in one OpalOSSUserAgent. But you can have multiple RegisterSessions in one RegisterSessionManager. This is the correct solution to your problem. But how to implement this is another matter... I'll have to look into this first before I can say what direction to take. - Ilian Ilian Jeri C. Pinzon wrote: > Thomas Raschbacher wrote: > >> Thanks >> >> So if multiple registrars are implemented in OpalOSSUserAgent I'll be able to have multiple sessions with multiple registrars? >> >> > Yes. It should. > >> Meaning: >> >> [MyServer] ---> [ExtServer1] >> +-------> [ExtServer1] (<possibly> different username/password than first connection) >> +-------> [ExtServer2] >> ... >> >> Regards, >> >> -----Original Message----- >> From: ope...@li... [mailto:ope...@li...] On Behalf Of Ilian Jeri C. Pinzon >> Sent: Dienstag, 27. November 2007 11:13 >> To: ope...@li... >> Subject: Re: [OpenSIPStack] user agent qustion(s) >> >> Hi, >> >> Thomas Raschbacher wrote: >> >> >>> Thanks, I looked at SF already, but I don't want to use ATL stuffs as I'm writing code for a System service. >>> >>> >>> >> ATLSIP doesn't just contain an ATL implementation. Kind of a misnomer, I >> know. It also has an MFC implementation if you want to see how deriving >> from SoftPhoneInterface is done. There's also another one that can be >> run as a background process and can be controlled through XML-RPC. >> >> >>> Also not 'yet' implemented means it is straight out impossible, or just that there is no 'manager' class to handle multiple connections? Ie. Could I create SipConnections / SipEndpoints myself and manage them or am I getting something wrong here? >>> >>> >>> >> "Yet" meaning that there is no manager class. Wait. When you said >> "connected to potentially 2 or more servers at the same time as >> 'failsave'", did you mean one endpoint having registrations to different >> servers? If so, you won't need multiple endpoints just multiple >> registrars. It can be implemented with relative ease I think. You will >> need to modify OpalOSSUserAgent and OpalOSSRegistrar. Right now >> OpalOSSUserAgent has only one OpalOSSRegistrar. Admittedly, I haven't >> looked at it that much so I don't know the extent of the modifications. >> >> - Ilian >> >> >>> Regards, >>> >>> -----Original Message----- >>> From: ope...@li... [mailto:ope...@li...] On Behalf Of Ilian Jeri C. Pinzon >>> Sent: Dienstag, 27. November 2007 10:39 >>> To: ope...@li... >>> Subject: Re: [OpenSIPStack] user agent qustion(s) >>> >>> Hi. >>> >>> Thomas Raschbacher wrote: >>> >>> >>> >>>> Hi. >>>> >>>> I'd need to know if opensipstack supports multiple sip connections at any time (meaning connected to potentially 2 or more servers at the same time as 'failsave'). >>>> >>>> >>>> >>>> >>> Unfortunately, this is not *yet* implemented. >>> >>> >>> >>>> Also which class would I be looking at to start implementing an User agent (as a windows console app / service)? >>>> >>>> >>>> >>>> >>> UA-related methods are in SoftPhoneInterface. There are reference UA >>> implementations in ATLSIP. Just checkout the ATLSIP module from CVS. >>> >>> - Ilian >>> >>> >>> >>>> Thanks & Regards, >>>> >>>> Mit freundlichen Grüßen >>>> Thomas Raschbacher >>>> ____________________________________________ >>>> itCampus Technology GmbH >>>> Österreich * Deutschland * Italien >>>> Wehlistraße 27b >>>> 1200 Wien >>>> tho...@it... >>>> Tel: +43 (1) 33418557-58 >>>> Fax: +43 (1) 33418557-958 >>>> http://www.itctec.com >>>> UID: ATU 6339 0618 >>>> Firmenbuchnr: FN292598t, Handelsgericht Wien >>>> Geschäftsführer: Andreas Günser, Andreas Lassmann >>>> Joint Venture von itCampus und MEC >>>> >>>> itCampus Gruppe >>>> Deutschland * Großbritannien * Italien * Österreich * Schweiz * Slowakei >>>> http://www.itcampus.eu >>>> >>>> >>>> >>>> ------------------------------------------------------------------------- >>>> This SF.net email is sponsored by: Microsoft >>>> Defy all challenges. Microsoft(R) Visual Studio 2005. >>>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >>>> _______________________________________________ >>>> opensipstack-devel mailing list >>>> ope...@li... >>>> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >>>> >>>> >>>> >>>> >>>> >>>> >>> ------------------------------------------------------------------------- >>> This SF.net email is sponsored by: Microsoft >>> Defy all challenges. Microsoft(R) Visual Studio 2005. >>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >>> _______________________________________________ >>> opensipstack-devel mailing list >>> ope...@li... >>> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >>> >>> ------------------------------------------------------------------------- >>> This SF.net email is sponsored by: Microsoft >>> Defy all challenges. Microsoft(R) Visual Studio 2005. >>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >>> _______________________________________________ >>> opensipstack-devel mailing list >>> ope...@li... >>> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >>> >>> >>> >>> >>> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Microsoft >> Defy all challenges. Microsoft(R) Visual Studio 2005. >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >> _______________________________________________ >> opensipstack-devel mailing list >> ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Microsoft >> Defy all challenges. Microsoft(R) Visual Studio 2005. >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >> _______________________________________________ >> opensipstack-devel mailing list >> ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >> >> >> >> > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > |
From: Ilian J. C. P. <ip...@so...> - 2007-11-27 10:48:54
|
Thomas Raschbacher wrote: > Thanks > > So if multiple registrars are implemented in OpalOSSUserAgent I'll be able to have multiple sessions with multiple registrars? > Yes. It should. > Meaning: > > [MyServer] ---> [ExtServer1] > +-------> [ExtServer1] (<possibly> different username/password than first connection) > +-------> [ExtServer2] > ... > > Regards, > > -----Original Message----- > From: ope...@li... [mailto:ope...@li...] On Behalf Of Ilian Jeri C. Pinzon > Sent: Dienstag, 27. November 2007 11:13 > To: ope...@li... > Subject: Re: [OpenSIPStack] user agent qustion(s) > > Hi, > > Thomas Raschbacher wrote: > >> Thanks, I looked at SF already, but I don't want to use ATL stuffs as I'm writing code for a System service. >> >> > ATLSIP doesn't just contain an ATL implementation. Kind of a misnomer, I > know. It also has an MFC implementation if you want to see how deriving > from SoftPhoneInterface is done. There's also another one that can be > run as a background process and can be controlled through XML-RPC. > >> Also not 'yet' implemented means it is straight out impossible, or just that there is no 'manager' class to handle multiple connections? Ie. Could I create SipConnections / SipEndpoints myself and manage them or am I getting something wrong here? >> >> > "Yet" meaning that there is no manager class. Wait. When you said > "connected to potentially 2 or more servers at the same time as > 'failsave'", did you mean one endpoint having registrations to different > servers? If so, you won't need multiple endpoints just multiple > registrars. It can be implemented with relative ease I think. You will > need to modify OpalOSSUserAgent and OpalOSSRegistrar. Right now > OpalOSSUserAgent has only one OpalOSSRegistrar. Admittedly, I haven't > looked at it that much so I don't know the extent of the modifications. > > - Ilian > >> Regards, >> >> -----Original Message----- >> From: ope...@li... [mailto:ope...@li...] On Behalf Of Ilian Jeri C. Pinzon >> Sent: Dienstag, 27. November 2007 10:39 >> To: ope...@li... >> Subject: Re: [OpenSIPStack] user agent qustion(s) >> >> Hi. >> >> Thomas Raschbacher wrote: >> >> >>> Hi. >>> >>> I'd need to know if opensipstack supports multiple sip connections at any time (meaning connected to potentially 2 or more servers at the same time as 'failsave'). >>> >>> >>> >> Unfortunately, this is not *yet* implemented. >> >> >>> Also which class would I be looking at to start implementing an User agent (as a windows console app / service)? >>> >>> >>> >> UA-related methods are in SoftPhoneInterface. There are reference UA >> implementations in ATLSIP. Just checkout the ATLSIP module from CVS. >> >> - Ilian >> >> >>> Thanks & Regards, >>> >>> Mit freundlichen Grüßen >>> Thomas Raschbacher >>> ____________________________________________ >>> itCampus Technology GmbH >>> Österreich * Deutschland * Italien >>> Wehlistraße 27b >>> 1200 Wien >>> tho...@it... >>> Tel: +43 (1) 33418557-58 >>> Fax: +43 (1) 33418557-958 >>> http://www.itctec.com >>> UID: ATU 6339 0618 >>> Firmenbuchnr: FN292598t, Handelsgericht Wien >>> Geschäftsführer: Andreas Günser, Andreas Lassmann >>> Joint Venture von itCampus und MEC >>> >>> itCampus Gruppe >>> Deutschland * Großbritannien * Italien * Österreich * Schweiz * Slowakei >>> http://www.itcampus.eu >>> >>> >>> >>> ------------------------------------------------------------------------- >>> This SF.net email is sponsored by: Microsoft >>> Defy all challenges. Microsoft(R) Visual Studio 2005. >>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >>> _______________________________________________ >>> opensipstack-devel mailing list >>> ope...@li... >>> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >>> >>> >>> >>> >>> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Microsoft >> Defy all challenges. Microsoft(R) Visual Studio 2005. >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >> _______________________________________________ >> opensipstack-devel mailing list >> ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Microsoft >> Defy all challenges. Microsoft(R) Visual Studio 2005. >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >> _______________________________________________ >> opensipstack-devel mailing list >> ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >> >> >> >> > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > |
From: Thomas R. <tho...@it...> - 2007-11-27 10:31:30
|
Thanks So if multiple registrars are implemented in OpalOSSUserAgent I'll be able = to have multiple sessions with multiple registrars? Meaning: [MyServer] ---> [ExtServer1] +-------> [ExtServer1] (<possibly> different username/password than= first connection) +-------> [ExtServer2] ... Regards, -----Original Message----- From: ope...@li... [mailto:opensipstack= -de...@li...] On Behalf Of Ilian Jeri C. Pinzon Sent: Dienstag, 27. November 2007 11:13 To: ope...@li... Subject: Re: [OpenSIPStack] user agent qustion(s) Hi, Thomas Raschbacher wrote: > Thanks, I looked at SF already, but I don't want to use ATL stuffs as I'm= writing code for a System service. > ATLSIP doesn't just contain an ATL implementation. Kind of a misnomer, I know. It also has an MFC implementation if you want to see how deriving from SoftPhoneInterface is done. There's also another one that can be run as a background process and can be controlled through XML-RPC. > Also not 'yet' implemented means it is straight out impossible, or just t= hat there is no 'manager' class to handle multiple connections? Ie. Could I= create SipConnections / SipEndpoints myself and manage them or am I gettin= g something wrong here? > "Yet" meaning that there is no manager class. Wait. When you said "connected to potentially 2 or more servers at the same time as 'failsave'", did you mean one endpoint having registrations to different servers? If so, you won't need multiple endpoints just multiple registrars. It can be implemented with relative ease I think. You will need to modify OpalOSSUserAgent and OpalOSSRegistrar. Right now OpalOSSUserAgent has only one OpalOSSRegistrar. Admittedly, I haven't looked at it that much so I don't know the extent of the modifications. - Ilian > Regards, > > -----Original Message----- > From: ope...@li... [mailto:opensipsta= ck-...@li...] On Behalf Of Ilian Jeri C. Pinzon > Sent: Dienstag, 27. November 2007 10:39 > To: ope...@li... > Subject: Re: [OpenSIPStack] user agent qustion(s) > > Hi. > > Thomas Raschbacher wrote: > >> Hi. >> >> I'd need to know if opensipstack supports multiple sip connections at an= y time (meaning connected to potentially 2 or more servers at the same time= as 'failsave'). >> >> > Unfortunately, this is not *yet* implemented. > >> Also which class would I be looking at to start implementing an User age= nt (as a windows console app / service)? >> >> > UA-related methods are in SoftPhoneInterface. There are reference UA > implementations in ATLSIP. Just checkout the ATLSIP module from CVS. > > - Ilian > >> Thanks & Regards, >> >> Mit freundlichen Gr=FC=DFen >> Thomas Raschbacher >> ____________________________________________ >> itCampus Technology GmbH >> =D6sterreich * Deutschland * Italien >> Wehlistra=DFe 27b >> 1200 Wien >> tho...@it... >> Tel: +43 (1) 33418557-58 >> Fax: +43 (1) 33418557-958 >> http://www.itctec.com >> UID: ATU 6339 0618 >> Firmenbuchnr: FN292598t, Handelsgericht Wien >> Gesch=E4ftsf=FChrer: Andreas G=FCnser, Andreas Lassmann >> Joint Venture von itCampus und MEC >> >> itCampus Gruppe >> Deutschland * Gro=DFbritannien * Italien * =D6sterreich * Schweiz * Slow= akei >> http://www.itcampus.eu >> >> >> >> ------------------------------------------------------------------------= - >> This SF.net email is sponsored by: Microsoft >> Defy all challenges. Microsoft(R) Visual Studio 2005. >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >> _______________________________________________ >> opensipstack-devel mailing list >> ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >> >> >> >> > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ opensipstack-devel mailing list ope...@li... https://lists.sourceforge.net/lists/listinfo/opensipstack-devel |
From: Ilian J. C. P. <ip...@so...> - 2007-11-27 10:13:03
|
Hi, Thomas Raschbacher wrote: > Thanks, I looked at SF already, but I don't want to use ATL stuffs as I'm writing code for a System service. > ATLSIP doesn't just contain an ATL implementation. Kind of a misnomer, I know. It also has an MFC implementation if you want to see how deriving from SoftPhoneInterface is done. There's also another one that can be run as a background process and can be controlled through XML-RPC. > Also not 'yet' implemented means it is straight out impossible, or just that there is no 'manager' class to handle multiple connections? Ie. Could I create SipConnections / SipEndpoints myself and manage them or am I getting something wrong here? > "Yet" meaning that there is no manager class. Wait. When you said "connected to potentially 2 or more servers at the same time as 'failsave'", did you mean one endpoint having registrations to different servers? If so, you won't need multiple endpoints just multiple registrars. It can be implemented with relative ease I think. You will need to modify OpalOSSUserAgent and OpalOSSRegistrar. Right now OpalOSSUserAgent has only one OpalOSSRegistrar. Admittedly, I haven't looked at it that much so I don't know the extent of the modifications. - Ilian > Regards, > > -----Original Message----- > From: ope...@li... [mailto:ope...@li...] On Behalf Of Ilian Jeri C. Pinzon > Sent: Dienstag, 27. November 2007 10:39 > To: ope...@li... > Subject: Re: [OpenSIPStack] user agent qustion(s) > > Hi. > > Thomas Raschbacher wrote: > >> Hi. >> >> I'd need to know if opensipstack supports multiple sip connections at any time (meaning connected to potentially 2 or more servers at the same time as 'failsave'). >> >> > Unfortunately, this is not *yet* implemented. > >> Also which class would I be looking at to start implementing an User agent (as a windows console app / service)? >> >> > UA-related methods are in SoftPhoneInterface. There are reference UA > implementations in ATLSIP. Just checkout the ATLSIP module from CVS. > > - Ilian > >> Thanks & Regards, >> >> Mit freundlichen Grüßen >> Thomas Raschbacher >> ____________________________________________ >> itCampus Technology GmbH >> Österreich * Deutschland * Italien >> Wehlistraße 27b >> 1200 Wien >> tho...@it... >> Tel: +43 (1) 33418557-58 >> Fax: +43 (1) 33418557-958 >> http://www.itctec.com >> UID: ATU 6339 0618 >> Firmenbuchnr: FN292598t, Handelsgericht Wien >> Geschäftsführer: Andreas Günser, Andreas Lassmann >> Joint Venture von itCampus und MEC >> >> itCampus Gruppe >> Deutschland * Großbritannien * Italien * Österreich * Schweiz * Slowakei >> http://www.itcampus.eu >> >> >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Microsoft >> Defy all challenges. Microsoft(R) Visual Studio 2005. >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >> _______________________________________________ >> opensipstack-devel mailing list >> ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >> >> >> >> > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > |
From: Thomas R. <tho...@it...> - 2007-11-27 09:43:58
|
Thanks, I looked at SF already, but I don't want to use ATL stuffs as I'm w= riting code for a System service. Also not 'yet' implemented means it is straight out impossible, or just tha= t there is no 'manager' class to handle multiple connections? Ie. Could I c= reate SipConnections / SipEndpoints myself and manage them or am I getting = something wrong here? Regards, -----Original Message----- From: ope...@li... [mailto:opensipstack= -de...@li...] On Behalf Of Ilian Jeri C. Pinzon Sent: Dienstag, 27. November 2007 10:39 To: ope...@li... Subject: Re: [OpenSIPStack] user agent qustion(s) Hi. Thomas Raschbacher wrote: > Hi. > > I'd need to know if opensipstack supports multiple sip connections at any= time (meaning connected to potentially 2 or more servers at the same time = as 'failsave'). > Unfortunately, this is not *yet* implemented. > Also which class would I be looking at to start implementing an User agen= t (as a windows console app / service)? > UA-related methods are in SoftPhoneInterface. There are reference UA implementations in ATLSIP. Just checkout the ATLSIP module from CVS. - Ilian > Thanks & Regards, > > Mit freundlichen Gr=FC=DFen > Thomas Raschbacher > ____________________________________________ > itCampus Technology GmbH > =D6sterreich * Deutschland * Italien > Wehlistra=DFe 27b > 1200 Wien > tho...@it... > Tel: +43 (1) 33418557-58 > Fax: +43 (1) 33418557-958 > http://www.itctec.com > UID: ATU 6339 0618 > Firmenbuchnr: FN292598t, Handelsgericht Wien > Gesch=E4ftsf=FChrer: Andreas G=FCnser, Andreas Lassmann > Joint Venture von itCampus und MEC > > itCampus Gruppe > Deutschland * Gro=DFbritannien * Italien * =D6sterreich * Schweiz * Slowa= kei > http://www.itcampus.eu > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ opensipstack-devel mailing list ope...@li... https://lists.sourceforge.net/lists/listinfo/opensipstack-devel |
From: Ilian J. C. P. <ip...@so...> - 2007-11-27 09:38:47
|
Hi. Thomas Raschbacher wrote: > Hi. > > I'd need to know if opensipstack supports multiple sip connections at any time (meaning connected to potentially 2 or more servers at the same time as 'failsave'). > Unfortunately, this is not *yet* implemented. > Also which class would I be looking at to start implementing an User agent (as a windows console app / service)? > UA-related methods are in SoftPhoneInterface. There are reference UA implementations in ATLSIP. Just checkout the ATLSIP module from CVS. - Ilian > Thanks & Regards, > > Mit freundlichen Grüßen > Thomas Raschbacher > ____________________________________________ > itCampus Technology GmbH > Österreich * Deutschland * Italien > Wehlistraße 27b > 1200 Wien > tho...@it... > Tel: +43 (1) 33418557-58 > Fax: +43 (1) 33418557-958 > http://www.itctec.com > UID: ATU 6339 0618 > Firmenbuchnr: FN292598t, Handelsgericht Wien > Geschäftsführer: Andreas Günser, Andreas Lassmann > Joint Venture von itCampus und MEC > > itCampus Gruppe > Deutschland * Großbritannien * Italien * Österreich * Schweiz * Slowakei > http://www.itcampus.eu > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > |
From: Chandra S. A. <cag...@ve...> - 2007-11-27 09:31:46
|
Guys, geetings! Can OpenSER be used to implement a B2BUA ? Thanks CS -----Original Message----- From: ope...@li... [mailto:ope...@li...] On Behalf Of Thomas Raschbacher Sent: Tuesday, November 27, 2007 2:53 PM To: ope...@li... Subject: [OpenSIPStack] user agent qustion(s) Hi. I'd need to know if opensipstack supports multiple sip connections at = any time (meaning connected to potentially 2 or more servers at the same = time as 'failsave'). Also which class would I be looking at to start implementing an User = agent (as a windows console app / service)? Thanks & Regards, Mit freundlichen Gr=FC=DFen Thomas Raschbacher ____________________________________________ itCampus Technology GmbH =D6sterreich * Deutschland * Italien Wehlistra=DFe 27b 1200 Wien tho...@it... Tel: +43 (1) 33418557-58 Fax: +43 (1) 33418557-958 http://www.itctec.com UID: ATU 6339 0618 Firmenbuchnr: FN292598t, Handelsgericht Wien Gesch=E4ftsf=FChrer: Andreas G=FCnser, Andreas Lassmann Joint Venture von itCampus und MEC itCampus Gruppe Deutschland * Gro=DFbritannien * Italien * =D6sterreich * Schweiz * = Slowakei http://www.itcampus.eu -------------------------------------------------------------------------= This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ opensipstack-devel mailing list ope...@li... https://lists.sourceforge.net/lists/listinfo/opensipstack-devel |
From: Thomas R. <tho...@it...> - 2007-11-27 09:25:26
|
Hi. I'd need to know if opensipstack supports multiple sip connections at any t= ime (meaning connected to potentially 2 or more servers at the same time as= 'failsave'). Also which class would I be looking at to start implementing an User agent = (as a windows console app / service)? Thanks & Regards, Mit freundlichen Gr=FC=DFen Thomas Raschbacher ____________________________________________ itCampus Technology GmbH =D6sterreich * Deutschland * Italien Wehlistra=DFe 27b 1200 Wien tho...@it... Tel: +43 (1) 33418557-58 Fax: +43 (1) 33418557-958 http://www.itctec.com UID: ATU 6339 0618 Firmenbuchnr: FN292598t, Handelsgericht Wien Gesch=E4ftsf=FChrer: Andreas G=FCnser, Andreas Lassmann Joint Venture von itCampus und MEC itCampus Gruppe Deutschland * Gro=DFbritannien * Italien * =D6sterreich * Schweiz * Slowake= i http://www.itcampus.eu |
From: Ilian J. C. P. <ip...@so...> - 2007-11-26 11:32:58
|
sebastian pastor wrote: > Now it has compiled without erros!! :DDDD > > Is it necessary to solve that registration issue or i can continue working > this way? > > Anyway, thanks for your speed ;) > No problem... It's not really necessary. It was just put there for convenience to keep the registered atl control up-to-date. But I still think it would be better that you fix the the issue with aximp.exe. Probably adding its location to %PATH% will work. - Ilian > -Sebastián- > > > 2007/11/26, Ilian Jeri C. Pinzon <ip...@so...>: > >> Let's take this one step at a time... >> >> Open OSSPhone properties. Under Configuration Properties -> Build Events >> -> Pre-build Event, delete the entry in Command Line field. >> >> Tell me the results after. >> >> - Ilian >> >> sebastian pastor wrote: >> >>> Hi, >>> >>> I found aximp.exe where it's supposed to be (C:\Program Files\Microsoft >>> Visual Studio 8\SDK\v2.0\Bin) . Also, as i downloaded Microsoft Platform >>> >> SDK >> >>> some time ago, i have added it as an additional reference in Project >>> Propperties. >>> >>> But i still have the same error when compiling OSSPhone project, >>> PRJ0019: A tool returned an error code from "Executing event previous to >>> generation..." >>> >>> What else can be? Do you need some more info? >>> >>> Thanks again. >>> >>> -Sebastián- >>> >>> 2007/11/26, Ilian Jeri C. Pinzon <ip...@so...>: >>> >>> >>>> Hi, >>>> >>>> I think that you are missing aximp.exe or the path to it is not >>>> >> visible. >> >>>> aximp.exe was introduced in the Pre-build event for convenience but is >>>> not really required for compilation. It helps ensure that the latest >>>> update of the ATLSIP control is registered prior to compilation. >>>> >>>> Anyway, are you using a non-Express edition Visual Studio? If so, >>>> confirm that you have aximp.exe installed with your VS. If you used the >>>> default install location, it should be in C:\Program Files\Microsoft >>>> Visual Studio 8\SDK\v2.0\Bin. >>>> >>>> If you're using the Express edition, you may have to download the >>>> Platform/Windows SDK. Although, I'm not really sure it's included >>>> >> there. >> >>>> - Ilian >>>> >>>> sebastian pastor wrote: >>>> >>>> >>>>> Hi, >>>>> >>>>> Thanks. I finally opened the OSSPhone project and compile it. It >>>>> >> worked >> >>>> for >>>> >>>> >>>>> previous versions of libraries (the ones downloaded via web). But with >>>>> >>>>> >>>> the >>>> >>>> >>>>> ATLSIP module downloaded sing CVS i'm finding this compiling error (in >>>>> OSSPhone.vcproj): >>>>> >>>>> Project : error* PRJ0019*: Una herramienta devolvió un código de error >>>>> >>>>> >>>> de >>>> >>>> >>>>> "Ejecutando evento anterior a la generación..." >>>>> (Project: error PRJ0019: A tool returned an error code from "Executing >>>>> >>>>> >>>> event >>>> >>>> >>>>> previous to generation...") >>>>> >>>>> Attached you have the .log (BTW, i'm using Visual Studio 2005 through >>>>> Windows XP) >>>>> >>>>> Thanks >>>>> >>>>> >>>>> 2007/11/22, Ilian Jeri C. Pinzon <ip...@so...>: >>>>> >>>>> >>>>> >>>>>> Hi, >>>>>> >>>>>> You should be able to safely ignore that error. It's not really a >>>>>> requirement. The .vdproj file is for OSSPhone's installer project >>>>>> >>>>>> >>>> (MSI). >>>> >>>> >>>>>> Which, I'm afraid, is not available in the Express editions. >>>>>> >>>>>> Yes. If you have at least the Standard version, you can load the >>>>>> installer project. >>>>>> >>>>>> Regards, >>>>>> Ilian >>>>>> >>>>>> sebastian pastor wrote: >>>>>> >>>>>> >>>>>> >>>>>>> Hi all, >>>>>>> >>>>>>> last version of ATLSIP project includes a file with extension >>>>>>> >> .vdproj. >> >>>> I >>>> >>>> >>>>>>> have a failure when trying to open OSSPhone.vcproj because it says >>>>>>> >>>>>>> >>>> that >>>> >>>> >>>>>> i >>>>>> >>>>>> >>>>>> >>>>>>> don't have an aplication for .vdproj files installed. >>>>>>> I'm runing on a Visual C++ 2005 Express Edition through Windows XP, >>>>>>> >>>>>>> >>>>>>> >>>>>> would it >>>>>> >>>>>> >>>>>> >>>>>>> be fixed if i use a complete Visual Studio instead of Express one?? >>>>>>> >>>>>>> Thank you in advance >>>>>>> (BTW, i'm having problems finding Visual Studio. i suppose that it's >>>>>>> >> a >> >>>>>>> highly-protected-with-license tool :S) >>>>>>> >>>>>>> >>>>>>> >>>>>>> >> ------------------------------------------------------------------------- >> >>>>>>> This SF.net email is sponsored by: Microsoft >>>>>>> Defy all challenges. Microsoft(R) Visual Studio 2005. >>>>>>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >>>>>>> _______________________________________________ >>>>>>> opensipstack-devel mailing list >>>>>>> ope...@li... >>>>>>> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >> ------------------------------------------------------------------------- >> >>>>>> This SF.net email is sponsored by: Microsoft >>>>>> Defy all challenges. Microsoft(R) Visual Studio 2005. >>>>>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >>>>>> _______________________________________________ >>>>>> opensipstack-devel mailing list >>>>>> ope...@li... >>>>>> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >> ------------------------------------------------------------------------ >> >> ------------------------------------------------------------------------- >> >>>>>> This SF.net email is sponsored by: Microsoft >>>>>> Defy all challenges. Microsoft(R) Visual Studio 2005. >>>>>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >>>>>> >>>>>> >>>>>> >> ------------------------------------------------------------------------ >> >>>>>> _______________________________________________ >>>>>> opensipstack-devel mailing list >>>>>> ope...@li... >>>>>> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >>>>>> >>>>>> >>>>>> >> ------------------------------------------------------------------------- >> >>>> This SF.net email is sponsored by: Microsoft >>>> Defy all challenges. Microsoft(R) Visual Studio 2005. >>>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >>>> _______________________________________________ >>>> opensipstack-devel mailing list >>>> ope...@li... >>>> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >>>> >>>> >>>> >> ------------------------------------------------------------------------- >> >>> This SF.net email is sponsored by: Microsoft >>> Defy all challenges. Microsoft(R) Visual Studio 2005. >>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >>> _______________________________________________ >>> opensipstack-devel mailing list >>> ope...@li... >>> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >>> >>> >>> >>> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Microsoft >> Defy all challenges. Microsoft(R) Visual Studio 2005. >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >> _______________________________________________ >> opensipstack-devel mailing list >> ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >> >> > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > |
From: sebastian p. <seb...@gm...> - 2007-11-26 11:18:11
|
Now it has compiled without erros!! :DDDD Is it necessary to solve that registration issue or i can continue working this way? Anyway, thanks for your speed ;) -Sebasti=E1n- 2007/11/26, Ilian Jeri C. Pinzon <ip...@so...>: > > Let's take this one step at a time... > > Open OSSPhone properties. Under Configuration Properties -> Build Events > -> Pre-build Event, delete the entry in Command Line field. > > Tell me the results after. > > - Ilian > > sebastian pastor wrote: > > Hi, > > > > I found aximp.exe where it's supposed to be (C:\Program Files\Microsoft > > Visual Studio 8\SDK\v2.0\Bin) . Also, as i downloaded Microsoft Platfor= m > SDK > > some time ago, i have added it as an additional reference in Project > > Propperties. > > > > But i still have the same error when compiling OSSPhone project, > > PRJ0019: A tool returned an error code from "Executing event previous t= o > > generation..." > > > > What else can be? Do you need some more info? > > > > Thanks again. > > > > -Sebasti=E1n- > > > > 2007/11/26, Ilian Jeri C. Pinzon <ip...@so...>: > > > >> Hi, > >> > >> I think that you are missing aximp.exe or the path to it is not > visible. > >> aximp.exe was introduced in the Pre-build event for convenience but is > >> not really required for compilation. It helps ensure that the latest > >> update of the ATLSIP control is registered prior to compilation. > >> > >> Anyway, are you using a non-Express edition Visual Studio? If so, > >> confirm that you have aximp.exe installed with your VS. If you used th= e > >> default install location, it should be in C:\Program Files\Microsoft > >> Visual Studio 8\SDK\v2.0\Bin. > >> > >> If you're using the Express edition, you may have to download the > >> Platform/Windows SDK. Although, I'm not really sure it's included > there. > >> > >> - Ilian > >> > >> sebastian pastor wrote: > >> > >>> Hi, > >>> > >>> Thanks. I finally opened the OSSPhone project and compile it. It > worked > >>> > >> for > >> > >>> previous versions of libraries (the ones downloaded via web). But wit= h > >>> > >> the > >> > >>> ATLSIP module downloaded sing CVS i'm finding this compiling error (i= n > >>> OSSPhone.vcproj): > >>> > >>> Project : error* PRJ0019*: Una herramienta devolvi=F3 un c=F3digo de = error > >>> > >> de > >> > >>> "Ejecutando evento anterior a la generaci=F3n..." > >>> (Project: error PRJ0019: A tool returned an error code from "Executin= g > >>> > >> event > >> > >>> previous to generation...") > >>> > >>> Attached you have the .log (BTW, i'm using Visual Studio 2005 through > >>> Windows XP) > >>> > >>> Thanks > >>> > >>> > >>> 2007/11/22, Ilian Jeri C. Pinzon <ip...@so...>: > >>> > >>> > >>>> Hi, > >>>> > >>>> You should be able to safely ignore that error. It's not really a > >>>> requirement. The .vdproj file is for OSSPhone's installer project > >>>> > >> (MSI). > >> > >>>> Which, I'm afraid, is not available in the Express editions. > >>>> > >>>> Yes. If you have at least the Standard version, you can load the > >>>> installer project. > >>>> > >>>> Regards, > >>>> Ilian > >>>> > >>>> sebastian pastor wrote: > >>>> > >>>> > >>>>> Hi all, > >>>>> > >>>>> last version of ATLSIP project includes a file with extension > .vdproj. > >>>>> > >> I > >> > >>>>> have a failure when trying to open OSSPhone.vcproj because it says > >>>>> > >> that > >> > >>>> i > >>>> > >>>> > >>>>> don't have an aplication for .vdproj files installed. > >>>>> I'm runing on a Visual C++ 2005 Express Edition through Windows XP, > >>>>> > >>>>> > >>>> would it > >>>> > >>>> > >>>>> be fixed if i use a complete Visual Studio instead of Express one?? > >>>>> > >>>>> Thank you in advance > >>>>> (BTW, i'm having problems finding Visual Studio. i suppose that it'= s > a > >>>>> highly-protected-with-license tool :S) > >>>>> > >>>>> > >>>>> > >> > ------------------------------------------------------------------------- > >> > >>>>> This SF.net email is sponsored by: Microsoft > >>>>> Defy all challenges. Microsoft(R) Visual Studio 2005. > >>>>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > >>>>> _______________________________________________ > >>>>> opensipstack-devel mailing list > >>>>> ope...@li... > >>>>> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >> > ------------------------------------------------------------------------- > >> > >>>> This SF.net email is sponsored by: Microsoft > >>>> Defy all challenges. Microsoft(R) Visual Studio 2005. > >>>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > >>>> _______________________________________________ > >>>> opensipstack-devel mailing list > >>>> ope...@li... > >>>> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > >>>> > >>>> > >>>> > >>>> > >> > ------------------------------------------------------------------------ > >> > >>>> > >> > ------------------------------------------------------------------------- > >> > >>>> This SF.net email is sponsored by: Microsoft > >>>> Defy all challenges. Microsoft(R) Visual Studio 2005. > >>>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > >>>> > >>>> > >> > ------------------------------------------------------------------------ > >> > >>>> _______________________________________________ > >>>> opensipstack-devel mailing list > >>>> ope...@li... > >>>> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > >>>> > >>>> > >> > ------------------------------------------------------------------------- > >> This SF.net email is sponsored by: Microsoft > >> Defy all challenges. Microsoft(R) Visual Studio 2005. > >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > >> _______________________________________________ > >> opensipstack-devel mailing list > >> ope...@li... > >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > >> > >> > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2005. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ > > opensipstack-devel mailing list > > ope...@li... > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > > > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > |
From: Ilian J. C. P. <ip...@so...> - 2007-11-26 10:46:26
|
Let's take this one step at a time... Open OSSPhone properties. Under Configuration Properties -> Build Events -> Pre-build Event, delete the entry in Command Line field. Tell me the results after. - Ilian sebastian pastor wrote: > Hi, > > I found aximp.exe where it's supposed to be (C:\Program Files\Microsoft > Visual Studio 8\SDK\v2.0\Bin) . Also, as i downloaded Microsoft Platform SDK > some time ago, i have added it as an additional reference in Project > Propperties. > > But i still have the same error when compiling OSSPhone project, > PRJ0019: A tool returned an error code from "Executing event previous to > generation..." > > What else can be? Do you need some more info? > > Thanks again. > > -Sebastián- > > 2007/11/26, Ilian Jeri C. Pinzon <ip...@so...>: > >> Hi, >> >> I think that you are missing aximp.exe or the path to it is not visible. >> aximp.exe was introduced in the Pre-build event for convenience but is >> not really required for compilation. It helps ensure that the latest >> update of the ATLSIP control is registered prior to compilation. >> >> Anyway, are you using a non-Express edition Visual Studio? If so, >> confirm that you have aximp.exe installed with your VS. If you used the >> default install location, it should be in C:\Program Files\Microsoft >> Visual Studio 8\SDK\v2.0\Bin. >> >> If you're using the Express edition, you may have to download the >> Platform/Windows SDK. Although, I'm not really sure it's included there. >> >> - Ilian >> >> sebastian pastor wrote: >> >>> Hi, >>> >>> Thanks. I finally opened the OSSPhone project and compile it. It worked >>> >> for >> >>> previous versions of libraries (the ones downloaded via web). But with >>> >> the >> >>> ATLSIP module downloaded sing CVS i'm finding this compiling error (in >>> OSSPhone.vcproj): >>> >>> Project : error* PRJ0019*: Una herramienta devolvió un código de error >>> >> de >> >>> "Ejecutando evento anterior a la generación..." >>> (Project: error PRJ0019: A tool returned an error code from "Executing >>> >> event >> >>> previous to generation...") >>> >>> Attached you have the .log (BTW, i'm using Visual Studio 2005 through >>> Windows XP) >>> >>> Thanks >>> >>> >>> 2007/11/22, Ilian Jeri C. Pinzon <ip...@so...>: >>> >>> >>>> Hi, >>>> >>>> You should be able to safely ignore that error. It's not really a >>>> requirement. The .vdproj file is for OSSPhone's installer project >>>> >> (MSI). >> >>>> Which, I'm afraid, is not available in the Express editions. >>>> >>>> Yes. If you have at least the Standard version, you can load the >>>> installer project. >>>> >>>> Regards, >>>> Ilian >>>> >>>> sebastian pastor wrote: >>>> >>>> >>>>> Hi all, >>>>> >>>>> last version of ATLSIP project includes a file with extension .vdproj. >>>>> >> I >> >>>>> have a failure when trying to open OSSPhone.vcproj because it says >>>>> >> that >> >>>> i >>>> >>>> >>>>> don't have an aplication for .vdproj files installed. >>>>> I'm runing on a Visual C++ 2005 Express Edition through Windows XP, >>>>> >>>>> >>>> would it >>>> >>>> >>>>> be fixed if i use a complete Visual Studio instead of Express one?? >>>>> >>>>> Thank you in advance >>>>> (BTW, i'm having problems finding Visual Studio. i suppose that it's a >>>>> highly-protected-with-license tool :S) >>>>> >>>>> >>>>> >> ------------------------------------------------------------------------- >> >>>>> This SF.net email is sponsored by: Microsoft >>>>> Defy all challenges. Microsoft(R) Visual Studio 2005. >>>>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >>>>> _______________________________________________ >>>>> opensipstack-devel mailing list >>>>> ope...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >>>>> >>>>> >>>>> >>>>> >>>>> >> ------------------------------------------------------------------------- >> >>>> This SF.net email is sponsored by: Microsoft >>>> Defy all challenges. Microsoft(R) Visual Studio 2005. >>>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >>>> _______________________________________________ >>>> opensipstack-devel mailing list >>>> ope...@li... >>>> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >>>> >>>> >>>> >>>> >> ------------------------------------------------------------------------ >> >>>> >> ------------------------------------------------------------------------- >> >>>> This SF.net email is sponsored by: Microsoft >>>> Defy all challenges. Microsoft(R) Visual Studio 2005. >>>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >>>> >>>> >> ------------------------------------------------------------------------ >> >>>> _______________________________________________ >>>> opensipstack-devel mailing list >>>> ope...@li... >>>> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >>>> >>>> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Microsoft >> Defy all challenges. Microsoft(R) Visual Studio 2005. >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >> _______________________________________________ >> opensipstack-devel mailing list >> ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >> >> > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > |
From: sebastian p. <seb...@gm...> - 2007-11-26 10:33:13
|
Hi, I found aximp.exe where it's supposed to be (C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin) . Also, as i downloaded Microsoft Platform SD= K some time ago, i have added it as an additional reference in Project Propperties. But i still have the same error when compiling OSSPhone project, PRJ0019: A tool returned an error code from "Executing event previous to generation..." What else can be? Do you need some more info? Thanks again. -Sebasti=E1n- 2007/11/26, Ilian Jeri C. Pinzon <ip...@so...>: > > Hi, > > I think that you are missing aximp.exe or the path to it is not visible. > aximp.exe was introduced in the Pre-build event for convenience but is > not really required for compilation. It helps ensure that the latest > update of the ATLSIP control is registered prior to compilation. > > Anyway, are you using a non-Express edition Visual Studio? If so, > confirm that you have aximp.exe installed with your VS. If you used the > default install location, it should be in C:\Program Files\Microsoft > Visual Studio 8\SDK\v2.0\Bin. > > If you're using the Express edition, you may have to download the > Platform/Windows SDK. Although, I'm not really sure it's included there. > > - Ilian > > sebastian pastor wrote: > > Hi, > > > > Thanks. I finally opened the OSSPhone project and compile it. It worked > for > > previous versions of libraries (the ones downloaded via web). But with > the > > ATLSIP module downloaded sing CVS i'm finding this compiling error (in > > OSSPhone.vcproj): > > > > Project : error* PRJ0019*: Una herramienta devolvi=F3 un c=F3digo de er= ror > de > > "Ejecutando evento anterior a la generaci=F3n..." > > (Project: error PRJ0019: A tool returned an error code from "Executing > event > > previous to generation...") > > > > Attached you have the .log (BTW, i'm using Visual Studio 2005 through > > Windows XP) > > > > Thanks > > > > > > 2007/11/22, Ilian Jeri C. Pinzon <ip...@so...>: > > > >> Hi, > >> > >> You should be able to safely ignore that error. It's not really a > >> requirement. The .vdproj file is for OSSPhone's installer project > (MSI). > >> Which, I'm afraid, is not available in the Express editions. > >> > >> Yes. If you have at least the Standard version, you can load the > >> installer project. > >> > >> Regards, > >> Ilian > >> > >> sebastian pastor wrote: > >> > >>> Hi all, > >>> > >>> last version of ATLSIP project includes a file with extension .vdproj= . > I > >>> have a failure when trying to open OSSPhone.vcproj because it says > that > >>> > >> i > >> > >>> don't have an aplication for .vdproj files installed. > >>> I'm runing on a Visual C++ 2005 Express Edition through Windows XP, > >>> > >> would it > >> > >>> be fixed if i use a complete Visual Studio instead of Express one?? > >>> > >>> Thank you in advance > >>> (BTW, i'm having problems finding Visual Studio. i suppose that it's = a > >>> highly-protected-with-license tool :S) > >>> > >>> > >> > ------------------------------------------------------------------------- > >> > >>> This SF.net email is sponsored by: Microsoft > >>> Defy all challenges. Microsoft(R) Visual Studio 2005. > >>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > >>> _______________________________________________ > >>> opensipstack-devel mailing list > >>> ope...@li... > >>> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > >>> > >>> > >>> > >>> > >> > ------------------------------------------------------------------------- > >> This SF.net email is sponsored by: Microsoft > >> Defy all challenges. Microsoft(R) Visual Studio 2005. > >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > >> _______________________________________________ > >> opensipstack-devel mailing list > >> ope...@li... > >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > >> > >> > >> > ------------------------------------------------------------------------ > >> > >> > ------------------------------------------------------------------------- > >> This SF.net email is sponsored by: Microsoft > >> Defy all challenges. Microsoft(R) Visual Studio 2005. > >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > >> > ------------------------------------------------------------------------ > >> > >> _______________________________________________ > >> opensipstack-devel mailing list > >> ope...@li... > >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > >> > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > |
From: Joegen E. B. <jb...@so...> - 2007-11-26 09:19:42
|
You may send the bug report in this list so I get notified right away. If it's a confirmed bug, someone might be able to fix it right-away. IF not, you can create and account and report it in our bug tracker. http://bugs.opensourcesip.org/ Zhang GuoQi wrote: > Hi,Joegen: > > You are right. I do "make clean; make all", the problem is solved. > > I'm reading OSS and OSBC code now, and I find a bug in OSS, How can > i submit it? > > Thanks a lot. Have a Good Day! > > Zhang Guo Qi. > > > > 2007/11/24, Joegen E. Baclor <joe...@gm... > <mailto:joe...@gm...>>: > > Zhang GuoQi wrote: > > About OSS(1.1.7) OpenSBC(1.1.4) and the new version from CVS. > There is a > > strange Probolem. > > File: B2BUAConnection.h > > > > I add a variable: ( int m_OutboundAttempts) above > > (B2BRoutingInterface::B2BRouteList > > m_Routes). > > Code List Here: > > --------------------------------------------- > > BOOL m_EnableUpstreamProxyRoute; > > > > int m_OutboundAttempts; > > > > B2BRoutingInterface::B2BRouteList m_Routes; > > B2BRoutingInterface::B2BRouteList m_UpstreamProxyRoutes; > > OString m_UpstreamBackdoorURI; > > > ----------------------------------------------------------------------- > > > > > Then it can compile successful.then i run opensbc, UserA and > UserB register > > to opensbc, UserA invite UserB, it will core dump.Why? > > > > Thanks! > > I don't find anything in the code you pasted that would trigger an > access violation. I am suspecting that your build is > corrupted. Since > the change you made is in a header file, it is always a good idea to > "make clean" after applying such change. After a clean build and > your problem still lingers, do a back trace on the core file using GDB > and post the stack here. > > > Joegen > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > <mailto:ope...@li...> > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > <https://lists.sourceforge.net/lists/listinfo/opensipstack-devel> > > > ------------------------------------------------------------------------ > > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.5.503 / Virus Database: 269.16.7/1151 - Release Date: 11/25/2007 4:24 PM > |
From: Zhang G. <zg...@gm...> - 2007-11-26 09:12:08
|
Hi,Joegen: You are right. I do "make clean; make all", the problem is solved. I'm reading OSS and OSBC code now, and I find a bug in OSS, How can i submit it? Thanks a lot. Have a Good Day! Zhang Guo Qi. 2007/11/24, Joegen E. Baclor <joe...@gm...>: > > Zhang GuoQi wrote: > > About OSS(1.1.7) OpenSBC(1.1.4) and the new version from CVS. There > is a > > strange Probolem. > > File: B2BUAConnection.h > > > > I add a variable: ( int m_OutboundAttempts) above > > (B2BRoutingInterface::B2BRouteList > > m_Routes). > > Code List Here: > > --------------------------------------------- > > BOOL m_EnableUpstreamProxyRoute; > > > > int m_OutboundAttempts; > > > > B2BRoutingInterface::B2BRouteList m_Routes; > > B2BRoutingInterface::B2BRouteList m_UpstreamProxyRoutes; > > OString m_UpstreamBackdoorURI; > > ----------------------------------------------------------------------- > > > > Then it can compile successful.then i run opensbc, UserA and UserB > register > > to opensbc, UserA invite UserB, it will core dump.Why? > > > > Thanks! > > I don't find anything in the code you pasted that would trigger an > access violation. I am suspecting that your build is corrupted. Since > the change you made is in a header file, it is always a good idea to > "make clean" after applying such change. After a clean build and > your problem still lingers, do a back trace on the core file using GDB > and post the stack here. > > > Joegen > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > |
From: Thomas R. <tho...@it...> - 2007-11-26 07:21:35
|
Ok thanks. So it would only be worth looking into that if we wanted to use openSBC. Now ... is there a way to use pre-existing classes to handle the SIPStackEv= ents (without openSBC / B2BUA classes) or would I have to do that handling = and timers,.. myself? (i.e. when I get a REGISTER event I don't really want= to have to worry myself about sending back TRYING and the www-auth handsha= king,... I just want to check the credentials supplied against what's in ou= r database..) Regards, -----Original Message----- From: ope...@li... [mailto:opensipstack= -de...@li...] On Behalf Of Joegen E. Baclor Sent: Sonntag, 25. November 2007 00:29 To: ope...@li... Subject: Re: [OpenSIPStack] Server implementation question Thomas Raschbacher wrote: > After looking into it a bit more it seems that B2BUA handles the proxy, r= egistrar, .. stuff that we'd need .. so in your opinion is it worth spendin= g more time looking into using B2BUA classes in favour of SIPStack or is th= at a more-or-less pointless exercise? > > Thanks > > I do not advise it. The B2BUA is on top of the food chain. If you decide to change the B2BUA code, it will automatically make it harder for you to upgrade to newer releases of OpenSIPStack. The B2BUA has various handlers. B2B*Interface classes. These handlers provide hooks for application developer to customize the behavior of the B2BUA. If you need new handlers to be exposed, you may vote for such handlers to be added but you need to justify why. I will be happy to add them. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ opensipstack-devel mailing list ope...@li... https://lists.sourceforge.net/lists/listinfo/opensipstack-devel |