From 0cebf2041334ad1be690001cb3d984f651c52fee Mon Sep 17 00:00:00 2001 From: Doug Bailey Date: Mon, 19 Jan 2009 15:56:11 +0000 Subject: Increase the number of messages specified in the DAHDI_VMWI ioctl call to 16 bits (up from 8 bits) git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@5730 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- include/dahdi/user.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'include/dahdi/user.h') diff --git a/include/dahdi/user.h b/include/dahdi/user.h index 554b094..db79fbf 100644 --- a/include/dahdi/user.h +++ b/include/dahdi/user.h @@ -972,11 +972,11 @@ struct dahdi_hwgain { */ #define DAHDI_VMWI _IOWR(DAHDI_CODE, 94, int) -#define DAHDI_VMWI_FSK (1 << 8) /* default FSK, no Ring Pulse Alert Signal*/ -#define DAHDI_VMWI_RPAS (1 << 9) /* Ring Pulse Alert Signal then FSK */ -#define DAHDI_VMWI_LREV (1 << 10) /* Line Reversal */ -#define DAHDI_VMWI_HVDC (1 << 11) /* HV 90VDC */ -#define DAHDI_VMWI_HVAC (1 << 12) /* HV 90VAC Neon lamp */ +#define DAHDI_VMWI_FSK (1 << 16) /* default FSK, no Ring Pulse Alert Signal*/ +#define DAHDI_VMWI_RPAS (1 << 17) /* Ring Pulse Alert Signal then FSK */ +#define DAHDI_VMWI_LREV (1 << 18) /* Line Reversal */ +#define DAHDI_VMWI_HVDC (1 << 19) /* HV 90VDC */ +#define DAHDI_VMWI_HVAC (1 << 20) /* HV 90VAC Neon lamp */ /* * Startup or Shutdown a span -- cgit v1.2.3