Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Created by: Justine Joubran on 18-01-2010 04:52:22 PM Dears, Is there any possibility to make an application, developed using CVP Call Studio, working/valid for a limited period of time? After the limit expires, the application is required to stop working. Thanks in advance, Justine.
Subject: Re: New Message from Justine Joubran in Customer Voice Portal (CVP) - CVP - Replied by: Janine Graves on 18-01-2010 10:01:29 PM It's best to set that up through ICM if you are using comprehensive mode.
Cisco Developer Community Forums wrote: > Justine Joubran has created a new message in the forum "CVP - All > Versions": > > -------------------------------------------------------------- > Dears, > Â > Is there any possibility to make an application, developed using CVP > Call Studio, working/valid for a limited period of time? After the > limit expires, the application is required to stop working. > Â > Thanks in advance, > Justine. > -- > To respond to this post, please click the following link: > > <http://developer.cisco.com/web/cvp/forums/-/message_boards/message/1903365> > > or simply reply to this email.
Subject: Re: New Message from Justine Joubran in Customer Voice Portal (CVP) - CVP - Replied by: Janine Graves on 18-01-2010 10:04:29 PM If you are not using ICM, then within the application, you can check the current time or date in a Decision Element and then end the call or transfer the call if the time limit has expired.
Cisco Developer Community Forums wrote: > Justine Joubran has created a new message in the forum "CVP - All > Versions": > > -------------------------------------------------------------- > Dears, > Â > Is there any possibility to make an application, developed using CVP > Call Studio, working/valid for a limited period of time? After the > limit expires, the application is required to stop working. > Â > Thanks in advance, > Justine. > -- > To respond to this post, please click the following link: > > <http://developer.cisco.com/web/cvp/forums/-/message_boards/message/1903365> > > or simply reply to this email.
Subject: Re: New Message from Justine Joubran in Customer Voice Portal (CVP) - CVP - Replied by: Janine Graves on 18-01-2010 10:49:29 PM Another thing you could do is write a script on the Vxml Server that executes the suspend.bat or release.bat script of this application and schedule the script to run thru Windows scheduler. That would disable the application, but wouldn't be great for callers who would hear the suspended or error message. Still, it WOULD disable the application after the script runs.
Cisco Developer Community Forums wrote: > Justine Joubran has created a new message in the forum "CVP - All > Versions": > > -------------------------------------------------------------- > Dears, > Â > Is there any possibility to make an application, developed using CVP > Call Studio, working/valid for a limited period of time? After the > limit expires, the application is required to stop working. > Â > Thanks in advance, > Justine. > -- > To respond to this post, please click the following link: > > <http://developer.cisco.com/web/cvp/forums/-/message_boards/message/1903365> > > or simply reply to this email.
Subject: RE: Re: New Message from Justine Joubran in Customer Voice Portal (CVP) - C Replied by: Justine Joubran on 19-01-2010 09:03:06 AM Hi Janine, Thank you for your reply. The decision element solves my problem regarding the time limit. However, when the application is deployed, VXML clear text files are being copied to the VXML Server. Editing the VXML code of the decision element located under the <application_name>/data/configurations directory will restore the full functionality of the script. Is there a way to encrypt the contents of the script? What is required is to make sure that the application will stop running after a certain time and no one at the customer's premises should be able to make the application run again. Regards, Justine.
Subject: RE: Re: New Message from Justine Joubran in Customer Voice Portal (CVP) - C Replied by: Manoj Anantha on 26-01-2010 12:38:23 AM Its not possible to encript the xml files in the application folder. I would recommend to create a encripted configuration file that the VXML element reads for the expired date and time. This would call for a Custom action element element that would read the encripted file. -Manoj
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: