Click or drag to resize

FaxPhaseDCommand Enumeration

The Fax Phase D Command.

Namespace:  VoiceElements.Client
Assembly:  VoiceElementsClient (in VoiceElementsClient.dll) Version: 8.6.1.1
Syntax
public enum FaxPhaseDCommand
Members
  Member nameValueDescription
EndOfProcedure0 DFS_EOP -> 0 End of Procedure – Terminate fax session. Progress to Phase E and disconnect fax call.
MultiPageSignal1 DFS_MPS -> 1 Multi-Page Signal – End of current fax document page, more fax data to follow. Next fax document page is in the same format as the current page, so proceed directly to Phase C.
EndOfMessage2 DFS_EOM -> 2 End of Message – End of current fax document page, more fax data to follow. Return to Phase B and negotiate parameters for next fax document page.
Poll3 DFS_POLL -> 3 A poll request was sent.
PRI_EndOfProcedure16 DFS_PRI_EOP -> 16 Request for operator intervention sent (PRI_EOP) (not supported on DM3 boards)
PRI_MultiPageSignal17 DFS_PRI_MPS -> 17 Request for operator intervention sent (PRI_MPS) (not supported on DM3 boards)
PRI_EndOfMessage18 DFS_PRI_EOM -> 18 Request for operator intervention sent (PRI_EOM) (not supported on DM3 boards)
Remarks
Documentation In Development

We are constantly adding features and new capabilities to The Voice Elements Platform. Therefore, our documentation of individual methods, properties and other elements is constantly being developed and improved. If you would like to know more about this element, please help us perfect our documentation and help you develop your application by doing one or more of the following:

Thank you for your continued support of Voice Elements.

See Also