From: Andrea S. <si...@op...> - 2008-06-27 11:36:32
|
Hi Peter, Jerimy Peter Grayson wrote: > Hi Jeremy, [cut] > Despite iaxclient having the concept of handling multiple calls, > iaxclient offers poor semantics for dealing with multiple calls. The > "protocol" is that you can use iaxc_select_call() to switch which of > the multiple connected calls is active. It is only the active call > that audio is sent to or received from -- there is no way to "mix" two > calls. ok, but is there any function (API) in iaxclient that returns a list of established calls? as far as I can see there's only iaxc_selected_call() that return actual selected call. am I missing something? (yes of course at application level I could keep track of established calls...) [cut] Andrea |