Changeset 13490 for modules

Show
Ignore:
Timestamp:
02/20/12 18:49:02 (1 year ago)
Author:
p_lindheimer
Message:

need to go to vm destination usually hit in macro-exten-vm if from follow-me re #5358, may want to have macro-exten-vm always return up here, can review when looking at revamping some of these macros into subroutines

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.10/core/functions.inc.php

    r13476 r13490  
    14611461           
    14621462          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}')); 
    14631465            $ext->add('ext-local', $exten['extension'], '', new ext_goto('1','vmret')); 
    14641466            $ext->add('ext-local', '${VM_PREFIX}'.$exten['extension'], '', new ext_macro('vm',$vm.',DIRECTDIAL,${IVR_RETVM}'));