dlg_push_var
Push a variable into an active dialog by providing Call-ID, From-tag, variable name, and value. Dynamically update dialog state without needing to restart.
Instructions
Push a variable into an active dialog.
Parameters
callid: The Call-ID of the target dialog. from_tag: The From-tag of the target dialog. var_name: Name of the dialog variable to set. var_value: Value to assign to the variable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| callid | Yes | ||
| from_tag | Yes | ||
| var_name | Yes | ||
| var_value | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||