[asterisk-bugs] [JIRA] (ASTERISK-22172) Some chan_dahdi protected function renaming.
Matt Jordan (JIRA)
noreply at issues.asterisk.org
Sat Jul 20 17:54:06 CDT 2013
Matt Jordan created ASTERISK-22172:
--------------------------------------
Summary: Some chan_dahdi protected function renaming.
Key: ASTERISK-22172
URL: https://issues.asterisk.org/jira/browse/ASTERISK-22172
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Channels/chan_dahdi
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