Sip subscribe mwi

Version 2 (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 1 Adrian Georgescu
{{{
8 2 Adrian Georgescu
Usage: sip-subscribe-mwi [options] [target-user@target-domain.com]
9 1 Adrian Georgescu
10 1 Adrian Georgescu
This script will SUBSCRIBE to the Message Summary event published for the
11 1 Adrian Georgescu
specified SIP target. When a NOTIFY is received with the message summary
12 1 Adrian Georgescu
information it will be displayed. The program will un-SUBSCRIBE and quit when
13 1 Adrian Georgescu
CTRL+D is pressed.
14 1 Adrian Georgescu
15 1 Adrian Georgescu
Options:
16 1 Adrian Georgescu
  -h, --help            show this help message and exit
17 1 Adrian Georgescu
  -a ACCOUNT_NAME, --account-name=ACCOUNT_NAME
18 1 Adrian Georgescu
                        The name of the account to use.
19 1 Adrian Georgescu
  -s, --trace-sip       Dump the raw contents of incoming and outgoing SIP
20 1 Adrian Georgescu
                        messages (disabled by default).
21 1 Adrian Georgescu
  -j, --trace-pjsip     Print PJSIP logging output (disabled by default).
22 1 Adrian Georgescu
  -n, --trace-notifications
23 1 Adrian Georgescu
                        Print all notifications (disabled by default).
24 1 Adrian Georgescu
25 1 Adrian Georgescu
}}}