sipxtapi-dev:
I'm devoloping an program with sipxtapi. In this program, I will create
more SIPX_INST variables.
-------------------------
SIPX_INST a,b,c;
-------------------------
And i will use SpkHook in my program to implement such things: the audio
data of calls of echo SIPX_INST will be
sent to echo SIPX_INST's handle thread. For example, the audio data of calls
of a will be send to HandleA thread,
the audio data of calls of b will be sent to HandleB thread, and the audio data
of calls of c will be sent to HandleC
thread.
Now , the problem is :
------------------------------
typedef void (*TOSPEAKERHOOK)(const int nLength, MpAudioSample* samples) ;
------------------------------
there are only two parameters of the hook function and from these i can't
determine whose calls's audio data is being handle.
[EMAIL PROTECTED]
2006-09-15
_______________________________________________
sipxtapi-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/