Changeset 4006

Show
Ignore:
Timestamp:
06/07/07 23:37:32 (6 years ago)
Author:
p_lindheimer
Message:

Merged revisions 4005 via svnmerge from
https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk

........

r4005 | p_lindheimer | 2007-06-07 20:34:52 -0700 (Thu, 07 Jun 2007) | 1 line


#1976 - add MailBoxExists? (vm_exists) to improve the voicemail retrieval from phones with no voicemail

........

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/2.2

    • Property svnmerge-integrated changed from /freepbx/trunk:1-3224,3231,3245-3246,3291-3295,3297,3299-3332,3336,3338-3365,3367-3373,3375-3388,3390-3391,3393-3395,3419,3437,3567,3614-3622,3624,3652,3688,3696,3756,3850,3885 to /freepbx/trunk:1-3224,3231,3245-3246,3291-3295,3297,3299-3332,3336,3338-3365,3367-3373,3375-3388,3390-3391,3393-3395,3419,3437,3567,3614-3622,3624,3652,3688,3696,3756,3850,3885,4005
  • freepbx/branches/2.2/amp_conf/htdocs/admin/extensions.class.php

    r3947 r4006  
    654654  } 
    655655} 
     656class ext_vmexists extends extension { 
     657  function output() { 
     658    return "MailBoxExists(".$this->data.")"; 
     659  } 
     660} 
    656661class ext_saydigits extends extension { 
    657662  function output() {