Re: [OpenSIPStack] Problem with OnOutgoingCallConnected
Brought to you by:
joegenbaclor
From: Ilian J. C. P. <ip...@so...> - 2007-07-03 08:23:21
|
Hi, tomach wrote: > Sorry, when I unregister and downlad whole cvs again not just update everythign works fine. > > Well done! > > Now I just have to find out how to solve this ring problem cos I did as you adviced and (with audio file and change lines of code but it didnt help) :(. Are you sure that you are albe to chage the sound of ring? > Yep. Just tried it a few moments ago. Just make sure that your .wav is 16 bit 8 kHz Mono. Also, if this is how you coded it exactly: PFilePath pf("C:\ringin.wav"); m_RingBackToneFile = new MS::VoiceFile(); m_RingBackToneFile->Open(pf, MS::VoiceFile::Wav_8khz_Mono,"RING_XXX" ); You may have a problem with "C:\ringin.wav", you're missing one '\'. :) - Ilian > By the way I also checked how applicaotin looks in memory profiles and it looks quite good:) > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > |