Rev 2471 | Rev 3362 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2471 | Rev 2637 | ||
---|---|---|---|
Line 70... | Line 70... | ||
70 | * |
70 | * |
71 | * Phone call |
71 | * Phone call |
72 | * |
72 | * |
73 | * *** Connect_me_to *** |
73 | * *** Connect_me_to *** |
74 | * The caller sends IPC_M_CONNECT_ME_TO to an answerbox. The server receives |
74 | * The caller sends IPC_M_CONNECT_ME_TO to an answerbox. The server receives |
75 | * 'phoneid' of the connecting phone as an ARG3. If it answers with RETVAL=0, |
75 | * 'phoneid' of the connecting phone as an ARG5. If it answers with RETVAL=0, |
76 | * the phonecall is accepted, otherwise it is refused. |
76 | * the phonecall is accepted, otherwise it is refused. |
77 | * |
77 | * |
78 | * *** Connect_to_me *** |
78 | * *** Connect_to_me *** |
79 | * The caller sends IPC_M_CONNECT_TO_ME. |
79 | * The caller sends IPC_M_CONNECT_TO_ME. |
80 | * The server receives an automatically opened phoneid. If it accepts |
80 | * The server receives an automatically opened phoneid. If it accepts |