luci/contrib/uci/hostfiles/etc/config/luci_devinfo
Daniel Dickinson a6309fbeb8 * Add sample UCI config files for luci-app-diag-devinfo, to be used by the SDK.
This is part of the luci-app-diag-core, luci-app-voice-core, 
  luci-app-voice-diag group.
2009-07-30 05:48:03 +00:00

29 lines
702 B
Text

config 'smap_scannet' 'SIP_LAN'
option 'enable' '0'
option 'interface' 'lan'
option 'subnet' '192.168.99.0/24'
option 'ports' '5060'
option 'timeout' '10'
option 'repeat_count' '1'
option 'sleepreq' '100'
config 'smap_scannet' 'SIP_WAN'
option 'enable' '0'
option 'interface' 'wan'
option 'subnet' '216.218.0.0/16'
config 'netdiscover_scannet' 'SCAN_LAN'
option 'enable' '0'
option 'interface' 'lan'
option 'subnet' '192.168.99.0/24'
config 'netdiscover_scannet' 'SCAN_WAN'
option 'enable' '0'
option 'interface' 'wan'
option 'subnet' '216.218.0.0/16'
option 'ports' '5060'
option 'timeout' '10'
option 'repeat_count' '1'
option 'sleepreq' '100'