[Asterisk-Users] chan_sccp new release

Sergio Chersovani mlists at c-net.it
Wed Jul 13 12:20:55 MST 2005


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


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

I didn't have a spare 7960 to use this week, so maybe some line issue is 
still present.
- fixed a memory leak on database updates (dnd, cfwd*)
- fixed old memory leak on unload (now unload chan_sccp.so and load 
chan_sccp.so work. It does reload the config when asterisk is running)
- socket stuff has been totally rewritten
- added sccp show sessions (cli command)
- modified the output of sccp show channels (use it to understand what 
chan_sccp is doing with channels)
- rewrite of asterisk codecs 2 skinny translation
- modified the calls hangup system (more stable)
- minor changes on the native transfer (now the call on a failed 
transfer status will ring back when you put onhook the phone - useful 
for no display phones)
- many minor changes

How to build:

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

tar xvjf chan_sccp-20050713.tar.bz2
cd chan_sccp-20050713
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/*
cd asterisk
make upgrade
cd chan_sccp-20050713
make clean; make install




More information about the asterisk-users mailing list