The CallPath_SigProc commands are documented in the Blueworx Voice Response for AIX: Application Development using State Tables information. The commands are used to read or set the program data. In addition, the state table also has access to information about an incoming call in the following system variables:
Use the EvaluateData action to test the System : Call Info : User 2 system variable (SV188). If the value is 0, there is no program data to be read. Otherwise, use a SendData to send the Read_Program_Data command to CallPath_SigProc, followed by a ReceiveData to receive two parameters: the program data itself and the length of the string. These steps are shown in Figure 1.
Pass the data you want to associate with the transfer as a parameter when you use the SendData action to send the Set_Program_Data command to CallPath_SigProc. Use a ReceiveData action following the SendData, and check the return code. If the Set_Program_Data appears to have been successful, use the TransferCall action to make the call transfer. These steps are shown in Figure 2.