<?

//ip of cisco phone to push notification to.
$ciscoip  = "192.168.144.7";
//username+password for administrative access to cisco phone
$ciscouid = "B]ql0d<0"; //
$ciscopwd = "faM4!U";

//gMail username and password
$gUser = "your gmail user";
$gPassword = "your gmail pass";
$gSound = "Chime.raw"; //this file must be on the TFTP server specified in the XML configuration file.

?>