Changeset 11990 for modules/branches
- Timestamp:
- 04/11/11 17:33:53 (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
r11981 r11990 6826 6826 $select[] = array('value' => 'route', 'text' => _('route - NAT no rport')); 6827 6827 $tt = _("NAT setting, see Asterisk documentation for details. Yes usually works for both internal and external devices. Set to No if the device will always be internal."); 6828 $tmparr['nat'] = array('value' => $amp_conf['DEVICE_SIP_NAT'], 'tt' => $tt, 'select' => $select, 'level' => 1);6828 $tmparr['nat'] = array('value' => $amp_conf['DEVICE_SIP_NAT'], 'tt' => $tt, 'select' => $select, 'level' => 0); 6829 6829 6830 6830 $tt = _("Endpoint port number to use, usually 5060. Some 2 ports devices such as ATA may used 5061 for the second port.");
