Changeset 7626
- Timestamp:
- 05/02/09 14:21:14 (3 years ago)
- Files:
-
- modules/branches/2.5/core/agi-bin/dialparties.agi (modified) (1 diff)
- modules/branches/2.5/core/module.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.5/core/agi-bin/dialparties.agi
r7612 r7626 113 113 $fmgrp = get_var( $AGI, "FMGRP" ); 114 114 $nodest = get_var( $AGI, "NODEST" ); 115 if (empty($nodest)) {116 $nodest = '';117 }118 115 119 116 $ringgroup_index = get_var( $AGI, "RINGGROUP_INDEX" ); modules/branches/2.5/core/module.xml
r7532 r7626 8 8 <canuninstall>no</canuninstall> 9 9 <changelog> 10 *2.5.1.7* #3517 10 11 *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 11 12 *2.5.1.5* #3474
