- Timestamp:
- 10/11/09 23:51:32 (4 years ago)
- Files:
-
- freepbx/branches/2.6/amp_conf/agi-bin/phpagi.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.6/amp_conf/agi-bin/phpagi.php
r5007 r8405 1224 1224 1225 1225 /** 1226 * Goto - Set context, extension and priority.1226 * Goto_dest - Set context, extension and priority. 1227 1227 * 1228 1228 * @param string $context … … 1230 1230 * @param string $priority 1231 1231 */ 1232 function goto ($context, $extension='s', $priority=1)1232 function goto_dest($context, $extension='s', $priority=1) 1233 1233 { 1234 1234 $this->set_context($context);
