Rev 1787 | Rev 2359 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1787 | Rev 1888 | ||
---|---|---|---|
Line 94... | Line 94... | ||
94 | * |
94 | * |
95 | * *** The answerbox hangs up (ipc_answer(EHANGUP)) |
95 | * *** The answerbox hangs up (ipc_answer(EHANGUP)) |
96 | * - The phone is disconnected. EHANGUP response code is sent |
96 | * - The phone is disconnected. EHANGUP response code is sent |
97 | * to the calling task. All new calls through this phone |
97 | * to the calling task. All new calls through this phone |
98 | * get a EHUNGUP error code, the task is expected to |
98 | * get a EHUNGUP error code, the task is expected to |
99 | * send an sys_ipc_hangup after cleaning up it's internal structures. |
99 | * send an sys_ipc_hangup after cleaning up its internal structures. |
100 | * |
100 | * |
101 | * Call forwarding |
101 | * Call forwarding |
102 | * |
102 | * |
103 | * The call can be forwarded, so that the answer to call is passed directly |
103 | * The call can be forwarded, so that the answer to call is passed directly |
104 | * to the original sender. However, this poses special problems regarding |
104 | * to the original sender. However, this poses special problems regarding |