Changeset 5747

Show
Ignore:
Timestamp:
04/24/08 18:01:45 (5 years ago)
Author:
p_lindheimer
Message:

#2747 do not set bind addr and port for iax and sip defaults as asterisk already defaults to these and iax ends up binding to mulitple addresses, as will sip in the future

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.4/core/functions.inc.php

    r5743 r5747  
    588588      // 
    589589      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'); 
    592590        $core_conf->addSipGeneral('disallow','all'); 
    593591        $core_conf->addSipGeneral('allow','ulaw'); 
     
    605603          $core_conf->addSipGeneral('tos','0x68'); // This really doesn't do anything with astersk not running as root 
    606604        } 
    607         $core_conf->addIaxGeneral('bindport','4569'); 
    608         $core_conf->addIaxGeneral('bindaddr','0.0.0.0'); 
    609605        $core_conf->addIaxGeneral('disallow','all'); 
    610606        $core_conf->addIaxGeneral('allow','ulaw');