X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=lcradmin.c;h=882105be4f6aacba4c6cc46572735fa261522369;hp=c7691ee9a5df6f81904c0b92fea0733d9a42ba7d;hb=be404a4926ba076c5e2019b88e790e3f14ff11ff;hpb=5b5923141c3ac53d3e63395d9197080d087342f3 diff --git a/lcradmin.c b/lcradmin.c index c7691ee..882105b 100644 --- a/lcradmin.c +++ b/lcradmin.c @@ -1579,7 +1579,11 @@ next: goto next; case ADMIN_CALL_NOTIFY: - printf("NOTIFY\n notify=%d\n number=%s\n", msg.u.call.notify, msg.u.call.callerid); fflush(stdout); + printf("NOTIFY\n notify=%d\n number=%s\n", msg.u.call.notify_progress, msg.u.call.callerid); fflush(stdout); + goto next; + + case ADMIN_CALL_PROGRESS: + printf("PROGRESS\n progress=%d\n location=%d\n", msg.u.call.notify_progress, msg.u.call.location); fflush(stdout); goto next; case ADMIN_CALL_DISCONNECT: