Skip to content

Instantly share code, notes, and snippets.

@jarrodharvey
Last active October 11, 2020 07:45
Show Gist options
  • Save jarrodharvey/a4baec1dd9efe71ae95a9fc6ce8298aa to your computer and use it in GitHub Desktop.
Save jarrodharvey/a4baec1dd9efe71ae95a9fc6ce8298aa to your computer and use it in GitHub Desktop.
Using this for asterisk tricks I find along the way
If you are getting this error after entering "asterisk -r" - "Unable to connect to remote asterisk (does /var/run/asterisk/asterisk.ctl exist?)" then do the following:
- Type "sudo nohup asterisk -&"
- Try "sudo asterisk -r"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment