You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @avremy, I'm sorry your hitting this issue. I think we accidentally broke voicemail support for Asterisk when we introduced FreeSWITCH support back in #10.
The problem is that we are defaulting the final_timeout setting to 2. While this is ideal for FreeSWITCH, Asterisk should have no final_timeout specified at all - and of course will otherwise result in an error.
This is certainly a bug but in the interim, I can offer a cheap workaround: Explicitly set final_timeout to -1, which is the intended default when using Asterisk.
when trying to send call to voicemail , I get the following error
this is a clean adhearsion install using :
adhearsion -v 2.6.4
ruby -v 2.4.1
asterisk -v 13.17.2
all I put in the call controller was
The text was updated successfully, but these errors were encountered: