X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=options.h;h=a0dbad4eaf3e81eab488be0e54cfe7c83088af1d;hp=90270c64c0b7facfce5be4cf1e4bf56a41c25ce9;hb=1bfbfbf903777d13df3107fbc89bdaeb2af9f2d6;hpb=559ff64e3062b70f27ddceba825f40642a6c5725 diff --git a/options.h b/options.h index 90270c6..a0dbad4 100644 --- a/options.h +++ b/options.h @@ -11,8 +11,6 @@ struct options { char log[128]; /* location of log file */ - char ports[256]; /* use of ports */ -// int ptp; /* if layer 2 should be watched */ int deb; /* debugging */ char law; /* 'a' or 'u' law */ @@ -22,29 +20,6 @@ struct options { char tones_dir[64]; /* directory of all tones/patterns */ char fetch_tones[256]; /* directories of tones to fetch */ char extensions_dir[64]; /* directory of extensions */ - char h323_name[128]; /* the name of h323 endpoint */ - int h323_ringconnect; /* connected when ringing */ - int h323_gsm_pri; /* priority to use of GSM codec (0 == don't use) */ - int h323_gsm_opt; - int h323_g726_pri; /* priority to use of G726 codec (0 == don't use) */ - int h323_g726_opt; - int h323_g7231_pri; /* priority to use of G7231 codec (0 == don't use) */ - int h323_g729a_pri; /* priority to use of G729a codec (0 == don't use) */ - int h323_lpc10_pri; /* priority to use of lpc-10 codec (0 == don't use) */ - int h323_speex_pri; /* priority to use of speex codec (0 == don't use) */ - int h323_speex_opt; - int h323_xspeex_pri; /* priority to use of xspeex codec (0 == don't use) */ - int h323_xspeex_opt; - int h323_law_pri; /* priority to use of law codec (0 == don't use) */ - int h323_law_opt; - int h323_icall; /* allow incoming h323 calls */ - char h323_icall_prefix[32]; /* the prefix */ - int h323_port; /* port for incoming calls */ - int h323_gatekeeper; /* register with h323 gatekeeper */ - char h323_gatekeeper_host[128];/* the gatekeeper host */ - int sip_port; - int sip_maxqueue; - int nodtmf; /* use dtmf detection */ char dummyid[32]; /* caller id for external calls if not available */ int dsptones; /* tones will be generated via dsp.o 1=american 2=ger */ int schedule; /* run process in realtime @ given priority */