Changeset 8921

Show
Ignore:
Timestamp:
02/23/10 19:51:19 (3 years ago)
Author:
p_lindheimer
Message:

fixes #4075 in previous releases use playback in place of background

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.3/core/etc/extensions.conf

    r5882 r8921  
    422422; as well to keep it consistant with the menu structure 
    423423; 
    424 exten => o,1,Background(one-moment-please)      ; 0 during vm message will hangup 
     424exten => o,1,Playback(one-moment-please)      ; 0 during vm message will hangup 
    425425exten => o,n,GotoIf($["${DB_EXISTS(AMPUSER/${ARG1}/vmx/${MODE}/0/ext)}" = "0"]?doopdef) 
    426426 
  • modules/branches/2.3/core/module.xml

    r5577 r8921  
    88  <canuninstall>no</canuninstall> 
    99  <changelog> 
     10    *2.3.1.5* #4075 
    1011    *2.3.1.4* #2607 fix display problems with custom trunks starting with A, M or P 
    1112    *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  
    433433; as well to keep it consistant with the menu structure 
    434434; 
    435 exten => o,1,Background(one-moment-please)      ; 0 during vm message will hangup 
     435exten => o,1,Playback(one-moment-please)      ; 0 during vm message will hangup 
    436436exten => o,n,GotoIf($["${DB_EXISTS(AMPUSER/${ARG1}/vmx/${MODE}/0/ext)}" = "0"]?doopdef) 
    437437 
  • modules/branches/2.4/core/module.xml

    r8625 r8921  
    88  <canuninstall>no</canuninstall> 
    99  <changelog> 
     10    *2.4.1.4* #4075 
    1011    *2.4.1.3* fixed missing global 
    1112    *2.4.1.2* SQL Injection fix, #3744, #3741, #3739, #3281, #3040, #3047 
  • modules/branches/2.5/core/functions.inc.php

    r8692 r8921  
    23522352 
    23532353      //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')); 
    23552355      //exten => o,n,GotoIf($["${DB_EXISTS(AMPUSER/${ARG1}/vmx/${MODE}/0/ext)}" = "0"]?doopdef) 
    23562356      $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  
    88  <canuninstall>no</canuninstall> 
    99  <changelog> 
    10     *2.5.2.4* #4058 
     10    *2.5.2.4* #4058, #4075 
    1111    *2.5.2.3* fixed missing global 
    1212    *2.5.2.2* fixed for potential XSS and SQL Injection vulnerabilties 
  • modules/branches/2.6/core/functions.inc.php

    r8691 r8921  
    23652365      // as well to keep it consistant with the menu structure 
    23662366      // 
    2367       $ext->add('macro-vm','o','',new ext_background('one-moment-please')); 
     2367      $ext->add('macro-vm','o','',new ext_playback('one-moment-please')); 
    23682368      $ext->add('macro-vm','o','',new ext_gotoif('$["${DB_EXISTS(AMPUSER/${MEXTEN}/vmx/${MODE}/0/ext)}" = "0"]','doopdef')); 
    23692369      $ext->add('macro-vm','o','',new ext_setvar("VMX_OPDEST_EXT",'${DB_RESULT}')); 
  • modules/branches/2.6/core/module.xml

    r8884 r8921  
    1010  <canuninstall>no</canuninstall> 
    1111  <changelog> 
    12     *2.6.0.4* #4058 
     12    *2.6.0.4* #4058, #4075 
    1313    *2.6.0.3* fixed missing global 
    1414    *2.6.0.2* fixed for potential XSS and SQL Injection vulnerabilties