Re: [OpenSIPStack] Problem with OnOutgoingCallConnected
Brought to you by:
joegenbaclor
From: Joegen E. B. <joe...@gm...> - 2007-07-01 00:25:13
|
Make sure the format of your wave file is 16 bit 8 KHZ Mono. tomach wrote: > 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.... > |