From: Steven M. S. <ss...@so...> - 2004-01-10 02:49:54
|
Ok. I got the code and cleaned it up (ast_pthread_mutex_lock to ast_mutex_lock) so that it compiles and loads. Silly question I know, but how do I use it? How do I drop myself and conceivably several other parties into the application? Much thanks! Steven -----Original Message----- From: Steve Kann [mailto:st...@st...] Sent: Friday, January 09, 2004 6:32 PM To: Steven Sokol Cc: iax...@li... Subject: Re: [Iaxclient-devel] Conferencing In IAX Clients Steven Sokol wrote: >Greetings, > >Do any of the existing IAX user agents support conferencing? What seems >to be the most logical way to accomplish conferencing in iaxClient? >Does the Asterisk server act as the point of conference (ala MeetMe) or >is there a strait-forward way to make the client bridge multiple voice >streams? Other than tossing everyone into a MeetMe, I can't think of a >good way to establish a conference -- especially when you take into >consideration the possibility of multiple codecs in the mix. > >Any thoughts? Am I missing anything? > > We currently are using iaxclients for a conference, and we do it on the server (although we do not use meetme, we use app_conference, which is in CVS with iaxclient on sf.net; it does need updating). If you wanted to mix incoming calls like this in iaxclient, you could use a similar approach to that taken by app_conference, but it could be CPU intensive to do this for a large conference in uncontrolled client environments. |