Essa mensagem é enviada para os eventos de telefonia, como quando a origem e destino atendem e cancelam. Exemplo de evento quando a origem atendeu.

{
  "event": "CALL.PHONE_EVENT",
  "call": {
    "id": 1,
    "user": {
      "id": 1,
      "name": "Nome do vendedor"
    },
    "originPhone": "+5511999999999",
    "receiverPhone": "+5548999999999",
    "duration": 0,
    "status": "ONGOING",
    "callType": "VOIP",
    "category": {
      "id": 1,
      "name": "Ligação",
      "source": "RELATIONSHIP"
    },
    "team": {
      "id": 4,
      "name": "Nome do time"
    },
    "originStatus": "ANSWERED",
    "receiverStatus": "PREPARING",
    "originType": "EXTENSION",
    "receiverType": "MOBILE",
    "originStarted": "2019-06-03T14:40:36.000Z",
    "originPrice": 0,
    "receiverPrice": 0
  }
}