|
Asterisk is an open source software PBX created by Digium which is
quickly gaining wide adoption amoung VoIP/telephony services developers
world wide. The Asterisk PBX has a line based network interface which
allows external programs to handle incoming calls, much like CGI programs
are used by web servers to handle requests.
This tcl code implements a TCL API for the Asterisk AGI network API.
It hides much of the painful API serialization details behind a
procedural interface familiar to Tcl developers and adds a few
convenience functions to make life even easier.
Download
|