Project

General

Profile

Sip subscribe mwi » History » Version 1

Adrian Georgescu, 01/01/2010 11:35 PM

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