EBUG
SDMRLink: Plugin returns blank values for valid call data
Motivation
Certain plugins return blank values for valid call data
Completion
The reason why this was happening is because sdmrlink sent the CR value to plugin
if the line terminator was CRLF. This caused certain plugins to interpret the data
incorrectly, because they checked for certain line lengths. Smdrlink now strips out
CR and LF from the call data before sending it to the plugin.
FEATURES
Add Web Interface to SMDRLink for Extension Mapping
Motivation
SMDRLink requires a location to perform extension to username mapping.
Web Interface listens on port 3081.
Completion
Refer to motivation.
TCP Server Connection for SMDRLINK
Motivation
The TCP Server connection currently only handles the Alcatel protocol.
This should be modified for generic connections as well.
Completion
Refer to motivation.