Welcome to VoIP Drupal Beta 8!

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
leoburd's picture

Hello all,

We are pleased to announce the release of 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 remains 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