Changeset 4426

Show
Ignore:
Timestamp:
07/17/07 18:17:46 (3 years ago)
Author:
p_lindheimer
Message:

#2107 replace ext_waitexten with explict extension class call

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.2/blacklist/functions.inc.php

    r4392 r4426  
    6363        $ext->add($id, $c, '', new ext_Playback('if-correct-press&digits/1')); 
    6464        $ext->add($id, $c, '', new ext_noop('Waiting for input')); 
    65         $ext->add($id, $c, 'end', new ext_waitexten(60)); 
     65        //$ext->add($id, $c, 'end', new ext_waitexten(60)); 
     66        $ext->add($id, $c, 'end', new extension('WaitExten(60)')); 
    6667        $ext->add($id, $c, '', new ext_Playback('sorry-youre-having-problems&goodbye')); 
    6768        $c = "1"; 
  • modules/branches/2.2/blacklist/module.xml

    r4393 r4426  
    22        <rawname>blacklist</rawname> 
    33        <name>Blacklist</name> 
    4         <version>1.1.3</version> 
     4        <version>1.1.3.1</version> 
    55        <type>setup</type> 
    66        <category>CID &amp; Number Management</category> 
     
    99        </menuitems> 
    1010        <changelog> 
     11        *1.1.3.1* #2107 replaced ext_waitexten with explicit extension class 
    1112        *1.1.3* #2061 fixed to work with Asterisk 1.4 (wait for confirmation of 1) 
    1213        *1.1.2* #1638 remove duplicate of zapateller instruction