           SPELL=usbb2k-api
if [[ $USBB2K_SCM_AUTOUPDATE == y ]]
then
         VERSION=$(date +%Y%m%d)
else
         VERSION=cvs
fi
          SOURCE=$SPELL-cvs.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-cvs"
   SOURCE_URL[0]=cvs://:pserver:anonymous@cvs.savannah.nongnu.org:/sources/usbb2k-api:$SPELL
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=on
        WEB_SITE=http://savannah.nongnu.org/projects/usbb2k-api/
         ENTERED=20061103
      LICENSE[0]=GPL
        KEYWORDS="telephony"
           SHORT="An API (daemon) to handle an USB-B2K VOIP box."
cat << EOF
The program consist of an API (daemon) to handle a VOIP box of the type 
USB-B2K which allows to plug a classical telephone on an USB port (skypebox, 
wangobox, yealink...) in order to integrate this with any type of program of 
the type VOIP under GNU/LINUX.

The functionalities are the following:
 1. Switching to mode USB/PTSN
 2. Detecting Pick up/ Hang up signal from the telephone
 3. Generating Pick up tune
 4. Generating Ring tone.
 5. Handling telephone dial.
EOF
