Changeset 8921
- Timestamp:
- 02/23/10 19:51:19 (3 years ago)
- Files:
-
- modules/branches/2.3/core/etc/extensions.conf (modified) (1 diff)
- modules/branches/2.3/core/module.xml (modified) (1 diff)
- modules/branches/2.4/core/etc/extensions.conf (modified) (1 diff)
- modules/branches/2.4/core/module.xml (modified) (1 diff)
- modules/branches/2.5/core/functions.inc.php (modified) (1 diff)
- modules/branches/2.5/core/module.xml (modified) (1 diff)
- modules/branches/2.6/core/functions.inc.php (modified) (1 diff)
- modules/branches/2.6/core/module.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.3/core/etc/extensions.conf
r5882 r8921 422 422 ; as well to keep it consistant with the menu structure 423 423 ; 424 exten => o,1, Background(one-moment-please) ; 0 during vm message will hangup424 exten => o,1,Playback(one-moment-please) ; 0 during vm message will hangup 425 425 exten => o,n,GotoIf($["${DB_EXISTS(AMPUSER/${ARG1}/vmx/${MODE}/0/ext)}" = "0"]?doopdef) 426 426 modules/branches/2.3/core/module.xml
r5577 r8921 8 8 <canuninstall>no</canuninstall> 9 9 <changelog> 10 *2.3.1.5* #4075 10 11 *2.3.1.4* #2607 fix display problems with custom trunks starting with A, M or P 11 12 *2.3.1.3* added info to update checking tooltip providing info of what is transmitted modules/branches/2.4/core/etc/extensions.conf
r6985 r8921 433 433 ; as well to keep it consistant with the menu structure 434 434 ; 435 exten => o,1, Background(one-moment-please) ; 0 during vm message will hangup435 exten => o,1,Playback(one-moment-please) ; 0 during vm message will hangup 436 436 exten => o,n,GotoIf($["${DB_EXISTS(AMPUSER/${ARG1}/vmx/${MODE}/0/ext)}" = "0"]?doopdef) 437 437 modules/branches/2.4/core/module.xml
r8625 r8921 8 8 <canuninstall>no</canuninstall> 9 9 <changelog> 10 *2.4.1.4* #4075 10 11 *2.4.1.3* fixed missing global 11 12 *2.4.1.2* SQL Injection fix, #3744, #3741, #3739, #3281, #3040, #3047 modules/branches/2.5/core/functions.inc.php
r8692 r8921 2352 2352 2353 2353 //exten => o,1,Background(one-moment-please) ; 0 during vm message will hangup 2354 $ext->add('macro-vm','o','',new ext_ background('one-moment-please'));2354 $ext->add('macro-vm','o','',new ext_playback('one-moment-please')); 2355 2355 //exten => o,n,GotoIf($["${DB_EXISTS(AMPUSER/${ARG1}/vmx/${MODE}/0/ext)}" = "0"]?doopdef) 2356 2356 $ext->add('macro-vm','o','',new ext_gotoif('$["${DB_EXISTS(AMPUSER/${ARG1}/vmx/${MODE}/0/ext)}" = "0"]','doopdef')); modules/branches/2.5/core/module.xml
r8885 r8921 8 8 <canuninstall>no</canuninstall> 9 9 <changelog> 10 *2.5.2.4* #4058 10 *2.5.2.4* #4058, #4075 11 11 *2.5.2.3* fixed missing global 12 12 *2.5.2.2* fixed for potential XSS and SQL Injection vulnerabilties modules/branches/2.6/core/functions.inc.php
r8691 r8921 2365 2365 // as well to keep it consistant with the menu structure 2366 2366 // 2367 $ext->add('macro-vm','o','',new ext_ background('one-moment-please'));2367 $ext->add('macro-vm','o','',new ext_playback('one-moment-please')); 2368 2368 $ext->add('macro-vm','o','',new ext_gotoif('$["${DB_EXISTS(AMPUSER/${MEXTEN}/vmx/${MODE}/0/ext)}" = "0"]','doopdef')); 2369 2369 $ext->add('macro-vm','o','',new ext_setvar("VMX_OPDEST_EXT",'${DB_RESULT}')); modules/branches/2.6/core/module.xml
r8884 r8921 10 10 <canuninstall>no</canuninstall> 11 11 <changelog> 12 *2.6.0.4* #4058 12 *2.6.0.4* #4058, #4075 13 13 *2.6.0.3* fixed missing global 14 14 *2.6.0.2* fixed for potential XSS and SQL Injection vulnerabilties
