v3.1 beta: Contact telephone number linking #5707

Closed
opened 2025-12-29 19:31:40 +01:00 by adam · 3 comments
Owner

Originally created by @martinum4 on GitHub (Nov 24, 2021).

Originally assigned to: @jeremystretch on GitHub.

NetBox version

v3.1-beta1

Feature type

Change to existing functionality

Proposed functionality

Automatically make the content of the field "Phone" linked via href.
Example: <a href="tel:123-456-7890">123-456-7890</a>

Use case

Usage of CTI and on mobile phones, numbers don't have to be copied to be called.

Database changes

none, only change in HTML.

External dependencies

No response

Originally created by @martinum4 on GitHub (Nov 24, 2021). Originally assigned to: @jeremystretch on GitHub. ### NetBox version v3.1-beta1 ### Feature type Change to existing functionality ### Proposed functionality Automatically make the content of the field "Phone" linked via href. Example: `<a href="tel:123-456-7890">123-456-7890</a>` ### Use case Usage of CTI and on mobile phones, numbers don't have to be copied to be called. ### Database changes none, only change in HTML. ### External dependencies _No response_
adam added the status: acceptedtype: featurebeta labels 2025-12-29 19:31:40 +01:00
adam closed this issue 2025-12-29 19:31:41 +01:00
Author
Owner

@sdktr commented on GitHub (Dec 2, 2021):

If this is implemented it should propable be done for email as well?

@sdktr commented on GitHub (Dec 2, 2021): If this is implemented it should propable be done for email as well?
Author
Owner

@martinum4 commented on GitHub (Dec 3, 2021):

It is already implemented for email:

image
See https://beta-demo.netbox.dev/tenancy/contacts/

@martinum4 commented on GitHub (Dec 3, 2021): It is already implemented for email: ![image](https://user-images.githubusercontent.com/18295403/144517661-05c36cbf-389d-4dcd-accb-e5e8abdc4689.png) See https://beta-demo.netbox.dev/tenancy/contacts/
Author
Owner

@sdktr commented on GitHub (Dec 3, 2021):

Ah, you're looking at the bulk view. I was referring to the single view: https://beta-demo.netbox.dev/tenancy/contacts/2/

@sdktr commented on GitHub (Dec 3, 2021): Ah, you're looking at the bulk view. I was referring to the single view: https://beta-demo.netbox.dev/tenancy/contacts/2/
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#5707