Hello, I am setting up Ignition Voice Notifications using Telnyx for my SIP connection. My alarm notification profile successfully registers with the VOIP host, but when the pipeline is started with that profile I receive the following error from CallManager:
Could not execute notification job NotificationJob[id=NJob_0, users=4, events=1], the delivery media system was not available. Details: No compatible voice found
com.inductiveautomation.alarming.notification.sip.content.scripts.NoCompatibleScriptOrVoiceException: No compatible voice found
at com.inductiveautomation.alarming.notification.sip.profile.SipNotificationProfile$TtsScriptFactory.buildScript(SipNotificationProfile.java:292)
at com.inductiveautomation.alarming.notification.sip.call.NotificationJob.run(NotificationJob.java:158)
at com.inductiveautomation.alarming.notification.sip.call.CallManager$CallQueueConsumer.run(CallManager.java:639)
I’ve checked my Voice Notification module version, restarted it and the gateway with no luck. Some pretty old threads from here on this error mentioned needing a third party voice module, but I didn’t think that would be necessary with the current Voice Notification Module, or am I wrong?