Changeset 2174

Show
Ignore:
Timestamp:
07/26/06 09:24:28 (7 years ago)
Author:
gregmac
Message:

Changed typo vm-getcontext to vm-get-context (philippel)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.1/voicemail/functions.inc.php

    r2159 r2174  
    6363  // How long is the command? We need to strip that off the front 
    6464  $clen = strlen($c)-2; 
    65   $ext->add($id, $c, '', new ext_macro('get-vmcontext','${EXTEN:'.$clen.'}'));  
     65  $ext->add($id, $c, '', new ext_macro('get-vm-context','${EXTEN:'.$clen.'}'));  
    6666  $ext->add($id, $c, '', new ext_vmmain('${EXTEN:'.$clen.'}@${VMCONTEXT}')); // n,VoiceMailMain(${VMCONTEXT}) 
    6767  $ext->add($id, $c, '', new ext_macro('hangupcall')); // $cmd,n,Macro(user-callerid) 
  • modules/branches/2.1/voicemail/module.xml

    r2160 r2174  
    22  <rawname>voicemail</rawname> 
    33  <name>Voicemail</name> 
    4   <version>1.1</version> 
     4  <version>1.1.1</version> 
    55  <type>setup</type> 
    66  <category>Messaging</category>