Blogs

Showing 12 results.
Items per Page 20
of 1

Forums

« Back to CTIOS Toolkit Questions

How to get SkillGroupStatistics

Combination View Flat View Tree View
Threads [ Previous | Next ]
Showing 81 - 87 of 87 results.
of 5
David,
In C++Phone sample program, is there a limit of how much data could be written into a log window? If yes, how much and what would happen if limit is reached, is it going to crash or just stop writing to a log or else? Doing m_edtLogWindow.SetWindowText(“”) would clear the screen log, but do I have to clear some buffer, if yes, how do I do it?
Arthur.

The C++ sample is provided as is. What you are asking are MS Windows programming questions better suited to Microsoft.

David,
While running C++Phone sample app, I sometimes see failure events in the log window like the followin:
OnCtiOsFailure Event received
 (PGStatus:0
 SysEvtID:3
 SysEvtArg1:5022
 FailCode:10
 MsgID:eCTIOSFailureEvent
 ICMCCTime:1358522430
 StatusBarMsgemoticonnline
 AllOnlineForPeriph:1)
How do I tell what actually failed?
Thanks.

FailCode: 10 means eServerConnectionStatus. (see OnCTIOSFailure in the CTIOS Developer’s Guide.) Since AllOnlineForPeriph = 1 then nothing failed it is a server status message only.

During the login process it is common to see the onCTIOSTailureEvent which can be ignored.

Yes, I do see this failure events during login, but I am more concerned when I see these long after the login. So, are you saying that every so often a server just sends out status msgs informing that all is OK or not?

Yes, you can get AllOnlineForPerihperal system events. Its only an error if there is a different SystemEventID. See the enums in the onCTIOSFailure event in the developer guide to determine if something is offline or online.

OK. It's just that today alone I see 14 CtiOsFailure events and it's not even afternoon yet.

Showing 81 - 87 of 87 results.
of 5

Collateral


No files available