LukasB Wolfsgruber Posted February 25, 2016 #1 Posted February 25, 2016 Hi there, I'm looking for a connecting function like "gsePlayAudio". This function was used in an example script ("CeBit_2003_Parties"). I found in the log files the function "gseConnectToEx6", wich I think, would be the function what I need. But I don't know the correct syntax. Is there somwhere a reference to all that kind of functions? I tried to use the same parameters like in the log files listet, but I received always a "type mismatch error".
Tom Wellige Posted February 25, 2016 #2 Posted February 25, 2016 The name of the function is not "gsePlayAudio" but "PlaySound". It takes just one parameter which is the name of the .wav file to be played. There is no documentation of all functions being available in a call routing script, aside of those which are listed in the GSE's function dialog. What you could do is, to grab the file "Templates_V4.3.vbs" from the SwyxWare database (either via the SwyxWare Administration or the IpPbx File Explorer). This file contains all function definitions, which can be used from within you own vbscript code within the call routing. These functions are called by the code being generated from the Call Routing Manager or the GSE.
LukasB Wolfsgruber Posted February 26, 2016 Author #3 Posted February 26, 2016 Hi Tom, my fault, sure the name was "PlaySound". Thanks for the hint with the "Templates_V4.3.vbs"! This was kind of that I looked for. Awesome! Thanks! Greetings LukasB
Recommended Posts
Archived
This topic is now archived and is closed to further replies.