### Event Naming Convention

Events are named using the pattern `resource.command.event`.

For example:

- `call.answered`: Indicates that a call was answered.
- `call.amd.machine`: Indicates that the Answering Machine Detection (AMD) on a call detected a machine.


This convention helps clearly identify the resource, the command involved, and the specific event that occurred.