Jan 7, 2010 10:11 AM
CR/LF in INVITE message header
OpenSBC seems to be putting in 2 extra CR/LF's in the INVITE message header from one paticular device I am testing. I have compared the Invites from another device I have working and there are three tags that exist from the problem device and not on the other.
Route: <sip:66.63.192.4:5060;lr>
Privacy:none
P-Preferred-Identity:8595067425 <sip:8595067425@66.63.192.4>
Here is the SIP Message that OpenSBC is sending to my softswitch:
INVITE sip:5555555555@192.168.1.4 SIP/2.0
From: 5555555555 <sip:5555555555@10.0.0.4:5060>;tag=3bdf863540e260f
To: 15555555555 <sip:5555555555 @192.168.1.4>
Via: SIP/2.0/UDP 192.168.1.84:5060;iid=2752;branch=z9hG4bKbcb0285302f3de118f8e8ecf72a92d31;uas-addr=192.168.1.4;rport
CSeq: 1512255266 INVITE
Call-ID: 2e17d764bbf031d8c4a07ecfb710fe25@192.168.1.4-0x003c
Contact: <sip:5555555555 @192.168.1.84>
User-Agent: OpenSBC v1.1.6-6
Max-Forwards: 69
Allow: INVITE, ACK, CANCEL, BYE, NOTIFY, REFER, OPTIONS, UPDATE, PRACK, INFO
Supported: 100rel
Supported: timer
Supported: replaces
X-Remote-Info: sip:10.0.0.100:5058
Content-Type: application/sdp
Content-Length: 227
v=0
o=MxSIP 0 0 IN IP4 192.168.1.4
s=SIP Call
c=IN IP4 192.168.1.84
t=0 0
m=audio 10198 RTP/AVP 0 8 18
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:18 G729/8000
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
Is this a configuration problem? A bug with OpenSBC or my device?