[asterisk-bugs] [DAHDI-linux 0014104]: [patch] Generate VMWI line reversal from FXS module to light LED on newer 'non intellegent phone'

Asterisk Bug Tracker noreply at bugs.digium.com
Mon Dec 22 03:17:57 CST 2008


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=14104 
====================================================================== 
Reported By:                alecdavis
Assigned To:                
====================================================================== 
Project:                    DAHDI-linux
Issue ID:                   14104
Category:                   wctdm
Reproducibility:            always
Severity:                   feature
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2008-12-18 02:36 CST
Last Modified:              2008-12-22 03:17 CST
====================================================================== 
Summary:                    [patch] Generate VMWI line reversal from FXS module
to light LED on newer 'non intellegent phone'
Description: 
Added initial fundamental support to manipulate FXS line to generate
Message Waiting Indication. Still supports sending FSK as has been
supported for years.

Discovered undocumented parameter 'mwisendtype' in chan_dahdi.conf which
can only be 'rpas' Ring Pulse Alert Signal at the moment.

Intention is to use this field with parameters as follows;
   'fsk' or undefined for exisiting FSK only support.
   'none' no FSK spill heard every second time you go off hook.
   'rpas' for existing support ring pulse before FSK
   'lrev' line reversed while messages exist
   'hvdc' high voltage, 90Vdc idle voltage
   'hvac' high voltage neon generation, Following Silicb AN33

Alec


====================================================================== 

---------------------------------------------------------------------- 
 (0096772) alecdavis (reporter) - 2008-12-22 03:17
 http://bugs.digium.com/view.php?id=14104#c96772 
---------------------------------------------------------------------- 
Please remove file dahdi_wctdm.c.VMWI.diff.txt

Uploaded wctdm.mwisendtype.diff.txt which includes previous changes
Also DAHDI_VMWI ioctl value now is a combined TYPE|NUMBER parameter.
Number of messages can only be upto 255. TYPE is upper byte.

Will upload user.h for the DAHDI_VMWI_TYPES which are
#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 */ 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2008-12-22 03:17 alecdavis      Note Added: 0096772                          
======================================================================




More information about the asterisk-bugs mailing list