|
From: | Julien Chavanton |
Subject: | RE: [Bayonne-devel] Bayonne/Dialogic:"UNHANDLED EVENT: 8432" Channelbusy out |
Date: | Tue, 30 Nov 2004 16:07:13 -0500 |
More precision: I can tell that the server
always operates correctly for a certain amount of time then DTEV_ERREVT are
logged and the port starts to busy out. Julien From: Until we found the cause of the problem I
will set this in driver.cpp I will handle this event as a taskfail event.
case DTEV_ERREVT:
slog(Slog::levelError) << "EVENT DTEV_ERREVT: DEVICE:" <<
sr_getevtdev() << endl;
trunk->putISDNError("TaskFail");
if(cc_Restart(trunk->tsdev, EV_ASYNC) < 0)
trunk->putISDNError("cc_Restart");
break; I am wandering if this kind of error only
take place when doing join and only when a certain amount of calls is received
during a given time period. Julien From:
address@hidden [mailto:address@hidden
On Behalf Of I still have problem with Dialogic L The queue depth resolution was not the source of the
problem. After a while the channels dialogic layer is
reporting problem and calls may busy out L I think we must reset the channel on the reception of
this error: This was (Bayonne/Dialogic:"UNHANDLED
EVENT: 8432) Nov 30 14:04:13 BAY-MTL3 Nov 30 14:06:03 BAY-MTL3 Nov 30 14:25:42 BAY-MTL3 Nov 30 14:28:00 BAY-MTL3 Nov 30 14:29:27 BAY-MTL3 Nov 30 14:42:54 BAY-MTL3 Nov 30 14:44:13 BAY-MTL3 I am doing call transfer I suspect this take place
only in certain situation because not everyone report this problem. Julien |
[Prev in Thread] | Current Thread | [Next in Thread] |