Sip subscribe mwi

Version 3 (Adrian Georgescu, 01/24/2010 03:37 pm)

1 2 Adrian Georgescu
== sip-subscribe-mwi ==
2 1 Adrian Georgescu
3 1 Adrian Georgescu
[[TOC(SipTesting*, sip_*,xcap*, depth=2)]]
4 1 Adrian Georgescu
5 1 Adrian Georgescu
=== Description ===
6 1 Adrian Georgescu
7 3 Adrian Georgescu
> This script is available in ''sipclients'' package that must be installed separately from SIP SIMPLe client SDK package.
8 3 Adrian Georgescu
9 1 Adrian Georgescu
{{{
10 2 Adrian Georgescu
Usage: sip-subscribe-mwi [options] [target-user@target-domain.com]
11 1 Adrian Georgescu
12 1 Adrian Georgescu
This script will SUBSCRIBE to the Message Summary event published for the
13 1 Adrian Georgescu
specified SIP target. When a NOTIFY is received with the message summary
14 1 Adrian Georgescu
information it will be displayed. The program will un-SUBSCRIBE and quit when
15 1 Adrian Georgescu
CTRL+D is pressed.
16 1 Adrian Georgescu
17 1 Adrian Georgescu
Options:
18 1 Adrian Georgescu
  -h, --help            show this help message and exit
19 1 Adrian Georgescu
  -a ACCOUNT_NAME, --account-name=ACCOUNT_NAME
20 1 Adrian Georgescu
                        The name of the account to use.
21 1 Adrian Georgescu
  -s, --trace-sip       Dump the raw contents of incoming and outgoing SIP
22 1 Adrian Georgescu
                        messages (disabled by default).
23 1 Adrian Georgescu
  -j, --trace-pjsip     Print PJSIP logging output (disabled by default).
24 1 Adrian Georgescu
  -n, --trace-notifications
25 1 Adrian Georgescu
                        Print all notifications (disabled by default).
26 1 Adrian Georgescu
27 1 Adrian Georgescu
}}}