bayonne-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Bayonne-devel] Bayonne/Dialogic:"UNHANDLED EVENT: 8432" Channelbusy


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: Julien Chavanton
Sent: November 30, 2004 4:04 PM
To: Julien Chavanton; address@hidden
Subject: RE: [Bayonne-devel] Bayonne/Dialogic:"UNHANDLED EVENT: 8432" Channelbusy out

 

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 Julien Chavanton
Sent: November 30, 2004 3:08 PM
To: address@hidden
Subject: [Bayonne-devel] Bayonne/Dialogic:"UNHANDLED EVENT: 8432" Channelbusy out

 

 

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 bayonne: EVENT DTEV_ERREVT: DEVICE:37

Nov 30 14:06:03 BAY-MTL3 bayonne: EVENT DTEV_ERREVT: DEVICE:45

Nov 30 14:25:42 BAY-MTL3 bayonne: EVENT DTEV_ERREVT: DEVICE:31

Nov 30 14:28:00 BAY-MTL3 bayonne: EVENT DTEV_ERREVT: DEVICE:49

Nov 30 14:29:27 BAY-MTL3 bayonne: EVENT DTEV_ERREVT: DEVICE:35

Nov 30 14:42:54 BAY-MTL3 bayonne: EVENT DTEV_ERREVT: DEVICE:25

Nov 30 14:44:13 BAY-MTL3 bayonne: EVENT DTEV_ERREVT: DEVICE:7

 

I am doing call transfer I suspect this take place only in certain situation because not everyone report this problem.

 

Julien


reply via email to

[Prev in Thread] Current Thread [Next in Thread]