From: Steve K. <st...@st...> - 2003-07-21 14:01:12
|
On Mon, 2003-07-21 at 09:45, SYED OBAID AMIN wrote: > Hi > > Steve i'v seen the methods of sample client but there are some methods which > rnt use in these samples i want to know their functionality there r also > some methods in sample clients such as > iaxc_process_calls(); > i m unable to fig. out its functionality also . Well, that function processes the calls, including all network and audio transactions. You either need to call that function every 10ms or so, or else you need to call iaxc_start_processing_thread, which will start a thread for you which will call the processing function as necessary. -SteveK > So plz just tell me their brief intro rest of the things i'll get from the > source code > > Thanx and Regards > > Obaid Amin Syed > > >From: Steve Kann <st...@st...> > >To: SYED OBAID AMIN <sye...@ho...> > >CC: iaxclient devel <iax...@li...> > >Subject: Re: [Iaxclient-devel] Description of Methods > >Date: 21 Jul 2003 09:35:58 -0400 > >MIME-Version: 1.0 > >Received: from m1.horizonlive.com ([208.185.78.2]) by > >mc7-f39.law1.hotmail.com with Microsoft SMTPSVC(5.0.2195.5600); Mon, 21 Jul > >2003 06:36:21 -0700 > >Received: (qmail 8623 invoked from network); 21 Jul 2003 13:36:20 -0000 > >Received: from canarsie.horizonlive.com (10.23.1.31) by m1.horizonlive.com > >with SMTP; 21 Jul 2003 13:36:20 -0000 > >X-Message-Info: JGTYoYF78jEHjJx36Oi8+Q1OJDRSDidP > >In-Reply-To: <LAW...@ho...> > >References: <LAW...@ho...> > >Organization: horizonlive > >Message-Id: <105...@ca...> > >X-Mailer: Ximian Evolution 1.4.0 Return-Path: st...@st... > >X-OriginalArrivalTime: 21 Jul 2003 13:36:21.0961 (UTC) > >FILETIME=[12B91B90:01C34F8D] > > > >On Mon, 2003-07-21 at 03:49, SYED OBAID AMIN wrote: > > > > > Hi All > > > > > > I'v been subscribed on this list since last month and been a dumb member > >as > > > i was very new to IP telephony but now, by using this libiax and going > >thru > > > some sample clients i m capable of making a basic telephony interface in > > > Win32 enviromnent (Thanx to Steve,Faizan Tilli and Babar Nazmi Specially > >). > > > "Now i would like to have details of all of the functions available in > > > "iaxclient.h"" > > > so i can extend the functionality .I m also working on the functionlaity > > > such as minimizing to tray ,registering with asterisk server, rininging > >on > > > icoming call etc etc > > > I would be very grateful if any one there help me . > > > > > >Well, there isn't any documentation on them, other than the source code > >:) > > > >If you have questions, I'd say the best thing to do is to look at how > >the clients are using the functions, the source to iaxclient_lib.c, and > >then ask here if you have questions. If someone wants to tackly > >documentation, that would be cool also. Hopefully most things will > >remain stable, but since we're still very early in development, it might > >sometimes make sense to change their behavior. > > > >-SteveK > > > > > > > > > > > > Thanx and Regards > > > > > > Obaid Amin Syed > > > > > > _________________________________________________________________ > > > Tired of spam? Get advanced junk mail protection with MSN 8. > > > http://join.msn.com/?page=features/junkmail > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.net email is sponsored by: VM Ware > > > With VMware you can run multiple operating systems on a single machine. > > > WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the > > > same time. Free trial click here: http://www.vmware.com/wl/offer/345/0 > > > _______________________________________________ > > > Iaxclient-devel mailing list > > > Iax...@li... > > > https://lists.sourceforge.net/lists/listinfo/iaxclient-devel > > > >-- > > Steve Kann - Chief Engineer - 520 8th Ave #2300 NY 10018 - (212) > >533-1775 > > HorizonLive.com - collaborate . interact . learn > > "The box said 'Requires Windows 95, NT, or better,' so I installed > >Linux." > > _________________________________________________________________ > STOP MORE SPAM with the new MSN 8 and get 2 months FREE* > http://join.msn.com/?page=features/junkmail -- Steve Kann - Chief Engineer - 520 8th Ave #2300 NY 10018 - (212) 533-1775 HorizonLive.com - collaborate . interact . learn "The box said 'Requires Windows 95, NT, or better,' so I installed Linux." |