Changeset 5821
- Timestamp:
- 06/21/08 16:51:54 (5 months ago)
- Files:
-
- modules/branches/2.4/disa/functions.inc.php (modified) (1 diff)
- modules/branches/2.4/disa/module.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.4/disa/functions.inc.php
r5312 r5821 79 79 $ext->add('disa', $item['disa_id'], '', new ext_setvar('TIMEOUT(digit)', $thisitem['digittimeout'])); 80 80 $ext->add('disa', $item['disa_id'], '', new ext_setvar('TIMEOUT(response)', $thisitem['resptimeout'])); 81 $ext->add('disa', $item['disa_id'], '', new ext_setvar('__KEEPCID', 'TRUE')); 81 82 82 83 if ($nopass) { modules/branches/2.4/disa/module.xml
r5795 r5821 2 2 <rawname>disa</rawname> 3 3 <name>DISA</name> 4 <version>2.4.0. 2</version>4 <version>2.4.0.3</version> 5 5 <type>setup</type> 6 6 <category>Internal Options & Configuration</category> … … 10 10 <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> 11 11 <changelog> 12 *2.4.0.3* #2859 DISA CID not being set on trunks with default trunk CID set 12 13 *2.4.0.2* #2843 Russian Translation 13 14 *2.4.0.1* added depends on 2.4.0
