Changeset 12042

Show
Ignore:
Timestamp:
04/23/11 10:54:34 (2 years ago)
Author:
p_lindheimer
Message:

closes #5094 add timeout response to waitexten to work around Asterisk bug 19168

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.9/ivr/functions.inc.php

    r11305 r12042  
    227227 
    228228          $ext->add($id, 's', '', new ext_execif('$["${MSG}" != ""]','Background','${MSG}')); 
    229           $ext->add($id, 's', '', new ext_waitexten()); 
     229          $ext->add($id, 's', '', new ext_waitexten($details['timeout'])); 
    230230          $ext->add($id, 'hang', '', new ext_playback('vm-goodbye')); 
    231231          $ext->add($id, 'hang', '', new ext_hangup('')); 
  • modules/branches/2.9/ivr/module.xml

    r11914 r12042  
    33  <repo>standard</repo> 
    44  <name>IVR</name> 
    5   <version>2.9.0.4</version> 
     5  <version>2.9.0.5</version> 
    66  <publisher>FreePBX</publisher> 
    77  <license>GPLv2+</license> 
     
    1212  </description> 
    1313  <changelog> 
     14    *2.9.0.5* #5094 
    1415    *2.9.0.4* #4994 
    1516    *2.9.0.3* styling adjustments