From 14f76f1e81f0a4e7a63e83136d1ac958bf85c8a5 Mon Sep 17 00:00:00 2001 From: Super User Date: Sat, 19 Jan 2008 18:10:46 +0100 Subject: 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 --- mISDN.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mISDN.h') diff --git a/mISDN.h b/mISDN.h index f9485b2..e2d5b57 100644 --- a/mISDN.h +++ b/mISDN.h @@ -111,7 +111,7 @@ class PmISDN : public Port void message_crypt(unsigned long epoint_id, int message_id, union parameter *param); struct mISDNport *p_m_mISDNport; /* pointer to port */ int p_m_delay; /* use delay instead of dejitter */ - int p_m_txvol, p_m_rxvol; /* volume shift (0 = no change) */ + int p_m_tx_gain, p_m_rx_gain; /* volume shift (0 = no change) */ char p_m_pipeline[256]; /* filter pipeline */ int p_m_echo, p_m_conf; /* remote echo, conference number */ int p_m_tone; /* current kernel space tone */ -- cgit v1.2.3-55-g7522