Sip settings » History » Revision 6
Revision 5 (Adrian Georgescu, 03/15/2009 11:53 AM) → Revision 6/30 (Adrian Georgescu, 03/15/2009 12:21 PM)
== sip_settings == [[TOC(SipTesting*, sip_*, depth=2)]] === Description === Manages global and SIP account settings used by all command line tools tools. This works only for versions > 0.5.0. SIP SIMPLE libraries newer than 5.0. {{{ adigeo@ag-imac3:~$sip_settings -h Usage: sip_settings [--general|--account] 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 sip_settings --account show user@domain sip_settings --account set user@domain key1=value1 [key2=value2 ...] This script is used to manage the SIP SIMPLE middleware settings. Options: -h, --help show this help message and exit -a, --account Manage SIP accounts' settings -g, --general Manage general SIP SIMPLE middleware settings }}}