Problem Using Hang Up
| Fri, 2005-12-23 07:31 | |
|
Hi,
Iam using HangUp function to hangup the Incoming call that is defined in RCall. But HangUp doesnt terminate call immediately and incoming call number is displayed for some milli seconds on the screen. Which method shall i use to terminate the call immediately so that i can even avoid displaying the number on screen for milli seconds. Could any one please help regarding this. Thanks in advance. --Santosh |
|






Forum posts: 53
Have u find any solution for ur problem,if so then can u plz tell me.I also need to do the same thing.
thanx
Forum posts: 40
Forum posts: 114
the phone takes care of that by itself when you hit the hang up button"
personally i had hangup() at the end of my calling code, and the call would be hung up 2-3 seconds after it was connected.
i removed that line and everything worked fine:
i just needed to press the red "hangup" key.