Minor fix for GSM HR codec negotiation: Add missing 'break'.
[lcr.git] / mISDN.h
diff --git a/mISDN.h b/mISDN.h
index d8c504b..9c00250 100644 (file)
--- a/mISDN.h
+++ b/mISDN.h
@@ -109,6 +109,7 @@ class PmISDN : public Port
        int message_epoint(unsigned int epoint_id, int message, union parameter *param);
        void message_mISDNsignal(unsigned int epoint_id, int message_id, union parameter *param);
        void message_crypt(unsigned int epoint_id, int message_id, union parameter *param);
+       void message_vootp(unsigned int 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_tx_dejitter;                    /* use dejitter on transmit data to DSP */
@@ -122,6 +123,7 @@ class PmISDN : public Port
        int p_m_rxoff;                          /* rx from driver is disabled */
        int p_m_txdata;                         /* get what we transmit */
        int p_m_dtmf;                           /* dtmf decoding is enabled */
+       int p_m_dtmf_threshold;                 /* dtmf level threshold */
 
        int bridge_rx(unsigned char *data, int len);
 
@@ -156,7 +158,6 @@ class PmISDN : public Port
        int p_m_b_exclusive;                    /* if bchannel is exclusive */
        int p_m_b_reserve;                      /* set if channel is reserved */
        int p_m_b_mode;                         /* bchannel mode */
-       int p_m_hold;                           /* if port is on hold */
        struct lcr_timer p_m_timeout;           /* timeout of timers */
 
        int p_m_inband_send_on;                 /* triggers optional send function */