summaryrefslogtreecommitdiffstats
path: root/apppbx.h
diff options
context:
space:
mode:
authorAndreas Eversberg2010-10-31 17:08:29 +0100
committerAndreas Eversberg2010-12-13 09:06:38 +0100
commit108a0eb48201fe46572ecf565183e2c19959b5ec (patch)
tree02c2fa34217b240c03fe3346d87a8294b2087748 /apppbx.h
parentMake LCR compile with the latest OpenBSC master branch (diff)
downloadlcr-108a0eb48201fe46572ecf565183e2c19959b5ec.tar.gz
lcr-108a0eb48201fe46572ecf565183e2c19959b5ec.tar.xz
lcr-108a0eb48201fe46572ecf565183e2c19959b5ec.zip
Adding forwarding of DTMF and keypad between peers
This is needed for peers that require DTMF messages, rather than tones: - GSM mobile stations - Asterisk channel API modified: apppbx.cpp modified: apppbx.h
Diffstat (limited to 'apppbx.h')
-rw-r--r--apppbx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apppbx.h b/apppbx.h
index ad0b6da..cfe99c1 100644
--- a/apppbx.h
+++ b/apppbx.h
@@ -210,6 +210,7 @@ class EndpointAppPBX : public EndpointApp
void port_facility(struct port_list *portlist, int message_type, union parameter *param);
void port_suspend(struct port_list *portlist, int message_type, union parameter *param);
void port_resume(struct port_list *portlist, int message_type, union parameter *param);
+ void port_enablekeypad(struct port_list *portlist, int message_type, union parameter *param);
void ea_message_join(unsigned int join_id, int message, union parameter *param);
void join_crypt(struct port_list *portlist, int message_type, union parameter *param);
void join_mISDNsignal(struct port_list *portlist, int message_type, union parameter *param);
@@ -222,6 +223,7 @@ class EndpointAppPBX : public EndpointApp
void join_disconnect_release(int message_type, union parameter *param);
void join_notify(struct port_list *portlist, int message_type, union parameter *param);
void join_facility(struct port_list *portlist, int message_type, union parameter *param);
+ void join_dtmf(struct port_list *portlist, int message_type, union parameter *param);
/* epoint */
void new_state(int state);