Changeset 8176
- Timestamp:
- 08/26/09 01:37:59 (4 years ago)
- Files:
-
- modules/branches/2.6/blacklist/functions.inc.php (modified) (1 diff)
- modules/branches/2.6/blacklist/module.xml (modified) (2 diffs)
- modules/branches/2.6/core/etc/extensions.conf (modified) (1 diff)
- modules/branches/2.6/core/module.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.6/blacklist/functions.inc.php
r7637 r8176 51 51 $ext->add($id, $c, '', new ext_gotoif('$["${LOOKUPBLSTATUS}"="FOUND"]', 'blacklisted')); 52 52 } 53 $ext->add($id, $c, '', new ext_setvar('CALLED_BLACKLIST','1')); 53 54 $ext->add($id, $c, '', new ext_return('')); 54 55 $ext->add($id, $c, 'blacklisted', new ext_answer('')); modules/branches/2.6/blacklist/module.xml
r8070 r8176 2 2 <rawname>blacklist</rawname> 3 3 <name>Blacklist</name> 4 <version>2.6.0. 1</version>4 <version>2.6.0.2</version> 5 5 <publisher>FreePBX</publisher> 6 6 <license>GPLv2+</license> … … 11 11 </menuitems> 12 12 <changelog> 13 *2.6.0.2* #3430 13 14 *2.6.0.1* Added publisher/lic 14 15 *2.6.0.0* Added support for Unknown/Blocked CID modules/branches/2.6/core/etc/extensions.conf
r7728 r8176 485 485 exten => s,n(PRIVMGR),PrivacyManager() 486 486 exten => s,n,GotoIf($["${PRIVACYMGRSTATUS}"="FAILED"]?fail) 487 exten => s,n,GosubIf($["${CALLED_BLACKLIST}" = "1"]?app-blacklist-check,s,1) 487 488 exten => s,n,SetCallerPres(allowed_passed_screen); stop gap until app_privacy.c clears unavailable bit 488 489 exten => s,PRIVMGR+101(fail),Noop(STATUS: ${PRIVACYMGRSTATUS} CID: ${CALLERID(num)} ${CALLERID(name)} CALLPRES: ${CALLLINGPRES}) modules/branches/2.6/core/module.xml
r8174 r8176 10 10 <canuninstall>no</canuninstall> 11 11 <changelog> 12 *2.6.0beta1.4* #3075, #3501, #3636, #3581, #3266, #3701, #3545 12 *2.6.0beta1.4* #3075, #3501, #3636, #3581, #3266, #3701, #3545, #3430 13 13 *2.6.0beta1.3* trunk tab improvements 14 14 *2.6.0beta1.2* added more sql escape in devices
