-
Persistent Variables
Persistent Variables
Introduction
Preparations
Setup
- 2.1 - Setup Database
- 2.2 - Setup Database Table
- 2.3 - Setup GSE Action
- 2.4 - Setup an updated version
Usage
- 3.1 - Create a persistent variable
- 3.2 - Store a value
- 3.3 - Retrieve a value
- 3.4 - Simple Script - Store Variable
- 3.5 - Simple Script - Retrieve Variable
Properties & Methods
- 4.1 - Name
- 4.2 - Value
- 4.3 - Default
- 4.4 - Scope
- 4.5 - Namespace
- 4.6 - UserID
- 4.7 - GroupID
- 4.8 - CallerName
- 4.9 - CallerNumber
- 4.10 - Created
- 4.11 - CreatedByName
- 4.12 - CreatedByNumber
- 4.13 - Modified
- 4.14 - ModifiedByName
- 4.15 - ModifiedByNumber
- 4.16 - Forget
- 4.17 - LatestError
- 4.18 - LatestDescription
Scopes
Miscellaneous
- 6.1 - Database field definitions
- 6.2 - Master Standby Installations
- 6.3 - Use SQL Server on different machine
- 6.4 - Use database with different name (other than default name)
- 6.5 - Use different database (other than MS SQL Server, e.g. MySQL or Oracle)
- 6.6 - Usage of Persistent Variables outside of a call routing script
Appendix A
Appendix B
-
3 pages in this category
-
Persistent Variables - B.1 - Usage outside call routing - Simple ASP webpage
Last Updated:VBScript 1.1.0 This example demonstrates how to make use of Persistent Variables in an ASP (Active Server Page) web page. You will find it in the download package in the following folder \examples\External\asp This little web page is meant to be used within a WebExtension in a SwyxIt! skin. It displays the current status of the installed Night Switch example (see chapters A.1 and A2). By clicking into the web page the sta - 529 views
-
Persistent Variables - B.2 - Usage outside call routing - Simple VBS/WSF script
Last Updated:VBScript 1.1.0 This example demonstrates how to make use of Persistent Variables in a WSF (Windows Scripting Host File) file, i.e. a VBScript file. You will find it in the download package in the following folder \examples\External\vbs This little script is meant to be connected with a shortcut SwyxIt! skin element. By clicking on that shortcut the .wsf file will be started. By starting this .wsf file the current status of the in - 693 views
-
Persistent Variables - B.3 - Version History
Last Updated:Version v1.0.0, Released 25.01.2011 Initial Release Version v1.0.1, Released 14.03.2017 This version fixes 2 problems: MSSQL EXPRESS databases are not detected automatically Runtime error in Master-Standby setup (user id too large) Version v1.1.0, Released 27.11.2017 Persistent Variables can be used now also outside of call routing scripts Examples for external usage have been added: ASP (Active Server Page) web page WSF (Windows - 79 views
-