I am using freeswitch and I would like to detect voicemail on phone which I call. Let's assume I call number xxx-xxx-xxx and if can't talk with owner of that number I would like to know it. Is that possible? As far I have tried to recognize the special sound but actually efectiveness of that solution is really low because many owners have their own message recoded on voicemail.
Asked
Active
Viewed 978 times
4
-
Did you try `mod_avmd`? – Sasi Varunan Jun 06 '16 at 16:21
-
Yes but accuracy is so poor. I would even say that it's uselles. – Michu93 Jun 08 '16 at 11:36
1 Answers
0
You can buy a commercial module (mod_com_amd) that will do that for you. It's available directly from the FreeSWITCH site: https://freeswitch.org/confluence/display/FREESWITCH/mod_com_amd

hdiogenes
- 729
- 7
- 15
-
Have you ever used it? What is a accuracy of detecting voicemail? It seems like it analyze the sound, not just waiting for beep signal (which is really bad idea nowadays). – Michu93 Jun 08 '16 at 11:55