Hi all,
We have written a VoIP application.
For audio playback / recording we are using VoIPAudioServicesAPI_v2.4.0
class CVoIPUtilityFactory etc.
from LIBRARY VoIPAudioIntfc.lib.
To route the Audio to handset or loudspeaker, we are using
class CTelephonyAudioRouting
LIBRARY TelephonyAudioRouting.lib
In Symbian^3 Anna and Belle this works fine.
But in Belle FP1 it is not possible to change audio routing to loudspeaker.
CTelephonyAudioRouting::AvailableOutputs()
retunrs on all versions
[0]=0 //ENotActive
[1]=1 //ENone
[2]=3 //ELoudspeaker
[3]=2 //EHandset
The call to
CTelephonyAudioRouting::SetOutputL(CTelephonyAudioRouting::ELoudspeaker);
completes without error
But on Belle FP1 the call back
MTelephonyAudioRoutingObserver::SetOutputComplete()
will not be called and output is still routed to handset.
Any Ideas what’s wrong in Belle FP1?
Thanks in advance



