Hi all,
Has anyone seen/utilized an example of calling an iHub request - not through an interceptor in the callflow, but by having a rolling background process of some kind detect that a call has hit an end-state result ‘hangup’ (connection.disconnect.hangup) I feel like there’s something potentially in the example scripting command on the Using iHub documentation;
context.sqlStoredProcedure(java.lang.String sConnectionName_p, int iTimeoutMillis_p, java.lang.String sStoredProcedureName_p, java.lang.Object… parameters_p)
Run the specified stored procedure.
but I honestly don’t know enough about the ins-and-outs of custom scripting within this universe to know where to start playing.
Appreciate any direction that anyone can provide!