Hi,
Does anybody know if Symbian provides an API for sending some DTMF tones after a call is established?
Thank you.
Best Regards,
Gance
Hi,
Does anybody know if Symbian provides an API for sending some DTMF tones after a call is established?
Thank you.
Best Regards,
Gance
Hey,
Such API is not publically available but as far as I know it is possible. On Series 60 platform you can try using the RAdvGsmPhone class from etelagsm.h (SendDTMFTones method). On UIQ you can try using the RMobilePhone class (same method SendDTMFTones) from etelmm.h. Don't know if either of these two actually work, 'cause I haven't tried using any of them.
Regards, Aljaz
Do we have some code, i mean if i try to include etelagsm.h, it says the file is not available.
Need help 😊
Hey,
Actually the etelagsm.h is not part of the SDK as it is not public. Mail me at [email][email protected][/email] if you need it.
Regards, Aljaz
maratib wrote:Do we have some code, i mean if i try to include etelagsm.h, it says the file is not available.Need help 😊