Read-only archive of the All About Symbian forum (2001–2013) · About this archive

Playing tones to telephony uplink on Nokia 6630

0 replies · 2,168 views · Started 27 September 2005

I am trying to interject sound or playing sound to telephony uplink on Nokia 6630. I am working on same codebase as for Nokia 6600/3650 etc. The Code works fine for Nokia 6600/3650. But its still giving problems with Nokia 6630. I am using following line of code for recorder utility.

iMdaAudioRecorderUtility = CMdaAudioRecorderUtility::NewL(*this,NULL,80);

After that i tried setting each telephony mode(EDefault, ELocal etc.) but the problem persist and sound interjection is not happening. I am playing data using descriptor. I looked into the SDK there is no change in CMdaAudioRecorderUtility. Is anyone have clue that wat need to be changed to do interjection on Nokia 6630.