Changeset 1624
- Timestamp:
- 04/17/06 09:24:28 (7 years ago)
- Files:
-
- modules/branches/2.1/recordings/functions.inc.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.1/recordings/functions.inc.php
r1564 r1624 34 34 $ext->add($appcontext, $fc_save, '', new ext_macro('user-callerid')); 35 35 $ext->add($appcontext, $fc_save, '', new ext_wait('2')); 36 $ext->add($appcontext, $fc_save, '', new ext_goto('1', 'dorecord')); 36 $ext->add($appcontext, $fc_save, '', new ext_macro('systemrecording', 'dorecord')); 37 //$ext->add($appcontext, $fc_save, '', new ext_goto('1', 'dorecord')); 37 38 } 38 39 … … 40 41 $ext->add($appcontext, $fc_check, '', new ext_macro('user-callerid')); 41 42 $ext->add($appcontext, $fc_check, '', new ext_wait('2')); 42 $ext->add($appcontext, $fc_check, '', new ext_goto('1', 'docheck')); 43 $ext->add($appcontext, $fc_check, '', new ext_macro('systemrecording', 'docheck')); 44 //$ext->add($appcontext, $fc_check, '', new ext_goto('1', 'docheck')); 43 45 } 44 46 45 47 /* 48 MOVED TO A MACRO IN extensions.conf OTHERWISE, DIALING '1' WOULD PICK UP THE DOCHECK ROUTINE 46 49 $ext->add($appcontext, 'dorecord', '', new ext_record($recordings_save_path.'${CALLERID(number)}-ivrrecording:wav')); 47 50 $ext->add($appcontext, 'dorecord', '', new ext_wait('1')); … … 69 72 70 73 $ext->add($appcontext, 'h', '', new ext_hangup('')); 74 */ 71 75 72 76 }
