X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=genext.c;h=21689e6bd8b9c05afdf4e7c8b4a60254bed0a275;hp=447c675cb49d05fd87702c975132f0880b7fb783;hb=cbc232643c7b26d64204ba7f6151007e9c0267e4;hpb=c01315204bbfc920f9cb674835226e9f71ab4089 diff --git a/genext.c b/genext.c index 447c675..21689e6 100644 --- a/genext.c +++ b/genext.c @@ -55,7 +55,7 @@ int main(int argc, char *argv[]) if (!read_options()) { - PERROR("Failed to read options.conf\n"); + PERROR("%s", options_error); return(-1); } @@ -79,13 +79,6 @@ int main(int argc, char *argv[]) memset(&ext, 0, sizeof(ext)); ext.rights = 4; - ext.tout_setup = 120; - ext.tout_dialing = 120; - ext.tout_proceeding = 120; - ext.tout_alerting = 120; - ext.tout_disconnect = 120; -// ext.tout_hold = 900; -// ext.tout_park = 900; ext.cfnr_delay = 20; ext.vbox_codec = CODEC_MONO; UCPY(ext.interfaces, argv[2]);