[Home]

Summary:ASTERISK-22129: Some chan_dahdi protected function renaming.
Reporter:Richard Mudgett (rmudgett)Labels:Asterisk12
Date Opened:2013-07-19 20:53:39Date Closed:2013-07-23 11:36:01
Priority:MajorRegression?
Status:Closed/CompleteComponents:Channels/chan_dahdi
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:The functions declared in chan_dahdi.h should be given dahdi_ prefixes.
Rename the following functions:

{noformat}
analog_lib_handles --> dahdi_analog_lib_handles
disable_dtmf_detect --> dahdi_dtmf_detect_disable
enable_dtmf_detect --> dahdi_dtmf_detect_enable
dahdi_enable_ec --> dahdi_ec_enable
dahdi_disable_ec --> dahdi_ec_disable
update_conf --> dahdi_conf_update
dahdi_link --> dahdi_master_slave_link
dahdi_unlink --> dahdi_master_slave_unlink
{noformat}
Comments: