work on unfinished asterisk channel driver (bchannel handling)
[lcr.git] / mISDN.h
diff --git a/mISDN.h b/mISDN.h
index f9485b2..e2d5b57 100644 (file)
--- 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 */