Changeset 3978
- Timestamp:
- 05/10/07 19:17:49 (6 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.2/amp_conf/agi-bin/dialparties.agi
r3928 r3978 28 28 $debug = 4; 29 29 30 $ext = ""; // Hash that will contain our list of extensions to call31 $ext_hunt = ""; // Hash that will contain our list of extensions to call used by huntgroup30 $ext = array(); // Hash that will contain our list of extensions to call 31 $ext_hunt = array(); // Hash that will contain our list of extensions to call used by huntgroup 32 32 $cidnum = ""; // Caller ID Number for this call 33 33 $cidname = ""; // Caller ID Name for this call
