Changeset 4426
- Timestamp:
- 07/17/07 18:17:46 (3 years ago)
- Files:
-
- modules/branches/2.2/blacklist/functions.inc.php (modified) (1 diff)
- modules/branches/2.2/blacklist/module.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.2/blacklist/functions.inc.php
r4392 r4426 63 63 $ext->add($id, $c, '', new ext_Playback('if-correct-press&digits/1')); 64 64 $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)')); 66 67 $ext->add($id, $c, '', new ext_Playback('sorry-youre-having-problems&goodbye')); 67 68 $c = "1"; modules/branches/2.2/blacklist/module.xml
r4393 r4426 2 2 <rawname>blacklist</rawname> 3 3 <name>Blacklist</name> 4 <version>1.1.3 </version>4 <version>1.1.3.1</version> 5 5 <type>setup</type> 6 6 <category>CID & Number Management</category> … … 9 9 </menuitems> 10 10 <changelog> 11 *1.1.3.1* #2107 replaced ext_waitexten with explicit extension class 11 12 *1.1.3* #2061 fixed to work with Asterisk 1.4 (wait for confirmation of 1) 12 13 *1.1.2* #1638 remove duplicate of zapateller instruction
