Read_Program_Data

Description

Returns program data associated with a call transferred by CallPath Server.

Use this custom server command to return the program data associated with a transferred call. The data returned is the data received from the CallPath Alerting event that occurred during call setup.

Note: If the Set_Program_Data command has been used since the call was answered, the program data will have been overwritten.

Input parameters

None.

Output parameters

long program_data_length
The length of the program data string.
char program_data[512]
The program data string.