summaryrefslogtreecommitdiffstats
path: root/gsm_bs.h
diff options
context:
space:
mode:
authorAndreas Eversberg2011-02-20 10:35:40 +0100
committerAndreas Eversberg2011-02-20 10:40:29 +0100
commit7308159228add750d8c3729846d950de5599a9e5 (patch)
tree2c0b799042e9a6a029feaecc3bf7064a21074198 /gsm_bs.h
parentFixed transmission of call trace on LCR socket. (diff)
downloadlcr-7308159228add750d8c3729846d950de5599a9e5.tar.gz
lcr-7308159228add750d8c3729846d950de5599a9e5.tar.xz
lcr-7308159228add750d8c3729846d950de5599a9e5.zip
[GSM_BS] Added DTMF support.
Diffstat (limited to 'gsm_bs.h')
-rw-r--r--gsm_bs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gsm_bs.h b/gsm_bs.h
index ba2d696..fd56efe 100644
--- a/gsm_bs.h
+++ b/gsm_bs.h
@@ -9,6 +9,9 @@ class Pgsm_bs : public Pgsm
Pgsm_bs(int type, struct mISDNport *mISDNport, char *portname, struct port_settings *settings, int channel, int exclusive, int mode);
~Pgsm_bs();
+ unsigned char *p_m_g_dtmf; /* DTMF tone generation (MS only) */
+ int p_m_g_dtmf_index; /* DTMF tone generation index */
+
void setup_ind(unsigned int msg_type, unsigned int callref, struct gsm_mncc *mncc);
void start_dtmf_ind(unsigned int msg_type, unsigned int callref, struct gsm_mncc *mncc);
void stop_dtmf_ind(unsigned int msg_type, unsigned int callref, struct gsm_mncc *mncc);