Hi,

I have found an new problem. I use a 7960+7914 and 3 lines configured for
testing, but only one line is shown on the 7960. The first button on the 7914,
which should also be a line button is empty. Also the second on the 7960. This
one I changed in sccp_protocols.h from SKINNY_BUTTONTYPE_UNUSED to
SKINNY_BUTTONTYPE_LINE.
What's wrong? This feature was already working with the old sourceforge version.

regards
Jens


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

_______________________________________________
Asterisk-Users mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


_______________________________________________
Asterisk-Users mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to