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