Hello,
How do I go about changing an IVR greeting on an SX200?
We have a few greetings, certain lines ring into certain greetings.
I was wanting to record a new one, I figured I could do this using an attached Mitel phone?
Thanks!
-Matthew
Hello,
I have mitel 5212 ip phones.
In the 5212 i put in gateway of the teleworker.
The teleworker has a public IP.
We have a sx200 and icp controller. Far as I know the teleworker and icp controller is what allows the 5212 to talk to the old analog sx200.
The 5212 is on a different network in...
//connection to the database
$dbhandle = mysql_connect($hostname, $username, $password)
or die("Unable to connect to MySQL");
echo "Connected to MySQL<br>";
//select a database to work with
$selected = mysql_select_db("$dbname",$dbhandle)
or die("Could not select $dbname");
//execute the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.