Hi Domenico,

Thanks for this patch, I'll queue it for review and will get back to you as soon as I have verified validity of your findings and the viability of the patch.

Joegen


On 04/28/2011 12:06 AM, Domenico Chierico wrote:
I was working on XX-8063 point (d

d-KERNEL:ERR:firstsoak.qantom.int:SipClientTcp:SipXProxy:"OsMsgQShared::doSendCore 
message send failed for queue 'SipTcpServer-3' - no room, ret = 9"


this behaviour depend on some fact:

a) the SipTcpServer is service that don't run (start is never called on it)
b) SipClient sends a OsMsg to the SipTcpServer when it stops itself

c) the SipTcpServer is not running (nor ready to manage events on his queue)

so there are 2 possible solutions to the problem,

1) the simpler is to comment the send of OsMsg into sipclient so no such event 
will go to the queue.

2) the second is to run SipTcpServer's main loop and fix the event handling.

The decision between those 2 solutions needs to be evaluated by someone with 
more knowledge on the overall system.

I have attached here a patch[1] for the second solution.




_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev/

_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev/

Reply via email to