Changeset 2731

Show
Ignore:
Timestamp:
10/16/06 03:33:13 (7 years ago)
Author:
qldrob
Message:

Support for 1165

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.2/infoservices/functions.inc.php

    r2671 r2731  
    111111  $ext->add($id, $c, '', new ext_wait('1')); // $cmd,n,Wait(1) 
    112112  $ext->add($id, $c, '', new ext_playback('at-tone-time-exactly')); 
    113   $ext->add($id, $c, '', new ext_sayunixtime(',,IMp')); 
     113  $ext->add($id, $c, '', new ext_sayunixtime(',,${TIMEFORMAT}')); 
    114114  $ext->add($id, $c, '', new ext_playback('beep')); 
    115115  $ext->add($id, $c, '', new ext_hangup(''));