Changeset 1728
- Timestamp:
- 04/26/06 18:53:03 (7 years ago)
- Files:
-
- freepbx/trunk/install_amp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/trunk/install_amp
r1709 r1728 760 760 write_amportal_conf(AMP_CONF, $amp_conf); 761 761 762 // **** Check for func_callerid.so - this is only in asterisk 1.2 763 764 outn("Checking for Asterisk 1.2.."); 765 if (!file_exists($amp_conf["ASTMODDIR"]."/func_callerid.so")) { 766 fatal("Asterisk 1.2 is required for this version of freePBX"); 767 } else { 768 out("OK"); 769 } 770 762 771 // **** Connect to database 763 772
