Changeset 7838

Show
Ignore:
Timestamp:
06/20/09 09:46:08 (9 months ago)
Author:
p_lindheimer
Message:

add alwaysauthreject=yes to sip settings to enhance security

Files:

Legend:

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

    r7797 r7838  
    754754                                        $core_conf->addSipGeneral('tos_audio','ef');   // Recommended setting from doc/ip-tos.txt 
    755755                                        $core_conf->addSipGeneral('tos_video','af41'); // Recommended setting from doc/ip-tos.txt 
     756                                        $core_conf->addSipGeneral('alwaysauthreject','yes'); 
    756757                                } else { 
    757758                                        $core_conf->addSipGeneral('tos','0x68'); // This really doesn't do anything with astersk not running as root