Changeset 7624

Show
Ignore:
Timestamp:
05/02/09 11:40:34 (11 months ago)
Author:
p_lindheimer
Message:

fixes #3457 don't use _. since Asterisk 1.2 will take that over more explicit matches like _s-.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.5/disa/functions.inc.php

    r6961 r7624  
    113113 
    114114                        $context = 'disa-dial'; 
    115                         $exten = '_.'; 
     115                        $exten = '_[0-9a-zA-Z*#].'; 
    116116                        $ext->add($context, $exten, '', new ext_noop('called ${EXTEN} in ${DISACONTEXT} by ${DISA}')); 
    117117                        $ext->add($context, $exten, '', new ext_dial('Local/${EXTEN}@${DISACONTEXT}', '300,${HANGUP}'));  // Regular Trunk Dial 
  • modules/branches/2.5/disa/module.xml

    r7370 r7624  
    1010        <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> 
    1111        <changelog> 
     12                *2.5.1.8* #3457 
    1213                *2.5.1.7* localization updates 
    1314                *2.5.1.6* localizatoin string enclosures