Changeset 2174
- Timestamp:
- 07/26/06 09:24:28 (7 years ago)
- Files:
-
- modules/branches/2.1/voicemail/functions.inc.php (modified) (1 diff)
- modules/branches/2.1/voicemail/module.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.1/voicemail/functions.inc.php
r2159 r2174 63 63 // How long is the command? We need to strip that off the front 64 64 $clen = strlen($c)-2; 65 $ext->add($id, $c, '', new ext_macro('get-vm context','${EXTEN:'.$clen.'}'));65 $ext->add($id, $c, '', new ext_macro('get-vm-context','${EXTEN:'.$clen.'}')); 66 66 $ext->add($id, $c, '', new ext_vmmain('${EXTEN:'.$clen.'}@${VMCONTEXT}')); // n,VoiceMailMain(${VMCONTEXT}) 67 67 $ext->add($id, $c, '', new ext_macro('hangupcall')); // $cmd,n,Macro(user-callerid) modules/branches/2.1/voicemail/module.xml
r2160 r2174 2 2 <rawname>voicemail</rawname> 3 3 <name>Voicemail</name> 4 <version>1.1 </version>4 <version>1.1.1</version> 5 5 <type>setup</type> 6 6 <category>Messaging</category>
