When starting Keycloak, you must specify Total Voice as the default phone service and provide your Total Voice API token using the --spi-message-sender-service-totalvoice-token configuration option.
Use the following command structure:
--spi-phone-default-service=totalvoice to set the service.
--spi-message-sender-service-totalvoice-token=${token} to provide your credentials.
${KEYCLOAK_HOME}/bin/kc.sh start --spi-phone-default-service=totalvoice \
--spi-message-sender-service-totalvoice-token=${token}