cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
189
Views
0
Helpful
1
Replies

dtmf signals ?

sbuvat
Level 1
Level 1

Hi,

Some of my users, would like to be able to listen to there voice mails, without having to enter their password. I wroyte a service that uses an execute item to do it, but I cannot find a way to put a temporizing. the axecute item is dialing to fast, so it does not work.

<!-- #include file="xmlPDDefines.asp" -->

<%

var szBoite = Session(ParamBoite); // extension number

var szMdp = Session(ParamMdp); // Password

var serverIP;

serverIP = Request.ServerVariables("LOCAL_ADDR");

Response.Buffer = true;

Response.ContentType = "text/xml";

Response.Write("<CiscoIPPhoneExecute>\r\n");

Response.Write("<ExecuteItem Priority='0' URL='Dial:2101*"+szBoite+"#+szMdp+"#'/>\r\n");

Response.Write("</CiscoIPPhoneExecute>\r\n");

Response.Flush();

%>

I would like td dial:

VoiceMial+ tempo + * + extension + # + tempo + password + #

Anyone have an idea ?

1 Reply 1

jshepard
Level 4
Level 4

There is a new timer object that you might be able to take advantage of in CCM 3.3(3). Download the newest SDK.