summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xpp/README.Astribank4
-rw-r--r--xpp/perl_modules/Dahdi/Hardware/PCI.pm2
-rwxr-xr-xxpp/twinstar_hook4
3 files changed, 5 insertions, 5 deletions
diff --git a/xpp/README.Astribank b/xpp/README.Astribank
index b6d3c2f..52156cc 100644
--- a/xpp/README.Astribank
+++ b/xpp/README.Astribank
@@ -909,7 +909,7 @@ fxload::
A standard program that is typically part either of package 'fxload'
or 'hotplug-utils' .
/dev/bus/usb::
- On some old systems it is mmissing . /proc/bus/usb (usbfs) could be
+ On some old systems it is missing . /proc/bus/usb (usbfs) could be
used instead.
MMM::
the first number (bus number)
@@ -1056,7 +1056,7 @@ However the xpd_* modules are installed on-demand: no need to load
xpd_fxo if you have only Astribank FXS.
Once an Astribank device connected and the firmware is loaded, the
-Vendor-ID/Product-ID of the device will be e4e4/1152 . The handler for that
+Vendor-ID/Product-ID of the device will be e4e4/11x2 . The handler for that
combination is listed as the kernel module xpp_usb. Therefore, the system
runs 'modprobe xpp_usb' if that module is not already loaded.
diff --git a/xpp/perl_modules/Dahdi/Hardware/PCI.pm b/xpp/perl_modules/Dahdi/Hardware/PCI.pm
index b609637..3585003 100644
--- a/xpp/perl_modules/Dahdi/Hardware/PCI.pm
+++ b/xpp/perl_modules/Dahdi/Hardware/PCI.pm
@@ -85,7 +85,7 @@ my %pci_ids = (
'd161:8001' => { DRIVER => 'wcte12xp', DESCRIPTION => 'Wildcard TE122' },
# from wcb4xxp
- 'd161:b410' => { DRIVER => 'wcb4xxp', DESCRIPTION => 'Digium Wildcard B410P' },
+ 'd161:b410' => { DRIVER => 'wcb4xxp', DESCRIPTION => 'Digium Wildcard B410P' },
# from tor2
'10b5:9030' => { DRIVER => 'tor2', DESCRIPTION => 'PLX 9030' },
diff --git a/xpp/twinstar_hook b/xpp/twinstar_hook
index 7b2101f..e463218 100755
--- a/xpp/twinstar_hook
+++ b/xpp/twinstar_hook
@@ -101,9 +101,9 @@ online)
xpp_blink bzzt xpd "$XBUS_NUM"
ports=`twinstar ports`
if [ "$ports" = 0 ]; then
- play /usr/share/zaptel/primary-pbx-is-ready.wav || :
+ play /usr/share/dahdi/primary-pbx-is-ready.wav || :
elif [ "$ports" = 1 ]; then
- play /usr/share/zaptel/backup-pbx-is-ready.wav || :
+ play /usr/share/dahdi/backup-pbx-is-ready.wav || :
fi
echo "online: READY" | $LOGGER
fi