search for: torf

Displaying 2 results from an estimated 2 matches for "torf".

Did you mean: tor
2011 Jan 28
2
internet connection tester script
...;& ping -W 1 -c 2 www.yahoo.com >& /dev/null && echo "internet connection ok" || echo "no internet connection" internet connection ok $ Ok! But: if i want the "oneliner" to only go along when theres internet connection: $ while $TORF; do ping -W 1 -c 1 bix.hu >& /dev/null && ping -W 1 -c 1 www.yahoo.com >& /dev/null && TORF=false || TORF=true; done $ while $TORF; do ping -W 1 -c 1 127.0.0.1 >& /dev/null && ping -W 1 -c 1 www.yahoo.com &...
2005 Jul 18
2
Restricting outgoing calls by extension / Multiple providers
The situation is that I want to have certain extensions that can only call nationwide and others that can make international calls (with a different provider). I suppose, you could also see this as a scenario that could involve multiple internal extensions that get matched to specific outbound trunks. I have tried to find appropriate commands in the Asterisk documentation, but could find nothing