Re: [OpenSIPStack] Problem with OnOutgoingCallConnected
Brought to you by:
joegenbaclor
From: Ilian J. C. P. <ip...@so...> - 2007-06-29 09:47:08
|
Try this. Probably the easiest way to do this is to get a .wav file for your custom ring sound. Go to SoftPhoneInterface::SoftPhoneInterface() and replace the following lines static PDTMFEncoder rt; rt.GenerateRingBackTone(); m_RingBackToneFile = new MS::VoiceFile( rt, MS::VoiceFile::Wav_8khz_Mono, "RING_US" ); with m_RingBackToneFile = new MS::VoiceFile(); m_RingBackToneFile.Open( PATH_TO_WAV_FILE, MS:VoiceFile:Wav_8khz_Mono, "RING_XXX" ); - Ilian tomach wrote: > Hello! > > Is it possible to change ring sound/? I maen now when connection comes sound isnt like ring...can I change it to ring sound? > > or is it possible to add dialing sound to ATLSIP? > > ------------------------------------------------------------------------- > 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 > > > |