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