Changeset 12014 for modules/branches
- Timestamp:
- 04/18/11 12:08:11 (2 years ago)
- Files:
-
- modules/branches/2.9/core/functions.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.9/core/functions.inc.php
r11992 r12014 2181 2181 if (!defined('DEFAULT_MSG')) define('DEFAULT_MSG', -1); 2182 2182 if (!defined('CONGESTION_TONE')) define('CONGESTION_TONE', -2); 2183 $trunkreportmsg_ids = array('no_answer_msg_id' => -1, 'invalidnmbr_msg_id' => -1 , 'unalloc_msg_id' => -1);2183 $trunkreportmsg_ids = array('no_answer_msg_id' => -1, 'invalidnmbr_msg_id' => -1); 2184 2184 } 2185 2185
