Hello, On 8/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I have tried to use the sipxConfigSetSpkrAudioHook call to set up the > speaker audio hook. > The branch is the sipXtapi-media-update branch, checked out 21-8-2006. For > my test i am using Microsoft: > I am using the API from C# (I don't know if that is the problem) > I get one call of my speaker audio hook method, and after the return, an > exception is thrown. The exception text is: I did not use audio hooks and not sure will this is helpful for you: Make sure that you did not use blocking functions inside a hook callback function. I.e. you should not use sipXtapi functions inside it.
Regards, Alexander Chemeris. _______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
