Sip settings » History » Revision 16
Revision 15 (Adrian Georgescu, 04/14/2009 08:44 AM) → Revision 16/30 (Adrian Georgescu, 07/23/2009 01:38 PM)
== sip_settings == [[TOC(SipTesting*, sip_*, depth=2)]] === Description === Manages [wiki:SipConfigurationAPI middleware configuration] used by command line tools. {{{ adigeo@ag-imac3:~$sip_settings adigeo@ag-oxygen:$sip_settings -h Usage: sip_settings [--general|--account] [options] command [arguments] sip_settings --general show sip_settings --general set key1=value1 [key2=value2 ...] sip_settings --account list sip_settings --account add user@domain password sip_settings --account delete user@domain|ALL user@domain sip_settings --account show [user@domain|ALL] user@domain sip_settings --account set [user@domain|ALL] key1=value1|DEFAULT [key2=value2|DEFAULT user@domain key1=value1 [key2=value2 ...] sip_settings --account default user@domain This script is used to manage the SIP SIMPLE middleware settings. Options: -h, --help show this help message and exit -c FILE, --config-file=FILE The path to a configuration file to use. This overrides the default location of the configuration file. -a, --account Manage SIP accounts' settings -g, --general Manage general SIP SIMPLE middleware settings }}} To use the command line tools you must create at least one SIP account: {{{ sip_settings --account add user@domain password }}} > To migrate the settings from a library version prior to 0.9.0 use the [wiki:sip_migrate_settings] script.