Tom Wellige Posted September 3, 2019 #1 Share Posted September 3, 2019 This post is taken from the Swyx Forum Archive (2007-2014) and was originally posted 05.09.2011 by me This function returns True of the given user is logged off from the server. Please find the IsUserLoggedOff function in the Function Collection (VBScript) and Function Collection (Lua) area of the Programming References section of the SwyxPEDIA here on Swyx Forum. Link to comment Share on other sites More sharing options...
coriba Posted November 19, 2019 #2 Share Posted November 19, 2019 Hallo Tom Ich versuche seit Stunden diese Skript einzubauen. Mein Callrouting stürzt an dieser Stelle jedoch immer ab. Im Trace IpPbxSrv erhalte ich folgende Rückmeldung: 19 16:49:07.527 0015e8 Info SrvScript 0656F218 000003c4 SPBXScript::OutputTrace () IsAgentLoggedOff ( 9200 ) 19 16:49:07.527 0015e8 Info SrvScript 0656F218 000003c4 SPBXScript::OutputTrace () -------------> IsAgentLoggedOff ( sNumber = 9200 ) 19 16:49:07.528 0015e8 *Err SrvScrAPI 0195F2B8 000003c4 SPBXScriptSite::OnScriptError () ~Code: 0 ~Src: Laufzeitfehler in Microsoft VBScript ~Desc: Falsche Anzahl an Argumenten oder ungültige Eigenschaftszuweisung ~RetVal: 800a01c2 ~Line: 16051 ~Column: 1 ~Source code: ~Function rulePlanteamZustellungTeams(ByRef rInputParams) ~ ^ error position 19 16:49:07.529 0015e8 Inf3 SrvPBXCtl 07AA3940 000003c4 SPBXCallHub::SetDisconnectReason (CallRoutingFailed, ext cause 0, U:0, T:0, '','',Unknown) stored 19 16:49:07.529 0015e8 Info SrvPBXCtl 07AA3940 000003c4 SScrServer::OnScriptFinished () 19 16:49:07.529 0015e8 Inf2 SrvPBXCtl 07AA3940 000003c4 SScrServer::EventScriptFinished () 19 16:49:07.530 0008e4 Inf2 SrvPBXCtl 06CB7D88 000003c4 SScriptFsm::ActionOnScriptFinished () Was mache ich falsch? Vielen Dank für deine Antwort. Link to comment Share on other sites More sharing options...
Tom Wellige Posted November 19, 2019 Author #3 Share Posted November 19, 2019 Hallo, da hat ein Fehler überlebt. Beim Copy&Paste aus dem alten Forum ist an vielen Stellen ein Befehl verschluckt worden. Ich dachte, alle Stellen an denen das passiert ist, hätte ich mittlerweile korrigiert. Sorry! Ich habe den Code oben korrigiert. Einfach nochmal per Copy&Paste in den Start Block kopieren, dann gehts. Zur Erklärung: in der folgenden Zeile hat das "Set" an Anfang gefehlt: Set Users = g_PBXConfig.GetUserByAddress(sNumber) Link to comment Share on other sites More sharing options...
coriba Posted November 20, 2019 #4 Share Posted November 20, 2019 Hi Tom Vielen Dank, jetzt funktioniert's. Hätte eigentlich auch drauf kommen sollen. Aber manchmal sucht man halt am falschen Ort. Liebe Grüsse aus Geuensee Christoph Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now