Show
Ignore:
Timestamp:
04/09/06 16:17:02 (7 years ago)
Author:
mheydon1973
Message:

Looks like somewhere along the line, the voicemail feature codes were typo'd......this should put them back to the original.

Anybody using SVN-HEAD will have to un-install and re-install the Voicemail module to pick this up

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk/amp_conf/htdocs/admin/modules/voicemail/install.php

    r1405 r1450  
    44$fcc = new featurecode('voicemail', 'myvoicemail'); 
    55$fcc->setDescription('My Voicemail'); 
    6 $fcc->setDefault('*98'); 
     6$fcc->setDefault('*97'); 
    77$fcc->update(); 
    88unset($fcc); 
     
    1111$fcc = new featurecode('voicemail', 'dialvoicemail'); 
    1212$fcc->setDescription('Dial Voicemail'); 
    13 $fcc->setDefault('*96'); 
     13$fcc->setDefault('*98'); 
    1414$fcc->update(); 
    1515unset($fcc);