socket mISDN work
[lcr.git] / port.h
diff --git a/port.h b/port.h
index d23ace0..48f6ffa 100644 (file)
--- a/port.h
+++ b/port.h
@@ -116,14 +116,7 @@ inline unsigned long INACTIVE_EPOINT(struct epoint_list *epointlist)
 /* structure of port settings */
 struct port_settings {
        char tones_dir[256];                    /* directory of current tone */
-        int tout_setup;
-        int tout_dialing;
-        int tout_proceeding;
-        int tout_alerting;
-        int tout_disconnect;
-//     int tout_hold;
-//     int tout_park;
-       int no_seconds;                         /* don't send seconds with time information element */
+       int no_seconds;
 };
 
 /* generic port class */
@@ -180,7 +173,7 @@ class Port
 
        /* recording */
        int open_record(int type, int mode, int skip, char *terminal, int anon_ignore, char *vbox_email, int vbox_email_file);
-       void close_record(int beep);
+       void close_record(int beep, int mute);
        void record(unsigned char *data, int length, int dir_fromup);
        FILE *p_record;                         /* recording fp: if not NULL, recording is enabled */
        int p_record_type;                      /* codec to use: RECORD_MONO, RECORD_STEREO, ... */