Skip to content

Homebrew tap for building an Asterisk dev environment

Notifications You must be signed in to change notification settings

sja/homebrew-asterisk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Homebrew Asterisk

This repo contains the Homebrew formulas I use for my Asterisk dev machine. This is pretty much a few packages which, for one reason or another, aren't the best fit for going into Homebrew itself.

Installation

brew install https://raw2.github.com/leedm777/homebrew-asterisk/master/iksemel.rb
brew install homebrew/dupes/ncurses
brew install https://raw2.github.com/leedm777/homebrew-asterisk/master/asterisk.rb

Add an asterisk group and user:

sudo dseditgroup -o create asterisk
sudo dscl . create /Users/asterisk
sudo dseditgroup -o edit -a asterisk -t user asterisk

Follow the instructions in the "Using launchd" section here, but replace /usr/local/asterisk/sbin/asterisk with /usr/local/Cellar/asterisk/12.0.0/sbin/asterisk

Usage

launchctl load /Library/LaunchDaemons/org.asterisk.asterisk.plist

About

Homebrew tap for building an Asterisk dev environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%