Added keypad forwarding, keypad parameter, chan_lcr keypad option 'k'.
[lcr.git] / message.h
index ef54507..63abc65 100644 (file)
--- a/message.h
+++ b/message.h
@@ -34,6 +34,8 @@ enum { /* number presentation */
 
 enum { /* number presentation */
        INFO_SCREEN_USER, /* user provided */
 
 enum { /* number presentation */
        INFO_SCREEN_USER, /* user provided */
+       INFO_SCREEN_USER_VERIFIED_PASSED,
+       INFO_SCREEN_USER_VERIFIED_FAILED,
        INFO_SCREEN_NETWORK /* network provided */
 };
 
        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 */
        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 */
 };
 
 /* call-info structure CONNECT */