Displaying 1 result from an estimated 1 matches for "von_cookie_".
2006 Jan 23
0
Jumping on the asterisk bandwagon
...etting to the vonage billing page via
the following script but I still need a way to parse the resulting
page via a script to extract the remaining vonage minutes.
debugfile="/root/vonage_$username"
curl -d "username=$username" -d "password=$password" \
-c "/tmp/von_cookie_$username" \
https://secure.vonage.com/vonage-web/public/login.htm 2>&1 > $debugfile
curl -b "/tmp/von_cookie_$username" \
"https://secure.vonage.com/vonage-web/billing/index.htm" 2>&1 >> $debugfile
2. Presense Detection: I have used instructions fro...