summaryrefslogtreecommitdiffstats
path: root/extension.h
diff options
context:
space:
mode:
authorSuper User2008-01-19 18:10:46 +0100
committerSuper User2008-01-19 18:10:46 +0100
commit14f76f1e81f0a4e7a63e83136d1ac958bf85c8a5 (patch)
tree981f17ede49ca63cc87eef0fddfcc0f08761d21c /extension.h
parentnew sounds for EFI (diff)
downloadlcr-14f76f1e81f0a4e7a63e83136d1ac958bf85c8a5.tar.gz
lcr-14f76f1e81f0a4e7a63e83136d1ac958bf85c8a5.tar.xz
lcr-14f76f1e81f0a4e7a63e83136d1ac958bf85c8a5.zip
work on unfinished asterisk channel driver (bchannel handling)
modified: Makefile modified: README modified: action.cpp modified: admin_server.c modified: apppbx.cpp modified: apppbx.h new file: bchannel.c new file: bchannel.h renamed: asterisk_client.c -> chan_lcr.c renamed: asterisk_client.h -> chan_lcr.h deleted: channel.c modified: dss1.cpp modified: extension.c modified: extension.h modified: interface.c modified: interface.h modified: joinremote.cpp modified: joinremote.h modified: mISDN.cpp modified: mISDN.h modified: main.h modified: message.h modified: route.c modified: todo.txt
Diffstat (limited to 'extension.h')
-rw-r--r--extension.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/extension.h b/extension.h
index f9f7f67..e24ff31 100644
--- a/extension.h
+++ b/extension.h
@@ -130,7 +130,7 @@ struct extension {
int change_callerid;
int clip; /* how to present caller id on forwarded calls */
int colp; /* how to present called line id on forwarded calls */
- char clip_prefix[32]; /* prefix for screening incomming clip */
+ char clip_prefix[32]; /* prefix for screening incoming clip */
int keypad; /* support keypad for call control */
int centrex; /* present name of caller/called on internal extension */
int anon_ignore; /* ignore anonymouse calls */
@@ -139,8 +139,8 @@ struct extension {
int noknocking; /* deny knocking of incoming call */
char last_out[MAX_REMEMBER][64]; /* numbers to redail */
char last_in[MAX_REMEMBER][64]; /* numbers to reply */
- int txvol;
- int rxvol;
+ int tx_gain;
+ int rx_gain;
int display_cause; /* clear cause using display message */
int display_ext; /* display external caller ids */
int display_int; /* display internal caller ids */