Changeset 4275 for modules/branches/2.3
- Timestamp:
- 06/30/07 15:26:00 (6 years ago)
- Files:
-
- modules/branches/2.3/core/agi-bin/dialparties.agi (modified) (1 diff)
- modules/branches/2.3/core/agi-bin/directory (modified) (1 diff)
- modules/branches/2.3/core/agi-bin/enumlookup.agi (modified) (1 diff)
- modules/branches/2.3/core/agi-bin/fixlocalprefix (modified) (1 diff)
- modules/branches/2.3/core/agi-bin/list-item-remove.php (modified) (1 diff)
- modules/branches/2.3/core/agi-bin/recordingcheck (modified) (1 diff)
- modules/branches/2.3/pbdirectory/agi-bin/pbdirectory (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.3/core/agi-bin/dialparties.agi
r4169 r4275 20 20 // This script has been ported to PHP by 21 21 // Diego Iastrubni <diego.iastrubni@xorcom.com> and the FreePBX community 22 23 /* --------WARNING--------- 24 * 25 * This script is auto-copied from an included module and will get overwritten. 26 * If you modify it, you must change it to write only, in the agi-bin directory, 27 * to keep it from getting changed. 28 */ 22 29 23 30 $config = parse_amportal_conf( "/etc/amportal.conf" ); modules/branches/2.3/core/agi-bin/directory
r4110 r4275 17 17 18 18 */ 19 20 /* --------WARNING--------- 21 * 22 * This script is auto-copied from an included module and will get overwritten. 23 * If you modify it, you must change it to write only, in the agi-bin directory, 24 * to keep it from getting changed. 25 */ 19 26 20 27 define("AGIBIN_DIR", dirname(__FILE__)); modules/branches/2.3/core/agi-bin/enumlookup.agi
r4169 r4275 8 8 9 9 // Based on e164.org's enum.php script, available on http://www.e164.org/enum.phps 10 11 /* --------WARNING--------- 12 * 13 * This script is auto-copied from an included module and will get overwritten. 14 * If you modify it, you must change it to write only, in the agi-bin directory, 15 * to keep it from getting changed. 16 */ 10 17 11 18 require_once "phpagi.php"; modules/branches/2.3/core/agi-bin/fixlocalprefix
r4110 r4275 14 14 //MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 15 //GNU General Public License for more details. 16 17 /* --------WARNING--------- 18 * 19 * This script is auto-copied from an included module and will get overwritten. 20 * If you modify it, you must change it to write only, in the agi-bin directory, 21 * to keep it from getting changed. 22 */ 16 23 17 24 modules/branches/2.3/core/agi-bin/list-item-remove.php
r4110 r4275 12 12 listseparator: The separator. This defaults to "&" if it is not specified. 13 13 */ 14 15 /* --------WARNING--------- 16 * 17 * This script is auto-copied from an included module and will get overwritten. 18 * If you modify it, you must change it to write only, in the agi-bin directory, 19 * to keep it from getting changed. 20 */ 14 21 15 22 define("AGIBIN_DIR", dirname(__FILE__)); modules/branches/2.3/core/agi-bin/recordingcheck
r4110 r4275 17 17 The program checks determines if Asterisk should record a call 18 18 */ 19 20 /* --------WARNING--------- 21 * 22 * This script is auto-copied from an included module and will get overwritten. 23 * If you modify it, you must change it to write only, in the agi-bin directory, 24 * to keep it from getting changed. 25 */ 19 26 20 27 define("AGIBIN_DIR", "/var/lib/asterisk/agi-bin"); modules/branches/2.3/pbdirectory/agi-bin/pbdirectory
r3171 r4275 17 17 18 18 */ 19 20 /* --------WARNING--------- 21 * 22 * This script is auto-copied from an included module and will get overwritten. 23 * If you modify it, you must change it to write only, in the agi-bin directory, 24 * to keep it from getting changed. 25 */ 19 26 20 27 //define("AGIBIN_DIR", dirname(__FILE__));
