TRY THIS TravelinMan3 Ipchecker not working!

PBX-Guy

New Member
Joined
May 25, 2013
Messages
12
Reaction score
0
Just installed a fresh install of PBX in a Flash Yellow and am unable to get ipchecker/travelin man to work.
Keep getting:

./ipchecker: line 34: dig: command not found
Ooops. We gotta a DIG fail problem. Forcing a match on IP to avoid disaster.
Account dynamic1.iptables OK
./ipchecker: line 34: dig: command not found
Ooops. We gotta a DIG fail problem. Forcing a match on IP to avoid disaster.
Account dynamic2.iptables OK

Here are lines 30-40 or so.

fqdn=`cat ${account[$index]} | cut -f 1 -d " "`
ip=`cat ${account[$index]} | cut -f 2 -d " "`
test=`dig +short $fqdn`
LEN=${#test}
if [ $LEN -gt 15 ]; then
echo "Ooops. We gotta a DIG overage problem. Forcing a match on IP to avoid disaster."
test=$ip
 

PBX-Guy

New Member
Joined
May 25, 2013
Messages
12
Reaction score
0
Worked! Thanks very much Ward.
And also for the fast response.
 

Members online

Forum statistics

Threads
25,812
Messages
167,763
Members
19,241
Latest member
bellabos
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Top