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