Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CTI] Caller is not identified if the caller has only entered a telephone number (no firstname, lastname, email). #5117

Closed
martini opened this issue Apr 11, 2024 · 0 comments

Comments

@martini
Copy link
Collaborator

martini commented Apr 11, 2024

Used Zammad Version

6.2

Environment

  • Installation method: any
  • Operating system (if you're unsure: cat /etc/os-release ): any
  • Database + version: any
  • Elasticsearch version: any
  • Browser + version: any

Actual behaviour

Caller is not identified if the caller has only entered a telephone number (no firstname, lastname, email).

Screenshot from 2024-04-10 14-48-36

Expected behaviour

Caller should get identified, even if the caller has only entered a telephone number (no firstname, lastname, email).

Screenshot from 2024-04-11 07-49-56

Steps to reproduce the behaviour

  • enable cti
  • create a user with only filled phone number:
curl --request POST 'http://localhost:3000/api/v1/users' -H "Authorization: Token token=XXX" --header 'Content-Type: application/json' \
   --data-raw '{
      "phone": "493012345"
   }'
  • simulate an inbound call
curl --request POST 'http://localhost:3000/api/v1/cti/XXX' \
   --header 'Content-Type: application/json' \
   --data-raw '{
      "event": "newCall",
      "from": "493012345",
      "to": "490000001",
      "direction": "in",
      "callId": "307fa962-de8d-4ffc-817b-7f699320415991",
      "user": ["Christopher Miller", "Emma Taylor"]
   }'

Verify caller log entry, you can see the caller didn't got identified.

Support Ticket

Ticket#10152999

I'm sure this is a bug and no feature request or a general question.

yes

@martini martini self-assigned this Apr 11, 2024
zammad-sync added a commit that referenced this issue Apr 12, 2024
… a telephone number (no firstname, lastname, email).
zammad-sync added a commit that referenced this issue Apr 30, 2024
… a telephone number (no firstname, lastname, email).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant