Index: /modules/branches/2.1/voicemail/module.xml =================================================================== --- /modules/branches/2.1/voicemail/module.xml (revision 2160) +++ /modules/branches/2.1/voicemail/module.xml (revision 2174) @@ -2,5 +2,5 @@ voicemail Voicemail - 1.1 + 1.1.1 setup Messaging Index: /modules/branches/2.1/voicemail/functions.inc.php =================================================================== --- /modules/branches/2.1/voicemail/functions.inc.php (revision 2159) +++ /modules/branches/2.1/voicemail/functions.inc.php (revision 2174) @@ -63,5 +63,5 @@ // How long is the command? We need to strip that off the front $clen = strlen($c)-2; - $ext->add($id, $c, '', new ext_macro('get-vmcontext','${EXTEN:'.$clen.'}')); + $ext->add($id, $c, '', new ext_macro('get-vm-context','${EXTEN:'.$clen.'}')); $ext->add($id, $c, '', new ext_vmmain('${EXTEN:'.$clen.'}@${VMCONTEXT}')); // n,VoiceMailMain(${VMCONTEXT}) $ext->add($id, $c, '', new ext_macro('hangupcall')); // $cmd,n,Macro(user-callerid)