Changeset 2241
- Timestamp:
- 08/10/06 00:37:41 (7 years ago)
- Files:
-
- freepbx/branches/2.1/amp_conf/agi-bin/directory (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.1/amp_conf/agi-bin/directory
r676 r2241 324 324 case D_1: // dial this 325 325 if ($say_exten) { 326 $agi->stream_file("try-extension"); 326 $agi->stream_file("pls-hold-while-try"); 327 $agi->stream_file("to-extension"); 327 328 $agi->say_digits($match["ext"]); 328 329 }
