summaryrefslogtreecommitdiff
path: root/xpp/card_bri.h
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-09-15 00:07:19 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-09-15 00:07:19 +0000
commit509911c594492006a7a0514a44bfa199235dd241 (patch)
treefb62c8f79faec240f06cb4da6942b1982e6e8c6a /xpp/card_bri.h
parentb24123812f7ebcfc55a6b9f0e3b5e63a0cb5454d (diff)
New xpp release (Xorcom rev 4648):
* New firmware protocol version: 2.8 . * New firmwares fix input ports offhook. * Cleanup INFO() messages during module loading. * USB: Receive queue with TASKLETS [r4600]. Controlled by rx_tasklet parameter to xpp_usb module (can be changed in runtime). * The pcm_tasklet parameter in xpp module is deprecated: - Does not actually do anything. - If set during module loading, shows an ERR() message. - Also appears in /proc/xpp/sync * FXS: Hardware DTMF detection by default, can be disabled by setting dtmf_detection=0 parameter to xpd_fxs. PCM is muted when DTMF key is pressed. * zapconf: - Can now generate users.conf compatible with asterisk-gui. - Optional command-line arguments denoting which files to generate. Possible values are 'zaptel', 'zapata' and 'users'. - Defaults to creating zaptel and zapata. Merged revisions 3019 via svnmerge from http://svn.digium.com/svn/zaptel/branches/1.2 git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3020 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'xpp/card_bri.h')
-rw-r--r--xpp/card_bri.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/xpp/card_bri.h b/xpp/card_bri.h
index 1111d2a..a7b69de 100644
--- a/xpp/card_bri.h
+++ b/xpp/card_bri.h
@@ -25,16 +25,7 @@
#include "xpd.h"
enum bri_opcodes {
- XPROTO_NAME(BRI, REGISTER_REQUEST) = 0x0F,
- XPROTO_NAME(BRI, REGISTER_REPLY) = 0x10,
XPROTO_NAME(BRI, SET_LED) = 0x33,
};
-DEF_RPACKET_DATA(BRI, REGISTER_REPLY, /* Get status of a single register (for debugging) */
- reg_cmd_t regcmd;
- );
-DEF_RPACKET_DATA(BRI, REGISTER_REQUEST,
- reg_cmd_t reg_cmd;
- );
-
#endif /* CARD_BRI_H */