ungetestet zur inspiration, benötigt webserver mit PHP (inkl. CURL unterstützung)
$username='username';
$password='kennwort';
$URL='http://login:passwort@phoneIP/line_login.htm?PLAY_RINGER:9';
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL,$URL);
curl_setopt($ch, CURLOPT_TIMEOUT...