voipdrupal 6.x-1.0-beta9
| Download | Size | md5 hash |
|---|---|---|
| voipdrupal-6.x-1.0-beta9.tar.gz | 120.86 KB | fe18cea401f0bc5ba5af331f03c02af3 |
| voipdrupal-6.x-1.0-beta9.zip | 143.37 KB | 88e879c9d87cc168b03b9186a85e9724 |
Release notes
Welcome to VoIP Drupal Beta 9!
In addition to small bug fixes and code improvements, this version is important for a couple of reasons:
* Default script voices are now handled on a server-by-server basis (issue http://drupal.org/node/1416534). This way, instead of going to call configuration (admin/voip/call/settings) to set up the default voices for the scripts, you will have to do that at the VoIP server level by going to admin/voip/servers/.
* VoIP Calls now keep track of the global $user. Starting with this release, whenever VoIP scripts and subroutines change the global $user variable, that variable is preserved for the entire call (or until it's updated again). This makes it possible for, among other things, VoIP scripts to log a given user in and keep that user on until not needed anymore.
We are very interested in your feedback and suggestions. Let us know if you have any questions, ok?
== The VoIP Drupal team
voipdrupal 7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| voipdrupal-7.x-1.x-dev.tar.gz | 114.03 KB | 82823b91e218e36f307d43bcbfe334c6 |
| voipdrupal-7.x-1.x-dev.zip | 136.38 KB | 62fc3a118d0d998fc121d8a1228db1dd |
Release notes
Code for the Drupal 7 version of VoIP Drupal.
voipdrupal 6.x-1.0-beta8
| Download | Size | md5 hash |
|---|---|---|
| voipdrupal-6.x-1.0-beta8.tar.gz | 119.07 KB | f9a2862af25231aa31f34209d90ed2d4 |
| voipdrupal-6.x-1.0-beta8.zip | 141.45 KB | 1235a299b14d7bcb88b9a9ca9c09e548 |
Release notes
Welcome to VoIP Drupal Beta 8!
In addition to bug fixes and code improvements, this version brings a major revamp in the way voices are handled by VoIP Drupal. In particular, Beta 8 introduces a new VoipVoice class (defined in voipcall.module) that can be extended to create new user- and computer-generated voices that go beyond the ones supported by VoIP services.
Most of the updates in this version are internal. Regarding the API, the only thing we had to do was to remove the addSetLanguage() method from the VoipScript class. Now, instead of that method, one should use addSetVoice() to switch the current script voice to one that "speaks" the desired language. The rest of the API remained the same.
In spite of the large number of personalized voices that might become available, one can always rely on the default "man" and "woman" voices supported by VoIP Drupal. The exact definition of those voices can be determined by going to the VoIP Server configuration form (admin/voip/servers) and then clicking on the link associated with the current server.
We are very interested in your feedback and suggestions. Let us know if you have any questions, ok?
== The VoIP Drupal team
voipdrupal 6.x-1.0-beta7
| Download | Size | md5 hash |
|---|---|---|
| voipdrupal-6.x-1.0-beta7.tar.gz | 126 KB | 817b2c8daca1f5e8902336d9fa6c25e2 |
| voipdrupal-6.x-1.0-beta7.zip | 147.11 KB | 522c2e2413fc11e0d2eb27483cc99397 |
Release notes
- Welcome to VoIP Drupal Beta 7!
This release includes the following features:
* General bug fixes
* Changes in the VoipScript API (part of voipcall.module)
** Now the addRecord() command can optionally keep processing ongoing recordings even when the call is hanged up.
** We also changed the variables returned by addRecord(). Now they include, among other things, the public url, the local path an the fid associated with the recorded file.
* Changes in voipscriptui.module
** Now users can clone all the voip scripts available in the system directly from the web. This will make it much easier for people to play with the existing samples without having to go to the command line to do so.
* Inclusion of the first Beta release of voipplivo.module (http://drupal.org/project/voippplivo/)
** From now on, VoIP Drupal is able to send and receive phone calls without necessarily depend on 3rd-party VoIP providers!
* Changes in voiptropo.module, voiptwilio.module
** Now the above modules indicate error in case the PHP cUrl library is not installed in the system.
Let us know if you have any questions, ok?
The VoIP Drupal team
voipdrupal 6.x-1.0-beta6
| Download | Size | md5 hash |
|---|---|---|
| voipdrupal-6.x-1.0-beta6.tar.gz | 98.9 KB | 92c38898f066042e8e50e112985b2739 |
| voipdrupal-6.x-1.0-beta6.zip | 115.66 KB | b7dd53863b42767fe943ea5b0938fd15 |
Release notes
Twilio now saves recorded files locally, to make it consistent with tropo.
Added new Tropo voices support: http://blog.tropo.com/2011/07/01/tropo-speaks-your-language-24-in-all/
Fixed getInput() bug.
other minor bug fixes and code improvements.
voipdrupal 6.x-1.0-beta5
| Download | Size | md5 hash |
|---|---|---|
| voipdrupal-6.x-1.0-beta5.tar.gz | 98 KB | 3f0023488fd1404e8d090344e031c007 |
| voipdrupal-6.x-1.0-beta5.zip | 114.77 KB | 649a36e996451383d13a703c057c1462 |
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
voipdrupal 6.x-1.0-beta4
| Download | Size | md5 hash |
|---|---|---|
| voipdrupal-6.x-1.0-beta4.tar.gz | 86.68 KB | fe34f27baefca2dad87de40ae4021884 |
| voipdrupal-6.x-1.0-beta4.zip | 103.95 KB | 17d489a84d12e456764d7f04ad938bc3 |
Release notes
ATENTION: to properly install this release, you will be required to uninstall the existing version of voipcall.module. That will DELETE all the VoipCall instances that you might already have in the system. If you need to preserve your existing call information, please let us know and we will be able to help you out.
In addition to general bug fixes, this version implements important changes in the VoIP Call API and database structure. In particular
* We removed the dependencies that voipcall.module had on features
* VoipCall instances are now stored in their own tables
* All the methods from the VoipCall class that referred to nodes or node ids have been renamed.
* we added a new menu item (admin/voip/call/log) that displays information about all the calls made in the system.
Let us know if you have any questions, ok?
The VoIP Drupal team
voipdrupal 6.x-1.0-beta3
| Download | Size | md5 hash |
|---|---|---|
| voipdrupal-6.x-1.0-beta3.tar.gz | 61.69 KB | 30e5aac9438f7a60fbb34704654de3a9 |
| voipdrupal-6.x-1.0-beta3.zip | 74.98 KB | 165842181e8ec266a3bdc1c2760a7c26 |
Release notes
Major changes in this release:
* Bug fixes of different kinds
* New commands added to VoipScript
** addBeep()
** addLog()
** addRunIvrMenu()
* Changed parameter sequence of addSay()
* Renamed addSendSms() to addSendText() and included new parameters
* Changed parameters for addGetInput(), addRecord() and addSay()
* Got rid of the "NO_INPUT" constant associated with addGetInput()
* Created a new VoipPrompt class to define how the system should play messages to the user in terms of voice, language and number pronounciation
* added a way for admins to define separate scripts for inbound and outbound calls
voipdrupal 6.x-1.0-beta2
| Download | Size | md5 hash |
|---|---|---|
| voipdrupal-6.x-1.0-beta2.tar.gz | 43.95 KB | 8fe3dd0494a76a4325506aceaa523fef |
| voipdrupal-6.x-1.0-beta2.zip | 58.53 KB | 9c12e56a1128ea10fc7b208d70dae15e |
Release notes
Removed dependency on VoipExtension module.
Hangup permissions fixed.
voipdrupal 6.x-1.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| voipdrupal-6.x-1.0-beta1.tar.gz | 43.97 KB | b8b3106fcfd17481dc153a6f31fd435c |
| voipdrupal-6.x-1.0-beta1.zip | 58.81 KB | 53c0c8bfa6192044f1625ec726a069a4 |
Release notes
beta
voipdrupal 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| voipdrupal-6.x-1.x-dev.tar.gz | 122.79 KB | e8c054f18a396e15f2a8672a3807ef8a |
| voipdrupal-6.x-1.x-dev.zip | 145.23 KB | 4b7de5c62794319e3b5b57c4e9176a94 |
Release notes
dev