CliTapi

Beschreibung

CliTapi dient zum einfachen Testen ob TAPI (aka 'wählen von Outlook aus') korrekt eingerichtet wurde und auch wirklich funktioniert.

Sorry, die CmdLine-Syntax ist etwas unhandlich geraten - haltet Euch an die Beispiele!

Usage

cliTapi v1.0.1 - http://www.niksoft.at/
(based on Ray Mercer's vbTAPI Tester - http://www.shrinkwrapvb.com/)
Usage: cliTapi OPTS LINE COMPARATOR ACTION [ACTION ...]
  OPTS:
    /?, -?, -h, --help, /help, /h  shows this help
    /q, /quiet, -q, --quiet        no output
    /d, /debug, -d, --debug        debug output
    /c, /case, -c, --case          case sensiv match
  LINE:
    all               (list all lines)
    line              (TAPI LINE)
    name              (TAPI LINE NAME)
    provider          (TAPI PROVIDER INFO)
    switch            (TAPI SWITCH INFO)
    id                (Permanent Line ID)
  COMPARATOR:
    is=TEXT           (LINE should equal TEXT)
    like=TEXT         (VB-Like ?, *, #, [A-Z0-9], [!A-Z0-9])
    instr=TEXT        (LINE sould contain the string TEXT)
    startswith=TEXT   (LINE should start with the string TEXT)
    endswith=TEXT     (LINE should end with the string TEXT)
  ACTION:
    list              (list all infos)
    list={count|line|name|provider|switch|id}
    dial=NUMBER       (dial the phone number NUMBER)
    wait|sleep=NUMBER (sleep NUMBER seconds)
    hangup            (hangup previously dialed connections)
    rem|comemnt=      (comment)
Examples:
  List all:
    cliTapi all is list
  List the number of tapi lines:
    cliTapi all is list=count
  Get the line where provider contains Ericsson, dial, wait and hangup:
    cliTapi provider instr=Ericsson dial=5555555 wait=5 hangup
  Get the ID which is used by various programs (eg. Outlook, Dialer.exe):
    cliTapi name instr=Blah
Oberfläche CLI
Sprache Englisch
System Anforderungen >= WinXP; VB5-Dlls
Getestet auf Windows XP, 7
Quellcode VB5
Lizenz Donateware

Download

Wenn Ihr Fehler findet oder Features wünscht, meldet Euch!

Datei Größe md5
Download clitapi.zip 712 KB bf724032ccd14f9f41be961c90336169


Ich freue mich über Ihre Spende!
Paypal

Änderungen

  • 2008-08-01 - 1.0.1

Tags: cli, tapi