summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
authorSuper User2007-05-15 22:59:29 +0200
committerSuper User2007-05-15 22:59:29 +0200
commitfd2045584f7084d209607f4d717a66bea9afe88e (patch)
tree8118fb0cb231a4546d43a13cb85d8b80992c9d64 /options.h
parentbackup work (diff)
downloadlcr-fd2045584f7084d209607f4d717a66bea9afe88e.tar.gz
lcr-fd2045584f7084d209607f4d717a66bea9afe88e.tar.xz
lcr-fd2045584f7084d209607f4d717a66bea9afe88e.zip
backup
Diffstat (limited to 'options.h')
-rw-r--r--options.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/options.h b/options.h
index 90270c6..ecf7e3c 100644
--- a/options.h
+++ b/options.h
@@ -22,28 +22,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 */