Hi
You can use AMD (Answer machine detection) to estimate if the caller is an answer machine. In an ICE response or customCallout
amd": {"enabled": true, "async": false}
We would send a notification if you ask to detect an answering machine
A notification would then be returned, (two examples shown):
type: 'amd', amd: { status: 'machine', reason: 'n/a', duration: 4 }
type: 'amd_beep', amd: { status: 'machine', reason: 'beep', duration: 8 }
You can then issue a command to start recording how you require
... View more