Thread: [OpenSIPStack] user agent qustion(s)
Brought to you by:
joegenbaclor
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: 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: 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: 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: 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: 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 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 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: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: 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: 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: 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 |