2. Java version:1.6.0_24
3. OS type and the version: Ubuntu 12
4. UA (phone), gateway or other hardware/software involved:joyn client
5. Your problem:
My Joyn client (ip 10.10.10.112) send an INVITE with a message body, however when brekeke (ip 10.10.10.103) forwards the message to the destination (ip 10.10.10.105), the message body is missing. Please see below for the messages:
Original message sent from client:
INVITE tel:+6283891692457 SIP/2.0
Supported: session-match
Subject: welcome
Contribution-ID: 47g0568VL
Supported: 100rel,timer
Allow: INVITE,ACK,OPTIONS,CANCEL,BYE,UPDATE,INFO,REFER,NOTIFY,MESSAGE,PRACK
User-Agent: Test
Privacy: none
P-Access-Network-Info: 3GPP-E-UTRAN-FDD;utran-cell-id-3gpp=0000000000000002
P-Preferred-Identity: sip:+628982739003@open.test
Min-SE: 0
Session-Expires: 3600;refresher=uac
Content-Type: multipart/mixed;boundary=++
Route: <sip:10.10.10.103:5060;lr>
Accept-Contact: *;+g.oma.sip-im
From: <sip:+628982739003@open.test>;tag=2134207228
To: <tel:+6283891692457>
Call-ID: 2144828363
CSeq: 1 INVITE
Max-Forwards: 70
Contact: <sip:+628982739003@10.10.10.112:5060;transport=UDP>;+g.oma.sip-im
Via: SIP/2.0/UDP 10.10.10.112:5060;branch=z9hG4bK2081101553smg;transport=UDP
Content-Length: 798
--++
Content-Type: application/sdp
Content-Length: 336
v=0
o=TEST-IMS-UE 12345610 0 IN IP4 10.10.10.112
s=-
i=A VOIP Session
c=IN IP4 10.10.10.112
t=0 0
m=message 8888 TCP/MSRP *
a=accept-types:message/cpim application/im-iscomposing+xml
a=accept-wrapped-types:message/cpim application/im-iscomposing+xml
a=setup:active
a=path:msrp://10.10.10.112:8888/lyuq8RdC;tcp
a=sendrecv
--++
Content-Type: message/cpim
Content-Length: 335
From: <sip: anonymous@anonymous.invalid>
To: <sip: anonymous@anonymous.invalid>
DateTime: 2013-01-15T11:33:02-00:00
NS: imdn <urn:ietf:params:imdn>
imdn.Message-ID: nXqE1UWgxKKhLZUK
imdn.Disposition-Notification: positive-delivery, negative-delivery, display
Content-type: text/plain;charset=UTF-8
Content-Length: 7
welcome
--++--
Message sent from Brekeke to destination (ip 10.10.10.105)
INVITE sip:+6283891692457@10.10.10.105:5060 SIP/2.0
Supported: session-match,100rel,timer
Subject: welcome
Contribution-ID: 47g0568VL
Allow: INVITE,ACK,OPTIONS,CANCEL,BYE,UPDATE,INFO,REFER,NOTIFY,MESSAGE,PRACK
User-Agent: Test
Privacy: none
P-Access-Network-Info: 3GPP-E-UTRAN-FDD;utran-cell-id-3gpp=0000000000000002
P-Preferred-Identity: sip:+628982739003@open.test
Min-SE: 0
Session-Expires: 3600;refresher=uac
Accept-Contact: *;+g.oma.sip-im
From: <sip:+628982739003@open.test>;tag=2134207228
To: <sip:+6283891692457@10.10.10.103>
Call-ID: 2144828363
CSeq: 1 INVITE
Max-Forwards: 69
Contact: <sip:+628982739003@10.10.10.103:5060>;+g.oma.sip-im
Via: SIP/2.0/UDP 10.10.10.103:5060;branch=z9hG4bK2810d2647894de-30-610a673e
Via: SIP/2.0/UDP 10.10.10.112:5060;branch=z9hG4bK2081101553smg;transport=UDP
Record-Route: <sip:10.10.10.103:5060;lr>
Content-Type: multipart/mixed
Content-Length: 6
----
My dial plan is:
Matching Patterns:
$request=^INVITE
To=sip:(.+)@
Deploy Patterns:
To=sip:%1@
Is there something wrong with the message sent from the client that cause the missing body?
Thanks for the help.[/quote]