Changeset 10357
- Timestamp:
- 10/05/10 12:35:30 (3 years ago)
- Files:
-
- modules/branches/2.8 (modified) (1 prop)
- modules/branches/2.8/core/functions.inc.php (modified) (1 diff)
- modules/branches/2.8/core/module.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.8
- Property svnmerge-integrated changed from /modules/branches/2.7:1-9074,9105,10001,10196,10253,10264,10295 /modules/branches/2.9:1-10122 to /modules/branches/2.7:1-9074,9105,10001,10196,10253,10264,10295,10355 /modules/branches/2.9:1-10122
modules/branches/2.8/core/functions.inc.php
r10346 r10357 2918 2918 $exten = 'docfb'; 2919 2919 $ext->add($mcontext,$exten,'docfb', new ext_set("RTCFB", '${IF($["${VMBOX}"!="novm"]?${RINGTIMER}:"")}')); 2920 $ext->add($mcontext,$exten,'', new ext_dial('Local/${CF UEXT}@from-internal/n', '${RTCFB},${DIAL_OPTIONS}'));2920 $ext->add($mcontext,$exten,'', new ext_dial('Local/${CFBEXT}@from-internal/n', '${RTCFB},${DIAL_OPTIONS}')); 2921 2921 $ext->add($mcontext,$exten,'', new ext_return('')); 2922 2922 modules/branches/2.8/core/module.xml
r10275 r10357 4 4 <category>Basic</category> 5 5 <name>Core</name> 6 <version>2.8.0. 3</version>6 <version>2.8.0.4</version> 7 7 <publisher>FreePBX</publisher> 8 8 <license>GPLv2+</license> … … 10 10 <canuninstall>no</canuninstall> 11 11 <changelog> 12 *2.8.0.4* #4574 12 13 *2.8.0.3* #4401, #4525, #4507, #4499 13 14 *2.8.0.2* #4443, #4444, #4460, #4414
