From: Steven S. <ss...@so...> - 2003-12-01 20:26:17
|
Hi, I have been working on a full-featured COM wrapper for the iaxClient library. I have it working fairly well now (I got past my cross-thread call issue) and I am working on some of the advanced features. Questions: 1. Is there a Transfer function? I see that Mark has one in the libiax source, but I didn't find one defined in iaxclient_lib.h or in iaxclient.h. 2. Is there a Conference function? 3. Is there a Hold/Recall function? 4. Is there a Park/Unpark function? I can do many of these thing using the Manager interface, but I would prefer a native implementation if possible. I understand that a lot of the development efforts have gone towards audio support. If these functions are not currently implemented, are they on the drawing board for an upcoming release? Is there anything I can do to help? Thanks, Steve |