Project

General

Profile

Sip session » History » Version 12

Adrian Georgescu, 03/31/2009 02:44 PM

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 4 Adrian Georgescu
=== Description ===
8 5 Adrian Georgescu
9 7 Adrian Georgescu
This script can be used to establish SIP sessions with more than one media type. One can add and remove RTP audio and MSRP chat to the same SIP session usine re-INVITE. The defaul behaviour is to establish outgoing session with both audio and chat media.
10 5 Adrian Georgescu
11 6 Adrian Georgescu
[[Image(http://www.tech-invite.com/img/cf3665/cf3665-37.gif)]]
12
13 1 Adrian Georgescu
{{{
14
Usage: sip_session [options] [target-user@target-domain.com]
15
16
This script will either sit idle waiting for an incoming MSRP session, or
17
start a MSRP session with the specified target SIP address. The program will
18
close the session and quit when CTRL+D is pressed.
19
20
Options:
21
  -h, --help            show this help message and exit
22
  -a ACCOUNT_ID, --account-id=ACCOUNT_ID
23 3 Adrian Georgescu
  -c [FILE], --config_file=[FILE]
24
                        The path to a configuration file to use. This
25
                        overrides the default location of the configuration
26
                        file.
27
  -S, --disable-sound   Disables initializing the sound card.
28 1 Adrian Georgescu
  -s, --trace-sip       Dump the raw contents of incoming and outgoing SIP
29
                        messages.
30
  -j, --trace-pjsip     Print PJSIP logging output.
31
  --trace-engine        Print core's events.
32 3 Adrian Georgescu
  -m, --trace-msrp      Log the raw contents of incoming and outgoing MSRP
33
                        messages.
34
  --no-relay            Don't use the MSRP relay.
35
  --msrp-tcp            Use TCP for MSRP connections.
36 4 Adrian Georgescu
}}}
37
38 11 Adrian Georgescu
=== Available commands  ===
39
40
{{{
41
adigeo@ag-imac3:~/work/python-sipsimple$sip_session 
42
Using account 31208005169@ag-projects.com
43
Type :help to get information about commands and shortcuts
44
Waiting for incoming SIP session requests...
45
Registering "Adrian G." <sip:31208005169@ag-projects.com> at 81.23.228.129:5060
46
Registered SIP contact address: sip:mdbwqhek@192.168.1.6:61453 (expires in 600 seconds)
47
31208005169@ag-projects.com> :help
48
:add audio|chat             Add a new stream to the current session.
49
:call URI [audio|chat]      Make an outgoing call. By default, use audio+chat
50
:dtmf DIGITS                Send DTMF digits. Also try CTRL-SPACE for virtual numpad
51
:help                       Print this help message
52
:hold                       Put the current session on hold
53
:remove audio|chat          Remove the stream from the current session
54
:switch  (or CTRL-N)        Switch between active sessions
55
:unhold                     Un-hold the current session
56
}}}
57
58 4 Adrian Georgescu
59 8 Adrian Georgescu
=== Example of audio only session ===
60 4 Adrian Georgescu
61
{{{
62
adigeo@ag-imac3:~$sip_session   
63
Using account 31208005169@ag-projects.com
64
Press Ctrl-d to quit or Control-n to switch between active sessions
65
Waiting for incoming SIP session requests...
66
Registering "Adrian G." <sip:31208005169@ag-projects.com> at 81.23.228.150:5060
67
Registered SIP contact address: sip:hctoyfvx@192.168.1.6:61277 (expires in 600 seconds)
68
Incoming Audio request from "Adrian G." <sip:31208005169@ag-projects.com>, do you accept? (y/n) y
69
Connecting SIP session to "Adrian G." <sip:31208005169@ag-projects.com>
70
Session established, using "speex" codec at 32000Hz
71
Audio RTP endpoints 192.168.1.6:50018 <-> 81.23.228.150:58260
72
Remote SIP User Agent is "sip2sip-0.9.0-pjsip-1.0.2-trunk-r2553"
73
Detected NAT type: Port Restricted
74
Audio to Adrian G. (31208005169@ag-projects.com): 
75 1 Adrian Georgescu
76 8 Adrian Georgescu
}}}
77
78
79
=== Example of chat only session ===
80
81
{{{
82
adigeo@ag-imac3:~$sip_session room1@chatserver.ag-projects.com
83
Using account 31208005169@ag-projects.com
84
Press Ctrl-d to quit or Control-n to switch between active sessions
85
Registering "Adrian G." <sip:31208005169@ag-projects.com> at 85.17.186.7:5060
86 10 Adrian Georgescu
Initiating SIP session from "Adrian G." <sip:31208005169@ag-projects.com> 
87
to sip:room1@chatserver.ag-projects.com via udp:81.23.228.146:6060 ...
88 8 Adrian Georgescu
Registered SIP contact address: sip:lpgdqwes@192.168.1.6:61392 (expires in 600 seconds)
89
Connecting SIP session to sip:room1@chatserver.ag-projects.com
90
Remote SIP User Agent is "sip-chatserver-0.9.1"
91
10:38:55 room1@chatserver.ag-projects.com: Welcome to the room, Adrian G.. You are the only participant in the room
92
Chat to room1@chatserver.ag-projects.com: 
93
}}}
94
95
=== Example of SDP with RTP and MSRP proposal ===
96
97
{{{
98
INVITE sip:61@ag-projects.com SIP/2.0
99
Via: SIP/2.0/UDP 192.168.1.6:61335;rport;branch=z9hG4bKPjTgHt1tWJgdV0tXsSCX.h9EJBZneF1134
100
Max-Forwards: 70
101
From: "Adrian G." <sip:31208005169@ag-projects.com>;tag=yf.gdZqZwOE5qcCB02qcKL9tdjtHK3-r
102
To: sip:61@ag-projects.com
103
Contact: <sip:rlafgmkq@192.168.1.6:61335>
104
Call-ID: slXPhUalLN3tiJYDKI5UnNOspHkV4PNb
105
CSeq: 16232 INVITE
106
Route: <sip:85.17.186.7:5060;lr>
107
Allow: SUBSCRIBE, NOTIFY, PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, MESSAGE
108
Supported: 100rel
109
User-Agent: sip2sip-0.9.0-pjsip-1.0.2-trunk-r2553
110 9 Adrian Georgescu
Proxy-Authorization: Digest username="31208005169", realm="ag-projects.com", 
111
nonce="49d092ef3dd41223af53ece9bc1b5ce903898ece", uri="sip:61@ag-projects.com", response="6baaa853d66bc376e8e56acbd512d16b"
112 8 Adrian Georgescu
Content-Type: application/sdp
113
Content-Length:   592
114
115
v=0
116
o=- 3447394641 3447394641 IN IP4 192.168.1.6
117
s= 
118
c=IN IP4 192.168.1.6
119
t=0 0
120
m=audio 50048 RTP/AVP 104 103 102 0 8 117 3 9 101
121
a=rtcp:50049 IN IP4 192.168.1.6
122
a=rtpmap:104 speex/32000
123
a=rtpmap:103 speex/16000
124
a=rtpmap:102 speex/8000
125
a=rtpmap:0 PCMU/8000
126
a=rtpmap:8 PCMA/8000
127
a=rtpmap:117 iLBC/8000
128
a=fmtp:117 mode=20
129
a=rtpmap:3 GSM/8000
130
a=rtpmap:9 G722/8000
131
a=rtpmap:101 telephone-event/8000
132
a=fmtp:101 0-15
133
a=sendrecv
134
m=message 2855 TCP/TLS/MSRP *
135
a=path:msrps://192.168.1.6:2855/f2a8d0dcf07af4869cdd;tcp
136
a=accept-types:message/cpim text/*
137
a=accept-wrapped-types:*
138 1 Adrian Georgescu
}}}