Changeset 14028
- Timestamp:
- 04/29/12 11:44:39 (1 year ago)
- Files:
-
- modules/branches/2.10/conferences/functions.inc.php (modified) (1 diff)
- modules/branches/2.10/conferences/module.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.10/conferences/functions.inc.php
r13949 r14028 7 7 $this->_confbridge['general'] = array(); 8 8 $this->_confbridge['user'] = array(); 9 $this->_confbridge['user']['default_user'] = array(); 9 10 $this->_confbridge['bridge'] = array(); 10 11 $this->_confbridge['menu'] = array(); modules/branches/2.10/conferences/module.xml
r13952 r14028 3 3 <repo>standard</repo> 4 4 <name>Conferences</name> 5 <version>2.10.0. 5</version>5 <version>2.10.0.6</version> 6 6 <publisher>FreePBX</publisher> 7 7 <license>GPLv2+</license> … … 9 9 <description>Allow creation of conference rooms (meet-me) where multiple people can talk together.</description> 10 10 <changelog> 11 *2.10.0.6* #5800 Asterisk 10 only 11 12 *2.10.0.5* #5752 double pin request 12 13 *2.10.0.4* #5664 get app_confbridge working on Asterisk 10
