PhoneCall objects
A value that specifies the media type of a phone call. Values are:
2 Unknown – a media stream exists but its mode is currently unknown
4 InteractiveVoice – an interactive voice call with human parties at both ends
8 AutomatedVoice – an automated call handled by an answering machine or similar application
256 DigitalData – a digital data stream of unspecified format
Specify a value for the LineMediaMode property in the LineMediaMode box on the General page of the PhoneCall object’s Properties view.
The LineMediaMode property is an unsigned long value indicating the type of information stream exchanged over a call. The following line writes the LineMediaMode value to a single line edit box:
sle_media.text = string(pcall_1.LineMediaMode)
Copyright © 2004. Sybase Inc. All rights reserved. |
![]() |