Re: FreeBSD asterisk 1.2.7.1, chan-capi-cm-0.6.2 and CAPI4BSD with AVM B1 - WORKING
Vahan Yerkanian <[email protected]>
| Newsgroups | gmane.comp.telephony.pbx.asterisk.bsd,gmane.os.freebsd.devel.isdn |
|---|---|
| Organization | ARMINCO Global Telecommunications |
| Message-ID | <[email protected]> |
Cian Hughes wrote: > I have just upgraded my asterisk box. Here is a short synopsis of what I > had to do...: > 1. I downloaded this new asterisk port, without bristuff: > http://www.paradisegreen.co.uk/asterisk/ > 2. I modified the Makefile and files/patch-Makefile to remove bristuff > from misc/zaptel (Modifications here: http://me.cian.ws/capi/) You have left a couple of other 'libpri.so.1.0's unpatched to 'libpri.so.1' in your files/patch-Makefile. Adding this one fixes the chan_zap.so load error on asterisk startup: -SOFLAGS = -Wl,-hlibpri.so.1.0 +SOFLAGS = -Wl,-hlibpri.so.1 HTH, Vahan