Project

General

Profile

Actions

Sip session » History » Revision 3

« Previous | Revision 3/44 (diff) | Next »
Adrian Georgescu, 03/28/2009 12:41 PM


sip_session

<abbr title="SipTesting*, sip_*, depth=2">TOC</abbr>

To use this script you must to have a valid [wiki:SipSettingsAPI configuration].

{{{
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
-c [FILE], --config_file=[FILE]
The path to a configuration file to use. This
overrides the default location of the configuration
file.
-S, --disable-sound Disables initializing the sound card.
-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.
-m, --trace-msrp Log the raw contents of incoming and outgoing MSRP
messages.
--no-relay Don't use the MSRP relay.
--msrp-tcp Use TCP for MSRP connections.
}}}

Updated by Adrian Georgescu over 15 years ago · 3 revisions