lgxace / rcsjta

Automatically exported from code.google.com/p/rcsjta
0 stars 0 forks source link

SIP 606 Session Not acceptable in multi-devices environment #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When the RCS-e stack receives a non-RCS SIP INVITE, the dispatcher rejects the 
request with SIP 606 response (See 
com.orangelabs.rcs.core.ims.service.ImsServiceDispatcher.java).

04-09 09:04:56.358: V/[RCS][ImsServiceDispatcher](512): Unknown IMS service: 
automatically reject
04-09 09:04:56.368: V/[RCS][SipInterface](512): >>> Send SIP 606 response
04-09 09:04:56.368: I/System.out(512): >>> SIP/2.0 606 Session Not acceptable

In a multi-devices environment, it should answer with a SIP 4xx response, to 
allow another device receiving a fork of the same request to accept it.

Original issue reported on code.google.com by restouxl...@gmail.com on 10 Apr 2014 at 3:24

GoogleCodeExporter commented 9 years ago
Corrected

See 
https://code.google.com/p/rcsjta/source/detail?r=e7a15886a56edd32e96850b37eb7327
d7c9a7d36&name=integration

Original comment by jmauffret@gmail.com on 13 Nov 2014 at 7:22