› VitalPBX Community Support › General Discussion › Sangoma FXO card and Wanpipe installation for VitalPBX › Reply To: RE: Sangoma FXO card and Wanpipe installation for VitalPBX
-
- September 7, 2018 at 3:14 pm
I modified setup-sangoma and compiled a new set of RPM’s. FYI that is the only change in version 3 of the wanpipe RPMs
#!/bin/sh
id=$(id -u)
if [ $id -eq 0 ]; then
#./wancfg_zaptel.pl --trixbox
/usr/bin/wancfg_dahdi
else
echo
echo "Error. You must be root to run this script ... "
echo
exit 1
fi
exit 00