Changeset 14028

Show
Ignore:
Timestamp:
04/29/12 11:44:39 (1 year ago)
Author:
p_lindheimer
Message:

fixes #5800 create a defaut_user section to keep bridge from failing because no user defined

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.10/conferences/functions.inc.php

    r13949 r14028  
    77    $this->_confbridge['general'] = array(); 
    88    $this->_confbridge['user'] = array(); 
     9    $this->_confbridge['user']['default_user'] = array(); 
    910    $this->_confbridge['bridge'] = array(); 
    1011    $this->_confbridge['menu'] = array(); 
  • modules/branches/2.10/conferences/module.xml

    r13952 r14028  
    33  <repo>standard</repo> 
    44  <name>Conferences</name> 
    5   <version>2.10.0.5</version> 
     5  <version>2.10.0.6</version> 
    66  <publisher>FreePBX</publisher> 
    77  <license>GPLv2+</license> 
     
    99  <description>Allow creation of conference rooms (meet-me) where multiple people can talk together.</description> 
    1010  <changelog> 
     11    *2.10.0.6* #5800 Asterisk 10 only 
    1112    *2.10.0.5* #5752 double pin request 
    1213    *2.10.0.4* #5664 get app_confbridge working on Asterisk 10