Show
Ignore:
Timestamp:
04/11/11 17:33:53 (2 years ago)
Author:
p_lindheimer
Message:

closes #5057 expose nat setting on extension creation when in simple mode

Files:

Legend:

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

    r11981 r11990  
    68266826    $select[] = array('value' => 'route', 'text' => _('route - NAT no rport')); 
    68276827    $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); 
    68296829 
    68306830    $tt = _("Endpoint port number to use, usually 5060. Some 2 ports devices such as ATA may used 5061 for the second port.");