Discussion:
[Asterisk-Users] Mac OS X installer for Asterisk
Sunrise Ltd
2004-07-17 18:09:29 UTC
Permalink
Hi

I have created a Mac OS X installer package for installing
Asterisk on OSX ver 10.2 and 10.3

Anyone who'd like to give this a try, please download the
installer package from here ...

http://www.astmasters.net/stuff/Asterisk.pkg.tgz

to install Asterisk on OSX just double click the package
file.

please send any feedback to benjamin (at) sunrise (dash)
tel (dot) com

NOTE: this is a fairly old build but it's rock solid. We
have run it on OSX Server 10.2.8 since October last year
and it's been going like a Swiss clockwork. Rich Murphey
has promised to fix the Makefile for the most recent CVS
so it will build on OSX again. Once this is done, we'll
make another installer package for the new version.

Also, I am still working on extending the install package
so that users can choose whether or not they want to
install the sources. Anybody interested in this, please
bare with me a few more days.

regards
benjamin

--
Sunrise Telephone Systems Ltd
9F Shibuya Daikyo Bldg., 1-13-5 Shibuya, Shibuya-ku,
Tokyo, Japan


__________________________________________________
Do You Yahoo!?
http://bb.yahoo.co.jp/
rich allen
2004-07-17 18:35:30 UTC
Permalink
cool, Thanks!
Post by Sunrise Ltd
Hi
I have created a Mac OS X installer package for installing
Asterisk on OSX ver 10.2 and 10.3
- hcir
rich
2004-07-17 19:27:42 UTC
Permalink
this installer killed my user info!!
Post by rich allen
cool, Thanks!
Post by Sunrise Ltd
Hi
I have created a Mac OS X installer package for installing
Asterisk on OSX ver 10.2 and 10.3
HCQ
2004-07-17 23:51:26 UTC
Permalink
Hi all,
I'm trying to get a linejack work with RH9 as a fxs line, I get the tone,
but I get this error when dialing:

-- Playing 'demo-echotest' (language 'en')
Jul 17 20:35:04 WARNING[1192437440]: chan_phone.c:451 phone_read: Error
reading: Input/output error

I googled for couple of hours in the list but no clue how to fix it.
I got ixj loaded as well.
Chan_phone seems to work (no errors at startup)

This is my phone.conf file:

; Linux Telephony Interface
;
; Configuration file
;
[interfaces]
;
; Select a mode, either the phone jack provides dialtone, reads digits,
; then starts PBX with the given extension (dialtone mode), or
; immediately provides the PBX without reading any digits or providing
; any dialtone (this is the immediate mode, the default). Also, you
; can set the mode to "fxo" if you have a linejack to make it operate
; properly.
;
;mode=immediate
mode=dialtone
;mode=fxo
;
; You can decide which format to use by default, "g723.1" or "slinear".
; XXX Be careful, sometimes the card causes kernel panics when running
; in signed linear mode for some reason... XXX
;
format=ulaw
;format=slinear
;format=g723.1
;
; And set the echo cancellation to "off", "low", "medium", and "high".
; This is not supported on all phones.
;
echocancel=medium
;
; You can optionally use VAD/CNG silence supression
;
;silencesupression=yes
;
; List all devices we can use. Contexts may also be specified
;
context=demo
;
; You can set txgain and rxgain for each device in the same way as context.
; If you want to change default gain value (1.0 =~ 100%) for device, simple
; add txgain or rxgain line before device line. But rememeber, if you change
; volume all cards listed below will be affected by these values. You can
; use float values (1.0, 0.5, 2.0) or percentage values (100%, 150%, 50%).
;
txgain=100%
rxgain=1.0
device => /dev/phone0
device => /dev/phone1
device => /dev/phone2




Any help will be appreciated.
Hector.
Steven Kalcevich
2004-07-17 19:35:13 UTC
Permalink
Psh users. :P

Kind Regards,

Steven Kalcevich CCNA, CCDA
Network Consultant

Soho Networks www.sohonetworks.ca
---------------------------------------
Wireless - VOIP - VPN - Network Design


Office: +1 416 576-4457
Toll Free 1-877-289-2839 Fax: +1 905 897-2375
MSN: ***@hotmail.com



-----Original Message-----
From: asterisk-users-***@lists.digium.com
[mailto:asterisk-users-***@lists.digium.com] On Behalf Of rich
Sent: Saturday, July 17, 2004 3:28 PM
To: asterisk-***@lists.digium.com
Subject: Re: [Asterisk-Users] Mac OS X installer for Asterisk

this installer killed my user info!!
Post by rich allen
cool, Thanks!
Hi
I have created a Mac OS X installer package for installing Asterisk
on OSX ver 10.2 and 10.3
_______________________________________________
Asterisk-Users mailing list
Asterisk-***@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Adria Vidal
2004-07-17 21:19:02 UTC
Permalink
Thanks a lot Benjamin, that's great.
Support for the zaptel drivers would be great!!!!! installing the X100P
card from my linux machine into the OS X one would be incredible....

AdriĆ  Vidal
Post by Sunrise Ltd
Anyone who'd like to give this a try, please download the
installer package from here ...
http://www.astmasters.net/stuff/Asterisk.pkg.tgz
to install Asterisk on OSX just double click the package
file.
Sunrise Ltd
2004-07-18 00:03:30 UTC
Permalink
Post by rich
this installer killed my user info!!
thanks for the feedback.

there have been two cases of this reported. I believe you
will find that your /var directory is no longer a symbolic
link to /private/var as it should be. I have changed the
settings in the package to target /private/var now instead
of /var.

to fix, move everything you have in /var to /private/var
(but be careful not to overwrite anything that might occur
twice), then remove /var and re-create the symlink again
with ln -s /private/var /var

I am very sorry about the inconvenience. Please accept my
apologies.

you may want to delete the .pkg file and download the new
one at the same location.

rgds
benjamin


--
Sunrise Telephone Systems Ltd
9F Shibuya Daikyo Bldg., 1-13-5 Shibuya, Shibuya-ku, Tokyo, Japan

__________________________________________________
Do You Yahoo!?
http://bb.yahoo.co.jp/
Wallingford, Ted
2004-07-19 15:28:24 UTC
Permalink
Benjamin,

Is this package intended to mirror the directory structure of the linux
builds? If so, I may have an issue: While /var/lib/asterisk is properly in
place after running the installer, /usr/sbin/asterisk is not. I'm running on
OS X 10.3.4 and downloaded the package on Sunday afternoon, if that's any
help. Did I miss something?

Thanks,
Ted Wallingford


-----Original Message-----
From: Sunrise Ltd [mailto:***@yahoo.co.jp]
Sent: Saturday, July 17, 2004 2:09 PM
To: astusr
Subject: [Asterisk-Users] Mac OS X installer for Asterisk


Hi

I have created a Mac OS X installer package for installing Asterisk on OSX
ver 10.2 and 10.3

Anyone who'd like to give this a try, please download the installer package
from here ...

http://www.astmasters.net/stuff/Asterisk.pkg.tgz

to install Asterisk on OSX just double click the package
file.

please send any feedback to benjamin (at) sunrise (dash)
tel (dot) com

NOTE: this is a fairly old build but it's rock solid. We
have run it on OSX Server 10.2.8 since October last year
and it's been going like a Swiss clockwork. Rich Murphey
has promised to fix the Makefile for the most recent CVS
so it will build on OSX again. Once this is done, we'll
make another installer package for the new version.

Also, I am still working on extending the install package
so that users can choose whether or not they want to
install the sources. Anybody interested in this, please
bare with me a few more days.

regards
benjamin

--
Sunrise Telephone Systems Ltd
9F Shibuya Daikyo Bldg., 1-13-5 Shibuya, Shibuya-ku,
Tokyo, Japan


__________________________________________________
Do You Yahoo!?
http://bb.yahoo.co.jp/

_______________________________________________
Asterisk-Users mailing list
Asterisk-***@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

Loading...