linkedin / iris

Iris is a highly configurable and flexible service for paging and messaging.
http://iris.claims
BSD 2-Clause "Simplified" License
807 stars 139 forks source link

Getting "Application error" voice message #363

Open gani-m opened 6 years ago

gani-m commented 6 years ago

Hi ,

We are trying IRIS & Oncall in our office environment. Whenever I create a test incident (Using Plans) with urgent priority, I get a call from iris. But the voice message says "application error". I expect the voice call to read the incident. It is not working. I have opened the externalip:16649 to the world, Below is my twilio config in IRIS,

vendors:

I get the following error,

web.1 | 54.158.131.187 - - [24/Jan/2018:05:24:26 +0000] "POST /api/v0/twilio/calls/gather?content=188.+test_call&source=Autoalerts&instruction=Press+2+to+claim.&message_id=188&loop=3 HTTP/1.1" 404 - "-" "TwilioProxy/1.1" web.1 | 54.82.193.204 - - [24/Jan/2018:05:24:28 +0000] "POST /api/v0/twilio/status HTTP/1.1" 404 - "-" "TwilioProxy/1.1" web.1 | 54.165.215.242 - - [24/Jan/2018:05:24:30 +0000] "POST /api/v0/twilio/status HTTP/1.1" 404 - "-" "TwilioProxy/1.1"

Please help me fix it.

Thanks, Gani

dwang159 commented 6 years ago

To integrate with Twilio, you'll need to set up Iris relay(https://github.com/linkedin/iris-relay), which is by default hosted on port 16648. This should allow Twilio to hit the proper endpoints and deliver your call.

gani-murugesan commented 6 years ago

Thanks dwang159