Re: [OpenSIPStack] How to create a custom user agent to receive acall?
Brought to you by:
joegenbaclor
From: Dao X. D. <du...@el...> - 2009-03-18 04:30:18
|
Thanks for response. If I want to add conference capability, so what methods I have to override to create my own call flow? -----Original Message----- From: Joegen Baclor [mailto:jo...@op...] Sent: Wednesday, March 18, 2009 9:15 AM To: ope...@li... Subject: Re: [OpenSIPStack] How to create a custom user agent to receive acall? Whit is correct. ATLSIP is to start if you want to build a UA. If you don't need/want ActiveX, you could always create your own by looking at how ATLSIP wrapped SoftPhoneInterface. However, if you only need signaling and you want to create your own or use third party RTP and Audio Codecs, then CallSession* is the place to start. CallSession initself is a complete class. everything you need to make and receive outbound calls are already implemented. You would however override the OnReceivedSDP* and OnRequireSDP* callbacks if you opt not to use OPAL for RTP and Audio/Video encoding. Joegen -------------------------------------------------- From: "Whit Thiele" <de...@wh...> Sent: Tuesday, March 17, 2009 9:03 PM To: <ope...@li...> Subject: Re: [OpenSIPStack] How to create a custom user agent to receive a call? > > You want to create a User agent like your own softphone? If that is the > case you should look at the ATLSIP project. There is an example > softphone (OSSphone) in there you can use as a guide. > > Whit > > Dao Xuan Duong wrote: >> Hi All >> >> I want to create a custom user agent to receive a call from other user >> agents. So, do I have to create my own classes derive from base classes >> CallSession and CallSessionManager? And what methods I have to implement >> from that base classes in my own classes? >> >> >> >> Thanks and Br >> >> Duongdx >> >> ---------------------------------------------------------------------------- -- >> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are >> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and >> easily build your RIAs with Flex Builder, the Eclipse(TM)based >> development >> software that enables intelligent coding and step-through debugging. >> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com >> _______________________________________________ >> opensipstack-devel mailing list >> ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >> >> >> >> > > > > ---------------------------------------------------------------------------- -- > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > easily build your RIAs with Flex Builder, the Eclipse(TM)based development > software that enables intelligent coding and step-through debugging. > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > No virus found in this incoming message. > Checked by AVG - www.avg.com > Version: 8.0.237 / Virus Database: 270.11.16/2005 - Release Date: 03/16/09 > 19:01:00 > ---------------------------------------------------------------------------- -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ opensipstack-devel mailing list ope...@li... https://lists.sourceforge.net/lists/listinfo/opensipstack-devel |