Yaw-Ming Chen | Please refer to Tcl IVR API programming guide
set temp [infotag get evt_gtd] Syntax: infotag get evt_gtd <gtd_handle>
you missed <gtd_handle> here Thanks ! evt_gtd
Description: Associates a handle to the GTD parameters contained in the event. The application can use the handle to include the associated GTD parameters in any outgoing call signal message.
Syntax: infotag get evt_gtd <gtd_handle> Mode: Read Scope: ev_address_resolved ev_alert ev_connected ev_disconnected ev_proceeding ev_progress ev_setup_indication
Return Type: Number. If a handle can be created from the event, 1 is returned, otherwise 0 is returned. Direct Mapping: None Example: set handle [infotag get evt_gtd gtd_inf] |
| Please sign in to flag this as inappropriate. |