Rev 1363 | Rev 1366 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1363 | Rev 1365 | ||
---|---|---|---|
Line 161... | Line 161... | ||
161 | 161 | ||
162 | 162 | ||
163 | while (1) { |
163 | while (1) { |
164 | static int vfb_no=1; |
164 | static int vfb_no=1; |
165 | 165 | ||
166 | callid = ipc_wait_for_call(&call, 0); |
166 | callid = ipc_wait_for_call(&call); |
167 | // printf("%s:Call phone=%lX..", NAME, call.in_phone_hash); |
167 | // printf("%s:Call phone=%lX..", NAME, call.in_phone_hash); |
168 | switch (IPC_GET_METHOD(call)&((1<<METHOD_WIDTH)-1)) { |
168 | switch (IPC_GET_METHOD(call)&((1<<METHOD_WIDTH)-1)) { |
169 | case IPC_M_PHONE_HUNGUP: |
169 | case IPC_M_PHONE_HUNGUP: |
170 | // fb_putchar(4,((a++)&15)+'A'); |
170 | // fb_putchar(4,((a++)&15)+'A'); |
171 | 171 |