Skip to content

Instantly share code, notes, and snippets.

@hostmaster
Created February 20, 2012 12:05
Show Gist options
  • Save hostmaster/1868938 to your computer and use it in GitHub Desktop.
Save hostmaster/1868938 to your computer and use it in GitHub Desktop.
sipnet
$ curl --silent --user $SIP_USER:$SIP_PASS "https://customer.voipexchange.ru/cgi-bin/Exchange.dll/MTK?oper=3&uid=$ACCOUNT_ID" \
| gzip -dc - | awk -F 'Balance' '$2!~/^$/ { gsub(/[^0-9.]/, "", $2); print $2 }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment