[Asterisk-Users] chan_sccp new release

Sergio Chersovani mlists at c-net.it
Fri Jul 15 10:29:28 MST 2005


http://chan-sccp.berlios.de/


20050715 ftp://ftp.berlios.de/pub/chan-sccp/chan_sccp-20050715.tar.bz2

- cisco 7936 initial support
- gcc 2.95 compatibility
- fixed a removing session issue (introduced with the new socket code)
- minor code cleanups
- added (very) experimental support to CALL PARK.
The call park stuff is not compiled by default (and you need to load => 
res_features.so) . To try it:
make clean
CFLAGS=-DCS_SCCP_PARK make install

How to build:

wget ftp://ftp.berlios.de/pub/chan-sccp/chan_sccp-20050715.tar.bz2
tar xvjf chan_sccp-20050715.tar.bz2
cd chan_sccp-20050715
make clean; make install

modules.conf
load = chan_sccp.so
noload = chan_skinny.so

edit sccp.conf

if you have compile errors try this:
rm /usr/include/asterisk/*
rm /usr/lib/asterisk/modules/*
cd asterisk
make upgrade
cd chan_sccp-20050715
make clean; make install




More information about the asterisk-users mailing list