Changeset 8649

Show
Ignore:
Timestamp:
01/21/10 15:42:25 (3 years ago)
Author:
mickecarlsson
Message:

Re #3805 make sure that we define the constants if outroutemsg is not installed

Files:

Legend:

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

    r8645 r8649  
    17141714          } 
    17151715      else { 
     1716          if (!defined('DEFAULT_MSG')) define('DEFAULT_MSG', -1); 
     1717          if (!defined('CONGESTION_TONE')) define('CONGESTION_TONE', -2); 
    17161718          $trunkreportmsg_ids = array('no_answer_msg_id' => -1, 'invalidnmbr_msg_id' => -1, 'unalloc_msg_id' => -1); 
    17171719          }