Welcome to the VoIP Drupal sandbox!

This interactive site has been created to provide the latest news about VoIP Drupal and to invite you to experiment with some of the main features of this platform. Enjoy!

VoIP Drupal is under continuous development. If you would like to get involved or simply ask questions, discussions are taking place on the VoIP Drupal Group. You can find additional information in the VoIP Drupal Handbook and on the VoIP Drupal project page.

tony

mytest

VVD Workspace: 
Script hello_hisham:
$script->addSay('Hello hisham!');$script->addHangup();

thiago arci

Felipe Assunssao

VVD Workspace: 
Script Felipe Ferreira:
$script->addSay('Hi Felipe Ferreira. Como vai voce?');$script->addHangup();

000000000000000000

VVD Workspace: 
Script Walter:
$script->addSay('Walter');$script->addHangup();

srijan_webinar_demo_ivr

VVD Workspace: 
Script srijan_webinar_demo_ivr:
$script->addLabel('menu');$input_options = array_filter(array('1' => 'Welcome','2' => '', '3' =>'', '4' => '', '5' => '', '6' => '', '7' => '', '8' => '', '9' => '', '0' => '', '#' => '', '*' => ''));$script->addRunIvrMenu('Please make a choice. Press a key on your number pad.', $input_options, '', '');$script->addLabel('Welcome');$script->addSay('Hello world! This is your customized IVR system.');$script->addGoto('menu');$script->addHangup();

srijan_webinar_demo

VVD Workspace: 
Script srijan_webinar_demo:
$script->addSay('Please record a message after the beep.');$script->addBeep();$script->addRecord('prompt text or audio URL', 5, '#', '30');$script->addHangup();

Ivr test

VVD Workspace: 
Script ivr_test:
$script->addLabel('ivr');$input_options = array_filter(array('1' => 'Welcome','2' => 'Two', '3' =>'', '4' => '', '5' => '', '6' => '', '7' => '', '8' => '', '9' => '', '0' => '', '#' => '', '*' => ''));$script->addRunIvrMenu('Hi please enter a choice', $input_options, '', '');$script->addLabel('Welcome');$script->addSay('Hello world!');$script->addGoto('ivr');$script->addLabel('Two');$script->addSay('You pressed second key.');

my_test

VVD Workspace: 
Script hedllo_worldd:
$script->addSay('Hello world!');

Script namcecccc:
$script->addGosub('script name');$script->addHangup();

Syndicate content