All installation and configuration problems and questions
Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N
by marzo » Mon Apr 16, 2018 3:00 pm
Hello,
The line 154 is:
if [ -x $WAN_BIN -a "$(find /etc/wanpipe -maxdepth 1 -name 'wanpipea*.conf' -print -quit)" ]; then
it could be:
if [ -x $WAN_BIN -a "$(find /etc/wanpipe -maxdepth 1 -name 'wanpipe*.conf' -print -quit)" ]; then
Please validate this change.
Regards
Last edited by
marzo on Mon Apr 16, 2018 6:19 pm, edited 3 times in total.
-
marzo
-
- Posts: 66
- Joined: Fri Apr 16, 2010 12:50 pm
by marzo » Mon Apr 16, 2018 4:18 pm
The line 415 is:
ASTERISK_UP=$AST_BIN" -rx "$ASTUPTIMECMD" | /usr/bin/grep System"
it could be:
ASTERISK_UP=`$AST_BIN -rx "$ASTUPTIMECMD" | /usr/bin/grep System | /usr/bin/awk '{print $3$4$5$6$7$8}'`
Please validate this change.
Regards
-
marzo
-
- Posts: 66
- Joined: Fri Apr 16, 2010 12:50 pm
Return to Support
Who is online
Users browsing this forum: Google [Bot] and 124 guests