- Timestamp:
- 02/20/12 18:49:02 (1 year ago)
- Files:
-
- modules/branches/2.10/core/functions.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.10/core/functions.inc.php
r13476 r13490 1461 1461 1462 1462 if($vm != "novm") { 1463 // This usually gets called from macro-exten-vm but if follow-me destination need to go this route 1464 $ext->add('ext-local', $exten['extension'], '', new ext_macro('vm',$vm.',${DIALSTATUS},${IVR_RETVM}')); 1463 1465 $ext->add('ext-local', $exten['extension'], '', new ext_goto('1','vmret')); 1464 1466 $ext->add('ext-local', '${VM_PREFIX}'.$exten['extension'], '', new ext_macro('vm',$vm.',DIRECTDIAL,${IVR_RETVM}'));
