|
From: frank s. <fra...@gm...> - 2008-07-22 09:52:23
|
Hi rachid, It's a common mistake.. In fact, you're are trying to create the Ack request with the createRequest method. SipSerlvet manages for us the Ack in every cases except in Invite transaction. In this case, you have to use the createAck() method of the 200 OK response you got. Rgds; Frank. 2008/7/22 Rachid Habel <rac...@ya...>: > Hi everybody, > I have a problem in the SSBC : when I try to create a new ACK from the one > sent by the caller when receiving a 200 OK response, the server doesn't > allow that : an IllegalArgumentException is thrown by the application. > Here is stack trace : > > java.lang.IllegalArgumentException: ACK and CANCEL is not allowed to create > here. > at > com.ericsson.ssa.sip.SipFactoryImpl.createRequestImpl(SipFactoryImpl.java:288) > at > com.ericsson.ssa.sip.SipFactoryImpl.createRequest(SipFactoryImpl.java:309) > at > com..ericsson.ssa.config.SipFactoryFacade.createRequest(SipFactoryFacade.java:189) > at up5.mi.visio.SSBC.SSBCServlet.doAck(SSBCServlet.java:455) > at javax.servlet.sip.SipServlet.doRequest(SipServlet.java:56) > at javax.servlet.sip.SipServlet.service(SipServlet.java:43) > at > com.ericsson.ssa.container.sim.SipServletFacade.service(SipServletFacade.java:85) > .................... > ....................... > > So tell me please how should I proceed to forward the ACK until the callee. > Thank you for your help. > Rgds, > R.H. > > > ------------------------------ > Envoyé avec Yahoo! Mail<http://us.rd.yahoo.com/mailuk/taglines/isp/control/*http://us.rd.yahoo.com/evt=52423/*http://fr.docs.yahoo.com/mail/overview/index.html> > . > Une boite mail plus intelligente. > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Okeo-developers mailing list > Oke...@li... > https://lists.sourceforge.net/lists/listinfo/okeo-developers > > |