Project

General

Profile

Sip session » History » Version 2

Adrian Georgescu, 03/25/2009 10:19 AM

1 2 Adrian Georgescu
== sip_session ==
2 1 Adrian Georgescu
3 2 Adrian Georgescu
[[TOC(SipTesting*, sip_*, depth=2)]]
4
5
To use this script you must to have a valid [wiki:SipSettingsAPI configuration].
6 1 Adrian Georgescu
7
{{{
8
adigeo@ag-imac3:~$sip_session --help
9
Usage: sip_session [options] [target-user@target-domain.com]
10
11
This script will either sit idle waiting for an incoming MSRP session, or
12
start a MSRP session with the specified target SIP address. The program will
13
close the session and quit when CTRL+D is pressed.
14
15
Options:
16
  -h, --help            show this help message and exit
17
  -a ACCOUNT_ID, --account-id=ACCOUNT_ID
18
  --no-register         Bypass registration
19
  -m, --trace-msrp      Dump the raw contents of incoming and outgoing MSRP
20
                        messages.
21
  -s, --trace-sip       Dump the raw contents of incoming and outgoing SIP
22
                        messages.
23
  -j, --trace-pjsip     Print PJSIP logging output.
24
  --trace-engine        Print core's events.
25
26
}}}