X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=port.h;h=48f6ffa623cc5aa83a78cc9614c4a5f975a84780;hp=d23ace0c65b8bd1b3c7107eaa4ad7660646ba80a;hb=d57a2db4c6a9143b8fbee59ff4d151846e8f4303;hpb=e01d4caa3eef0f4d17e5513cb793e19fecd2b051 diff --git a/port.h b/port.h index d23ace0..48f6ffa 100644 --- 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, ... */