Changeset 9061

Show
Ignore:
Timestamp:
03/01/10 17:27:19 (3 years ago)
Author:
p_lindheimer
Message:

fixes #4095 adds DIALSTATUS to enumlookup.agi

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.7/core/agi-bin/enumlookup.agi

    r8749 r9061  
    9090$AGI->verbose("Setting DIALARR to $dialstr", 3); 
    9191$AGI->set_variable("DIALARR", $dialstr); 
     92if ($dialstr == '') { 
     93  $AGI->set_variable("DIALSTATUS", 'CONGESTION'); 
     94} 
    9295 
    9396function get_dig($lookup, $enum) { 
  • modules/branches/2.7/core/module.xml

    r9060 r9061  
    1010  <canuninstall>no</canuninstall> 
    1111  <changelog> 
    12     *2.7.0.1* #4094 
     12    *2.7.0.1* #4094, #4095 
    1313    *2.7.0.0* minor tweaks 
    1414    *2.7.0RC1.5* #4075, #4078, #4080, #4053