Re: [OpenSIPStack] Problem with OnOutgoingCallConnected
Brought to you by:
joegenbaclor
From: tomach <to...@dg...> - 2007-06-29 13:42:59
|
I did like this and I hear really weird sound in speakers :( PFilePath pf("C:\ringin.wav"); m_RingBackToneFile = new MS::VoiceFile(); m_RingBackToneFile->Open(pf, MS::VoiceFile::Wav_8khz_Mono,"RING_XXX" ); Any ideas? I guess I could use totally outside livbrary to play wave when event is fired but i owudl prefer to keep it in one place and use one activex.... |