Defect #1687
closedI want to send sip options to get the account's capability,sip2sip can support these?
0%
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:911398042222@sip2sip.info;user=phone SIP/2.0
I/System.out( 2054): Call-ID: xwXEycTtAA@192.168.2.4
I/System.out( 2054): CSeq: 1 OPTIONS
I/System.out( 2054): From: <sip:33xxxxxxxx7@sip2sip.info>;tag=xwXEycTuAA
I/System.out( 2054): To: <sip:33xxxxxxxx8@sip2sip.info;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:33659890277@sip2sip.info>
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: xwXEycTtAA@192.168.2.4
I/System.out( 2054): CSeq: 1 OPTIONS
I/System.out( 2054): From: <sip:33xxxxxxxx7@sip2sip.info>;tag=xwXEycTuAA
I/System.out( 2054): To: <sip:33xxxxxxxx8@sip2sip.info;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): -----------------------------------------------------------------------------
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.