Is there any way to outside of GUI on the miVoice in todays world. due to the immediate need this has to be somewhat automated due to way this is setup.
like API / DB query update/ ODBC.
Im doing some deep dive digging now.
basic example update system speed call 1144 to a different destination.
in postman i was able to intercept it doing this on POST
not sure how e-smith db works or if there's a backend Berkley .db
like API / DB query update/ ODBC.
Im doing some deep dive digging now.
basic example update system speed call 1144 to a different destination.
in postman i was able to intercept it doing this on POST
Code:
--data-urlencode 'ActionArgs=0=1144|1=2222|2=0|3=1|4=|'
--data-urlencode 'ApplicationID=GenericForms'
--data-urlencode 'FunctionID=FI_Read'
--data-urlencode 'FunctionArgs=System+Speed+Call+Assignment~GDM'
--data-urlencode 'ActionID=Action_ID_Change_Update' \
not sure how e-smith db works or if there's a backend Berkley .db