Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.211.795 Times

Voicent 1.1

  Date Added: August 04, 2010  |  Visits: 1.142

Voicent

Report Broken Link
Printer Friendly Version


Product Homepage
Download (107 downloads)



Voicent is a Perl interface for making telephone calls using Voicent Gateway. You can use this interface module to make telephone calls from your perl program, provided that the Voicent Gateway is installed and can be accessed through HTTP. There is a FREE version of Voicent Gateway program downloadable from: http://www.voicent.com/download SYNOPSIS use Voicent; call_text < phone number > < text message > < selfdelete > call_audio < phone number > < audio file > < selfdelete > call_status < call reqId > call_remove < call reqId > call_till_confirm < vcast exe > < call list voc > < confirm code > < wavefile > Example call_text(123-4567, Hello, how are you doing, 1); Make a call to phone number 123-4567 and say Hello, how are you doing. Since the selfdelete bit is set, the call request record in the gateway will be removed automatically after the call. $reqId = call_text(123-4567, Hello, how are you doing, 0); Make a call to phone number 123-4567 and say Hello, how are you doing. Since the selfdelete bit is not set, the call request record in the gateway will not be removed after the call. You can then use call_status to get the call status, or use call_remove to remove the call record..

Requirements: No special requirements
Platforms: Linux
Keyword: Calls Gateway How Are You Interface Libraries Perl Phone Number Programming Telephone Telephone Calls Voicent Voicent Gateway
Users rating: 0/10

License: Freeware Size: 4.1 KB
USER REVIEWS
More Reviews or Write Review


VOICENT RELATED
Video Players  -  SWF Opener 1.1
You have saved a flash movie to your hard drive. What's next? How are you going to play it? Actually, you can play it with Internet Explorer, but if you don't want to bother yourself with "file association configuration" use SWF Opener - swf files...
355 KB  
Modules  -  Twitter style links 1.1
If you write something like "@nick, how are you?" this plugin will search for @nick's url in the comment list of the current post and will convert his/her name to a link.installation : 1. Upload plugin-name.php to the /wp-content/plugins/...
20.48 KB  
Shell & Desktop  -  Wedding Planning Software 1.0
Free Wedding Planning Software will let you add the name, phone number, address, email address of all the important people and places you need to get in touch with. You will be able to search the database by either name or number. You can add,...
691 KB  
Web Browser Tools  -  Schmap Local 1.2
Schmap Local is a clever little browser plug-in that: Recognizes and saves addresses and phone numbers as you browse the web; integrates with Skype, so you can call any phone number with a single click; Links automatically with Skype, so you can...
638 KB  
Security Tools  -  Free Message Encrypter 0.1
Are you worried about privacy? Do you know that GMail, Facebook and others online services, automatically reads and scan your messages for advertising purpose? Do you need a simple software to encrypt and protect them? Free Message Encrypter is...
31 KB  
Communication Tools  -  Reverse cell phone number directory 1.0
Reverse cell phone number directory The Mobile Phone Directory may be the one of the most extensive directory all-around where you are able to search by cell phone number as opposed to by name. Now whenever you get a call in your cellular phone...
1.31 MB  
Libraries  -  Db::Documentum 1.63
Db::Documentum is a Documentum API interface for Perl. SYNOPSIS use Db::Documentum qw(:all); scalar = dmAPIGet( ); $sessionID = dmAPIGet("connect,docbase,username,password"); scalar = dmAPIExec( ); $rv =...
296.96 KB  
Libraries  -  Lin-setibuf Modules 1.8.1
Lin-setibuf Modules are a set of Perl modules for manipulating both the SETI@Home client files, and the SETI@Home text client. SETI::Monitor offers an intuitive interface to stats retrieval, and manipulation via a Perl program. SETI::Client...
51.2 KB  
Libraries  -  SelfLoader 5.8.8
SelfLoader is a Perl module created to load functions only on demand. SYNOPSIS package FOOBAR; use SelfLoader; ... (initializing code) __DATA__ sub {.... This module tells its users that functions in the FOOBAR package are to be...
12.2 MB  
Libraries  -  perlfaq3 5.8.8
perlfaq3 Perl module contains programming tools. How do I do (anything)? Have you looked at CPAN (see perlfaq2)? The chances are that someone has already written a module that can solve your problem. Have you read the appropriate manpages?...
12.2 MB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB