State Machine of phone calls
03月 10th, 2008
1, Outgoing Call
a, Dialing and hangup immediatly
EStatusDialing -> EStatusDisconnecting -> EStatusIdle
b, Dialing, ringing, ended
EStatusDialing -> EStatusConnecting -> EStatusDisconnecting -> EStatusIdle
c, Call Answered by the other one,
EStatusDialing -> EStatusConnecting -> EStatusConnected -> EStatusDisconnecting -> EStatusIdle
2, Incoming Call
a, Ringing, Hangup yourself / the other one
EStatusRinging -> EStatusDisconnecting -> EStatusIdle
b, Ringing, Answering, Hungup yourself / the other one
EStatusRinging -> EStatusAnswering -> EStatusDisconnecting -> EStatusIdle
Popularity: 13% [?]
Entry Filed under: Symbian开发技巧
1 Comment Add your own
1. Gustavo Leig | 10月 30th, 2008 at 1:44 am
Hi, Im using eStatusDialing to get an outgoing call. How do I get the called number? I dont want to use the logs.
thanks
Leave a Comment
Some HTML allowed:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>
Trackback this post | Subscribe to the comments via RSS Feed