Changeset 7757
- Timestamp:
- 05/27/09 14:54:11 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.5/amp_conf/htdocs/admin/extensions.class.php
r7520 r7757 1284 1284 } 1285 1285 } 1286 1287 class ext_stopmixmonitor extends extension { 1288 function output() { 1289 return "StopMixMonitor(".$this->data.")"; 1290 } 1291 } 1292 1286 1293 // Speech recognition applications 1287 1294 class ext_speechcreate extends extension {
