Rev 1573 | Rev 1702 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1573 | Rev 1698 | ||
|---|---|---|---|
| Line 86... | Line 86... | ||
| 86 | * IPC_M_PHONE_HUNGUP call from the phone that hung up. When all async |
86 | * IPC_M_PHONE_HUNGUP call from the phone that hung up. When all async |
| 87 | * calls are answered, the phone is deallocated. |
87 | * calls are answered, the phone is deallocated. |
| 88 | * |
88 | * |
| 89 | * *** The answerbox hangs up (ipc_answer(EHANGUP)) |
89 | * *** The answerbox hangs up (ipc_answer(EHANGUP)) |
| 90 | * - The phone is disconnected. EHANGUP response code is sent |
90 | * - The phone is disconnected. EHANGUP response code is sent |
| 91 | * to the calling process. All new calls through this phone |
91 | * to the calling task. All new calls through this phone |
| 92 | * get a EHUNGUP error code, the task is expected to |
92 | * get a EHUNGUP error code, the task is expected to |
| 93 | * send an sys_ipc_hangup after cleaning up it's internal structures. |
93 | * send an sys_ipc_hangup after cleaning up it's internal structures. |
| 94 | * |
94 | * |
| 95 | * Call forwarding |
95 | * Call forwarding |
| 96 | * |
96 | * |