Changeset 6489
- Timestamp:
- 08/27/08 19:35:02 (3 months ago)
- Files:
-
- modules/branches/2.5/core/functions.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.5/core/functions.inc.php
r6488 r6489 928 928 $ext->add($context, $exten, '', new ext_answer('')); 929 929 $ext->add($context, $exten, '', new ext_playtones('ring')); 930 $ext->add($context, $exten, '', new ext_nvfaxdetect($item['wait'] ));930 $ext->add($context, $exten, '', new ext_nvfaxdetect($item['wait']."|t")); 931 931 } 932 932 if ($item['privacyman'] == "1") {
