Changeset 10254
- Timestamp:
- 09/13/10 15:31:48 (3 years ago)
- Files:
-
- modules/branches/2.8 (modified) (1 prop)
- modules/branches/2.8/disa/functions.inc.php (modified) (1 diff)
- modules/branches/2.8/disa/module.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.8
- Property svnmerge-integrated changed from /modules/branches/2.7:1-9074,9105,10001 /modules/branches/2.9:1-10122 to /modules/branches/2.7:1-9074,9105,10001,10253 /modules/branches/2.9:1-10122
modules/branches/2.8/disa/functions.inc.php
r7647 r10254 98 98 $ext->add('disa', $item['disa_id'], '', new ext_setvar('_KEEPCID', 'TRUE')); 99 99 if ($thisitem['hangup'] == 'CHECKED') { 100 $ext->add('disa', $item['disa_id'], '', new ext_setvar('_HANGUP', 'Hg')); 101 } 100 $ext->add('disa', $item['disa_id'], '', new ext_setvar('_HANGUP', '${TRUNK_OPTIONS}Hg')); 101 } else { 102 $ext->add('disa', $item['disa_id'], '', new ext_setvar('_HANGUP', '${TRUNK_OPTIONS}')); 103 } 102 104 $ext->add('disa', $item['disa_id'], '', new ext_setvar('TIMEOUT(digit)', $thisitem['digittimeout'])); 103 105 $ext->add('disa', $item['disa_id'], '', new ext_setvar('TIMEOUT(response)', $thisitem['resptimeout'])); modules/branches/2.8/disa/module.xml
r10080 r10254 2 2 <rawname>disa</rawname> 3 3 <name>DISA</name> 4 <version>2.8.0. 0</version>4 <version>2.8.0.1</version> 5 5 <publisher>FreePBX</publisher> 6 6 <license>GPLv2+</license> … … 12 12 <description>DISA Allows you 'Direct Inward System Access'. This gives you the ability to have an option on an IVR that gives you a dial tone, and you're able to dial out from the FreePBX machine as if you were connected to a standard extension. It appears as a Destination.</description> 13 13 <changelog> 14 *2.8.0.1* #4537 14 15 *2.8.0.0* published 2.8 version 15 16 *2.7.0.0* spelling errors, localization
