Hi,
On Fri, Sep 19, 2008 at 11:12 PM, Bill Root <[EMAIL PROTECTED]> wrote:
> When I receive an incoming call on a VoIPtalk account using
> ReceiveCall, I get a barrage of messages like this in the log:
>
> "2008-09-19T13:23:17.479000Z":394:KERNEL:WARNING:vpc-vs4sipxtapi::00000000:sipXtapi:"OsMsgPool::FindFreeMsg
> 'MediaSignals' queue size (33) exceeds soft limit (32)"
>
> These continue to
>
> "2008-09-19T13:23:24.482000Z":432:KERNEL:WARNING:vpc-vs4sipxtapi::00000000:sipXtapi:"OsMsgPool::FindFreeMsg
> 'MediaSignals' queue size (64) exceeds soft limit (32)"
>
> and finally
>
> "2008-09-19T13:23:24.482000Z":433:KERNEL:CRIT:vpc-vs4sipxtapi::00000000:sipXtapi:"OsMsgPool::FindFreeMsg
> 'MediaSignals' queue size (64) exceeds hard limit (64)"
This messages usually mean that some flowgraph is blocked
and don't want to process messages, sent to it. To debug this,
you should pause the process from debugger and see where
is Mediatask thread looping. Few iterations should give you
a clue about the place where infinite loop occurred.
Posts this information here, and we'll be able to help you better.
> In addition, I sometimes get an access violation here:
>
> // Returns the flow graph that contains this resource or NULL if the
> // resource is not presently part of any flow graph.
> MpFlowGraphBase* MpResource::getFlowGraph(void) const
> {
> return mpFlowGraph; // <--access violation here
> }
Please, post full stack trace to this position.
And any information when does this occurs.
--
Regards,
Alexander Chemeris.
SIPez LLC.
SIP VoIP, IM and Presence Consulting
http://www.SIPez.com
tel: +1 (617) 273-4000
_______________________________________________
sipxtapi-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/