mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
documentation: Fix non-matching module support levels.
Some modules have a different support level documented in their MODULEINFO XML and Asterisk module definition. This change brings the two in sync for the modules which were not matching. ASTERISK-29336 Change-Id: If2f819103d4a271e2e0624ef4db365e897fa3d35
This commit is contained in:
committed by
George Joseph
parent
ec8b030bd7
commit
ee8c9017a7
@@ -140,4 +140,4 @@ static int load_module(void)
|
||||
return ast_register_application_xml(app, attended_transfer_exec);
|
||||
}
|
||||
|
||||
AST_MODULE_INFO_STANDARD(ASTERISK_GPL_KEY, "Attended transfer to the given extension");
|
||||
AST_MODULE_INFO_STANDARD_EXTENDED(ASTERISK_GPL_KEY, "Attended transfer to the given extension");
|
||||
|
@@ -134,4 +134,4 @@ static int load_module(void)
|
||||
return ast_register_application_xml(app, blind_transfer_exec);
|
||||
}
|
||||
|
||||
AST_MODULE_INFO_STANDARD(ASTERISK_GPL_KEY, "Blind transfer channel to the given destination");
|
||||
AST_MODULE_INFO_STANDARD_EXTENDED(ASTERISK_GPL_KEY, "Blind transfer channel to the given destination");
|
||||
|
@@ -254,4 +254,4 @@ static int load_module(void)
|
||||
return ast_register_application_xml(app, background_detect_exec);
|
||||
}
|
||||
|
||||
AST_MODULE_INFO_STANDARD_EXTENDED(ASTERISK_GPL_KEY, "Playback with Talk Detection");
|
||||
AST_MODULE_INFO_STANDARD(ASTERISK_GPL_KEY, "Playback with Talk Detection");
|
||||
|
Reference in New Issue
Block a user