02-08-2013 04:00 AM
Hi,
I have to send DTMF tones and i am using this code to send DTMF Tones:
PhoneCall callInfo = Phone.getCall(callId);
callInfo.sendDTMFTones(actuallDialedNumber);
actuallDialedNumber consists of 11-14 digits and it takes almost 7-8 seconds to reach our server end.
Kinldy help me that how can I reduce this time.
Thanks