-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
asterisk: add page #4474
asterisk: add page #4474
Conversation
The build for this PR failed with the following error(s):
Please fix the error(s) and push again. |
|
||
- Show chan_SIP clients (phones): | ||
|
||
`asterisk -r -x "sip show peers"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are there any long forms of these arguments? We generally prefer long forms on tldr pages to aid clarity.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunately not. I can see some other tldr pages uses syntax such as [r]econnect
, would this work for an extra example such as this?
- [r]econnect to a running server and e[x]ecute a command:
`asterisk -r -x "{{command}"`
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No problem - it doesn't hurt to check. Yeah, that extra example would be great if possible!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How's that looking now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Much better, thanks :D
I've just left a comment about a potential typo.
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @cyberjacob ❤️
|
||
- Show chan_SIP clients (phones): | ||
|
||
`asterisk -r -x "sip show peers"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Much better, thanks :D
I've just left a comment about a potential typo.
Looks like this one slipped through the net. /cc @owenvoke / @navarroaxel / @agnivade for a 2nd opinion? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cyberjacob just 2 comments
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
common/
,linux/
, etc.)One of the pages requested in #3689. I've focused on commands used for managing a running server with SIP clients on
chan_sip
as these are used most frequently.