X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=lcrsocket.h;h=931afb876d2f94f5e788487df1d525a36c6d0ae3;hp=43543c1f0530a1d55588501fc9422a9261c16c1b;hb=5f685ed847af5a80f647383d0c450b67acce17a4;hpb=323cbc387b1a068f8e2bcfd1034666406ba18c93 diff --git a/lcrsocket.h b/lcrsocket.h index 43543c1..931afb8 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, @@ -82,6 +83,8 @@ struct admin_response_interface { char busy[256]; /* if port is idle(0) busy(1) */ unsigned int port[256]; /* current port */ int mode[256]; + char out_channel[256]; + char in_channel[256]; }; struct admin_response_remote { @@ -130,7 +133,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;