Downloads
Release notes
Welcome to VoIP Drupal 6.x-1.0-beta5!
The main goal of this release is to extend VoIP Drupal's SMS capabilities by
a) integrating VoIP Drupal with Drupal's SMS Framework and, with that, compensate for the lack SMS support provided by major VoIP services (such as Tropo or Twilio) outside of the North American market;
b) providing ways for users to carry conversations over SMS (or any other text-based network such as IM, email, Twitter, etc.);
c) enabling the creation of calls that combine text and voice channels in some very interesting ways.
To experiment with the new VoIP Drupal capabilities, try the following scripts available in voipscriptsamples.module:
* voipscript_sms_group, to subscribe, unsubscribe and broadcast messages to SMS groups
* voipscript_sms_call_sender, to get the system to call you back after receiving a text message
* voipscript_sms_dialog, to carry a simple conversation over multiple SMS messages
* voicescript_voice_with_sms_input, to receive sms input in the middle of a voice conversation
In order to accomplish the above, we added new commands to the API -- such as $voipscript->addWait() -- and implemented a new VoipSession class that enables, among other things, a call to resume where it last stopped after a hang up.
Let us know what you think!
-- The VoIP Drupal team