Hello, On 9/9/06, Paul Tran <[EMAIL PROTECTED]> wrote: > I'm hoping to reduce resource usage by completely taking the audio component > out of the system since I'm not concerned with that. I'm with the > understanding, that sipXtapi can send me media info events of DTMF tones > without the need for an incoming audio stream. > > I'm also trying to do this without directly changing anything in the > sipXtapi library, and doing this solely through calls contained within the > sdk. I believe this could not be done with current sipXtapiA API. I may be wrong, though.
You could disable mic and speaker inside sipXmediaLib. Look into MpCallFlowGraph.cpp - you will find DISABLE_LOCAL_AUDIO preprocessor definition here. Regards, Alexander Chemeris. _______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
