[Asterisk-Dev] FreeBSD port

Tilghman Lesher tilghman at mail.jeffandtilghman.com
Sat Sep 13 15:16:18 MST 2003


On Saturday 13 September 2003 15:10, Brad Waite wrote:
> I've perused the list archives and there's several mentions of
> successful ports to FreeBSD.  Where can I get the patches/ports?

Didn't take me much to get it to compile and run on FreeBSD (patch
attached).  It may, however, take a bit more effort to get everything to
work correctly.  Obviously, I've tried no calls.

-Tilghman
-------------- next part --------------
A non-text attachment was scrubbed...
Name: FreeBSD__asterisk.diff
Type: text/x-diff
Size: 8412 bytes
Desc: not available
Url : http://lists.digium.com/pipermail/asterisk-dev/attachments/20030913/c5824649/FreeBSD__asterisk.bin
-------------- next part --------------
;
; Asterisk configuration file
;
; Module Loader configuration file
;

[modules]
autoload=yes
;
; If you want, load the GTK console right away.  
; Don't load the KDE console since
; it's not as sophisticated right now.
;
noload => pbx_gtkconsole.so
;load => pbx_gtkconsole.so
noload => pbx_kdeconsole.so
;
; Intercom application is obsoleted by
; chan_oss.  Don't load it.
;
noload => app_intercom.so
;
; Explicitly load the chan_modem.so early on to be sure
; it loads before any of the chan_modem_* 's afte rit
;
noload => chan_modem.so
noload => chan_modem_aopen.so
noload => chan_modem_bestdata.so
noload => chan_modem_i4l.so
load => res_musiconhold.so
; Module names listed in "global" section will have symbols globally
; exported to modules loaded after them.
;
[global]
chan_modem.so=no


More information about the asterisk-dev mailing list