From: inode <in...@wa...> - 2009-04-15 21:47:16
|
Hi all, I'm trying to wrote a little program that use the iaxc_set_test_mode, but seem that I misunderstand something. From iaxclient.h: * Test mode functionality * In test mode, iaxclient will do the following: * - skip audio and video hardware initialization * - wait for outgoing media to be provided by the main application * - return incoming media to the calling application if required, via callbacks So, seem that you can also receive audio etc ("return incomin media"). >From my test I can't receive any audio, I looked on the source code of the library and seem the callback IAXC_EVENT_AUDIO is disabled when the iaxc_set_test_mode is called. Anyone can tell me if I'm wrong in something or tell me if with when test mode is active you cannot get the audio stream? Cheers, inode |