Changeset 9061
- Timestamp:
- 03/01/10 17:27:19 (3 years ago)
- Files:
-
- modules/branches/2.7/core/agi-bin/enumlookup.agi (modified) (1 diff)
- modules/branches/2.7/core/module.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.7/core/agi-bin/enumlookup.agi
r8749 r9061 90 90 $AGI->verbose("Setting DIALARR to $dialstr", 3); 91 91 $AGI->set_variable("DIALARR", $dialstr); 92 if ($dialstr == '') { 93 $AGI->set_variable("DIALSTATUS", 'CONGESTION'); 94 } 92 95 93 96 function get_dig($lookup, $enum) { modules/branches/2.7/core/module.xml
r9060 r9061 10 10 <canuninstall>no</canuninstall> 11 11 <changelog> 12 *2.7.0.1* #4094 12 *2.7.0.1* #4094, #4095 13 13 *2.7.0.0* minor tweaks 14 14 *2.7.0RC1.5* #4075, #4078, #4080, #4053
