Changeset 266:ce389a286464 in mediastreamer2 for linphone/console/commands.c
- Timestamp:
- Feb 24, 2009 9:01:03 PM (4 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
linphone/console/commands.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
linphone/console/commands.c
r260 r266 141 141 { "stun", lpc_cmd_stun, "Set stun server address", 142 142 "'stun' : show stun settings.\n" 143 "'stun <addr>' : set stun address.\n"143 "'stun <addr>' : set stun server address.\n" 144 144 }, 145 { "firewall", lpc_cmd_firewall, "Set ",145 { "firewall", lpc_cmd_firewall, "Set firewall policy", 146 146 "'firewall' : show current firewall policy.\n" 147 147 "'firewall none' : use direct connection.\n" 148 148 "'firewall nat' : use nat address given with the 'nat' command.\n" 149 "'firewall stun' : use stun server given with the 's erver' command.\n"149 "'firewall stun' : use stun server given with the 'stun' command.\n" 150 150 }, 151 151 { "call-logs", lpc_cmd_call_logs, "Calls history",
Note: See TracChangeset
for help on using the changeset viewer.
