Voicent

Voicent is a Perl interface for making telephone calls using Voicent Gateway.
Download

Voicent Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Andrew Kern, Voicent Communications
  • Publisher web site:
  • http://search.cpan.org/~andrewik/Voicent-1.1/lib/Voicent.pm

Voicent Tags


Voicent Description

Voicent is a Perl interface for making telephone calls using Voicent Gateway. 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/downloadSYNOPSIS 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: · Perl


Voicent Related Software