From: <abe...@us...> - 2011-12-08 15:52:21
|
Revision: 5296 http://astlinux.svn.sourceforge.net/astlinux/?rev=5296&view=rev Author: abelbeck Date: 2011-12-08 15:52:15 +0000 (Thu, 08 Dec 2011) Log Message: ----------- cleanup, remove mISDN configs Modified Paths: -------------- branches/1.0/package/asterisk/asterisk.init branches/1.0/project/astlinux/target_skeleton/stat/etc/rc.conf Modified: branches/1.0/package/asterisk/asterisk.init =================================================================== --- branches/1.0/package/asterisk/asterisk.init 2011-12-07 19:24:00 UTC (rev 5295) +++ branches/1.0/package/asterisk/asterisk.init 2011-12-08 15:52:15 UTC (rev 5296) @@ -66,24 +66,7 @@ start () { echo "Starting Asterisk..." - if [ -n "$ISDN_MODPROBE" -o -n "$MISDN" ]; then - echo "Starting mISDN" - if [ -f /mnt/kd/misdn-init.conf ]; then - ln -sf /mnt/kd/misdn-init.conf /tmp/etc/misdn-init.conf - echo "/mnt/kd/misdn-init.conf exists, skipping config." - else - # Make /etc/misdn-init.conf point to /mnt/kd/misdn-init.conf if configs exist - if [ -d /mnt/kd/rc.conf.d -o -f /mnt/kd/rc.conf ]; then - ln -sf /mnt/kd/misdn-init.conf /tmp/etc/misdn-init.conf - fi - /usr/sbin/misdn-init scan - /usr/sbin/misdn-init config - fi - /usr/sbin/misdn-init start - sleep 2 - fi - if ! find /var/lib/asterisk/sounds -name 'vm-*' | grep -q '/vm-'; then echo " WARNING! No core asterisk sounds are installed. Modified: branches/1.0/project/astlinux/target_skeleton/stat/etc/rc.conf =================================================================== --- branches/1.0/project/astlinux/target_skeleton/stat/etc/rc.conf 2011-12-07 19:24:00 UTC (rev 5295) +++ branches/1.0/project/astlinux/target_skeleton/stat/etc/rc.conf 2011-12-08 15:52:15 UTC (rev 5296) @@ -678,18 +678,6 @@ ## Define which sounds should be generated, space separated, disabled by default. #ALERT_SOUNDS="startup shutdown" -## ISDN Configuration -## If this variable exists I will try to load the proper modules, but you -## need to tell me how you want to setup your card. -## Documentation can be found at: http://www.beronet.com/download/card_installation_guide_en.pdf -## More can be found at: http://home.foni.net/~jolly1/download/PBX4Linux-2.5.html -## Don't forget to edit misdn.conf and modules.conf in /etc/asterisk. -## Examples: -#ISDN_MODPROBE="hfcpci protocol=0x2 layermask=0xf" -#ISDN_MODPROBE="hfcmulti type=0x08 protocol=0x12,0x12,0x12,0x12,0x2,0x2,0x2,0x2 layermask=0x3,0x3,0x3,0x3,0xf,0xf,0xf,0xf" -#ISDN_MODPROBE="hfcmulti type=0x04 protocol=0x12,0x12,0x2,0x2 layermask=0x3,0x3,0xf,0xf" -#ISDN_MODPROBE="avmfritz protocol=0x2 layermask=0xf debug=0x0" - ## IDE Drive configuration ## From 0.2.5.6 onwards, DMA is disabled on the GRUB command line. ## I was having too many problems with motherboards detecting CF's This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |