Sip subscribe mwi

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

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