Rev 1060 | Rev 1072 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1060 | Rev 1063 | ||
|---|---|---|---|
| Line 162... | Line 162... | ||
| 162 | phone_connect(phoneid,&answer->sender->answerbox); |
162 | phone_connect(phoneid,&answer->sender->answerbox); |
| 163 | } |
163 | } |
| 164 | } else if (IPC_GET_METHOD(*olddata) == IPC_M_CONNECTMETO) { |
164 | } else if (IPC_GET_METHOD(*olddata) == IPC_M_CONNECTMETO) { |
| 165 | /* If the users accepted call, connect */ |
165 | /* If the users accepted call, connect */ |
| 166 | if (!IPC_GET_RETVAL(answer->data)) { |
166 | if (!IPC_GET_RETVAL(answer->data)) { |
| 167 | printf("Connecting Phone %P\n",IPC_GET_ARG3(*olddata)); |
- | |
| 168 | ipc_phone_connect((phone_t *)IPC_GET_ARG3(*olddata), |
167 | ipc_phone_connect((phone_t *)IPC_GET_ARG3(*olddata), |
| 169 | &TASK->answerbox); |
168 | &TASK->answerbox); |
| 170 | } |
169 | } |
| 171 | } |
170 | } |
| 172 | } |
171 | } |