Status: New
Owner: vladimir.ralev
Labels: Type-Defect Priority-Medium MSS-1.5.0.FINAL Release-Type-FINAL
Roadmap-Fix Component-Sip-Servlets
New issue 2150 by vladimir.ralev: Sending CANCEL from proxy to next app in
AR chain doesn't work
http://code.google.com/p/mobicents/issues/detail?id=2150
Because a dialog is created when sending it using dialog gives bad method.
We should send it using transaction.
Caused by: javax.sip.SipException: Bad Request Method. CANCEL
at
gov.nist.javax.sip.stack.SIPDialog.sendRequest(SIPDialog.java:2085)
at
gov.nist.javax.sip.stack.SIPDialog.sendRequest(SIPDialog.java:2059)
at
org.mobicents.servlet.sip.message.SipServletRequestImpl.send(SipServletRequestImpl.java:1255)
This is linked to a customer case.