Changeset 9376
- Timestamp:
- 03/24/10 18:36:08 (3 years ago)
- Files:
-
- modules/branches/2.7 (modified) (1 prop)
- modules/branches/2.7/fax/functions.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.7
- Property svnmerge-integrated changed from /modules/branches/2.6:1-8497,8589,8613,8620,8651,8672 /modules/branches/2.8:1-9044,9107,9122,9218 to /modules/branches/2.6:1-8497,8589,8613,8620,8651,8672 /modules/branches/2.8:1-9044,9107,9122,9218,9366
modules/branches/2.7/fax/functions.inc.php
r9291 r9376 216 216 $ext->add($context, $exten, '', new ext_noop('Receiving Fax for: '.$row['name'].' ('.$row['user'].'), From: ${CALLERID(all)}')); 217 217 $ext->add($context, $exten, '', new ext_set('FAX_RX_EMAIL', $row['faxemail'])); 218 $ext->add($context, $exten, ' ', new ext_goto('receivefax','s'));218 $ext->add($context, $exten, 'receivefax', new ext_goto('receivefax','s')); 219 219 } 220 220 }
