From: Andrea S. <si...@op...> - 2008-09-04 08:32:26
|
Mihai Balea wrote: > In the current version of iaxclient you cannot have two active calls > at the same time. that means that only one of the established calls at a time could be "handled" by iaxclient, isn't it? but anyway could I switch from one call to another using iaxc_select_call()? > Also the text messaging features in IAX2 are quite > primitive. Yeah I know, but we really don't need anything more that simple text exchanging, and as far as I understand IAX2 fits our requirements... > It could probably be done, but I'm pretty sure it would > require some (maybe extensive) modifications to iaxclient. fair > Why don't you use a real IM client for messaging? If your requirements > are for an integrated solution, you could add XMPP capabilities to > your software as you've just said we need an integrated solution.... and before moving to add another piece of complexity (XMPP) to our application we want to try to use everything we have just in place to do the job. so I'll try to understand if my employer can relax his requirements in such a way we can avoid the need of multiple active calls, i.e. chatting with an interviewer will be possible only if there's no on going interview (i.e. call).... unrelated question: setting IAXC_AUDIO_PREF_SEND_DISABLE using iaxc_set_audio_prefs() "indicates that sending of audio should be disabled", does it means that also the active call stop sending audio frames to asterisk? thank you very much for your advices Andrea > Mihai > > On Sep 3, 2008, at 6:04 AM, Andrea Suisani wrote: > |