added exporting/importing bchannel stacks to the remote application
[lcr.git] / extension.h
index c59bb6d..692906e 100644 (file)
@@ -9,6 +9,10 @@
 **                                                                           **
 \*****************************************************************************/ 
 
+/* maximum number of redial/powerdial and reply numbers to remember
+ */
+#define MAX_REMEMBER   99
+
 /* display of callerid on internal numbers */
 
 enum {
@@ -105,7 +109,8 @@ enum {
  */
 
 struct extension {
-       char name[16];
+       char number[32];        /* number of extension */
+       char name[32];
        char prefix[32];
        char next[32];          /* next number to dial when pickup (temp prefix) */
        char alarm[32];
@@ -139,7 +144,6 @@ struct extension {
        int display_cause;      /* clear cause using display message */
        int display_ext;        /* display external caller ids */
        int display_int;        /* display internal caller ids */
-       int display_voip;       /* display h323 caller ids */
        int display_fake;       /* display fake caller ids */
        int display_anon;       /* display anonymouse caller ids */
        int display_menu;       /* display menu */