Skip to content

Commit

Permalink
Added urlname to the callerid API
Browse files Browse the repository at this point in the history
  • Loading branch information
djamg committed Oct 18, 2023
1 parent 689b717 commit 4c81989
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions funnel/views/api/support.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def support_callerid(number: str) -> tuple[dict[str, Any], int]:
info['account'] = {
'title': user_phone.account.fullname,
'name': user_phone.account.username,
'urlname': user_phone.account.urlname,
}
return {'status': 'ok', 'result': info}, 200
# TODO: Check in TicketParticipant.phone

0 comments on commit 4c81989

Please sign in to comment.