X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=lcrsocket.h;h=7ecf7aded8f40dc05ea4a9accc36603a966d196f;hp=43543c1f0530a1d55588501fc9422a9261c16c1b;hb=1e711b3a83867445c2ad7e7f84e4e3c024ad9572;hpb=323cbc387b1a068f8e2bcfd1034666406ba18c93 diff --git a/lcrsocket.h b/lcrsocket.h index 43543c1..7ecf7ad 100644 --- a/lcrsocket.h +++ b/lcrsocket.h @@ -39,6 +39,7 @@ enum { /* messages */ ADMIN_CALL_DISCONNECT, ADMIN_CALL_RELEASE, ADMIN_CALL_NOTIFY, + ADMIN_CALL_PROGRESS, ADMIN_TRACE_REQUEST, ADMIN_TRACE_RESPONSE, ADMIN_MESSAGE, @@ -130,7 +131,7 @@ struct admin_call { int present; /* presentation */ int cause; /* cause to send */ int location; - int notify; + int notify_progress; int bc_capa; int bc_mode; int bc_info1;