Your code snippet looks perfectly valid. Could you send us the messages log (pcap trace or message.log) ?
Regards,
Thomas
> --
> You received this message because you are subscribed to the Google Groups "cipango-users" group.
> To post to this group, send email to cipang...@googlegroups.com.
> To unsubscribe from this group, send email to cipango-user...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/cipango-users?hl=en.
>
There is a line in my code:
protected void doResponse(SipServletResponse sipServletResponse) throws ServletException, IOException {
..
logger.debug("doResponse() conference={}, response - {}", conferenceData, sipServletResponse);
And I see in log:
2011-07-26 12:18:40,523 DEBUG qtp20812788-43 r.t.m.s.MainServlet:doResponse:177 - doResponse() conference=c06258, response - SIP/2.0 500 Error in handler: Out of order request
Via: SIP/2.0/UDP 192.168.64.43:5060;branch=z9hG4bKeca0c12eb79e
From: conference <sip:confe...@multifon.ru>;tag=eb35da3a
To: 79261234567 <sip:79261...@multifon.ru>;tag=b7035857
Call-ID: MWQwYjVkOWM4NTI2MDFiM2UyNGRjZjU5NDMxOTMyYWE.
CSeq: 1 NOTIFY
Content-Length: 1217
Content-Type: text/plain
Exception while handling request: org.cipango.sip.SipException: Out of order request
at org.cipango.server.session.Session$UA.handleRequest(Session.java:919)
at org.cipango.server.session.Session.handleRequest(Session.java:490)
at org.cipango.server.session.SipSessionHandler.handleRequest(SipSessionHandler.java:130)
at org.cipango.server.session.SipSessionHandler.handle(SipSessionHandler.java:57)
at org.cipango.server.transaction.TransactionManager.handleRequest(TransactionManager.java:110)
at org.cipango.server.transaction.TransactionManager.handle(TransactionManager.java:41)
at org.cipango.server.session.CallSessionHandler$Queue.handle(CallSessionHandler.java:187)
at org.cipango.server.session.CallSessionHandler.handle(CallSessionHandler.java:103)
at org.cipango.server.handler.SipContextHandlerCollection.handle(SipContextHandlerCollection.java:274)
at org.cipango.server.Server.handle(Server.java:245)
at org.cipango.server.ConnectorManager.handle(ConnectorManager.java:240)
at org.cipango.server.AbstractSipConnector$MessageTask.run(AbstractSipConnector.java:402)
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:529)
at java.lang.Thread.run(Thread.java:662)
26.07.2011, 12:49, "Thomas" <tho...@cipango.org>:
It seems then that the UA built an invalid SUBSCRIBE request.
Regards,
> <dump.pcap>