[asterisk-bugs] [JIRA] (ASTERISK-22129) Some chan_dahdi protected function renaming.
Richard Mudgett (JIRA)
noreply at issues.asterisk.org
Fri Jul 19 20:54:03 CDT 2013
Richard Mudgett created ASTERISK-22129:
------------------------------------------
Summary: Some chan_dahdi protected function renaming.
Key: ASTERISK-22129
URL: https://issues.asterisk.org/jira/browse/ASTERISK-22129
Project: Asterisk
Issue Type: Bug
Security Level: None
Reporter: Richard Mudgett
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}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list