Project

General

Profile

Sip session » History » Version 1

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

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