Changeset 7697

Show
Ignore:
Timestamp:
05/07/09 22:35:14 (3 years ago)
Author:
p_lindheimer
Message:

fixes #3478 this appears to be an asterisk issue as it does not happen on all systems. Putting patch into 2.6 and after proper testing we can look at back porting it to 2.5

Files:

Legend:

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

    r7647 r7697  
    307307; What to do on hangup.                                          
    308308[macro-hangupcall] 
    309 exten => s,1,ResetCDR(vw) 
    310 exten => s,n,NoCDR() 
    311   
    312309; Cleanup any remaining RG flag 
    313310; 
    314 exten => s,n,GotoIf($[ "x${USE_CONFIRMATION}" = "x" | "x${RINGGROUP_INDEX}" = "x" | "${CHANNEL}" != "${UNIQCHAN}"]?skiprg) 
     311exten => s,1,GotoIf($[ "x${USE_CONFIRMATION}" = "x" | "x${RINGGROUP_INDEX}" = "x" | "${CHANNEL}" != "${UNIQCHAN}"]?skiprg) 
    315312exten => s,n,Noop(Cleaning Up Confirmation Flag: RG/${RINGGROUP_INDEX}/${CHANNEL}) 
    316313exten => s,n,DBDel(RG/${RINGGROUP_INDEX}/${CHANNEL}) 
  • modules/branches/2.6/core/module.xml

    r7683 r7697  
    88  <canuninstall>no</canuninstall> 
    99  <changelog> 
     10    *2.6.0alpha1.5* #3478 
    1011    *2.6.0alpha1.4* fixes re #3649 
    1112    *2.6.0alpha1.3* #3653, #3591, #3650