Changeset 4023 for modules/branches/2.2
- Timestamp:
- 06/08/07 23:07:37 (6 years ago)
- Files:
-
- modules/branches/2.2/voicemail/functions.inc.php (modified) (1 diff)
- modules/branches/2.2/voicemail/module.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.2/voicemail/functions.inc.php
r3899 r4023 40 40 $ext->add($id, $c, '', new ext_macro('user-callerid')); // $cmd,n,Macro(user-callerid) 41 41 $ext->add($id, $c, '', new ext_macro('get-vmcontext','${CALLERID(num)}')); 42 $ext->add($id, $c, '', new ext_vmmain('${CALLERID(num)}@${VMCONTEXT}')); // n,VoiceMailMain(${VMCONTEXT}) 42 $ext->add($id, $c, 'check', new ext_vmexists('${CALLERID(num)}@${VMCONTEXT}')); // n,VoiceMailMain(${VMCONTEXT}) 43 $ext->add($id, $c, '', new ext_vmmain('')); // n,VoiceMailMain(${VMCONTEXT}) 44 $ext->add($id, $c, '', new ext_macro('hangupcall')); // $cmd,n,Macro(user-callerid) 45 $ext->add($id, $c, '', new ext_vmmain('${CALLERID(num)}@${VMCONTEXT}'),'check',101); // n,VoiceMailMain(${VMCONTEXT}) 43 46 $ext->add($id, $c, '', new ext_macro('hangupcall')); // $cmd,n,Macro(user-callerid) 44 47 } modules/branches/2.2/voicemail/module.xml
r3901 r4023 2 2 <rawname>voicemail</rawname> 3 3 <name>Voicemail</name> 4 <version>1.6.2</version> 4 <version>1.6.3</version> 5 <depends> 6 <version>2.2.2</version> 7 </depends> 5 8 <changelog> 9 *1.6.3* #1976 - check if mailbox exists and enter with no arguments if not 6 10 *1.6.2* Remove hardcoded paths to voicemail.conf 7 11 *1.6.1* Bump version to fix existing extensions with disabled voicemail #1697
