Show
Ignore:
Timestamp:
02/23/10 18:51:19 (2 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.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