[asterisk-bugs] [JIRA] (ASTERISK-21925) Clean up the parking API in res_parking
Matt Jordan (JIRA)
noreply at issues.asterisk.org
Wed Jun 19 19:52:03 CDT 2013
Matt Jordan created ASTERISK-21925:
--------------------------------------
Summary: Clean up the parking API in res_parking
Key: ASTERISK-21925
URL: https://issues.asterisk.org/jira/browse/ASTERISK-21925
Project: Asterisk
Issue Type: Improvement
Security Level: None
Components: Resources/res_parking
Reporter: Matt Jordan
Perform a sweep of the API defined in res_parking for:
* naming conventions.
** Functions that are protected within the set of parking files should be prefixed with a common name, i.e., parking_
** Structs that are protected within the set of parking files should be prefixed with a common name
* Rename parking_ui - we don't typically use the nomenclature 'ui' for CLI commands.
* Implement module unloading/reloading properly
* Determine if all CEL Park events are being relayed properly. If so, remove the TODO in parking_bridge
* Determine if we need a parking swap message.
Finally, we need to also:
* Remove all legacy parking code from features.c that is no longer used
* Any channel drivers still referencing legacy code in features.c needs to be determined if the public transfer bridge functions will work for their intended use cases.
--
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