Previous PageTable Of Contents../index.htmlIndexNext Page

grtProcessDialEvent( )

Description | Example

Name:

int grtProcessDialEvent (GRT_EVENT *event, char *dial_string)

Inputs:

GRT_EVENT *event

  • Pointer to an event record.

char *dial_string

  • Pointer to a 20-character string.

Outputs:

char *dial_string

  • Pointer to a 20-character string.

Returns:

GRT_SUCCESS

  • Successful.

GRT_UNKNOWN_EVENT

  • Otherwise.

Includes:

genra.h

 

Top Of PageDescription

The grtProcessDialEvent( ) function processes a dial event.

This function is a high-level function that provides the data that is associated with a GRT_DIAL event to the user. The data will be a 20-character string representing the dialing string. The function returns GRT_SUCCESS if the event is a GRT_DIAL event and dial_string points to a valid dialing string. If the event is not GRT_DIAL, then the dial_string points to invalid data.

Top Of PageExample


Previous PageTable Of ContentsTop Of PageIndexNext Page

Click here to contact Dialogic Customer Engineering

Copyright 2000, Dialogic Corporation
All rights reserved
This page generated January, 2002