Changeset 6518
- Timestamp:
- 08/31/08 14:48:06 (3 months ago)
- Files:
-
- modules/branches/2.5/announcement/module.xml (modified) (1 diff)
- modules/branches/2.5/backup/module.xml (modified) (1 diff)
- modules/branches/2.5/findmefollow/module.xml (modified) (1 diff)
- modules/branches/2.5/framework/module.xml (modified) (1 diff)
- modules/branches/2.5/ivr/module.xml (modified) (1 diff)
- modules/branches/2.5/paging/module.xml (modified) (1 diff)
- modules/branches/2.5/phonebook/module.xml (modified) (1 diff)
- modules/branches/2.5/queues/module.xml (modified) (1 diff)
- modules/branches/2.5/recordings/module.xml (modified) (1 diff)
- modules/branches/2.5/ringgroups/module.xml (modified) (1 diff)
- modules/branches/2.5/voicemail/module.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.5/announcement/module.xml
r6328 r6518 10 10 *2.4.0.2* #2604, #2843 mal-formed html tag, Russian translations 11 11 *2.4.0.1* added 2.4.0 dependency 12 *2.4.0* added support for extension/destination registry and other minor changes 13 *0.8.5.2* #2172 deprecated use of | 14 *0.8.5.1* bump for rc1 15 *0.8.5* fixed some undefined variables 16 *0.8.4* changed freePBX to FreePBX 17 *0.8.3* merge findmefollow/core extension destinations if any 18 *0.8.2* skip the answer/wait(1) if channel is already answered 19 *0.8.1* changed response timeout from 10 to 3 seconds (when used at all) 20 *0.8.0* need to add an i extension, even with m option in bacground, it fails if skip is not enabled 21 *0.7.0* more fixes to deal with sqlite and fix mysql5 (includes renaming of repeat to repeat_msg) 22 *0.6.1* Modified the install.sql to work on sqlite3 23 *0.6* added an option to choose a single digit that can be used to have the msg repeated 24 *0.5* chaned to jump to ivr's return context 25 *0.4* Added Don't Answer option to not answer the channel (and playback early media if supported) 26 *0.3* Added support to return to calling IVR 27 *0.2* First Module Intro 12 *2.4.0* CHANGELOG TRUNCATED See SVN Repository 28 13 </changelog> 29 14 <type>setup</type> modules/branches/2.5/backup/module.xml
r6376 r6518 19 19 *2.4.1.1* #2694 display problem with any all selection 20 20 *2.4.1* #2269 clear several of the astdb objects before restore, and other bug fixes 21 *2.4.0* bumbed for 2.4 and italian tranlations 22 *2.1.4.8* #2323 allow remote MySQL database 23 *2.1.4.7* #2267 restoreadtb restore values with spaces 24 *2.1.4.6* bump for rc1 (and really chcek in uninstall fix) 25 *2.1.4.5* fixed syntax error in uninstall script 26 *2.1.4.4* #2231 restore astdb as part of configuration restore choice 27 *2.1.4.3* #2070 fix proper use of script tags 28 *2.1.4.2* #1866 removed some hard coded paths 29 *2.1.4.1* changed freePBX to FreePBX 30 *2.1.4* modified install script to create table if NOT EXISTS to avoid errors 31 *2.1.3* #1992: move create/remove schema for Backup into module away from core 32 *2.1.2* Add ability to scp backups to a server, add optional provisioning directory that can be backed up (no restore ability) 33 *2.1.1* Remove core_users2astdb and core_devices2astdb, it isn't needed and corrupts resotred ampuser info 34 *2.1* Actually, really, restore ASTDB now. Finally. Also add redirect_standard to avoid problems with TRBoE. 35 *2.0.4* Add he_IL translation 36 *2.0.3* don't have BLKVM and FM astdb trees, which shouldn't be left around anyhow 37 *2.0.2* fixed restore ALL to get it to actually work 38 *2.0.1* supplied defaults and fixed bug is weekdays schedule_functions.php - #1279 39 *2.0* Now backs up and restores astdb, which was causing problems with phone configurations. 40 *1.2* Potential fix for restore issues, clean up some warnings 21 *2.4.0* CHANGELOG TRUNCATED See SVN Repository 41 22 </changelog> 42 23 <location>release/2.5/backup-2.5.1.1.tgz</location> modules/branches/2.5/findmefollow/module.xml
r6329 r6518 17 17 *2.4.12.2* merge findmefollow/core extension destinations if any, and remove findmefollow destinations as a destination since they are handled by core 18 18 *2.4.12.1* #2002 IF() statement can't handle : in the string and can't escape them anyhow 19 *2.4.12* Fixed bug where nested CID prefixes ends up removing part of the valid CID info 20 *2.4.11.1* Fixed ALERT_INFO bug, if previously set it should not set - it was clearing it 21 *2.4.11* added option to have follow-me always be used in place of extension, or only when explicitly used as a destination, useful in conjunction with VmX 22 *2.4.10* introduction of firstavailable firstnotonphone strategy that only rings one extension and optionally skips callwaiting REQUIRE CORE r3652 23 *2.4.9* never allow extension to include itself as nnn# and create infinite loop 24 *2.4.8* introduction of ringallv2 strategy that eliminates the double ring of the primary ext, REQUIRE CORE r3406 25 *2.4.7* Changed to not set alertinfo value if already set from before hitting followme 26 *2.4.6* Added BLKVM DB tree to fix inability to transfer a received call to another user, and make NODEST stuff work overall 27 *2.4.5* Modified NODEST stuff to improve some cases where it was still failing, and improve '#' transfer scenarios 28 *2.4.4* Add NODEST so that destination (often vm) is not taken if called from queue or ringgroup 29 *2.4.3* Sanity check for prefing that if not set or there, it won't ring the extension forever (should not happen) 30 *2.4.2* Modified flyover help - since moh works with confirmation now 31 *2.4.1* Added sound files for default confirmation messages 32 2.4: First release for FreePBX 2.2 - Fixed compatibility issue with new UI 33 2.3.1: removed checkastman 34 2.3: First release for 2.2, fixed minor display issues 35 2.2.5: fixed so extension number is put into empty lists 36 2.2.4: moved require_once() in functions.php, was breaking other stuff 37 2.2.3: full path in require_once to keep retrieve_conf from dieing 38 2.2.2: bug fix = should be == 39 2.2.1: Use astdb for some settings 40 2.2.0: Add Pre-Ring 41 2.1.5: Fix bug #1142 42 2.1.4: Code cleanup 19 *2.4.12* CHANGELOG TRUNCATED See SVN Repository 43 20 </changelog> 44 21 <depends> modules/branches/2.5/framework/module.xml
r6494 r6518 18 18 *2.5.0alpha1.0* #1628, #1715, #1843, #2497, #2604, #2606, #2609, #2686, #2701, #2703, #2739, #2766, #2777, #2782, #2784, #2793, #2798, #2799, #2809, #2818, #2829, #2843, #2845, #2855, #2862, #2881, #2890, #2891, #2897, #2903, #2910, #2911, #2921, #2924 19 19 *2.4.0.1* #2843, #2701, #2818, #2784, #2604, #2766, #2798, #2809, #2799, #2685, #2676 20 *2.4.0.0* first 2.4 final release 21 *2.4.0rc1.1* created upgrade directory to bump main version 22 *2.4.0rc1.0* rc1 release 23 *2.4.0beta2.2* fixed install script breaking download module admin 24 *2.4.0beta2.1* #2578 Asterisk 1.6 change for LANGUAGE, add addSwitch to extenions class 25 *2.4.0beta2.0* #2539, increase module_xml data field size, #2568 move features.conf to core, add details what online update transmits 26 *2.4.0beta1.2* correct publishing error which pulls in all previous 2.4beta framework changes below 27 *2.4.0beta1.1* #2544 (Asterisk 11543) create #include files or Asterisk will fail, #2554 extenssion class addtions 28 *2.4.0beta1.0* #2477, #2517, #2319, #2523, #2475, #1858, #2419, #2484, #2334, #2134, #2431, #2453, Extension/Destination Registry support/APIs adhoc devices user login/out improvments and dynamic hints, conversion of zap channel routes, amportal.conf: DYNAMICHINTS, CUSTOMASERROR, BADDESTABORT, XTNCONFILICTABORT - many other changes, see CHANGES log and svn log 29 *2.4.0alpha1.0* #2373, #2430, #2451; add ExecIf to extensions class 30 *2.3.1.0* #2335, #2412, module upgrade completely rewrites old modules, see CHANGES file in framework module directory 31 *2.3.0.3* #2336, #2350 FOP DBI issues with some versions, fixed some paging issues with sipaddheader() not escaping spaces 32 *2.3.0.2* fix upgrade to properly remove depecrated unused files 33 *2.3.0.1* #2249 fix syntax error from first fix to ARI 34 *2.3.0.0* Final Release 35 *2.3.0RC1.1* bump to RC1 because of bug not using proper version compare 36 *2.3.0rc1.0* styling and UI tweaks, improvments, javascript library package and reload improvements 37 *2.3.0beta2.10* #1826, #2132, #2161, #2162, #2216, added AUTHTYPE=webserver, added DEVEL flag, fixed warnings, unitialized variables 38 *2.3.0beta2.9* #2127 call-limit for Asterisk 1.4, replaced legacy retrieve_conf scripts, uninitialized variables and warnings, consolidate javascripts and CSS files, welcome page improvments. 39 *2.3.0beta2.8* #1520, added keyboard shortcuts during reload, support to block modules requiring asterisk running (when it is not), misc other fixes 40 *2.3.0beta2.7* #2180, #2174 reverted to old op_style.sh 41 *2.3.0beta2.6* #2174 fix #2154 really this time, and fix crontab to check for updates 42 *2.3.0beta2.5* #2143 fixed module hooks 43 *2.3.0beta2.4* #2147 tab link to FOP broken, #2157 fix database mode, #2150 output to crontab stopped, retrieve_conf copy fix, needed for #2046 VmX bug #2111 added retrieve_conf failure notifications, #2154 move bonce_op.sh and fix, #1442 removed .htacces exceptions in modules 44 *2.3.0beta2.3* additional notification logging, fix missing version_compare_freepbx function upgrading from older beta versions 45 *2.3.0beta2.2* #2137 fix ARI VmX bug, fix odd bug in error reporting in retrieve_conf, additional notification logging 46 *2.3.0beta2.1* fix include of libfreepbx.install.php in install.php script 47 *2.3.0beta2.0* Beta2 Release - see CHANGES file with packaged tarball and read important WARNINGS 48 *2.3.0beta1.6* added ext_sipaddheader, ext_sipgetheader, ext_alertinfo to extensions.class.php 49 *2.3.0beta1.5* improved parsers and made retreive_conf use the main parser, fixed on module version depends regex 50 *2.3.0beta1.4* #2020 added chmod 0754 to copied files to make sure they are executable 51 *2.3.0beta1.3* #2020 retrieve_conf copies module agi-bin now, was symlink. #1963, #2031, #2033 minor fixes (see tickets) 52 *2.3.0beta1.2* #1785 corner case ARI playback fix, misc other 53 *2.3.0beta1.1* Framework changes, test framework module 54 *2.3.0beta1.0* First release of framework 20 *2.4.0.0* CHANGELOG TRUNCATED See SVN Repository 55 21 </changelog> 56 22 <description> modules/branches/2.5/ivr/module.xml
r6452 r6518 21 21 *2.5.16.1* #2591, added depends on 2.4.0 22 22 *2.5.16* Extension/dest registry, #2303, it translation 23 *2.5.15.1* bump for rc1 24 *2.5.15* bump version to be higher than 2.2 branch 25 *2.5.14.2* merge findmefollow/core extension destinations if any 26 *2.5.14.1* removed depends on 2.2.2 - classes are in all version of 2.3 27 *2.5.14* add waitexten to 2.2 28 *2.5.13.1* make sure t ext getting put in (for some reason it wasn't always, this shoudl fix it) 29 *2.5.13* #1871 't' extension not being created by default fixed 30 *2.5.12* skip the answer/wait(1) if channel is already answered 31 *2.5.11* Allow option for IVR to loop back to itself without corrupting the return-to-ivr to the parent 32 *2.5.10* Fix bug where pressing enter in a field would delete the IVR 33 *2.5.9* some tweaks because of strange inheritance behavior, so need to reset IVR variables upon returns for some looping conditions 34 *2.5.8* insert a return extension so that annoucements and ivrs returning don't trample back over the top 35 *2.5.7* extended schema and added ability to have ivr options to return to calling parent ivrs if appropriate, otherwise specified destination 36 *2.5.6* Added: Set(IVR_CONTEXT=${CONTEXT}) to facilitate simple returns to calling context (e.g. from an announcement or custom app) 37 *2.5.5* Fix bug #1651 and apply patch #1664, allow voicemail as destination if ivr is entered from a queue breakout option 38 *2.5.4* Fix bug #1417 39 *2.5.3* Add he_IL translation 40 *2.5.2* Updated for freepbx 2.2.0rc2 41 *2.5.1* Changed name to IVR (from Digital Receptionist) 42 *2.5* First release for FreePBX 2.2 - Fixed compatibility issue with new UI 23 *2.5.15* CHANGELOG TRUNCATED See SVN Repository 43 24 </changelog> 44 25 <depends> modules/branches/2.5/paging/module.xml
r6352 r6518 15 15 *2.4.0.2* small fix so duplicate extension link is displayed when conflicts are found 16 16 *2.4.0.1* #2559 typo in install script, extra \\ needed (you must un-install and re-install or delete paging_autoanswer table entries to take effect) 17 *2.4.0* #2537, #2533, add default paging group w/ hooks to extensions/devices, fix jv validation error, it translation, remove extension/device from pagegroups upon delete 18 *2.1.0* Add page group description, add extension and destination registry call-backs, add SQL based answer variable defaults and phone specific ones 19 *2.0.1* Don't allow incoming intercom if DND is set and fix Aastra intercom going to auto mute 20 *2.0.0* #1926, #1978 fix deficiencies in intercom, add support for explicit allow and deny, expand phones that can auto-answer 21 *1.6.7* Add support for duplex paging 22 *1.6.6.1* #2376 enable/disable code broke in 1.6.6 and add user-callerid to get proper cid on intercom 23 *1.6.6* #2376 only interecept *80nnn for local extensions so branch offices can be intercomed 24 *1.6.5.2* bump for rc1 25 *1.6.5.1* #1861 create intercom dialplan always when enabled 26 *1.6.5* #2168 fix intercom, #2165 change module to get rid of first time propagation 27 *1.6.4* fixed deprecated use of ALERT_INFO and SIPHEADER 28 *1.6.3* changed ${CALLERID(number)} to ${AMPUSER} to accomodate CID number masquerading 29 *1.6.2* Fix callerid bug 30 *1.6.1* Fix install bug 31 *1.6* Busy devices are no longer paged, flag added to allow overriding this behaviour. 32 *1.5.2* Pages now start with a "beep" sound. Fixed help text. 33 *1.5.1* Fixed bug with saving paging group 34 *1.5* First release for FreePBX 2.2 - Fixed compatibility issue with new UI 17 *2.4.0* CHANGELOG TRUNCATED See SVN Repository 35 18 </changelog> 36 19 <depends> modules/branches/2.5/phonebook/module.xml
r6377 r6518 15 15 *2.5.0* #1821, #2845 tabindex 16 16 *2.4.0.1* #2843 Russian Translation 17 *2.4.0* it translation, bump for 2.4 18 *1.1.5.7* changed categories 19 *1.1.5.6* bump for rc1 20 *1.1.5.5* added xml attribute needsenginedb 21 *1.1.5.4* #2163 fix syntax error 22 *1.1.5.3* #2070 fix proper use of script tags 23 *1.1.5.2* bumping to remove checksum error 24 *1.1.5.1* changed freePBX to FreePBX 25 *1.1.5* Fixed a Warning when phonebook was empty 26 *1.1.4* Automatically generate Speed Dial Code if not supplied by user Sort Phonebook alphabetically Reuse Asterisk Manager connection 27 *1.1.3* Fixed copyright information for fgetcsvfromline() Updated module.xml format 28 *1.1.2* FreePBX 2.1.2 Released 29 *1.1.1* Apply #1105 - Fix up module naming conventions 30 *1.1.0* Added Speed dial field for phonebook entries (used by speeddial module) Changed phonebook_list() return value Numbers can no more contain '+' sign because of speeddial 31 *1.0.4* Added 'Export to CSV' function Fixed some documentation errors 32 *1.0.3* Added 'Import from CSV' function Added js confirmation to Delete link Added possibility to empty phonebook 33 *1.0.2* Fixed bug in inserting names with spaces Fixed a little bug in editing the a number associated with a name Suppressed warnings when the phonebook was empty 34 *1.0.1* First Release 17 *2.4.0* CHANGELOG TRUNCATED See SVN Repository 35 18 </changelog> 36 19 </module> modules/branches/2.5/queues/module.xml
r6448 r6518 27 27 *2.4.0.1* added out() and outn() to install script 28 28 *2.4.0* Migration from legacy tables, added queues_conf class, Extension/dest registry, #2282, #2487, it translations 29 *2.2.14.1* initialize qpannounce, may cause queue db errors with IVR breakouts that have no sound file 30 *2.2.14* Add Alert-Info setting to queues 31 *2.2.13.3* Agent Timeout 0 makes results in default, but should be Unlimited fixed 32 *2.2.13.2* #2313 fix error introduced by #2172, Agent Announce not being saved 33 *2.2.13.1* #2172 deprecated use of |, #2193 hard coded moh path 34 *2.2.13* #2277 fix periodic announce message and hold time 35 *2.2.12.2* bump for rc1 36 *2.2.12.1* #2222 fixed syntax error 37 *2.2.12* #2222 replace defaults announcements with silence to prevent Asterisk 1.4 from crashing 38 *2.2.11* #2185 provide inherit option for MoH, to use what ever is in the channel and add MOHCLASS channel variable, #1659 allow queue 0 39 *2.2.10.3* #2156 fix select box to deal with language translation properly 40 *2.2.10.2* #2057 don't strip CID prefix if no prefix is being added 41 *2.2.10.1* merge findmefollow/core extension destinations if any 42 *2.2.10* Changed chained CID prefixes to be handled the same as ringgroup and followme, also fixed #1965 43 *2.2.9* Replaced deprecated CALLERIDNAME and TIMSTAMP variables with the current and future supported versions 44 *2.2.8.1* Updated tootip to warn about agents.conf (unsupported and know issues) and warn about penalties (broken in asterisk) 45 *2.2.8* Fixed typo in 2.2.7 46 *2.2.7* Fixed eventmemberstatus #1635 47 *2.2.6* Add he_IL translation 48 *2.2.5* Change goto_indicateN to gotoN 49 *2.2.4* Added BLKVM DB tree to fix inability to transfer a received call to another user, and make NODEST stuff work overall 50 *2.2.3* Change _NODEST to __NODEST for some scenarios that require infinite inheritance 51 *2.2.2* Disallow Queue 0 (#1487) 52 *2.2.1* Add NODEST to tell children NOT to go to destinations (like voicemail or other) - helps with followme in a queue 53 *2.2* First release for FreePBX 2.2 - Fixed compatibility issue with new UI 29 *2.4.0* CHANGELOG TRUNCATED See SVN Repository 54 30 </changelog> 55 31 <depends> modules/branches/2.5/recordings/module.xml
r6418 r6518 24 24 *3.3.5.3* #2409 syntax error in audio.php could cause playback problems 25 25 *3.3.5.2* #2016 allow amportal.conf AMPLAYKEY override hardcoded crypt key 26 *3.3.5.1* bump for rc1 27 *3.3.5* #2092 can't cannot save/read file fix some errors, better messages 28 *3.3.4* #2032 remove recordings as a destination, no purpose (use annoucement module) 29 *3.3.3* fixed bug not able to save recorded message from *77 featurecode 30 *3.3.2* use urlencode/decode in the crypt functions 31 *3.3.1.1* added candisable = no for module admin, and new play button 32 *3.3.1* Fix mp3 upload bug (#1764) 33 *3.3* Stop assuming that files being uploaded are .wav's, also highlight the correct format for files to be uploaded in. 34 *3.2.4* Add he_IL translation 35 *3.2.3* Fix for possible wrong recording being selected 36 *3.2.2* Fix for PHP5 not picking up ast recording path 37 *3.2.1* Resolved issue with wrong recording being selected when there's more than one encoding of file (eg, foo.wav and foo.gsm) 38 *3.2* First release for FreePBX 2.2 - Fixed compatibility issue with new UI 26 *3.3.5.1* CHANGELOG TRUNCATED See SVN Repository 39 27 </changelog> 40 28 <menuitems> modules/branches/2.5/ringgroups/module.xml
r6379 r6518 17 17 *2.4.0.1* added depends on 2.4.0 18 18 *2.4.0* Extension/dest registry, extension quickpick, added hunt strategy with confirmation, it trans, formatting changes 19 *2.2.16.2* #2193 moh path hardcoded 20 *2.2.16.1* bump for rc1 21 *2.2.16* #1961 changed to allow leading 0 extensions 22 *2.2.15.2* fixed bug install.php not converting destinations properly for new findmefollow format 23 *2.2.15.1* #2057 don't strip CID prefix if no prefix is being added 24 *2.2.15* #2024 provide alert when adding duplicate group number 25 *2.2.14.3* bumping to remove checksum error 26 *2.2.14.2* changed freePBX to FreePBX 27 *2.2.14.1* merge findmefollow/core extension destinations if any 28 *2.2.14* Fixed bug where nested CID prefixes ends up removing part of the valid CID info 29 *2.2.13* introduction of firstavailable firstnotonphone strategy that only rings one extension and optionally skips callwaiting REQUIRE CORE r3652 30 *2.2.12* never allow group to include itself as nnn# and create infinite loop 31 *2.2.11* changed _ALERT_INFO to __ALERT_INFO ('_' -> '__') so it is infinitely inheritted into the dialplan 32 *2.2.10* Added BLKVM DB tree to fix inability to transfer a received call to another user, and make NODEST stuff work overall 33 *2.2.9* Modified NODEST stuff to improve some cases where it was still failing, and improve '#' transfer scenarios 34 *2.2.8* Allow ringall-prim as well as ringall for strategies with confirmation (#1408) 35 *2.2.7* Add tool tip for Group Description (#1459) 36 *2.2.6* Add NODEST so that destination (often vm) is not taken if called from queue or ringgroup and such is honored for childeren 37 *2.2.5* Modified flyover help - since moh works with confirmation now 38 *2.2.4* Added sound files for default confirmation messages 39 *2.2.3* Clarification on help message if you want to ring follow-me and other non-extension numbers 40 *2.2.2* Forgot to add default starting RG number as 600 41 *2.2.1* Cleanup of the UI, remove workaround of formatting bugs with previous UI 42 *2.2* First release for FreePBX 2.2 - Fixed compatibility issue with new UI 19 *2.2.16.2* CHANGELOG TRUNCATED See SVN Repository 43 20 </changelog> 44 21 <depends> modules/branches/2.5/voicemail/module.xml
r6453 r6518 14 14 *2.0.3.4* Fix some labeling and make localization friendly 15 15 *2.0.3.3* #2232 call to VoiceMailMain() need ${AMPUSER} was fixed wrong 16 *2.0.3.2* bump for rc1 17 *2.0.3.1* #2232 checking for voicemial failure on Asterisk 1.4 18 *2.0.3* #1836 - remove mailbox form filesystem after deleting an extension 19 *2.0.2.4* changed install script to return false on astman not there 20 *2.0.2.3* remove setting vmcontext to department, fixed #2153 and #2136 21 *2.0.2.2* MailBoxExists needs 'j' option for Asterisk 1.4 (and technically this is correct syntax) 22 *2.0.2.1* added candisable = no for module admin 23 *2.0.2* changed ${CALLERID(number)} to ${AMPUSER} to accomodate CID number masquerading 24 *2.0.1.1* removed depends on 2.2.2 - classes are in all version of 2.3 25 *2.0.1* #1976 - check if mailbox exists and enter with no arguments if not 26 *2.0.0* Bumped version number to avoid confusion with freepbx 2.2.x versions 27 *1.6.3* Remove hardcoded paths to voicemail.conf 28 *1.6.2* Bump version to fix existing extensions with disabled voicemail #1697 29 *1.6.1* Added support to enable/disable VmX Locator (personal ivr) 30 *1.6* Re-Fix 1.5.2, bump version for 2.2rc2 release. 31 *1.5.3* Fix for vm Javascript sanity checks only working in DevAndUser mode. 32 *1.5.2* Fix vm not appearing in DeviceAndUser mode 33 *1.5.1* Fix for MWI not working 34 *1.5* Fix issue with vm options not being saved on creation of extension 35 *1.4.2* Change category to Basic 36 *1.4.1* Fixed radio button defaults to 'no' from false so they work 37 *1.4* First release for 2.2. Fix inability to create voicemail box 16 *2.0.3.2* CHANGELOG TRUNCATED See SVN Repository 38 17 </changelog> 39 18 <description>This module allows you to configure Voicemail for a user or extension</description>
