Changeset 2241

Show
Ignore:
Timestamp:
08/10/06 00:37:41 (7 years ago)
Author:
p_lindheimer
Message:

#1084 replaced non-existent sound file with workable alternative

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/2.1/amp_conf/agi-bin/directory

    r676 r2241  
    324324          case D_1: // dial this 
    325325            if ($say_exten) { 
    326               $agi->stream_file("try-extension"); 
     326              $agi->stream_file("pls-hold-while-try"); 
     327              $agi->stream_file("to-extension"); 
    327328              $agi->say_digits($match["ext"]); 
    328329            }