Uses of Class
hp.telephony.media.Symbol

Packages that use Symbol
hp.opencall.media.ccapi Provides HP OpenCall Media Platform Oclet features.  
hp.telephony.media Provides hp OpenCall with Media Platform custom Telephony API.  
 

Uses of Symbol in hp.opencall.media.ccapi
 

Methods in hp.opencall.media.ccapi with parameters of type Symbol
 void AsyncMediaGroup.triggerRTC(Symbol rtca)
          Triggers a RTC action from the application.
 Dictionary AsyncMediaGroup.getUserValues(Symbol[] keys)
          Deprecated. No longer needed.
 Dictionary AsyncMediaGroup.getParameters(Symbol[] params)
          Gets the value of various parameters from the MediaGroup.
 void AsyncMediaGroup.sendSignals(Symbol[] signals, RTC[] rtc, Dictionary optargs)
          signal generator methods
 void AsyncMediaGroup.retrieveSignals(int numSignals, Symbol[] patterns, RTC[] rtc, Dictionary optargs)
           
 

Uses of Symbol in hp.telephony.media
 

Subclasses of Symbol in hp.telephony.media
 class VSymbol
          VSymbol is a Symbol class for format==1, S100-R2 vendor defined Symbols.
 

Fields in hp.telephony.media declared as Symbol
static Symbol ASRConstants.rtca_ReleaseCurrentASSession
          Release current operation session (if any) at operation end.
static Symbol ASRConstants.v_Operation
          ASRConstants.a_ASSessionAllocation possible value.
static Symbol ASRConstants.v_FromFirstOperation
          ASRConstants.a_ASSessionAllocation possible value.
static Symbol ASRConstants.v_Call
          ASRConstants.a_ASSessionAllocation possible value.
static Symbol ASRConstants.v_OnDemand
          ASRConstants.a_ASSessionCreation possible value.
static Symbol ASRConstants.v_ASStartTime
          ASRConstants.a_ASSessionCreation possible value.
static Symbol ASRConstants.a_ASSessionCreation
          Specify the session creation/destruction policy.
static Symbol ASRConstants.a_ASSessionAllocation
          Specify how long a session should be allocated to a particular call.
static Symbol ASRConstants.a_AudioService
          Specify Audio Service name where a session has to be allocated (reserved).
static Symbol ASRConstants.q_VoiceDetected
          Indicate voice detected RTC qualifier
static Symbol ASRConstants.rtcc_VoiceDetected
          Voice detected trigger from signal detector
static Symbol ASRConstants.ev_NonFinalWordResult
          ASR engine has found a word in dictation mode or dynamic vocabulary mode.
static Symbol ASRConstants.ev_FinalWordResult
          The ASR engine has finished word recognition a word in dictation mode or dynamic vocabulary mode.
static Symbol ASRConstants.ev_NonFinalRuleResult
          The ASR engine has reduced a rule within the grammar.
static Symbol ASRConstants.ev_DefineGrammer
          Deprecated. incorrect spelling of grammar. ASRConstants.ev_DefineGrammar.
static Symbol ASRConstants.ev_DefineGrammar
          The result of define grammar procedure.
static Symbol ASRConstants.ev_finalRuleResult
          Deprecated. incorrect capitalisation. ASRConstants.ev_FinalRuleResult.
static Symbol ASRConstants.ev_FinalRuleResult
          The ASR engine has finished parsing a rule in a grammar.
static Symbol ASRConstants.p_Grammar
          Grammar to pre-define Value is a String object
static Symbol ASRConstants.p_LoadGrammar
          Load a grammar on a recognizer engine.
static Symbol ASRConstants.p_GrammarId
          Specifies Id associated to a grammar.
static Symbol ASRConstants.p_GrammarType
          Specifies the type of grammar
static Symbol ASRConstants.p_SpeakerName
          Specifies the name of a speaker for whom training data may be available.
static Symbol ASRConstants.p_PauseOnIntermediateResult
          Set the recognizer to automatically pause after sending non final results Value is a boolean Default value is false
static Symbol ASRConstants.p_ServerURL
          Define audioserver URL to be used when performing a getParameters()/setParameters() call.
static Symbol ASRConstants.p_GrammarURI
          Define grammar if grammar date needs to be specified by external URI reference when performing a setParameters().
static Symbol ASRConstants.e_ResourceUnavailable
          Possible error field in ASRRecorderEvent - the AudioService resource is unavailable (no servers are advertising or responding).
static Symbol ASRConstants.e_BadGrammar
          Possible error field in ASRRecorderEvent - the grammar supplied could not be compiled.
static Symbol ASRConstants.e_ServerFailed
          Possible error field in ASRRecorderEvent - the server failed during the operation.
static Symbol ASRConstants.e_ServerError
          Possible error field in ASRRecorderEvent - the server produced a protocol error during processing.
static Symbol ASRConstants.p_NoInputTimeout
          Timeout for ASR processing for maximum time with no input voice detection Value is a String Timeout is in milliseconds, default value is "5000" (5 s).
static Symbol ASRConstants.p_RecogTimeout
          Timeout for ASR processing for maximum time with input but no recognition.
static Symbol ASRConstants.p_SpeechCompleteTimeout
          Timeout for ASR processing after a good rule match but not the only possible one.
static Symbol ASRConstants.p_SpeechIncompleteTimeout
          Timeout for ASR processing after a partial rule match but no complete one.
static Symbol ASRConstants.p_TimersStartImmediately
          Boolean flag indicating if the recognition timers should start immediately or wait for a specific action, namely setParameters with this param set to true.
static Symbol ASRConstants.p_SensitivityLevel
          Set the noise sensitivity level for this ASR recog session.
static Symbol ASRConstants.p_NBestListLength
          When the recognizer matches an incoming stream with the grammar, it may come up with more than one alternative matches because of confidence levels in certain words or conversation paths.
static Symbol ASRConstants.p_Optimize
          Set the ASR client (the platform) to ask a ASR session only when speak is detected and not at the beginning of the request.
static Symbol ASRConstants.p_SaveWaveform
          Set the ASR server to save the RTP stream coming in.
static Symbol ASRConstants.p_Language
          Define language to be used for the recognition Value: a string identifying a language eg: en-us = US English fr = French
static Symbol ASRConstants.p_StubResultXML
          Stub use
static Symbol ASRConstants.p_StubResultXMLFile
          Stub use
static Symbol ASRConstants.p_StubResultIsNoMatch
          Stub use
static Symbol CoderConstants.v_ADPCM_24k
           
static Symbol CoderConstants.v_ADPCM_32k
           
static Symbol CoderConstants.v_ADPCM_32kOKI
           
static Symbol CoderConstants.v_ADPCM_16kG726
           
static Symbol CoderConstants.v_ADPCM_32kG726
           
static Symbol CoderConstants.v_ADPCM_44k
           
static Symbol CoderConstants.v_G729a
           
static Symbol CoderConstants.v_G723_63
          Value for CoderConstants.p_G723_bitrate.
static Symbol CoderConstants.v_G723_53
          Value for CoderConstants.p_G723_bitrate.
static Symbol CoderConstants.p_G723_bitrate
          Value can be either CoderConstants.v_G723_63, 6.3kbps or CoderConstants.v_G723_53, 5.3kbps.
static Symbol CoderConstants.v_G723_no_vad
          Value for CoderConstants.p_G723_annexa.
static Symbol CoderConstants.v_G723_yes
          Value for CoderConstants.p_G723_annexa.
static Symbol CoderConstants.p_G723_annexa
          Value can be either CoderConstants.v_G723_yes, detects speech, generates comfort noise or CoderConstants.v_G723_no_vad, keeps media with no voice activity as is.
static Symbol CoderConstants.v_G729_no_vad
          Value for CoderConstants.p_G729_annexb.
static Symbol CoderConstants.v_G729_yes
          Value for CoderConstants.p_G729_annexb.
static Symbol CoderConstants.p_G729_annexb
          Value can be either CoderConstants.v_G729_yes, detects speech, generates comfort noise or CoderConstants.v_G729_no_vad, keeps media with no voice activity as is.
static Symbol CoderConstants.v_G723_1b
           
static Symbol CoderConstants.v_GSM
           
static Symbol CoderConstants.v_AMR_WB
           
static Symbol CoderConstants.v_AMR
           
static Symbol CoderConstants.v_ALawPCM_48k
           
static Symbol CoderConstants.v_ALawPCM_64k
           
static Symbol CoderConstants.v_ALawPCM_88k
           
static Symbol CoderConstants.v_MuLawPCM_48k
           
static Symbol CoderConstants.v_MuLawPCM_64k
           
static Symbol CoderConstants.v_MuLawPCM_88k
           
static Symbol CoderConstants.v_Linear8Bit_48k
           
static Symbol CoderConstants.v_Linear8Bit_64k
           
static Symbol CoderConstants.v_Linear8Bit_88k
           
static Symbol CoderConstants.v_Linear16Bit_64k
           
static Symbol CoderConstants.p_AMR_SDPelement
           
static Symbol CoderConstants.p_channels
           
static Symbol CoderConstants.p_ptime
           
static Symbol CoderConstants.p_interleaving
           
static Symbol CoderConstants.p_robustsorting
           
static Symbol CoderConstants.p_crc
           
static Symbol CoderConstants.p_maxptime
           
static Symbol CoderConstants.p_modechangeneighbor
           
static Symbol CoderConstants.p_modechangeperiod
           
static Symbol CoderConstants.p_modeset
           
static Symbol CoderConstants.p_octetalign
           
static Symbol ConferenceConstants.p_TalkOnly
          no media is output iff value is Boolean.TRUE however, input is sent to other listener of the conference.
static Symbol ConferenceConstants.p_ListenOnly
          no media is input iff value is Boolean.TRUE however, output is made of other talkers of the conference.
static Symbol ConferenceConstants.p_AutoRelease
          Conference automatically released when all participants have left
static Symbol ConfigSpecConstants.a_Arbitration
          This attribute identifies how the group implementation handles the circumstance when two Resource simultaneously attempt to transmit data (talk) to the network stream.
static Symbol ConfigSpecConstants.v_LastTalker
          Value of a_Arbitration indicating that last talker has priority.
static Symbol ConfigSpecConstants.v_FirstTalker
          Value of a_Arbitration indicating that the first talker has priority.
static Symbol ConfigSpecConstants.v_MixTalkers
          Value of a_Arbitration indicating that simultaneous talkers are mixed together.
static Symbol ConfigSpecConstants.a_StopOnDisconnect
          Boolean attribute that indicates whether ev_Disconnected shall trigger stopping resource methods.
static Symbol ConfigSpecConstants.a_DeallocateOnIdle
          Boolean attribute that indicates whether the implementation may reclaim resources when all Connections to the Terminal are disconnected.
static Symbol ConfigSpecConstants.a_LocalState
          The Connection to the local Terminal is brought to this state before bindToServiceName completes.
static Symbol ConfigSpecConstants.a_RemoteState
          The Connection to the remote Terminal is brought to this state before bindAndConnect completes.
static Symbol ConfigSpecConstants.a_AlertingTimeout
          Integer attribute that determines how long (in milliseconds) the implementation waits for the remote party to answer.
static Symbol ConfigSpecConstants.v_InProgress
          Value for ConfigSpecConstants.a_LocalState or ConfigSpecConstants.a_RemoteState that indentifies the corresponding Connection state.
static Symbol ConfigSpecConstants.v_Alerting
          Value for ConfigSpecConstants.a_LocalState or ConfigSpecConstants.a_RemoteState that indentifies the corresponding Connection state.
static Symbol ConfigSpecConstants.v_Connected
          Value for ConfigSpecConstants.a_LocalState or ConfigSpecConstants.a_RemoteState that indentifies the corresponding Connection state.
static Symbol EchoCancellerConstants.p_Mu
          Deprecated. after 2.3 SoftDSP 1
static Symbol EchoCancellerConstants.p_MaxDelaySearch
          Deprecated.  
static Symbol EchoCancellerConstants.p_EchoThreshold
          Deprecated. after 2.3 SoftDSP 1
static Symbol EchoCancellerConstants.p_NlpControl
          Non Linear Processor mode is active if value is Boolean.TRUE This control is supported by the hardware Echo Canceller only Valid values: Boolean.TRUE and Boolean.FALSE
Default value = Boolean.TRUE.
static Symbol EchoCancellerConstants.p_AcousticEcho
          Acoustic Echo mode is active if value is Boolean.TRUE This control is supported by the hardware Echo Canceller only Valid values: Boolean.TRUE and Boolean.FALSE
Default value = Boolean.FALSE.
static Symbol EchoCancellerConstants.p_Bypass
          Bypass mode is active if value is Boolean.TRUE This control is supported by the hardware Echo Canceller only Valid values: Boolean.TRUE and Boolean.FALSE
Default value = Boolean.FALSE.
static Symbol EchoCancellerConstants.p_AlcInEnable
          Automatic Level Control on input stream is active if value is Boolean.TRUE This control is supported by the hardware Echo Canceller only Valid values: Boolean.TRUE and Boolean.FALSE
Default value = Boolean.FALSE.
static Symbol EchoCancellerConstants.p_AlcInGain
          Automatic Level Control Gain on input stream This control is supported by the hardware Echo Canceller only Valid values: any Integer value from -24 to +24
Default value = 0.
static Symbol EchoCancellerConstants.p_AlcOutEnable
          Automatic Level Control on output stream is active if value is Boolean.TRUE This control is supported by the hardware Echo Canceller only Valid values: Boolean.TRUE and Boolean.FALSE
Default value = Boolean.FALSE.
static Symbol EchoCancellerConstants.p_AlcOutGain
          Automatic Level Control Gain on outinput stream This control is supported by the hardware Echo Canceller only Valid values: any Integer value from -24 to +24
Default value = 0.
static Symbol Error.e_OK
          indicates there was no error.
static Symbol Error.e_BadArg
           
static Symbol Error.e_BadASI
           
static Symbol Error.e_BadContainer
           
static Symbol Error.e_BadContainerName
           
static Symbol Error.e_BadContext
           
static Symbol Error.e_BadDataFlow
           
static Symbol Error.e_BadDataID
           
static Symbol Error.e_BadDestAddress
           
static Symbol Error.e_BadEvent
           
static Symbol Error.e_BadFaxSVC
           
static Symbol Error.e_BadFileFormat
           
static Symbol Error.e_BadFunction
           
static Symbol Error.e_BadGrammarContext
           
static Symbol Error.e_BadGroup
           
static Symbol Error.e_BadGroupConfig
           
static Symbol Error.e_BadKey
           
static Symbol Error.e_BadKVSet
           
static Symbol Error.e_BadList
           
static Symbol Error.e_BadMode
           
static Symbol Error.e_BadObject
           
static Symbol Error.e_BadObjectName
           
static Symbol Error.e_BadParm
           
static Symbol Error.e_BadParmName
           
static Symbol Error.e_BadParmType
           
static Symbol Error.e_BadParmValue
           
static Symbol Error.e_BadPattern
           
static Symbol Error.e_BadPrimaryResourceType
           
static Symbol Error.e_BadResource
           
static Symbol Error.e_BadRTC
           
static Symbol Error.e_BadRTCAction
           
static Symbol Error.e_BadRTCCondition
           
static Symbol Error.e_BadRule
           
static Symbol Error.e_BadRuleExpansion
           
static Symbol Error.e_BadServer
           
static Symbol Error.e_BadService
           
static Symbol Error.e_BadSession
           
static Symbol Error.e_BadSignalID
           
static Symbol Error.e_BadSM
           
static Symbol Error.e_BadTargetSession
           
static Symbol Error.e_BadTDD
           
static Symbol Error.e_BadMSC
           
static Symbol Error.e_BadTVM
           
static Symbol Error.e_BadValueType
           
static Symbol Error.e_BadWord
           
static Symbol Error.e_BandwidthMismatch
           
static Symbol Error.e_Busy
           
static Symbol Error.e_CallDropped
           
static Symbol Error.e_Coder
           
static Symbol Error.e_Comms
           
static Symbol Error.e_ConnExists
           
static Symbol Error.e_ContainerExists
           
static Symbol Error.e_ContainerFull
           
static Symbol Error.e_ContainerNotExist
           
static Symbol Error.e_CouldNotDrop
           
static Symbol Error.e_Destroyed
           
static Symbol Error.e_Directionality
           
static Symbol Error.e_Disconnected
          indicates Connection to Terminal has been disconnected.
static Symbol Error.e_DupHandler
           
static Symbol Error.e_EndOfKeys
           
static Symbol Error.e_Exists
           
static Symbol Error.e_HandlerNotFound
           
static Symbol Error.e_IncorrectContext
           
static Symbol Error.e_InfiniteLoop
           
static Symbol Error.e_InUse
           
static Symbol Error.e_InvalidAccessMode
           
static Symbol Error.e_InvalidCCMessage
           
static Symbol Error.e_InvalidFile
           
static Symbol Error.e_InvalidHandle
           
static Symbol Error.e_InvalidParameter
           
static Symbol Error.e_InvPosition
           
static Symbol Error.e_InvalidPosition
           
static Symbol Error.e_InvalidTDD
           
static Symbol Error.e_KeyNotFound
           
static Symbol Error.e_Locked
           
static Symbol Error.e_NoBandwidth
           
static Symbol Error.e_NoBuffering
           
static Symbol Error.e_NoConnection
           
static Symbol Error.e_NoConnections
           
static Symbol Error.e_NoConsultationCall
           
static Symbol Error.e_NoContainer
           
static Symbol Error.e_NoDeviceAvailable
           
static Symbol Error.e_NoDonor
           
static Symbol Error.e_NoExists
           
static Symbol Error.e_NoProfile
           
static Symbol Error.e_NotAnswered
           
static Symbol Error.e_NotConfigured
           
static Symbol Error.e_NoTDDs
           
static Symbol Error.e_NoTermination
           
static Symbol Error.e_NotFound
           
static Symbol Error.e_NotOnStack
           
static Symbol Error.e_NotPaused
           
static Symbol Error.e_NoTranStopped
           
static Symbol Error.e_NotSupported
           
static Symbol Error.e_NullArray
           
static Symbol Error.e_ObjectExists
           
static Symbol Error.e_ObjectFull
           
static Symbol Error.e_ObjectNotExist
           
static Symbol Error.e_OutOfData
           
static Symbol Error.e_OutOfService
           
static Symbol Error.e_Paused
           
static Symbol Error.e_Permission
           
static Symbol Error.e_PrimaryReconfig
           
static Symbol Error.e_Quota
           
static Symbol Error.e_Refused
           
static Symbol Error.e_ResourceUnavailable
           
static Symbol Error.e_ServiceDefined
           
static Symbol Error.e_ServiceNotDefined
           
static Symbol Error.e_ServiceNotRegistered
           
static Symbol Error.e_ShuttingDown
           
static Symbol Error.e_Stopped
           
static Symbol Error.e_System
           
static Symbol Error.e_Timeout
           
static Symbol Error.e_MSCFail
           
static Symbol Error.e_TVMFail
           
static Symbol Error.e_Unconnectable
           
static Symbol Error.e_UnstoppableTran
           
static Symbol Error.e_ValueIsArray
           
static Symbol Error.e_ValueNotArray
           
static Symbol FaxConstants.ev_Fax
          Specific fax event.
static Symbol FaxConstants.p_AnswerCED
          FaxConstants.v_Answerer behavior.
static Symbol FaxConstants.v_RightNow
          used by FaxConstants.p_AnswerCED.
static Symbol FaxConstants.v_UponRTC
          used by FaxConstants.p_AnswerCED.
static Symbol FaxConstants.v_AfterCNG
          used by FaxConstants.p_AnswerCED.
static Symbol FaxConstants.rtca_AssumeCNG
          use-case : Hashtable::put(SignalDetector.p_Pattern[0], " CNG "), new RTC(SignalDetector.p_Pattern[0],FaxConstants.rtca_AssumeCNG).
static Symbol FaxConstants.rtca_Cancel
          the popular resource real time control.
static Symbol FaxConstants.q_Page
          One page characteristcs.
static Symbol FaxConstants.q_Document
          End of document details.
static Symbol FaxConstants.q_Count
          Too many pages received.
static Symbol FaxConstants.v_NotSet
          Special value meaning parameter not defined.
static Symbol FaxConstants.p_PagesPaths
          String array of file paths of fax pages to be sent.
static Symbol FaxConstants.p_StorePath
          String path where received fax pages will be stored.
static Symbol FaxConstants.p_Suffix
          A String which makes up the right part of each page file name.
static Symbol FaxConstants.p_EnablePolling
          Enable Polling, Boolean valued.
static Symbol FaxConstants.p_CapabilityToReceive
          Capability to Receive, Boolean valued.
static Symbol FaxConstants.p_Role
          Call direction and Role can be reversed.
static Symbol FaxConstants.v_Caller
          used by FaxConstants.p_Role.
static Symbol FaxConstants.v_Answerer
          used by FaxConstants.p_Role.
static Symbol FaxConstants.p_VerticalResolution
          Deprecated. Use FaxConstants.p_PageResolution
static Symbol FaxConstants.v_Normal_98lpi
          used by FaxConstants.p_VerticalResolution.
static Symbol FaxConstants.v_Fine_196lpi
          used by FaxConstants.p_VerticalResolution.
static Symbol FaxConstants.p_PageResolution
          Horizontal _ vertical resolutions, in dots per inch and lines per inch.
static Symbol FaxConstants.v_PageResolution_0200_0100
          used by FaxConstants.p_PageResolution.
static Symbol FaxConstants.v_PageResolution_0200_0200
          used by FaxConstants.p_PageResolution.
static Symbol FaxConstants.v_PageResolution_0300_0300
          used by FaxConstants.p_PageResolution.
static Symbol FaxConstants.v_PageResolution_0400_0400
          used by FaxConstants.p_PageResolution.
static Symbol FaxConstants.v_PageResolution_0600_0600
          used by FaxConstants.p_PageResolution.
static Symbol FaxConstants.v_PageResolution_1200_1200
          used by FaxConstants.p_PageResolution.
static Symbol FaxConstants.v_PageResolution_0200_0400
          used by FaxConstants.p_PageResolution.
static Symbol FaxConstants.v_PageResolution_0300_0600
          used by FaxConstants.p_PageResolution.
static Symbol FaxConstants.v_PageResolution_0400_0800
          used by FaxConstants.p_PageResolution.
static Symbol FaxConstants.v_PageResolution_0600_1200
          used by FaxConstants.p_PageResolution.
static Symbol FaxConstants.v_PageResolution_0100_0100
          used by FaxConstants.p_PageResolution.
static Symbol FaxConstants.p_FileType
          File encoding.
static Symbol FaxConstants.v_BMP
          used by FaxConstants.p_FileType.
static Symbol FaxConstants.v_JPEG
          used by FaxConstants.p_FileType.
static Symbol FaxConstants.v_GIF
          used by FaxConstants.p_FileType.
static Symbol FaxConstants.v_PNG
          used by FaxConstants.p_FileType.
static Symbol FaxConstants.p_BitRate
          Deprecated. As it is a READ-ONLY item available in events
static Symbol FaxConstants.p_MinSpeed
          see FaxConstants.p_BitRate.
static Symbol FaxConstants.p_MaxSpeed
          see FaxConstants.p_BitRate.
static Symbol FaxConstants.p_FaxTimeOut
          Maximum duration in millis, Integer valued.
static Symbol FaxConstants.p_MaxPageToReceive
          page count limit, Integer valued.
static Symbol FaxConstants.p_MaxLineToReceive
          page size limit when FaxConstants.p_PageLength is FaxConstants.v_UnlimitedLength, Integer valued.
static Symbol FaxConstants.p_LegalSupport
          North American page length, Boolean valued.
static Symbol FaxConstants.p_LetterSupport
          North American page length, Boolean valued.
static Symbol FaxConstants.p_SubaddressingSupport
          Boolean valued.
static Symbol FaxConstants.p_PasswordSupport
          Boolean valued.
static Symbol FaxConstants.p_SelectivePollingSupport
          Boolean valued.
static Symbol FaxConstants.p_SelectivePollingWithSubaddressingSupport
          Boolean valued.
static Symbol FaxConstants.p_T37Support
          Boolean valued.
static Symbol FaxConstants.p_T38Support
          Boolean valued.
static Symbol FaxConstants.p_InternetRoutingSupport
          Boolean valued.
static Symbol FaxConstants.p_InternetSelectivePollingSupport
          Boolean valued.
static Symbol FaxConstants.p_KeepDataOrder
          Boolean valued.
static Symbol FaxConstants.p_ByteAlignedEol
          Boolean valued.
static Symbol FaxConstants.v_2400bps
          used by FaxConstants.p_BitRate.
static Symbol FaxConstants.v_4800bps
          used by FaxConstants.p_BitRate.
static Symbol FaxConstants.v_7200bps
          used by FaxConstants.p_BitRate.
static Symbol FaxConstants.v_9600bps
          used by FaxConstants.p_BitRate.
static Symbol FaxConstants.v_12000bps
          used by FaxConstants.p_BitRate.
static Symbol FaxConstants.v_14400bps
          used by FaxConstants.p_BitRate.
static Symbol FaxConstants.v_33600bps
          used by FaxConstants.p_BitRate.
static Symbol FaxConstants.p_PageWidth
          pixels per mm, circa 204 dpi.
static Symbol FaxConstants.v_1728pixelsIn215mm
          used by FaxConstants.p_PageWidth.
static Symbol FaxConstants.v_2048pixelsIn255mm
          used by FaxConstants.p_PageWidth.
static Symbol FaxConstants.v_2432pixelsIn303mm
          used by FaxConstants.p_PageWidth.
static Symbol FaxConstants.v_1216pixelsIn151mm
          used by FaxConstants.p_PageWidth.
static Symbol FaxConstants.v_864pixelsIn107mm
          used by FaxConstants.p_PageWidth.
static Symbol FaxConstants.p_PageLength
          millimeters.
static Symbol FaxConstants.v_A4_297mm
          used by FaxConstants.p_PageLength.
static Symbol FaxConstants.v_B4_364mm
          used by FaxConstants.p_PageLength.
static Symbol FaxConstants.v_UnlimitedLength
          used by FaxConstants.p_PageLength.
static Symbol FaxConstants.p_DataCompressionFormat
          T.30 encoding.
static Symbol FaxConstants.v_T4_1D_ModifiedHuffman
          used by FaxConstants.p_DataCompressionFormat.
static Symbol FaxConstants.v_T4_2D_ModifiedRead
          used by FaxConstants.p_DataCompressionFormat.
static Symbol FaxConstants.v_T6_ModifiedModifiedRead
          used by FaxConstants.p_DataCompressionFormat.
static Symbol FaxConstants.p_PagesEncoding
          Tells how the Oclet handles pages.
static Symbol FaxConstants.p_TiffPath
          used by FaxConstants.v_TIFF in conjunction with FaxConstants.p_DeTiffPrefix (e.g.
static Symbol FaxConstants.p_DeTiffPrefix
          used with FaxConstants.p_TiffPath.
static Symbol FaxConstants.p_DeTiffSuffix
          used with FaxConstants.p_TiffPath.
static Symbol FaxConstants.v_TIFF
          used by FaxConstants.p_PagesEncoding.
static Symbol FaxConstants.v_FilesList
          used by FaxConstants.p_PagesEncoding.
static Symbol FaxConstants.v_BandWarrays
          used by FaxConstants.p_PagesEncoding.
static Symbol FaxConstants.p_PixelArrays
          List of fax pages to send.
static Symbol FaxConstants.p_ErrorCorrection
          Error Correction scheme.
static Symbol FaxConstants.v_DisableECM
          used by FaxConstants.p_ErrorCorrection.
static Symbol FaxConstants.v_EnableECM_64bytes
          used by FaxConstants.p_ErrorCorrection.
static Symbol FaxConstants.v_EnableECM_256bytes
          used by FaxConstants.p_ErrorCorrection.
static Symbol FaxConstants.v_Rcv_Qual_OK
           
static Symbol FaxConstants.v_Rcv_Qual_Medium
           
static Symbol FaxConstants.v_Rcv_Qual_Bad
           
static Symbol FaxConstants.v_Error_File_Open
           
static Symbol FaxConstants.v_Error_Decomp_Init
           
static Symbol FaxConstants.v_Error_Illegal_Width
           
static Symbol FaxConstants.v_Error_Conversion_To_G3
           
static Symbol FaxConstants.v_Error_Page_Format
           
static Symbol FaxConstants.v_Error_Disconnect
           
static Symbol FaxConstants.v_Page_File_Name_Size
           
static Symbol FaxConstants.v_Encoding_MS_BMP
           
static Symbol FaxConstants.v_T4_Buff_Size
           
static Symbol FaxConstants.p_ScanTimePerLine
          minimum scan line time, NOT SUPPORTED YET.
static Symbol FaxConstants.v_ST4040
          used by FaxConstants.p_ScanTimePerLine.
static Symbol FaxConstants.v_ST4020
          used by FaxConstants.p_ScanTimePerLine.
static Symbol FaxConstants.v_ST2020
          used by FaxConstants.p_ScanTimePerLine.
static Symbol FaxConstants.v_ST2010
          used by FaxConstants.p_ScanTimePerLine.
static Symbol FaxConstants.v_ST1010
          used by FaxConstants.p_ScanTimePerLine.
static Symbol FaxConstants.v_ST1005
          used by FaxConstants.p_ScanTimePerLine.
static Symbol FaxConstants.v_ST0505
          used by FaxConstants.p_ScanTimePerLine.
static Symbol FaxConstants.v_ST0000
          used by FaxConstants.p_ScanTimePerLine.
static Symbol MediaEvent.ev_Disconnected
          Indicates that a Connection to this MediaService has been disconnected.
static Symbol MediaEvent.ev_TerminalIdle
          Indicates that all Connections to this MediaService have been disconnected.
static Symbol PlayerConstants.a_Coder
          Attribute to request support for various coders.
static Symbol PlayerConstants.a_Jump
          Attribute to request capability to Jump forward and backward in a MSC.
static Symbol PlayerConstants.a_Pause
          Attribute to request capability to Pause and Resume Play of MSC.
static Symbol PlayerConstants.a_Speed
          Attribute to request capability to adjust Speed during Play of a MSC.
static Symbol PlayerConstants.a_Volume
          Attribute to request capability to adjust Volume during Play of a MSC.
static Symbol PlayerConstants.a_AutomaticGainControl
          Attribute to request capability to limit Volume during Play of a MSC.
static Symbol PlayerConstants.p_CoderTypes
          Value is an array of Symbols identifying the coders actually supported by this Player.
static Symbol PlayerConstants.p_IfBusy
          Indicates the action to take if Player is busy when play() is invoked.
static Symbol PlayerConstants.v_Queue
          value for p_IfBusy: wait for previous requests to complete.
static Symbol PlayerConstants.v_Stop
          value for p_IfBusy: stop any previous play.
static Symbol PlayerConstants.v_Fail
          value for p_IfBusy: signal an error, throw a MediaResourceException.
static Symbol PlayerConstants.p_MaxDuration
          Integer indicating maximum duration of this or subsequent play() in milleseconds.
static Symbol PlayerConstants.p_StartPaused
          Boolean indicating that this or subsequent play() should be started in the Paused state.
static Symbol PlayerConstants.p_EnabledEvents
          An array of Player event Symbols, indicating which events are generated and delivered to the application.
static Symbol PlayerConstants.p_JumpMSCIncrement
          Integer number of MSCs to jump forward or backward in the MSC list, for either a rtca_JumpForwardMSCs or rtca_JumpBackwardMSCs.
static Symbol PlayerConstants.p_JumpTime
          Integer number of milliseconds by which the current MSC offset is changed by rtca_JumpForward or rtca_JumpBackward.
static Symbol PlayerConstants.p_SpeedChange
          Determines the amount the playback speed is changed by RTC actions rtca_SpeedUp or rtca_SpeedDown.
static Symbol PlayerConstants.p_VolumeChange
          Determines the amount the volume parameter is changed by the RTC actions rtca_VolumeUp and rtca_VolumeDown.
static Symbol PlayerConstants.p_FileFormat
          A Symbol identifying the File Format used during a play.
static Symbol PlayerConstants.v_RawFormat
          value for p_FileFormat: basic file format without any header.
static Symbol PlayerConstants.v_WavFormat
          value for p_FileFormat: WAV file format.
static Symbol PlayerConstants.v_GSMFormat
          value for p_FileFormat: GSM file format.
static Symbol PlayerConstants.p_DisplayName
          String specifying the file name to display during a play.
static Symbol PlayerConstants.rtca_Stop
          Stop the current Play operation.
static Symbol PlayerConstants.rtca_StopAll
          Stop the current Play operation and all pending play operations in queue
static Symbol PlayerConstants.rtca_Resume
          Resume the current Play operation if paused.
static Symbol PlayerConstants.rtca_Pause
          Pause the current Play operation, maintaining the current position in the MSClist.
static Symbol PlayerConstants.rtca_JumpForward
          Jump forward the amount specified by p_JumpTime.
static Symbol PlayerConstants.rtca_JumpBackward
          Jump backward the amount specified by p_JumpTime.
static Symbol PlayerConstants.rtca_JumpStartMSC
          Jump to the start of the curent MSC
static Symbol PlayerConstants.rtca_JumpEndMSC
          Jump to the end of the curent MSC.
static Symbol PlayerConstants.rtca_JumpForwardMSCs
          Jump forward the number of MSCs indicated by p_JumpMSCIncrement.
static Symbol PlayerConstants.rtca_JumpBackwardMSCs
          Jump backward the number of MSCs indicated by p_JumpMSCIncrement.
static Symbol PlayerConstants.rtca_JumpStartMSCList
          Jump to the First MSC in the MSC List.
static Symbol PlayerConstants.rtca_JumpEndMSCList
          Jump to the Last MSC in the MSC List.
static Symbol PlayerConstants.rtca_SpeedUp
          Increase speed by value of parameter p_SpeedChange.
static Symbol PlayerConstants.rtca_SpeedDown
          Decrease speed by value of parameter p_SpeedChange.
static Symbol PlayerConstants.rtca_NormalSpeed
          Set speed to normal.
static Symbol PlayerConstants.rtca_ToggleSpeed
          Toggle speed between normal and previous adjusted value.
static Symbol PlayerConstants.rtca_VolumeUp
          Increase volume by value of parameter p_VolumeChange.
static Symbol PlayerConstants.rtca_VolumeDown
          Decrease volume by value of parameter p_VolumeChange.
static Symbol PlayerConstants.rtca_NormalVolume
          Set volume to normal.
static Symbol PlayerConstants.rtca_ToggleVolume
          Toggle volume between normal and previous adjusted value.
static Symbol PlayerConstants.rtcc_PlayStarted
          Trigger when a Play is started.
static Symbol PlayerConstants.rtcc_PlayComplete
          Trigger when a Play is completed.
static Symbol PlayerConstants.ev_Play
          Completion event for the play method.
static Symbol PlayerConstants.ev_Pause
          Play has been paused by RTC.
static Symbol PlayerConstants.ev_Resume
          Play has been resumed by RTC.
static Symbol PlayerConstants.ev_Speed
          Playback speed has been changed due to RTC.
static Symbol PlayerConstants.ev_Volume
          Playback volume has been changed due to RTC.
static Symbol PlayerConstants.q_EndOfData
          Indicate Play complete because all the streams played to completion.
static Symbol PlayerConstants.q_Duration
          Play ended because the maximum play duration time has been reached.
static Symbol RTPRecorderConstants.p_SendSignalsUsingRFC2833
          Parameter indicating that in subsequent RTP record, DTMF signals will be sent according to RFC 2833.
static Symbol RecorderConstants.a_Beep
          Boolean value indicates if Recorder supports the Beep features.
static Symbol RecorderConstants.a_SilenceTruncation
          Boolean value indicates if Recorder supports the SignalTruncation features.
static Symbol RecorderConstants.a_FixedBeep
          a_FixedBeep indicates that Recorder supports p_StartBeep.
static Symbol RecorderConstants.a_Pause
          Recorder supports Pause and Resume operations.
static Symbol RecorderConstants.a_CoderTypes
          Attribute to request support for various coders.
static Symbol RecorderConstants.ev_Record
          Indicates that recording has been completed.
static Symbol RecorderConstants.ev_Pause
          Indicates that recording has been paused by RTC.
static Symbol RecorderConstants.ev_Resume
          Indicates that recording has been resumed by RTC.
static Symbol RecorderConstants.p_Append
          Indicates that recording should append to the end of an existing TVM rather than overwrite it.
static Symbol RecorderConstants.p_BeepFrequency
          The frequency of the start beep; iff attribute a_Beep.
static Symbol RecorderConstants.p_BeepLength
          Length of Beep preceeding recording; iff attribute a_Beep.
static Symbol RecorderConstants.p_Coder
          Symbol identifying the Coder used for a new recording.
static Symbol RecorderConstants.p_CoderTypes
          An array of Symbols identifying the Coders supported by this Recorder.
static Symbol RecorderConstants.p_EnabledEvents
          A Dictionary indicating which events are generated by this Recorder.
static Symbol RecorderConstants.p_MaxDuration
          Integer indicating the maximum duration (in milliseconds) for a record.
static Symbol RecorderConstants.p_MinDuration
          Integer indicating minimum duration (in milliseconds) that constitutes a valid recording.
static Symbol RecorderConstants.p_SignalTruncationOn
          Boolean indicating whether signal(DTMF) truncation is enabled.
static Symbol RecorderConstants.p_SilenceEnergyThreshold
          Integer indicating above which threshold activity is recognized (under, silence).
static Symbol RecorderConstants.p_SilenceTruncationOn
          Deprecated. OCMP 2.4, use nVAD to remove silence
static Symbol RecorderConstants.p_SilenceTruncationThreshold
          Deprecated. OCMP 2.4, use nVAD to remove silence
static Symbol RecorderConstants.p_SilenceTerminationOn
          Boolean indicating whether silence termination is enabled.
static Symbol RecorderConstants.p_SilenceTerminationThreshold
          Integer threshold (in milliseconds) when silence termination is triggered.
static Symbol RecorderConstants.p_StartBeep
          Boolean indicating whether subsequent record will be preceded with a beep.
static Symbol RecorderConstants.p_StartPaused
          Boolean indicating whether subsequent record will start in PAUSE mode.
static Symbol RecorderConstants.p_FileFormat
          A Symbol identifying the File Format used during recording.
static Symbol RecorderConstants.v_GSMFormat
          value for p_FileFormat: GSM file format.
static Symbol RecorderConstants.p_FinalTimeoutBehaviour
          A Symbol identifying the Behaviour of the end of recording wrt SpeechDetector.
static Symbol RecorderConstants.p_SpeechDetectionMode
          A Symbol identifying the Speech detection mode.
static Symbol RecorderConstants.v_Inactive
          value for RecorderConstants.p_SpeechDetectionMode.
static Symbol RecorderConstants.v_DetectFirstOccurence
          value for RecorderConstants.p_SpeechDetectionMode.
static Symbol RecorderConstants.v_DetectAllOccurences
          value for RecorderConstants.p_SpeechDetectionMode.
static Symbol RecorderConstants.v_RawFormat
          value for p_FileFormat: basic file format without any header.
static Symbol RecorderConstants.v_WavFormat
          value for p_FileFormat: WAV file format.
static Symbol RecorderConstants.q_Silence
          Record ended because Silence termination was enabled and a silence of greater that p_SilenceThreshold milliseconds was detected.
static Symbol RecorderConstants.rtca_Stop
          Stop the current operation on a recorder
static Symbol RecorderConstants.rtca_Resume
          Resume the current operation on a recorder if paused
static Symbol RecorderConstants.rtca_Pause
          Pause the current operation on a recorder, maintaining the current position in the Media Stream being recorded.
static Symbol RecorderConstants.rtcc_RecordComplete
          Trigger when a Record is completed.
static Symbol ResourceConstants.e_Disconnected
          Symbol returned from ResourceEvent.getError() when an operation fails because the associated Terminal is in the Connection.DISCONNECTED state.
static Symbol ResourceConstants.e_OK
          Symbol returned from ResourceEvent.getError() if there is no error.
static Symbol ResourceConstants.q_Duration
          Symbol returned from ResourceEvent.getQualifier() if an operation completed because the requested duration was reached.
static Symbol ResourceConstants.q_Standard
          Qualifier: normal, default completion.
static Symbol ResourceConstants.q_Stop
          Qualifier: Completion caused by a Stop.
static Symbol ResourceConstants.q_RTC
          Qualifier: Completion caused by a Run-Time Control.
static Symbol ResourceConstants.rtcc_Disconnected
          RTC Trigger: Operation terminated because the Connection to the associated Terminal is in the Connection DISCONNECTED state.
static Symbol ResourceConstants.rtcc_TriggerRTC
          The Symbol returned from ResourceEvent.getRTCTrigger() representing the RTC Condition for ResourceEvents
static Symbol SMSConstants.a_Protocol
          Indicates the SMS protocol Valid values: v_Protocol_1, v_Protocol_2.
static Symbol SMSConstants.v_Protocol_1
          Indicates a SMS protocol type The a_Protocol parameter allows to set the message type.
static Symbol SMSConstants.v_Protocol_2
          Indicates a SMS protocol type The a_Protocol parameter allows to set the message type.
static Symbol SMSConstants.v_Protocol_3
          Indicates a SMS protocol type reserved for an internal test usage The a_Protocol parameter allows to set the message type.
static Symbol SMSConstants.a_Mode
          Indicates the SMS Mode Valid values: v_Master_Mode, v_Slave_Mode.
static Symbol SMSConstants.v_Master_Mode
          Indicates a SMS Mode type The a_Mode parameter allows to set the message type.
static Symbol SMSConstants.v_Slave_Mode
          Indicates a SMS Mode type The a_Mode parameter allows to set the message type.
static Symbol SMSPlayerConstants.p_DLL_MessageType
          Indicates the DLL message type to send when play() is invoked.
static Symbol SMSPlayerConstants.v_DLL_DATA_REQ
          Indicates a DLL message type to send.
static Symbol SMSPlayerConstants.v_DLL_DATA_ACK
          Indicates a DLL message type to send.
static Symbol SMSPlayerConstants.v_DLL_DATA_NACK
          Indicates a DLL message type to send.
static Symbol SMSPlayerConstants.v_DLL_EST_REQ
          Indicates a DLL message type to send.
static Symbol SMSPlayerConstants.v_DLL_EST_IND
          Indicates a DLL message type to send.
static Symbol SMSPlayerConstants.v_DLL_INFO_REQ
          Indicates a DLL message type to send.
static Symbol SMSPlayerConstants.v_DLL_REL_REQ
          Indicates a DLL message type to send.
static Symbol SMSPlayerConstants.v_DLL_INFO_CFM
          Indicates a DLL message type to send.
static Symbol SMSPlayerConstants.v_DLL_INFO_REJ
          Indicates a DLL message type to send.
static Symbol SMSPlayerConstants.p_TL_Data
          Indicates the TL Data (Transport Layer Payload) as a byte array to send when play() is invoked.
static Symbol SMSPlayerConstants.p_DLL_T10Timeout
          Indicates the DLL T10 timeout value in ms when play() is invoked to send a v_DLL_EST_IND message on protocol 1 or on SMS Slave mode only on protocol 2.
static Symbol SMSPlayerConstants.p_DLL_T11Timeout
          Indicates the DLL T11 timeout value in ms.
static Symbol SMSPlayerConstants.p_DLL_T12Timeout
          Indicates the DLL T12 timeout value in ms.
static Symbol SMSPlayerConstants.p_DLL_RequiredTestMessageType
          Indicates a DLL message type to be received as an answer when the record() is invoked after the current play().
static Symbol SMSPlayerConstants.p_TL_RequiredTestData
          Indicates the TL Data (Transport Layer Payload) as a byte array to be received as an answer when the record() is invoked after the current play().
static Symbol SMSPlayerConstants.p_DLL_RequiredTestErrorCause
          Indicates the DLL Error cause to generate for test purpose when play() is invoked.
static Symbol SMSPlayerConstants.v_DLL_WrongChecksum
          Indicates a required test error cause.
static Symbol SMSPlayerConstants.v_DLL_WrongMessageLength
          Indicates a required test error cause.
static Symbol SMSPlayerConstants.v_DLL_UnknownMessageType
          Indicates a required test error cause.
static Symbol SMSPlayerConstants.v_DLL_ExtensionMechanismNotSupported
          Indicates a required test error cause.
static Symbol SMSPlayerConstants.v_DLL_UnspecifiedCause
          Indicates a required test error cause.
static Symbol SMSPlayerConstants.ev_SMS
          Completion event for play.
static Symbol SMSPlayerConstants.e_TL_InternalError
          Play ended because a TL error has been internaly detected.
static Symbol SMSPlayerConstants.v_TL_NOT_DLL_EST_REQ
          Indicates that TL does not receive DLL_EST_REQ
static Symbol SMSPlayerConstants.v_TL_NOT_DLL_INFO_REQ
          Indicates that TL does not receive DLL_INFO_REQ
static Symbol SMSPlayerConstants.v_TL_NOT_DLL_INFO_CFM
          Indicates that TL does not receive DLL_INFO_CFM
static Symbol SMSPlayerConstants.v_NO_MEMORY
          Indicates that the play cannot be realized because of a memory problem.
static Symbol SMSPlayerConstants.v_NO_DLL_MANAGER
          Indicates that the play cannot be realized because the DLL Manager does not exist.
static Symbol SMSRecorderConstants.ev_SMS
          Completion event for record.
static Symbol SMSRecorderConstants.q_TL_Message
          Record ended because a TL message has been received.
static Symbol SMSRecorderConstants.v_TL_EST_CFM
          Indicates a received TL message type for protocol 2.
static Symbol SMSRecorderConstants.v_TL_EST_REJ
          Indicates a received TL message type for protocol 2.
static Symbol SMSRecorderConstants.v_TL_INFO_CFM
          Indicates a received TL message type for protocol 2.
static Symbol SMSRecorderConstants.v_TL_INFO_REJ
          Indicates a received TL message type for protocol 2.
static Symbol SMSRecorderConstants.v_TL_INFO_IND
          Indicates a received TL message type for protocol 2.
static Symbol SMSRecorderConstants.v_TL_INFO_ABRT
          Indicates a received TL message type for protocol 2.
static Symbol SMSRecorderConstants.v_TL_REL_CFM
          Indicates a received TL message type for protocol 1 & 2.
static Symbol SMSRecorderConstants.v_TL_REL_ABRT
          Indicates a received TL message type for protocol 2.
static Symbol SMSRecorderConstants.v_TL_REL_IND
          Indicates a received TL message type for protocol 1 & 2.
static Symbol SMSRecorderConstants.v_TL_DATA_CFM
          Indicates a received TL message type for protocol 1.
static Symbol SMSRecorderConstants.v_TL_DATA_IND
          Indicates a received TL message type for protocol 1.
static Symbol SMSRecorderConstants.v_TL_DATA_ERR
          Indicates a received TL message type for protocol 1.
static Symbol SMSRecorderConstants.v_TL_DATA_REJ
          Indicates a received TL message type for protocol 1.
static Symbol SMSRecorderConstants.e_TL_InternalError
          Record ended because an TL error has been internaly detected.
static Symbol SMSRecorderConstants.v_TL_NOT_DLL_EST_IND
          Indicates that TL does not receive DLL_EST_IND
static Symbol SignalConstants.v_DTMF0
          Symbol for DTMF 0
static Symbol SignalConstants.v_DTMF1
          Symbol for DTMF 1
static Symbol SignalConstants.v_DTMF2
          Symbol for DTMF 2
static Symbol SignalConstants.v_DTMF3
          Symbol for DTMF 3
static Symbol SignalConstants.v_DTMF4
          Symbol for DTMF 4
static Symbol SignalConstants.v_DTMF5
          Symbol for DTMF 5
static Symbol SignalConstants.v_DTMF6
          Symbol for DTMF 6
static Symbol SignalConstants.v_DTMF7
          Symbol for DTMF 7
static Symbol SignalConstants.v_DTMF8
          Symbol for DTMF 8
static Symbol SignalConstants.v_DTMF9
          Symbol for DTMF 9
static Symbol SignalConstants.v_DTMFA
          Symbol for DTMF A
static Symbol SignalConstants.v_DTMFB
          Symbol for DTMF B
static Symbol SignalConstants.v_DTMFC
          Symbol for DTMF C
static Symbol SignalConstants.v_DTMFD
          Symbol for DTMF D
static Symbol SignalConstants.v_DTMFStar
          Symbol for DTMF *
static Symbol SignalConstants.v_DTMFHash
          Symbol for DTMF #
static Symbol SignalConstants.v_CNG
          Symbol for CNG. 1100Hz tone answered by SignalConstants.v_CED.
static Symbol SignalConstants.v_CED
          Symbol for CED. 2100Hz tone answer to SignalConstants.v_CNG.
static Symbol SignalConstants.p_SymbolChar
          Specifies the chars to use when non standard Signals are converted to a String or vice versa.
static Symbol SignalConstants.v_DtmfInBand
          Specifies the distinct mode used by the p_DtmfMode Symbol
static Symbol SignalConstants.v_DtmfOutBand
           
static Symbol SignalConstants.v_DtmfInBandOutBand
           
static Symbol SignalConstants.v_DtmfNone
           
static Symbol SignalDetectorConstants.rtca_PassSignalsThru
          RTC Action to cause the DTMFs to remain in the media (behaviour needed for testing of fax operations).
static Symbol SignalDetectorConstants.rtca_TruncateSignals
          RTC Action to cause the DTMFs to be removed from the media (the usual default behaviour).
static Symbol SignalDetectorConstants.rtca_IgnoreFaxCallingTone
          RTC Action to cause the CNG 1100Hz frequency not to be analyzed in the media.
static Symbol SignalDetectorConstants.rtca_DetectFaxCallingTone
          RTC Action to cause the CNG to be recognized from the media (the usual default behaviour).
static Symbol SignalDetectorConstants.a_Buffering
          Attribute to request support for buffering, required to support pattern matching.
static Symbol SignalDetectorConstants.a_BufferSize
          Requests capability for specific size of Signal Buffer.
static Symbol SignalDetectorConstants.a_DiscardOldest
          Requests capability to automatically discard oldest signals when buffer fills.
static Symbol SignalDetectorConstants.a_PatternCount
          Requests support for the Pattern detection features.
static Symbol SignalDetectorConstants.ev_FlushBuffer
          FlushBuffer completion event.
static Symbol SignalDetectorConstants.ev_Overflow
          The SignalDetector signal buffer has overflowed.
static Symbol[] SignalDetectorConstants.ev_Pattern
          Array of pattern Symbols, indicating a pattern matched event.
static Symbol SignalDetectorConstants.ev_RetrieveSignals
          Completion event for retrieveSignals.
static Symbol SignalDetectorConstants.ev_SignalDetected
          A single Signal has been detected.
static Symbol SignalDetectorConstants.p_Buffering
          Enable/disable buffering of signals.
static Symbol SignalDetectorConstants.p_BufferSize
          Size of the signal buffer.
static Symbol SignalDetectorConstants.p_DiscardOldest
          Boolean that indicates whether the oldest signals are discarded when the signal buffer overflows.
static Symbol SignalDetectorConstants.p_EnabledEvents
          An array of SignalGenerator event Symbols, indicating which events are generated and delivered to the application.
static Symbol SignalDetectorConstants.p_Filter
          Enable/disable pattern filtering.
static Symbol SignalDetectorConstants.p_Duration
          Maximum time duration for retrieving signals in milliseconds.
static Symbol SignalDetectorConstants.p_InitialTimeout
          Maximum time limit for first signal.
static Symbol SignalDetectorConstants.p_InterSigTimeout
          Maximum time limit between consecutive signals.
static Symbol SignalDetectorConstants.p_Mode
          Enable/disable the signal detector.
static Symbol SignalDetectorConstants.v_Idle
          value for p_Mode.
static Symbol SignalDetectorConstants.v_Detecting
          value for p_Mode.
static Symbol SignalDetectorConstants.p_DtmfDetectorMode
          DTMF generation mode.
static Symbol[] SignalDetectorConstants.p_Pattern
          Each p_Pattern[i] defines a pattern to be matched.
static Symbol SignalDetectorConstants.p_PatternCount
          Number of pattern definitions supported by this SignalDetector resource.
static Symbol[] SignalDetectorConstants.q_Pattern
          The array of Pattern Symbols which appear as qualifiers.
static Symbol SignalDetectorConstants.q_Duration
          Complete because total duration timeout (p_Duration) exceeded.
static Symbol SignalDetectorConstants.q_InitialTimeout
          Complete because initial signal timeout (p_InitialTimeout) exceeded.
static Symbol SignalDetectorConstants.q_InterSigTimeout
          Complete because inter signal timeout (p_InterSigTimeout) exceeded.
static Symbol SignalDetectorConstants.q_NumSignals
          Complete because requested number of signals detected.
static Symbol SignalDetectorConstants.rtca_FlushBuffer
          RTC Action to cause the buffer to be flushed.
static Symbol SignalDetectorConstants.rtca_EvalBuffer
          RTC Action to cause the current buffer to be parsed again according to the last retrieveSignals, play or record RTC.
static Symbol SignalDetectorConstants.rtca_Stop
          RTC Action to cause the current operation to stop.
static Symbol SignalDetectorConstants.rtcc_SignalDetected
          Some signal was detected.
static Symbol SignalDetectorConstants.rtcc_FlushBuffer
          Buffer has been flushed.
static Symbol SignalDetectorConstants.rtcc_RetrieveSignals
          Completion event ev_RetrieveSignals was issued.
static Symbol[] SignalDetectorConstants.rtcc_Pattern
          The rtcc_Pattern[i] is triggered when the corresponding ev_Pattern[i] event was issued.
static Symbol SignalGeneratorConstants.p_InterSigGap
          pause duration after each DTMF, as a positive (unsigned) Integer, in millis
static Symbol SignalGeneratorConstants.p_Length
          DTMF duration, as a positive (unsigned) Integer, in millis
static Symbol SignalGeneratorConstants.p_Amplitude
          DTMF range, as a positive (unsigned) Double, within 11, 12, or 15 bits
static Symbol SignalGeneratorConstants.ev_SendSignals
          Completion event from sendSignals()
static Symbol SignalGeneratorConstants.a_SourceProvided
          Attribute used when a source is already provided and there is no need for a CNG
static Symbol SignalGeneratorConstants.p_DtmfGeneratorMode
          DTMF generation mode.
static Symbol SpeechDetectorConstants.v_Nvad
          Value for p_Type.
static Symbol SpeechDetectorConstants.v_SwiEp
          Value for p_Type.
static Symbol SpeechDetectorConstants.v_Telisma
          Value for p_Type.
static Symbol SpeechDetectorConstants.v_HP
          Value for p_Type.
static Symbol SpeechDetectorConstants.p_Type
          Speech detector type.
static Symbol SpeechDetectorConstants.rtca_PromptDone
          Advise the Speech Detector that the prompt is finished.
static Symbol SpeechDetectorConstants.p_InitialTimeout
          Controls how long the recognizer should wait after the end of the prompt for the caller to speak before sending a Recorder event (ev_Record, q_NoSpeechTimeout, null, e_OK).
static Symbol SpeechDetectorConstants.p_FinalTimeout
          Controls the length of a period of silence after callers have spoken to conclude they finished.
static Symbol SpeechDetectorConstants.p_BargeIn
          Controls whether the caller can start speaking before prompts have ended.
static Symbol SpeechDetectorConstants.p_Sensitivity
          Sensitivity of the speech detector when looking for speech.
static Symbol SpeechDetectorConstants.p_InPromptSensitivityPercent
          Controls how loudly the caller must speack to interrupt prompts (barge-in) in order for speech to be detected.
static Symbol SpeechDetectorConstants.q_NoSpeechTimeout
          SpeechDetector stopped because no speech has been detected before the initial timout popped.
static Symbol SpeechDetectorConstants.q_SpeechDetected
          SpeechDetector detected speech.
static Symbol SpeechDetectorConstants.q_EndOfSpeechDetected
          SpeechDetector stopped because end of speech has been detected.
static Symbol SpeechDetectorConstants.rtcc_NoSpeechTimeout
          Trigger when no speech has been detected before the initial timout popped.
static Symbol SpeechDetectorConstants.rtcc_SpeechDetected
          Trigger when speech has been detected.
static Symbol SpeechDetectorConstants.rtcc_EndOfSpeechDetected
          Trigger when end of speech has been detected (ie. final timeout popped).
static Symbol TTSConstants.rtca_ReleaseCurrentASSession
          Release current TTS operation's session (if any) at operation end.
static Symbol TTSConstants.v_Operation
          TTSConstants.a_ASSessionAllocation possible value.
static Symbol TTSConstants.v_FromFirstOperation
          TTSConstants.a_ASSessionAllocation possible value.
static Symbol TTSConstants.v_Call
          TTSConstants.a_ASSessionAllocation possible value.
static Symbol TTSConstants.v_OnDemand
          TTSConstants.a_ASSessionCreation possible value.
static Symbol TTSConstants.v_ASStartTime
          TTSConstants.a_ASSessionCreation possible value.
static Symbol TTSConstants.a_ASSessionCreation
          Specify the session creation/destruction policy.
static Symbol TTSConstants.a_ASSessionAllocation
          Specify how long a session should be allocated to a particular call.
static Symbol TTSConstants.a_AudioService
          Specify Audio Service name where a session has to be allocated (reserved).
static Symbol TTSConstants.q_StopMarkerReached
          play media complete because the end marker (either a time marker or a token marker) was found
static Symbol TTSConstants.q_StartMarkerNotFound
          Indicate play complete because the start marker was not found inthe stream
static Symbol TTSConstants.p_StartMarkerMS
          Parameter to specify start point after beginning of stream in milliseconds
static Symbol TTSConstants.p_StartMarkerToken
          Parameter to specify start point after beginning of stream using a String token e.g., refering to a JSML marker
static Symbol TTSConstants.p_StopMarkerMS
          Parameter to specify where to stop playing after beginning of stream in milliseconds
static Symbol TTSConstants.p_StopMarkerToken
          Parameter to specify stop point using a token e.g., refering to a JSML marker
static Symbol TTSConstants.p_TTSData
          When the RTSP streaming device has TTS capabilities, this parameter sets the text content.
static Symbol TTSConstants.p_AudioData
          Deprecated. TTSConstants.p_TTSData. Value: a MimePart object containing audio that is sent to the streamer via a RTSP packet
static Symbol TTSConstants.p_Speaker
          Define speaker voice to be used to speak data Value: a string identifying a registered speaker
static Symbol TTSConstants.p_Language
          Define language to be used for the synthesis Value: a string identifying a language eg: en-us = US English fr = French
static Symbol TTSConstants.p_ServerURL
          Define audioserver URL to be used when performing a getParameters()/setParameters() call.
static Symbol TTSConstants.ev_Tag
          Event received for each tag seen in the TTS text (if JSML formatted, and tag events have been enabled by p_EnableTagEvents in the play() call).
static Symbol TTSConstants.e_ResourceUnavailable
          Error code for ev_Play when a streamID URL was bad or not able to be played due to a resource problem.
static Symbol TTSConstants.e_ServerFailed
          Error code for ev_Play when a server failed during the play
static Symbol TTSConstants.e_ServerError
          Error code for ev_Play when a server transaction produced a protocol error
static Symbol TTSConstants.p_TextType
          Optional parameter (optArgs key) for TTS to specify the mime type of the text.
static Symbol TTSConstants.p_SpeakerGender
          Optional parameter (optArgs key) for TTS to specify the speaking voice's gender.
static Symbol TTSConstants.p_SpeakerCategory
          Optional parameter (optArgs key) for TTS to specify the category of the speaker.
static Symbol TTSConstants.p_SpeakerVolume
          Optional parameter (optArgs key) for TTS to specify the volume of the generated voice.
static Symbol TTSConstants.p_SpeakerRate
          Optional parameter (optArgs key) for TTS to specify the rate of the generated voice.
static Symbol TTSConstants.p_SpeakerPitch
          Optional parameter (optArgs key) for TTS to specify the pitch of the generated voice.
 

Methods in hp.telephony.media that return Symbol
 Symbol FaxEvent.getLineRate()
          negotiated line bit rates
 Symbol FaxEvent.getDisconnectionDiagnostic()
          Disconnection diagnostic.
 Symbol FaxEvent.getPageLength()
          negotiated page length
 Symbol FaxEvent.getPageWidth()
          negotiated page width
 Symbol FaxEvent.getFaxProcessingCode()
          Processing code.
 Symbol FaxEvent.getCommunicationDiagnosticCode()
          Fax communication diagnostic code.
 Symbol MediaEvent.getEventID()
          Get the Symbol that identifies this event.
 Symbol PlayerEvent.getChangeType()
          Return Symbol that identifies the type of Speed or Volume adjustment.
 Symbol RTC.getTrigger()
          Return the Symbol that defines the trigger condition for this RTC.
 Symbol RTC.getAction()
          Return the Symbol that defines action for this RTC.
 Symbol ResourceEvent.getQualifier()
          Get the Qualifier of this event.
 Symbol ResourceEvent.getRTCTrigger()
          Get the RTC Trigger that caused this transaction completion.
 Symbol ResourceEvent.getError()
          Identify the reason or cause of an error or failure.
 Symbol SMSPlayerEvent.getErrorCause()
          Returns Symbol that identifies the Error Cause in case of an event with an e_TL_InternalError error retrieved by the getError() method.
 Symbol SMSRecorderEvent.getTLMessageType()
          Returns Symbol that identifies the TL Message Type in case of a q_TL_Message qualifier.
 Symbol SMSRecorderEvent.getErrorCause()
          Returns Symbol that identifies the Error Cause in case of an event with an e_TL_InternalError error retrieved by the getError() method.
 Symbol[] SignalDetectorEvent.getSignalBuffer()
          Get array of signal names.
static Symbol Symbol.getSymbol(int value)
          Constructs a newly allocated Symbol object with the given int value.
static Symbol Symbol.getSymbol(String stringName)
          Returns a Symbol with the given name.
 

Methods in hp.telephony.media with parameters of type Symbol
static ConfigSpec ConfigSpec.getNuanceConfig(Symbol streamFormat)
          Deprecated.  
 void SignalDetector.retrieveSignals(int numSignals, Symbol[] patterns, RTC[] rtc, Dictionary optargs)
          Retrieve some signals from the signal buffer.
 void SignalGenerator.sendSignals(Symbol[] signals, RTC[] rtc, Dictionary optargs)
          Transmit a series of signals out the Terminal to the network.
 

Constructors in hp.telephony.media with parameters of type Symbol
RTC(Symbol trigger, Symbol action)
          Create an RTC object linking the trigger condition to the action command.