X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=gsm_bs.h;h=fd56efe52fb78c681c85b471d6da92e05423e570;hp=ba2d6967d7a4d1de7db60b9e04c6d3eeb4451332;hb=7798beeab23fa282d4a510c53d5f95ed3f8c2366;hpb=a12d7eee22a72f4c999535892763dde15212e89e 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);