Changeset 5024
- Timestamp:
- 09/11/07 14:00:15 (6 years ago)
- Files:
-
- modules/branches/2.3/paging/functions.inc.php (modified) (1 diff)
- modules/branches/2.3/paging/module.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.3/paging/functions.inc.php
r4767 r5024 39 39 $ext->add('ext-intercom', '_'.$code.'.', '', new ext_congestion()); 40 40 41 $ext->addInclude('from-internal-additional', 'ext-intercom'); 41 $userlist = core_users_list(); 42 if (is_array($userlist)) { 43 foreach($userlist as $item) { 44 $intercom_code = $code.$item[0]; 45 $ext->add('ext-intercom-users', '_'.$intercom_code, '', new ext_goto('ext-intercom,${EXTEN},1')); 46 } 47 } 48 $ext->addInclude('from-internal-additional', 'ext-intercom-users'); 42 49 43 50 $fcc = new featurecode('paging', 'intercom-on'); modules/branches/2.3/paging/module.xml
r4824 r5024 2 2 <rawname>paging</rawname> 3 3 <name>Paging and Intercom</name> 4 <version>1.6. 5.2</version>4 <version>1.6.6</version> 5 5 <type>setup</type> 6 6 <category>Internal Options & Configuration</category> 7 7 <changelog> 8 *1.6.6* #2376 only interecept *80nnn for local extensions so branch offices can be intercomed 8 9 *1.6.5.2* bump for rc1 9 10 *1.6.5.1* #1861 create intercom dialplan always when enabled
