Giter VIP home page Giter VIP logo

lwtapi's Introduction

An attempt to bring the core abilities of TAPI into modern programming languages, so that everyone can use them as simple single files.

Background

Microsoft TAPI (Telephony Application Programming Interface) is unified modem control API for Windows, which allows making calls, display calls (including caller ID), etc. regardless of the modem.
Prior to TAPI, each modem used different commands to pull each action.
In addition, TAPI allows using modems in an asynchronous (parallel) way, so that multiple scripts can run at the same time.

Unfortunately, it's hard to find new programs or codes that use TAPI, especially free ones. It might be because Microsoft's TAPI documenation is super hard to deicpher.

call.py

A Python script that can call a numbers, which is delivered via a command line parameter.

Usage: call.py [phone number] (without brackets)

Configuration:

  1. Change modemAll = False to modemAll = True to make the call in every possile modem (if you have more than one modem).
  2. Change the USB in modem = "USB" to another word that is contained in the modem's name (so it will know which modem to use).

callerid.py

A Python script that pops up incoming calls including caller ID. This one is exclusive - try searching for anything similar online and you'll only find ununaswered questions or non working codes.

Usage: just run the script as-is.

Configuration: change print_console = False to print_console = True if you prefer the output to run in the OS console instead of a popup GUI.

lwtapi's People

Contributors

lwcorp avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.