Changeset 7757

Show
Ignore:
Timestamp:
05/27/09 14:54:11 (3 years ago)
Author:
p_lindheimer
Message:

add StopMixMonitor? to extension class re #3696

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/2.5/amp_conf/htdocs/admin/extensions.class.php

    r7520 r7757  
    12841284  } 
    12851285} 
     1286 
     1287class ext_stopmixmonitor extends extension { 
     1288  function output() { 
     1289    return "StopMixMonitor(".$this->data.")"; 
     1290  } 
     1291} 
     1292 
    12861293// Speech recognition applications 
    12871294class ext_speechcreate extends extension {