Add references in summaries to asterisk docs (manager > actions)#176
Add references in summaries to asterisk docs (manager > actions)#176moldypenguins wants to merge 2 commits intoAsterNET:masterAsterNET/AsterNET:masterfrom moldypenguins:DocManagerActionmoldypenguins/AsterNET:DocManagerActionCopy head branch name to clipboard
Conversation
|
See issue #157 Add Links to Documentation |
|
will go through these to add line breaks and remove extra white space |
|
looks good! |
Deantwo
left a comment
There was a problem hiding this comment.
There are missing some <br/> tags for newlines.
Some of all the new GitHub changes makes reviewing these pull requests a lot easier.
So if these are fixed it shouldn't be too hard to review it again.
| string chargingrAssociationPlan) | ||
| string chargingAssociationPlan) |
There was a problem hiding this comment.
Why was this parameter renamed?
There was a problem hiding this comment.
Is this is a bug fix in the middle of a documentation pull request?
According to Asterisk 14 ManagerAction_AOCMessage, it should indeed be chargingAssociationPlan.
Please keep a pull request on-topic. Looking for minor bug fixes in the middle of a huge documentation change is how bugs happen.
| /// Available since Asterisk 1.2 | ||
| /// | ||
| /// Deprecated in Asterisk 1.4 | ||
| /// Removed in Asterisk 1.6 |
| /// Starts recording a specified conference, with an optional filename. | ||
| /// If recording is already in progress, an error will be returned. | ||
| /// If RecordFile is not provided, the default record_file as specified in the conferences Bridge Profile will be used. | ||
| /// If record_file is not specified, a file will automatically be generated in Asterisk's monitor directory. | ||
| /// | ||
| /// See <see target="_blank" href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+16+ManagerAction_ConfbridgeStartRecord">https://wiki.asterisk.org/wiki/display/AST/Asterisk+16+ManagerAction_ConfbridgeStartRecord</see> |
| /// Creates an empty file in the configuration directory. | ||
| /// This action will create an empty file in the configuration directory. This action is intended to be used before an | ||
| /// UpdateConfig action. | ||
| /// | ||
| /// See <see target="_blank" href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+16+ManagerAction_CreateConfig">https://wiki.asterisk.org/wiki/display/AST/Asterisk+16+ManagerAction_CreateConfig</see> |
| /// Creates a new DBDelAction that deletes the value of the database entry | ||
| /// with the given key in the given family. | ||
| /// | ||
| /// See <see target="_blank" href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+16+ManagerAction_DBDel">https://wiki.asterisk.org/wiki/display/AST/Asterisk+16+ManagerAction_DBDel</see> |
| /// | ||
| /// See <see target="_blank" href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+16+ManagerAction_ConfbridgeSetSingleVideoSrc">https://wiki.asterisk.org/wiki/display/AST/Asterisk+16+ManagerAction_ConfbridgeSetSingleVideoSrc</see> |
| /// | ||
| /// See <see target="_blank" href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+16+ManagerAction_ConfbridgeStopRecord">https://wiki.asterisk.org/wiki/display/AST/Asterisk+16+ManagerAction_ConfbridgeStopRecord</see> |
| /// | ||
| /// See <see target="_blank" href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+16+ManagerAction_ConfbridgeUnlock">https://wiki.asterisk.org/wiki/display/AST/Asterisk+16+ManagerAction_ConfbridgeUnlock</see> |
| /// | ||
| /// See <see target="_blank" href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+16+ManagerAction_ConfbridgeUnmute">https://wiki.asterisk.org/wiki/display/AST/Asterisk+16+ManagerAction_ConfbridgeUnmute</see> |
| /// | ||
| /// See <see target="_blank" href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+16+ManagerAction_CoreSettings">https://wiki.asterisk.org/wiki/display/AST/Asterisk+16+ManagerAction_CoreSettings</see> |
No description provided.