Jump to content
  • 0 - Introduction

    0 - Introduction

    VBScript

     

    If you use variables in your script the content of these variables will be lost when the current call ends. Furthermore it is not possible to share the content of a variable with other simultaneously running scripts (same scripts, different scripts of the same or other user). There are lots of cases where you need to "remember" the content of a variable or simply share information between simultaneously running scripts.
     
    Persistent Variables solve this problem. This extension provides an easy to use VBScript class (PersistentVariable) which stores it's content into a database and retrieves it from there.
     
    The visibility, i.e. scope, of a persistent variable can be configured finely grained:
    • User
    • Group
    • Global
    • Namespace
     
    A variable with the scope User is accessible form all scripts of the current user. A user scope variable of another user with the same name does not interfere.
     
    A variable with the scope Group is accessible form all scripts of the current group. A user scope variable of another group with the same name does not interfere.
     
    A variable with the scope Global is accessible from all scripts of all users.
     
    A variable with the scope Namespace is accessible from any script (of any user) defining the same namespace. A variable being stored in another namespace but with the same name does not interfere.
     
    The default scope is User or Group if the variable is used in the call routing of a user or group.  That means that each user and group has his own set of persistent variables without any need to worry to interfere with other users or groups call routings.

     

     

    The Persistent Variables can be used with ANY SwyxWare version. The inlcuded examples and the GSE Action itself however might be stored with the most recent SwyxWare version of the time the Persistent Variable version was released. This means that you might need to use the latest SwyxWare version to be able to open the included GSE Rules (.rse files) and the GSE Action (.ase file) within your GSE.

     

     

    Example: Night Switch
     
    Based upon the Persistent Variables extension this is an example on how to implement night switch functionality into your SwyxWare. There are four scripts included:
     
    • Night Switch Manager
      Modify the night switch status via DTMF menu or Post Dialing Digits (e.g. using speed dial keys to call into the manager to switch the night switch on or off)
       
    • Night Switch enabled call routing script
      A simple example on how to use the night switch persistent variable in a call routing script to differ between day and night call routing
       
    • WebExtension for SwyxIt! Skin
      A simple ASP web page that displays the current state of the night switch as red or green area. By clicking into this area/page the status can be toggled.
       
    • Shortcut for SwyxIt! Skin or Windows Desktop
      A simple WSH script which toggles the current state of the night switch. 

     

     

     

    discuss_32px.png.cb0284ab0250fa0f2f6f3c2e3898081d.png Please refer to the Forums to discuss the Persistent Variables or for support requests.

     

    download.png.d8006ea2cc83642635ed3321d99c78d0.png  Please find the download for this project here.

     

    book.png.137ae85b55644419788945787163e637.png For the complete documentation explaining the setup, usage and all included examples just read the following chapters from the menu on the left.

     

    book.png.137ae85b55644419788945787163e637.png You can also follow this video (oder dieses Video) which contains a Swyx webinar explaining setup and usage of the persistent variables.

     

     

    As with all other Swyx Forum Open Source Projects, Support is EXCLUSIVELY provided in the Project Froum (see link above).

     

     


     

    License

     

    Persistent Variables for SwyxWare Extended Call Routing
    v1.4.0

     

    This is a Swyx Forum Open Source Project.

    https://www.swyxforum.com/projects/

     

    Copyright (c) 2011-2024 by Swyx Forum
    Copyright (c) 2011-2024 by Tom Wellige
    All Rights Reserved.

     

    Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software.

     

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

     

     


    Tom Wellige
     Share


     Share




×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and have taken note of our Privacy Policy.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.