Globale Blacklist für eingehende Anrufe
Wie ist es mögliche einen globale Blacklist für eingehende Anrufe anzulegen.
Wir haben in unserer Swyx Anlage mehrere Standorte zusammengefasst und möchte gerne bestimmte (Spamanrufe) Rufnummern für alle User blocken.
-
Hallo Tom,
vielen Dank für die Infos. Ich hab mich mal an dem Video orientiert, aber es erstmal nur an einen User zum testen gehängt. Das seltsame: Sobald ich die Demo-Datenbank einmal geöffnet habe mit Access, geht kein einziger Anruf mehr durch. Dabei hab ich noch nicht mal irgendwas reingeschrieben in die Datenbank ...
Allerdings habe ich von Access auch keinen Plan...
Noch eine Frage hätte ich: Kann diese Skript auch mit Wildcards umgehen? So dass man ganze Nummernbereiche oder Länder blocken könnte?
Vielen Dank im voraus für die Mühe :) -
Hallo Tom,
leider der Link nicht mehr erreichbar
Gibt es vielleicht eine neuen wo die gesamten Datein drin sind?
Danke Grüße Lars
-
Hallo, da komm ich leider nicht rein ins partnernet Portal.
Habe versucht die Anleitung umzusetzen aber leider ohne Erfolg.
Gibt es den CheckCall.rse auch als Download noch? Vielleicht können sie mir bei Einbindung per Datenbank helfen, da ich das Video geschaut habe aber die Anleitung im letzten Post nicht wirklich verstehe.
Grüße Lars
-
Hallo an alle hier lesenden.
Ich hatte Thomas seinerzeit umfangreich geantwortet, aber leider ist mein Konto hier irrtümlich als Spammer markiert worden, so dass alle meine Posts unwiederbringlich gelöscht wurden.Ich gehe davon aus, dass Thomas meine Antwort seinerzeit gelesen und dass sie ihm geholfen hat.
Sollte noch irgendwer anderes Interesse an der Lösung haben, bitte einfach hier melden. Dann schreibe ich das alles nochmal zusammen und poste es neu.
-
Hallo Kevin,
der Knowledgebase Artikel ist nur noch über das Enreach Partner Net zu erreichen:
Ich empfehle aber ganz dingend diese Funktion zubenutzen. Die ist deutlich robuster!
Allgemeine Hinweise, wie Du eigenen Code im Call Routing im GSE verwendest, findest Du hier:
-
Hi Tom
the https://www.swyxforum.com/vbscript-function-collection/functions/checkcallerindatabase-r26/ doesn't look to be working, could you post the information here?
-
The Swyx Forum is down for good since last night. However, I am sure you will find what you are looking for here, under "Function Collection":
http://www.swyxforum.com/archive/references
Please note this is a http and not https link. If you see a certificate error when following this link, you need to flush the file cache of your brower (just the file cache, nothing else!) and try again.
-
Hello Wolfgang,
one possible soluton for identifying black listed callers is to put them into the global phonebook and add something like BLACKLISTED to their name.
Within the call routing you simply check if the callername contains BLACKLISTED
- if InStr(PBXCall.CallingPartyName, "BLACKLISTED") <> 0 then
General attempts to implement black or white listing can be found in my old blog (article 21):On overview of all available properties, like the above mentioned PBXCall.CallingPartyName, can be found in the references archive under "Server Script API":
And as already stated above, these links are http and not https links. If you see a certificate error when following any of these links, you need to flush the file cache of your browser (just the file cache, nothing else!) and try again.
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
15 Kommentare