Answering Machine Detection #4
-
Hello, I was curious if you've pursued implementing AMD with this framework? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Hi @adamreed90! At this point in time the API should be on par with plivo/plivoframework which never implemented AMD as a first class feature. It doesn't mean it cannot be implemented as a backwards compatible add-on! I've successfully implemented AMD scenarios, however unbeknownst to Eqivo: webitel/mod_amd is a rather advanced fork of the original module so with it bundled in the FreeSWITCH image, it can be invoked when originating calls, specifically the As a first class feature, this wouldn't be necessary and webhooks are also possible as the recommended |
Beta Was this translation helpful? Give feedback.
-
Hi @adamreed90 -- Answering machine detection is now (as of v0.5.4 🎉) implemented as a first calls feature, this is achieved in a Twilioesque fashion, by passing the The detection itself is performed via mod_amd and mod_avmd (shipped with FreeSWITCH). A compatible Docker image is readily available: rtckit/eqivo-freeswitch. |
Beta Was this translation helpful? Give feedback.
-
Is it possible to do this in an asynchronous method, like Twilio does for example? |
Beta Was this translation helpful? Give feedback.
Hi @adamreed90 --
Answering machine detection is now (as of v0.5.4 🎉) implemented as a first calls feature, this is achieved in a Twilioesque fashion, by passing the
MachineDetection
parameter when placing new calls.The detection itself is performed via mod_amd and mod_avmd (shipped with FreeSWITCH). A compatible Docker image is readily available: rtckit/eqivo-freeswitch.