Changeset 10355
- Timestamp:
- 10/05/10 12:21:23 (3 years ago)
- Files:
-
- modules/branches/2.7/core/functions.inc.php (modified) (1 diff)
- modules/branches/2.7/core/module.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.7/core/functions.inc.php
r10264 r10355 2703 2703 $exten = 'docfb'; 2704 2704 $ext->add($mcontext,$exten,'docfb', new ext_set("RTCFB", '${IF($["${VMBOX}"!="novm"]?${RINGTIMER}:"")}')); 2705 $ext->add($mcontext,$exten,'', new ext_dial('Local/${CF UEXT}@from-internal/n', '${RTCFB},${DIAL_OPTIONS}'));2705 $ext->add($mcontext,$exten,'', new ext_dial('Local/${CFBEXT}@from-internal/n', '${RTCFB},${DIAL_OPTIONS}')); 2706 2706 $ext->add($mcontext,$exten,'', new ext_return('')); 2707 2707 modules/branches/2.7/core/module.xml
r10282 r10355 4 4 <category>Basic</category> 5 5 <name>Core</name> 6 <version>2.7.0. 8</version>6 <version>2.7.0.9</version> 7 7 <publisher>FreePBX</publisher> 8 8 <license>GPLv2+</license> … … 10 10 <canuninstall>no</canuninstall> 11 11 <changelog> 12 *2.7.0.9* #4396, #4507 12 *2.7.0.9* #4396, #4507, #4574 13 13 *2.7.0.8* #4089 14 14 *2.7.0.7* #4273, (experminetal mode fixes: #4155, #4205, #4212)
