Sip subscribe rls » History » Revision 2
Revision 1 (Adrian Georgescu, 10/26/2008 10:53 AM) → Revision 2/22 (Adrian Georgescu, 10/26/2008 11:18 AM)
== sip_subscribe_rls == To use this script you must to have a valid [wiki:configuration_file configuration file]. === Description === Source code: [source:scripts/sip_subscribe_rls.py scripts/sip_subscribe_rls.py] {{{ adigeo@ag-imac3:~/work/pypjua$sip_subscribe_rls -h Usage: sip_subscribe_rls [options] [presentity@presentity-domain.com] This script will SUBSCRIBE to the presence event published by the specified SIP address assuming it is a resource list handled by a RLS server. The RLS server will the subscribe inbehalf of the account, collect NOTIFYs with the presence infomration of the recipients and provide periodically aggregated NOTIFY back to the subscriber. If a SIP address is not specified, it will subscribe to the account's own presence. It will then interprete PIDF bodies contained in NOTIFYs and display their meaning. The program will un-SUBSCRIBE and quit when CTRL+D is pressed. Options: -h, --help show this help message and exit -a NAME, --account-name=NAME The account name from which to read account settings. Corresponds to section Account_NAME in the configuration file. If not supplied, the section Account will be read. --sip-address=SIP_ADDRESS SIP address of the user in the form user@domain -p PASSWORD, --password=PASSWORD Password to use to authenticate the local account. This overrides the setting from the config file. -n DISPLAY_NAME, --display-name=DISPLAY_NAME Display name to use for the local account. This overrides the setting from the config file. -e EXPIRES, --expires=EXPIRES "Expires" value to set in SUBSCRIBE. Default is 300 seconds. -o IP[:PORT], --outbound-proxy=IP[:PORT] Outbound SIP proxy to use. By default a lookup of the domain is performed based on SRV and A records. This overrides the setting from the config file. -c CONTENT_TYPE, --content-type=CONTENT_TYPE "Content-Type" the UA expects to receving in a NOTIFY for this subscription. For the known events this does not need to be specified, but may be overridden". -s, --trace-sip Dump the raw contents of incoming and outgoing SIP messages (disabled by default). -l, --log-pjsip Print PJSIP logging output (disabled by default). }}}