[Asterisk-bsd] FreeBSD asterisk 1.2.7.1, chan-capi-cm-0.6.2 and CAPI4BSD with AVM B1 - WORKING

Vahan Yerkanian vahan at arminco.com
Tue Apr 25 10:56:08 MST 2006


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


More information about the Asterisk-BSD mailing list