Project

General

Profile

Actions

Defect #1687

closed

I want to send sip options to get the account's capability,sip2sip can support these?

Added by shaobo lin about 12 years ago. Updated about 12 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
Routing Logic
Target version:
-
Start date:
10/11/2012
Due date:
% Done:

0%

Estimated time:
Keywords:
sip options;482

Description

After the registration phase, SIP OPTIONS (Capabilities request) are rejected by SIP server with error 482 (Loop detected).

SIP OPTIONS and received response extracted from logcat output:

V/[RCS][SipInterface]( 2054): >>> Send SIP OPTIONS
I/System.out( 2054): >>> OPTIONS sip:;user=phone SIP/2.0
I/System.out( 2054): Call-ID:
I/System.out( 2054): CSeq: 1 OPTIONS
I/System.out( 2054): From: <sip:>;tag=xwXEycTuAA
I/System.out( 2054): To: <sip:;user=phone>
I/System.out( 2054): Via: SIP/2.0/UDP 192.168.2.4:5060;branch=z9hG4bK128c567c51c2f60bd1d0ad0cb5d311f6343339;rport
I/System.out( 2054): Max-Forwards: 70
I/System.out( 2054): Contact: <sip:192.168.2.4:5060>;+g.3gpp.iari-ref="urn%3Aurn-7%3A3gpp-application.ims.iari.rcse.im,urn%3Aurn-7%3A3gpp-application.ims.iari.rcse.ft"
I/System.out( 2054): Accept: application/sdp
I/System.out( 2054): Accept-Contact: *;+g.3gpp.iari-ref="urn%3Aurn-7%3A3gpp-application.ims.iari.rcse.im,urn%3Aurn-7%3A3gpp-application.ims.iari.rcse.ft"
I/System.out( 2054): Allow: INVITE,UPDATE,ACK,CANCEL,BYE,NOTIFY,OPTIONS,MESSAGE,REFER
I/System.out( 2054): Route: <sip:85.17.186.7:5060;lr;transport=UDP>
I/System.out( 2054): P-Preferred-Identity: <sip:>
I/System.out( 2054): User-Agent: IM-client/OMA1.0 OrangeLabs-RCS-client/2.4.3
I/System.out( 2054): Content-Length: 0
I/System.out( 2054):
I/System.out( 2054): -----------------------------------------------------------------------------
I/[RCS][OptionsRequestTask]( 2054): Wait response
V/[RCS][SipInterface]( 2054): <<< Receive SIP 482 response
I/System.out( 2054): <<< SIP/2.0 482 Loop detected
I/System.out( 2054): Call-ID:
I/System.out( 2054): CSeq: 1 OPTIONS
I/System.out( 2054): From: <sip:>;tag=xwXEycTuAA
I/System.out( 2054): To: <sip:;user=phone>;tag=ac7e0189ab09b4fde10c77c8597b662a.611b
I/System.out( 2054): Via: SIP/2.0/UDP 192.168.2.4:5060;received=92.103.84.66;branch=z9hG4bK128c567c51c2f60bd1d0ad0cb5d311f6343339;rport=1070
I/System.out( 2054): Server: SIP Thor on OpenSIPS XS 1.8.0
I/System.out( 2054): Content-Length: 0
I/System.out( 2054):
I/System.out( 2054): -----------------------------------------------------------------------------

Actions #1

Updated by Adrian Georgescu about 12 years ago

  • Category changed from Quality of Service to Routing Logic
  • Status changed from New to Rejected

Sip2sip not route the options messages end to end.

Actions

Also available in: Atom PDF