Project

General

Profile

SipDevicesGigaset » History » Version 7

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

1 2 Adrian Georgescu
== Siemens Gigaset ==
2
3 6 Adrian Georgescu
[[TOC(SipDevices*, depth=2)]]
4 2 Adrian Georgescu
5 7 Adrian Georgescu
||Connection Name or Number|| SIP2SIP||
6 2 Adrian Georgescu
||Provider|| Other Provider||
7
||Authentication name|| Your sip2sip username without the domain part||
8
||Authentication password|| Your sip2sip password||
9
||Username|| Your sip2sip username without the domain part||
10
||Display name || Your real name displayed on remote devices e.g. John Doe ||
11
||Domain || sip2sip.info||
12
||STUN enabled|| No||
13
||Outbound proxy mode|| Always||
14
||Outbound server address|| proxy.sipthor.net||
15 3 Adrian Georgescu
16
17
=== Issues ===
18
19
Gigaset SIP devices have two major bugs:
20
21
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:
22
23
{{{
24
SENDING: Packet 69, +0:00:12.659560
25
2011-10-15 17:04:40.767720: 192.168.1.163:63990 -(SIP over UDP)-> 85.17.186.7:5060
26
INVITE sip:31208005169@ag-projects.com SIP/2.0
27
Via: SIP/2.0/UDP 192.168.1.163:63990;rport;branch=z9hG4bKPjMMtvbefmIyvyBUzkCuWjTTVbR.leasGo
28
Max-Forwards: 70
29
From: "Adrian Georgescu" <sip:31208005169@ag-projects.com>;tag=c9gx4YtaXAGm8VozQCGvo9gDRRNUt69U
30
To: <sip:31208005169@ag-projects.com>
31
Contact: <sip:qjeszynx@192.168.1.6:63990>
32
Call-ID: eP2QcqdwqXg2uyeQctb2TsJ9Qcgvj3e8
33
CSeq: 26307 INVITE
34
Allow: SUBSCRIBE, NOTIFY, PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, MESSAGE, REFER
35
Supported: 100rel, replaces, norefersub
36
User-Agent: Blink Pro 1.3.1 (MacOSX)
37
Content-Type: application/sdp
38
Content-Length:   305
39
40
v=0
41
o=- 3527679880 3527679880 IN IP4 192.168.1.6
42
s=Blink Pro 1.3.1 (MacOSX)
43
c=IN IP4 192.168.1.6
44
t=0 0
45
m=message 2855 TCP/TLS/MSRP *
46
a=path:msrps://192.168.1.6:2855/6d06f0d3b4a7a29a44f;tcp
47
a=accept-types:message/cpim text/* application/im-iscomposing+xml
48
a=accept-wrapped-types:*
49
a=setup:active
50
51
RECEIVED: Packet 70, +0:00:12.679434
52
2011-10-15 17:04:40.787594: 85.17.186.7:5060 -(SIP over UDP)-> 192.168.1.163:63990
53
SIP/2.0 100 Trying
54
Via: SIP/2.0/UDP 192.168.1.163:63990;rport=63990;branch=z9hG4bKPjMMtvbefmIyvyBUzkCuWjTTVbR.leasGo;received=95.97.50.27
55
From: "Adrian Georgescu" <sip:31208005169@ag-projects.com>;tag=c9gx4YtaXAGm8VozQCGvo9gDRRNUt69U
56
To: <sip:31208005169@ag-projects.com>
57
Call-ID: eP2QcqdwqXg2uyeQctb2TsJ9Qcgvj3e8
58
CSeq: 26307 INVITE
59
Server: SIP Thor on OpenSIPS XS 1.4.5
60
Content-Length: 0
61
62
RECEIVED: Packet 76, +0:00:18.532525
63
2011-10-15 17:04:46.640685: 85.17.186.7:5060 -(SIP over UDP)-> 192.168.1.163:63990
64
SIP/2.0 200 OK
65
Via: SIP/2.0/UDP 192.168.1.163:63990;received=95.97.50.27;rport=63990;branch=z9hG4bKPjMMtvbefmIyvyBUzkCuWjTTVbR.leasGo
66
Record-Route: <sip:81.23.228.129;lr;ftag=c9gx4YtaXAGm8VozQCGvo9gDRRNUt69U;did=3b2.e29756f7>
67
Record-Route: <sip:85.17.186.7;lr;ftag=c9gx4YtaXAGm8VozQCGvo9gDRRNUt69U;did=3b2.1bef3ff>
68
From: "Adrian Georgescu" <sip:31208005169@ag-projects.com>;tag=c9gx4YtaXAGm8VozQCGvo9gDRRNUt69U
69
To: <sip:31208005169@ag-projects.com>;tag=1360047391
70
Call-ID: eP2QcqdwqXg2uyeQctb2TsJ9Qcgvj3e8
71
CSeq: 26307 INVITE
72
Contact: <sip:31208005169@95.97.50.27:61000>
73
Supported: replaces
74
Allow-Events: message-summary, refer, ua-profile
75
Allow: INVITE, ACK, CANCEL, BYE, OPTIONS, INFO, REFER, SUBSCRIBE, NOTIFY
76
Content-Type: application/sdp
77
Content-Length: 206
78
79
v=0
80
o=31208005169 5020 12 IN IP4 192.168.1.131
81
s=Mapping
82
c=IN IP4 81.23.228.150
83
t=0 0
84
m=audio 56656 RTP/AVP 0 101
85
a=rtpmap:0 PCMU/8000
86
a=rtpmap:101 telephone-event/8000
87
a=fmtp:101 0-16
88
a=sendrecv
89
90
SENDING: Packet 77, +0:00:18.532887
91
2011-10-15 17:04:46.641047: 192.168.1.163:63990 -(SIP over UDP)-> 85.17.186.7:5060
92
ACK sip:31208005169@95.97.50.27:61000 SIP/2.0
93
Via: SIP/2.0/UDP 192.168.1.163:63990;rport;branch=z9hG4bKPj0mAfcWZh3Uq8yiEHO36mVtFI-A-v10mh
94
Max-Forwards: 70
95
From: "Adrian Georgescu" <sip:31208005169@ag-projects.com>;tag=c9gx4YtaXAGm8VozQCGvo9gDRRNUt69U
96
To: <sip:31208005169@ag-projects.com>;tag=1360047391
97
Call-ID: eP2QcqdwqXg2uyeQctb2TsJ9Qcgvj3e8
98
CSeq: 26307 ACK
99
Route: <sip:85.17.186.7;lr;ftag=c9gx4YtaXAGm8VozQCGvo9gDRRNUt69U;did=3b2.1bef3ff>
100
Route: <sip:81.23.228.129;lr;ftag=c9gx4YtaXAGm8VozQCGvo9gDRRNUt69U;did=3b2.e29756f7>
101
User-Agent: Blink Pro 1.3.1 (MacOSX)
102
Content-Length:  0
103
104
}}}
105
106 4 Adrian Georgescu
2. Incoming SIP sessions without a phone number in the username part are displayed as Unknown. SIP calls from a softphones or any SIP device that have a valid but non numerical SIP address in the From header confuses the phone.
107 3 Adrian Georgescu
108 4 Adrian Georgescu
For example the following call has a valid SIP From header yet the Gigaset displays Unknown caller.
109 3 Adrian Georgescu
110 4 Adrian Georgescu
''From: "Adrian UMTS" <sip:adi@umts.ro>''
111 1 Adrian Georgescu
112 4 Adrian Georgescu
{{{
113
SENDING: Packet 121, +0:03:41.786648
114
2011-10-15 17:08:09.894808: 192.168.1.163:63990 -(SIP over UDP)-> 85.17.186.7:5060
115
INVITE sip:31208005169@ag-projects.com SIP/2.0
116
Via: SIP/2.0/UDP 192.168.1.163:63990;rport;branch=z9hG4bKPj0gp4CwBBZqkjBxLaHlheGu4Th6WsQyl4
117
Max-Forwards: 70
118
From: "Adrian UMTS" <sip:adi@umts.ro>;tag=E-nHlmstLL-0WlLVODeDAgD8DtPI8TK9
119
To: <sip:31208005169@ag-projects.com>
120
Contact: <sip:fsxwjmrg@192.168.1.6:63990>
121
Call-ID: d9044ifr6P3L6uBKYpcyzUCF3yvcyGXK
122
CSeq: 2177 INVITE
123
Allow: SUBSCRIBE, NOTIFY, PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, MESSAGE, REFER
124
Supported: 100rel, replaces, norefersub
125
User-Agent: Blink Pro 1.3.1 (MacOSX)
126
Content-Type: application/sdp
127
Content-Length:  1039
128
129
v=0
130
o=- 3527680089 3527680089 IN IP4 192.168.1.6
131
s=Blink Pro 1.3.1 (MacOSX)
132
c=IN IP4 192.168.1.6
133
t=0 0
134
m=audio 63817 RTP/AVP 9 0 101
135
a=rtcp:55818
136
a=rtpmap:9 G722/8000
137
a=rtpmap:0 PCMU/8000
138
a=rtpmap:101 telephone-event/8000
139
a=fmtp:101 0-15
140
a=ice-ufrag:0dff69ea
141
a=ice-pwd:7b8288d3
142
a=candidate:Sc0a801a3 1 UDP 1694498815 95.97.50.27 63817 typ srflx raddr 192.168.1.163 rport 63817
143
a=candidate:Hc0a801a3 1 UDP 2130706431 192.168.1.163 63817 typ host
144
a=candidate:Had33702 1 UDP 2130706431 10.211.55.2 63817 typ host
145
a=candidate:Ha258102 1 UDP 2130706431 10.37.129.2 63817 typ host
146
a=candidate:Hc0a80106 1 UDP 2130706431 192.168.1.6 63817 typ host
147
a=candidate:Sc0a801a3 2 UDP 1694498814 95.97.50.27 55818 typ srflx raddr 192.168.1.163 rport 55818
148
a=candidate:Hc0a801a3 2 UDP 2130706430 192.168.1.163 55818 typ host
149
a=candidate:Had33702 2 UDP 2130706430 10.211.55.2 55818 typ host
150
a=candidate:Ha258102 2 UDP 2130706430 10.37.129.2 55818 typ host
151
a=candidate:Hc0a80106 2 UDP 2130706430 192.168.1.6 55818 typ host
152
a=sendrecv
153
154
}}}