Changeset 7624
- Timestamp:
- 05/02/09 11:40:34 (11 months ago)
- Files:
-
- modules/branches/2.5/disa/functions.inc.php (modified) (1 diff)
- modules/branches/2.5/disa/module.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.5/disa/functions.inc.php
r6961 r7624 113 113 114 114 $context = 'disa-dial'; 115 $exten = '_ .';115 $exten = '_[0-9a-zA-Z*#].'; 116 116 $ext->add($context, $exten, '', new ext_noop('called ${EXTEN} in ${DISACONTEXT} by ${DISA}')); 117 117 $ext->add($context, $exten, '', new ext_dial('Local/${EXTEN}@${DISACONTEXT}', '300,${HANGUP}')); // Regular Trunk Dial modules/branches/2.5/disa/module.xml
r7370 r7624 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.5.1.8* #3457 12 13 *2.5.1.7* localization updates 13 14 *2.5.1.6* localizatoin string enclosures
