McDewey

Multi-vendor documentation library · semantic search · MCP endpoint at /mcp

Page 477

↗ View in doc context
page
477
source
cucm/v15/tapi-dev-guide/tapi-dev-guide.md
chunk_id
cucm::v15::tapi-dev-guide::tapi-dev-guide::491

Where: type Silence detection type as it is defined in SilenceType. duration Duration in milliseconds. threshold Energy threshold. currentOffset Silence offset (G.729). detecting true Silence detection enabled. RTPCODEC typedef struct { WAVEFORMATEX wfe; WORD (WINAPI *formatTag) (); WORD * (WINAPI *supported) (ULONG & nmb); ULONG (WINAPI *fmtBytesToThis) (WORD fmt, ULONG len); ULONG (WINAPI *thisBytesToFmt) (ULONG len, WORD fmt); UCHAR (WINAPI *pad) (); PXLATE xlateTo; PXLATE xlateFrom; PRTPSIL (WINAPI *silenceInit)(PRTPSIL ps, SilenceType type, ULONG duration, ULONG threshold); ULONG (WINAPI *silenceSet) (PRTPSIL, PUCHAR, ULONG); bool (WINAPI *isSilence) (PRTPSIL, ULONG pcktSizeInMs, bool & beenChanged, PUCHAR, ULONG); void (WINAPI *silenceFree)(PRTPSIL); } RTPCODEC, *PRTPCODEC; Trace Options Rtp Library have several logging options to facilitate application debugging and trouble-shooting: Reporting in the Windows Event Log Sending trace data to the OutputDebugString and can be view by any “trace listener”, for example Sysinternals DebugView Providing trace data to an application in the trace callback Trace Level Trace level specifies what messages are to be included in trace output and is defined as follows: Cisco Unified TAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 445 Cisco TSP Media Driver RTPCODEC

Page 477 content