Changeset 5312
- Timestamp:
- 11/28/07 01:33:48 (5 years ago)
- Files:
-
- modules/branches/2.4/disa/functions.inc.php (modified) (1 diff)
- modules/branches/2.4/disa/module.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.4/disa/functions.inc.php
r5277 r5312 81 81 82 82 if ($nopass) { 83 if ($item['cid']) { 84 $ext->add('disa', $item['disa_id'], '', new ext_setvar('CALLERID(all)', $item['cid'])); 85 } 83 86 $ext->add('disa', $item['disa_id'], '', new ext_disa('no-password,'.$item['context'])); 84 87 } else { modules/branches/2.4/disa/module.xml
r4928 r5312 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.2.3* #2463 Set CID when no pin, added support for Destination Registry 12 13 *2.2.2.2* #2172 deprecated use of |, changed category 13 14 *2.2.2.1* bump for rc1
