Project

General

Profile

SipDevicesGigaset » History » Version 3

Adrian Georgescu, 10/15/2011 05:07 PM

1 2 Adrian Georgescu
== Siemens Gigaset ==
2
3
4
||Connection Name or Number:|| SIP2SIP||
5
||Provider|| Other Provider||
6
||Authentication name|| Your sip2sip username without the domain part||
7
||Authentication password|| Your sip2sip password||
8
||Username|| Your sip2sip username without the domain part||
9
||Display name || Your real name displayed on remote devices e.g. John Doe ||
10
||Domain || sip2sip.info||
11
||STUN enabled|| No||
12
||Outbound proxy mode|| Always||
13
||Outbound server address|| proxy.sipthor.net||
14 3 Adrian Georgescu
15
16
=== Issues ===
17
18
Gigaset SIP devices have two major bugs:
19
20
1. Incoming SIP sessions with no audio in SDP cause the phone to ring.  When user answers the media plane is broken as the phone does not support non-audio streams. For example this is an incoming text chat session (m=message in SDP) which is not supported by Gigaset. Instead of rejecting the session with 488 No compatible media or similar code, the phone answers the call with 200 OK and m=audio in SDP:
21
22
{{{
23
SENDING: Packet 69, +0:00:12.659560
24
2011-10-15 17:04:40.767720: 192.168.1.163:63990 -(SIP over UDP)-> 85.17.186.7:5060
25
INVITE sip:31208005169@ag-projects.com SIP/2.0
26
Via: SIP/2.0/UDP 192.168.1.163:63990;rport;branch=z9hG4bKPjMMtvbefmIyvyBUzkCuWjTTVbR.leasGo
27
Max-Forwards: 70
28
From: "Adrian Georgescu" <sip:31208005169@ag-projects.com>;tag=c9gx4YtaXAGm8VozQCGvo9gDRRNUt69U
29
To: <sip:31208005169@ag-projects.com>
30
Contact: <sip:qjeszynx@192.168.1.6:63990>
31
Call-ID: eP2QcqdwqXg2uyeQctb2TsJ9Qcgvj3e8
32
CSeq: 26307 INVITE
33
Allow: SUBSCRIBE, NOTIFY, PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, MESSAGE, REFER
34
Supported: 100rel, replaces, norefersub
35
User-Agent: Blink Pro 1.3.1 (MacOSX)
36
Content-Type: application/sdp
37
Content-Length:   305
38
39
v=0
40
o=- 3527679880 3527679880 IN IP4 192.168.1.6
41
s=Blink Pro 1.3.1 (MacOSX)
42
c=IN IP4 192.168.1.6
43
t=0 0
44
m=message 2855 TCP/TLS/MSRP *
45
a=path:msrps://192.168.1.6:2855/6d06f0d3b4a7a29a44f;tcp
46
a=accept-types:message/cpim text/* application/im-iscomposing+xml
47
a=accept-wrapped-types:*
48
a=setup:active
49
50
RECEIVED: Packet 70, +0:00:12.679434
51
2011-10-15 17:04:40.787594: 85.17.186.7:5060 -(SIP over UDP)-> 192.168.1.163:63990
52
SIP/2.0 100 Trying
53
Via: SIP/2.0/UDP 192.168.1.163:63990;rport=63990;branch=z9hG4bKPjMMtvbefmIyvyBUzkCuWjTTVbR.leasGo;received=95.97.50.27
54
From: "Adrian Georgescu" <sip:31208005169@ag-projects.com>;tag=c9gx4YtaXAGm8VozQCGvo9gDRRNUt69U
55
To: <sip:31208005169@ag-projects.com>
56
Call-ID: eP2QcqdwqXg2uyeQctb2TsJ9Qcgvj3e8
57
CSeq: 26307 INVITE
58
Server: SIP Thor on OpenSIPS XS 1.4.5
59
Content-Length: 0
60
61
RECEIVED: Packet 76, +0:00:18.532525
62
2011-10-15 17:04:46.640685: 85.17.186.7:5060 -(SIP over UDP)-> 192.168.1.163:63990
63
SIP/2.0 200 OK
64
Via: SIP/2.0/UDP 192.168.1.163:63990;received=95.97.50.27;rport=63990;branch=z9hG4bKPjMMtvbefmIyvyBUzkCuWjTTVbR.leasGo
65
Record-Route: <sip:81.23.228.129;lr;ftag=c9gx4YtaXAGm8VozQCGvo9gDRRNUt69U;did=3b2.e29756f7>
66
Record-Route: <sip:85.17.186.7;lr;ftag=c9gx4YtaXAGm8VozQCGvo9gDRRNUt69U;did=3b2.1bef3ff>
67
From: "Adrian Georgescu" <sip:31208005169@ag-projects.com>;tag=c9gx4YtaXAGm8VozQCGvo9gDRRNUt69U
68
To: <sip:31208005169@ag-projects.com>;tag=1360047391
69
Call-ID: eP2QcqdwqXg2uyeQctb2TsJ9Qcgvj3e8
70
CSeq: 26307 INVITE
71
Contact: <sip:31208005169@95.97.50.27:61000>
72
Supported: replaces
73
Allow-Events: message-summary, refer, ua-profile
74
Allow: INVITE, ACK, CANCEL, BYE, OPTIONS, INFO, REFER, SUBSCRIBE, NOTIFY
75
Content-Type: application/sdp
76
Content-Length: 206
77
78
v=0
79
o=31208005169 5020 12 IN IP4 192.168.1.131
80
s=Mapping
81
c=IN IP4 81.23.228.150
82
t=0 0
83
m=audio 56656 RTP/AVP 0 101
84
a=rtpmap:0 PCMU/8000
85
a=rtpmap:101 telephone-event/8000
86
a=fmtp:101 0-16
87
a=sendrecv
88
89
SENDING: Packet 77, +0:00:18.532887
90
2011-10-15 17:04:46.641047: 192.168.1.163:63990 -(SIP over UDP)-> 85.17.186.7:5060
91
ACK sip:31208005169@95.97.50.27:61000 SIP/2.0
92
Via: SIP/2.0/UDP 192.168.1.163:63990;rport;branch=z9hG4bKPj0mAfcWZh3Uq8yiEHO36mVtFI-A-v10mh
93
Max-Forwards: 70
94
From: "Adrian Georgescu" <sip:31208005169@ag-projects.com>;tag=c9gx4YtaXAGm8VozQCGvo9gDRRNUt69U
95
To: <sip:31208005169@ag-projects.com>;tag=1360047391
96
Call-ID: eP2QcqdwqXg2uyeQctb2TsJ9Qcgvj3e8
97
CSeq: 26307 ACK
98
Route: <sip:85.17.186.7;lr;ftag=c9gx4YtaXAGm8VozQCGvo9gDRRNUt69U;did=3b2.1bef3ff>
99
Route: <sip:81.23.228.129;lr;ftag=c9gx4YtaXAGm8VozQCGvo9gDRRNUt69U;did=3b2.e29756f7>
100
User-Agent: Blink Pro 1.3.1 (MacOSX)
101
Content-Length:  0
102
103
}}}
104
105
106
107
108
2. Incoming SIP sessions without a phone number in the username part are displayed as Unknown. So a SIP call from a soft phone or any SIP device that has a non numerical SIP address in the From header confuses the phone0.