Changeset 7157
- Timestamp:
- 10/27/08 10:53:03 (1 year ago)
- Files:
-
- freepbx/branches/2.5/amp_conf/bin/retrieve_conf (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.5/amp_conf/bin/retrieve_conf
r6869 r7157 738 738 // 739 739 if (!isset($core_conf) || !is_a($core_conf, "core_conf")) { 740 include_once("libfreepbx.confgen.php"); 740 741 generate_configurations_sip($version); 741 742 generate_configurations_iax($version); … … 743 744 } 744 745 if (!isset($queues_conf) || !is_a($queues_conf, "queues_conf")) { 746 include_once("libfreepbx.confgen.php"); 745 747 generate_configurations_queues($version); 746 748 }
