mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 20:56:39 +00:00
Add 'description' field for CLI and Manager output
(closes issue #19076) Reported by: lmadsen Patches: __20110408-channel-description.txt uploaded by lmadsen (license 10) Tested by: lmadsen Review: https://reviewboard.asterisk.org/r/1163/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@313528 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1157,6 +1157,7 @@ struct sip_peer {
|
||||
AST_DECLARE_STRING_FIELDS(
|
||||
AST_STRING_FIELD(secret); /*!< Password for inbound auth */
|
||||
AST_STRING_FIELD(md5secret); /*!< Password in MD5 */
|
||||
AST_STRING_FIELD(description); /*!< Description of this peer */
|
||||
AST_STRING_FIELD(remotesecret); /*!< Remote secret (trunks, remote devices) */
|
||||
AST_STRING_FIELD(context); /*!< Default context for incoming calls */
|
||||
AST_STRING_FIELD(subscribecontext); /*!< Default context for subscriptions */
|
||||
|
Reference in New Issue
Block a user