Changeset 7687
- Timestamp:
- 05/07/09 19:08:12 (4 years ago)
- Files:
-
- modules/branches/2.5/queues/functions.inc.php (modified) (1 diff)
- modules/branches/2.5/queues/module.xml (modified) (2 diffs)
- modules/branches/2.5/ringgroups/functions.inc.php (modified) (1 diff)
- modules/branches/2.5/ringgroups/module.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.5/queues/functions.inc.php
r7627 r7687 341 341 // 342 342 $ext->add('ext-queues', $exten, '', new ext_setvar('__NODEST', '')); 343 if ($q['cwignore']) { 344 $ext->add('ext-queues', $exten, '', new ext_setvar('__CWIGNORE', '')); 345 } 343 346 344 347 // destination field in 'incoming' database is backwards from what ext_goto expects modules/branches/2.5/queues/module.xml
r7657 r7687 2 2 <rawname>queues</rawname> 3 3 <name>Queues</name> 4 <version>2.5.4. 7</version>4 <version>2.5.4.8</version> 5 5 <type>setup</type> 6 6 <category>Inbound Call Control</category> … … 9 9 </description> 10 10 <changelog> 11 *2.5.4.8* #3664 11 12 *2.5.4.7* #3618, localization udpates 12 13 *2.5.4.6* localization updates modules/branches/2.5/ringgroups/functions.inc.php
r7477 r7687 173 173 // 174 174 $ext->add($contextname, $grpnum, '', new ext_gotoif('$["foo${RRNODEST}" != "foo"]', 'nodest')); 175 if ($cwignore != '') { 176 $ext->add($contextname, $grpnum, '', new ext_setvar('__CWIGNORE', '')); 177 } 178 // TODO: Asterisk uses a blank FORWARD_CONTEXT as a literal at the time of this change. A better solution would be 179 // if it would ignore blank, since it is possible in a customcontext setup you would not want this set to 180 // from-internal 181 // 182 if ($cfignore != '') { 183 $ext->add($contextname, $grpnum, '', new ext_setvar('_CFIGNORE', '')); 184 $ext->add($contextname, $grpnum, '', new ext_setvar('_FORWARD_CONTEXT', 'from-internal')); 185 } 175 186 $ext->add($contextname, $grpnum, '', new ext_setvar('__NODEST', '')); 176 187 modules/branches/2.5/ringgroups/module.xml
r7533 r7687 2 2 <rawname>ringgroups</rawname> 3 3 <name>Ring Groups</name> 4 <version>2.5.1. 8</version>4 <version>2.5.1.9</version> 5 5 <type>setup</type> 6 6 <category>Inbound Call Control</category> … … 9 9 </description> 10 10 <changelog> 11 *2.5.1.9* #3664 11 12 *2.5.1.8* #3580, localization updates 12 13 *2.5.1.7* #3380, localization updates
