Changeset 7626

Show
Ignore:
Timestamp:
05/02/09 12:21:14 (11 months ago)
Author:
p_lindheimer
Message:

fixes #3517 no need to test nodest variable, it will be set and empty if not set in the channel

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.5/core/agi-bin/dialparties.agi

    r7612 r7626  
    113113$fmgrp  = get_var( $AGI, "FMGRP" ); 
    114114$nodest = get_var( $AGI, "NODEST" ); 
    115 if (empty($nodest)) { 
    116         $nodest = ''; 
    117 } 
    118115 
    119116$ringgroup_index        = get_var( $AGI, "RINGGROUP_INDEX" ); 
  • modules/branches/2.5/core/module.xml

    r7532 r7626  
    88        <canuninstall>no</canuninstall> 
    99        <changelog> 
     10                *2.5.1.7* #3517 
    1011                *2.5.1.6* #3439, #3526, #3534, moved macro-vm to auto-generation (WARNING: custom modification of macro-vm in extensions_custom.conf need to be moved to extensions_override_freepbx.conf 
    1112                *2.5.1.5* #3474