Sip subscribe mwi » History » Version 2
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 | {{{ |
||
| 8 | 2 | Adrian Georgescu | Usage: sip-subscribe-mwi [options] [target-user@target-domain.com] |
| 9 | 1 | Adrian Georgescu | |
| 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 | }}} |