Project

General

Profile

Sip settings » History » Revision 20

Revision 19 (Adrian Georgescu, 01/24/2010 03:23 PM) → Revision 20/30 (Adrian Georgescu, 01/24/2010 03:42 PM)

== sip-settings == 

 [[TOC(SipTesting*, sip_*, depth=2)]] 

 > This script is available in ''sipclients'' package that must be installed separately from SIP SIMPLe client SDK package. 

 === Description === 

 Manages [wiki:SipConfigurationAPI middleware configuration] used by command line tools.  

 {{{ 
 adigeo@ag-imac3:~$sip-settings  
 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 
        sip-settings --account show [user@domain|ALL] 
        sip-settings --account set [user@domain|ALL] key1=value1|DEFAULT 
        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 
 }}}