Changeset 5747
- Timestamp:
- 04/24/08 15:01:45 (4 months ago)
- Files:
-
- modules/branches/2.4/core/functions.inc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.4/core/functions.inc.php
r5743 r5747 588 588 // 589 589 if (isset($core_conf) && is_a($core_conf, "core_conf")) { 590 $core_conf->addSipGeneral('bindport','5060');591 $core_conf->addSipGeneral('bindaddr','0.0.0.0');592 590 $core_conf->addSipGeneral('disallow','all'); 593 591 $core_conf->addSipGeneral('allow','ulaw'); … … 605 603 $core_conf->addSipGeneral('tos','0x68'); // This really doesn't do anything with astersk not running as root 606 604 } 607 $core_conf->addIaxGeneral('bindport','4569');608 $core_conf->addIaxGeneral('bindaddr','0.0.0.0');609 605 $core_conf->addIaxGeneral('disallow','all'); 610 606 $core_conf->addIaxGeneral('allow','ulaw');
