4

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.

Michu93
  • 5,058
  • 7
  • 47
  • 80

1 Answers1

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