Changeset 2168

Show
Ignore:
Timestamp:
07/25/06 15:00:15 (2 years ago)
Author:
gregmac
Message:

Added ext_zapateller, ext_musiconhold, ext_congestion, ext_busy from #1034

Files:

Legend:

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

    r2164 r2168  
    777777        } 
    778778} 
     779 
     780class ext_zapateller extends extension { 
     781        function output() { 
     782                return "Zapateller(".$this->data.")"; 
     783        } 
     784} 
     785 
     786class ext_musiconhold extends extension { 
     787        function output() { 
     788                return "MusicOnHold(".$this->data.")"; 
     789        } 
     790} 
     791 
     792class ext_congestion extends extension { 
     793        function output() { 
     794                return "Congestion"; 
     795        } 
     796} 
     797 
     798class ext_busy extends extension { 
     799        function output() { 
     800                return "Busy"; 
     801        } 
     802} 
    779803/* example usage 
    780804$ext = new extensions; 
Donate



Support
Download
Develop
Forums
News
Documentation
Paid Support
About

Paid Ads