X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=message.h;h=63abc65117a8754ea809b0f43173fdf34d59d398;hp=ef5450762a0e58a77229513558c483260808bc56;hb=3ac6881c22bce18091f19b06958ac66016bf9a32;hpb=6bf7c7f9db360d6031417b012dcb0e90e2251cd6 diff --git a/message.h b/message.h index ef54507..63abc65 100644 --- a/message.h +++ b/message.h @@ -34,6 +34,8 @@ enum { /* number presentation */ enum { /* number presentation */ INFO_SCREEN_USER, /* user provided */ + INFO_SCREEN_USER_VERIFIED_PASSED, + INFO_SCREEN_USER_VERIFIED_FAILED, INFO_SCREEN_NETWORK /* network provided */ }; @@ -176,6 +178,7 @@ struct dialing_info { int ntype; /* type of number */ int sending_complete; /* end of dialing */ char display[84]; /* display information */ + char keypad[33]; /* send keypad facility */ }; /* call-info structure CONNECT */