Changeset 5499

Show
Ignore:
Timestamp:
12/15/07 09:22:14 (1 year ago)
Author:
p_lindheimer
Message:

#2556 should be not for changes to sip_general_additional.conf

Files:

Legend:

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

    r5450 r5499  
    443443                                $core_conf->addSipGeneral('tos','0x68'); // This really doesn't do anything with astersk not running as root 
    444444                                $core_conf->addSipGeneral('notifyringing','yes'); 
    445                                 if (version_compare($ast_version, "1.4", "ge")) {  
     445                                if (version_compare($version, "1.4", "ge")) {  
    446446                                        $core_conf->addSipGeneral('notifyhold','yes'); 
    447447                                        $core_conf->addSipGeneral('limitonpeers','yes');