Version 1/44 - Next ยป - Current version
Adrian Georgescu, 03/25/2009 10:18 am


= sip_session =

{{{
adigeo@ag-imac3:~$sip_session --help
Usage: sip_session [options] []

This script will either sit idle waiting for an incoming MSRP session, or
start a MSRP session with the specified target SIP address. The program will
close the session and quit when CTRL+D is pressed.

Options:
-h, --help show this help message and exit
-a ACCOUNT_ID, --account-id=ACCOUNT_ID
--no-register Bypass registration
-m, --trace-msrp Dump the raw contents of incoming and outgoing MSRP
messages.
-s, --trace-sip Dump the raw contents of incoming and outgoing SIP
messages.
-j, --trace-pjsip Print PJSIP logging output.
--trace-engine Print core's events.

}}}