I just edited Makefile  this way but am not sure whether I am right or wrong though it worked for me.

Can someone confirm whether what I have done is right or not.

diff -Nau Makefile Makefile~
--- Makefile    2006-06-07 15:25: 58.545498480 +0100
+++ Makefile~   2006-06-07 15:09:03.983735312 +0100
@@ -49,7 +49,7 @@
        install -m 755 -d $(INSTALLPATH)
        install -m 644 chan_ss7.so $(INSTALLPATH)
        cd $(INSTALL_PREFIX) && rm -f $(COMPONENT) && ln -s $(COMPONENT)-$(VERSION) $(COMPONENT)
-       cd /usr/lib/asterisk/modules && ln -sf ../../../src/$(COMPONENT)/usr/lib/asterisk/modules/* .
+       cd $(INSTALL_PREFIX)/asterisk/usr/lib/asterisk/modules && ln -sf ../../../../../$(COMPONENT)/usr/lib/asterisk/modules/* .

 clean:
        rm -f *.o *.so

goksie

On 6/7/06, Goke Aruna <[EMAIL PROTECTED]> wrote:
when I run  make install on asterisk-1.2.8

install -m 755 -d /chan_ss7-0.8.4/usr/lib/asterisk/modules
install -m 644 chan_ss7.so /chan_ss7-0.8.4/usr/lib/asterisk/modules
cd  && rm -f chan_ss7 && ln -s chan_ss7- 0.8.4 chan_ss7
cd /asterisk/usr/lib/asterisk/modules && ln -sf ../../../../../chan_ss7/usr/lib/asterisk/modules/* .
/bin/sh: line 0: cd: /asterisk/usr/lib/asterisk/modules: No such file or directory
make: *** [install] Error 1

Can  you help correct this

I did my install on /usr/src/chan_ss7-0.8.4

thank you

goksie

On 6/7/06, Anton < [EMAIL PROTECTED]> wrote:
Great! Thank you Anders!

On 7 June 2006 17:23, Anders Baekgaard wrote:
> An updated version of chan_ss7 for asterisk has been
> released as version 0.8.4. This version has been tested
> against asterisk version 1.2.9.1.
>
>
> From the README:
> - Fixed crash when T1 expires
> - Made check on audio read to detect underruns
> - Fixed crash in process_acm
> - Changed priority for continuity check thread
> - Fixed crash in CLI command block/unblock
> - Fixed CLI command output: "Unknown state: 3"
> - Listen on cluster socket only when there are other
> cluster nodes configured - Port for TCP connection in
> cluster now configurable - Use of ast_setstate to report
> channel state changes - New per link config options to
> enable echo cancellation in Zaptel driver - New CIC
> hunting policies: sequential low-to-high and sequential
> high-to-low
>
> Additional information and the source of chan_ss7 can be
> found at http://www.sifira.dk/chan-ss7.
>
> Best regards,
> Anders Baekgaard
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
>
> asterisk-ss7 mailing list
> To UNSUBSCRIBE or update options visit:
>     http://lists.digium.com/mailman/listinfo/asterisk-ss7
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-ss7 mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-ss7


_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-ss7 mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-ss7

Reply via email to