Jump to content

Tom Wellige

Root Moderator
  • Posts

    4,309
  • Joined

  • Last visited

  • Days Won

    117

 Content Type 

Profiles

SwyxPEDIA Wiki

Zendesk Integration

Persistent Variables

Longest Waiting

VBScript build in functions

GSE build in functions (VBScript)

Server Script API (VBScript)

GSE build in functions (Lua)

Server Script API (Lua)

Function Collection (VBScript)

Function Collection (Lua)

IPS Integration

Jira Service Integration

Forums

Blogs

Downloads

Page Comments posted by Tom Wellige

  1. On 5/24/2024 at 2:13 PM, Letstrythis said:

    Wie / Wo definiere ich den Dateipfad der txt file ?
    Für den "Variable auswerten" -> CheckCallerInTextFile(true) ?

     

    Das ist der Parameter der Funktion. 

     

    Wenn Du Lua Call Routing verwendet ist der Aufruf der obigen Funktion im "Variable auswerten" Block:

     

    • CheckCallerInTextFile ("C:\\Lists\\BlackList.txt") 

     

    Wie im Quelltext angegeben, müssen in Lua die "\" doppelt angegeben werden.

     

    Wenn Du VBScript Call Routing verwendet, musst oben auf → VBScript klicken, um die VBScript Version der Funktion zu bekommen. Dort sieht der Aufruf im "Variable auswerten" Block dnn so aus:

     

    • CheckCallerInTextFile ("C:\Lists\BlackList.txt")

     

     

×
×
  • 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.