[Mac-telephony-list] Need a Good How to
Benjamin Kowarsch via List
mac-telephony-list at mactelephony.net
Thu Dec 21 01:27:14 JST 2006
On Dec 21, 2006, at 12:30 AM, Joe Bradshaw via List wrote:
> Does anyone have a good how to install asterisk 1.2.13 on an intel
> mac. So far we have tried all our resources and are unable to find a
> forum other than this list. 1.2.13 says it is an universal app but
> we are unable to find an universal launcher. The powerpc launcher is
> having issue finding the files in the correct location.
The Asterisk Launcher is an AppleScript Studio application, the code
is executed by the AppleScript engine in MacOS X and that is CPU
independent. It's akin to running a Perl script. The runloop that is
wrapped around it by Xcode when building AppleScript Studio apps is
PPC but that has absolutely no impact on how it performs or functions.
The Asterisk Launcher is designed to look for the executable where a
default build of Asterisk places it, that is /usr/sbin/asterisk. I
would call that the correct location. When we made the tools and the
installers, we had a debate on whether we should place things in
different places (more BSDish places) but decided against it
precisely to avoid situations like this one.
> Also can any provide WORKING links to the correct launcher or let me
> know what it is that we should be doing to start and stop service.
I suggest you follow the example and build/configure your asterisk
executable such that it uses default locations.
Otherwise, start/stop/reload via CLI or use the Sunrise build.
rgds
benjk
More information about the mac-telephony-list
mailing list