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
kwbMitel: thanks for that info. im not a mitel tech, am i able to update it through the teleworker or would a mitel tech need to come bring software to do that, have proper licensing, etc?
Thanks
Just now got back to that site to check software versions.
SX-200_ICP_5.0.0.18 MX
Mitel 6000 Managed Application Server
Mitel Networks 6000 MAS 6.1
Kernel Version 2.4.21-20.EL.c0
If this is not what you need, please tell me where to get the correct info and I will get it. I just found this by...
btw the icp controller broke and was replaced a couple months ago, im not sure if this is when the dtmf issue started or not. ive logged into the teleworker and done connection tests and it seems to check out ok. Im not sure if the new icp controller would have an ID that we would have to enter...
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...
<script type="text/javascript">
var __JSON = "yes"
if (typeof __JSON != 'undefined') {
alert('It has been used before');
} else {
alert('It has not been used before');
}
</script>
i got it all working like so ^^^
variable has to be in quotes
<script type="text/javascript">
var __JSON = yes
if (typeof __JSON != 'undefined') {
alert('It has been used before');
} else {
alert('It has not been used before');
}
</script>
this does not work if you set
var __JSON = whatever
it does not pop up the alert box sayin
alert('It has been used before');
ive tried everything to get this type of script to work
jpadie:
I run the first:
$result = mysql_query("SELECT ORDERS_ID FROM orders WHERE customers_id='1'");
That returns orders_ids (1,2,3,etc)
Then i need to run another query to find the data from table Orders_products using each of the orders_ids (1,2,3,etc):
$result = mysql_query("SELECT *...
awesome,
"In your next query you want to select records that match any of the order_id's you extracted previously?"
correct!
Not sure how to do that, something like this i suppose:
//execute the SQL query and return records
$result = mysql_query("SELECT * FROM orders_products WHERE...
//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.