instedd / verboice

Open source toolkit for voice services; with special focus to the needs of medium- and low-income countries, scalable services, and interacting with vulnerable populations
http://verboice.instedd.org/
GNU General Public License v3.0
43 stars 18 forks source link

Check status messages to don't be nil in channel index #935

Closed leandroradusky closed 1 year ago

leandroradusky commented 1 year ago

Small fix to work properly with the Twilio simulator.

ysbaddaden commented 1 year ago

I suspect this is a more general bug in Verboice. @matiasgarciaisaia ?

After creating the channel, we can't access the channel until it starts receiving calls (we get a nilable error on status[:messages]).