cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
468
Views
0
Helpful
2
Replies

Trying to do a conference using a Services button

Mac_Aodha
Level 1
Level 1

I am trying to initiate the Live Record feature with a simple press of a button.  However, I'm having some challenges.  The idea is to have an xml or jsp application that will perform four keystrokes - Conference, #, #, Conference.  Using examples that I have come across, I was able to set up a jsp file and using the CiscoIPPhoneExecute object with a Key:n URI, I can get a single keypress to work.  However, if I try to string together more than one, I get "XML Error [4]: Parse Error".

Any suggestions or on-line references that will give me any ideas?

Thanks,

Michael

2 Replies 2

Joseph Martini
Cisco Employee
Cisco Employee

Are you posting more than one execture function at the same time?  You might want to try and braking them up into multiple POSTs to get that to work.

Here's what I have in my JSP file:

<%@ Language=JavaScript %>
<%
Response.ContentType = "text/xml";

%>


<%
//The end?
%>

If I wanted to simply have it enter two stars, how would I modify this?

Thanks!

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: