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

Phone service from IPCCX app

davidwomer
Level 1
Level 1

I have an IPCC script that I am using as a phone service to turn on/off some parameters in an IVR script. The problem I am having is that I cannot seem to update the status of the phone screen with the new information after it has been set. Also, every time the user selects a button from the screen in pops up a new window.

I tried setting the Expires content header to -1 and 0 but a new screen still pops up.

The script does something like this

Accept

If(vars from web app == 0 or 1)

Write to the xml file the value

Goto LABEL-WRITE DATA IN HTTP RESPONSE

Else

LABEL-WRITE DATA IN HTTP RESPONSE

Set xmlDoc = contents of XML file

State = xmltransform(xmlDoc)

Set HTTP Headers (content (txt/xml) expires (-1)

Write HTTP Repsonse (xmlphonedata)

End

Anyone have any ideas?

2 Replies 2

Sorry. This link doesn't work.