Changeset 12986
- Timestamp:
- 12/04/11 16:19:52 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.10/amp_conf/htdocs/admin/libraries/extensions.class.php
r12968 r12986 1023 1023 //use confbridge if requested, pruning meetme only options 1024 1024 switch ($amp_conf['ASTCONFAPP']) { 1025 case 'app_meetme':1026 $this->app = 'MeetMe';1027 break;1028 1025 case 'app_confbridge': 1029 1026 $this->app = 'ConfBridge'; … … 1036 1033 $this->options = preg_replace('/[GpSL]\(.*\)/', '', $this->options); 1037 1034 $this->options = preg_replace('/w\(.*\)/', 'w', $this->options); 1035 break; 1036 default: 1037 case 'app_meetme': 1038 $this->app = 'MeetMe'; 1038 1039 break; 1039 1040 }
