The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> call me button via SIP
caracoliti
post Jan 14 2021, 09:22 PM
Post #1





Group: Members
Posts: 2
Joined: 14-January 21
Member No.: 27,725



I am building my website from scratch and after looking on many forums i have not been able to identify how to make it working.

I was curious if somebody could point me in to the right direction to create something like this:

at the end of an info page i created, i want to add button that says "call me now", and after the user clicks on the button a call is connected between the client and the agent so the two can talk.

This is for a website on WordPress.

How can i do that? Are there plugins? I researched call me button but nothing came up.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Jan 14 2021, 09:57 PM
Post #2


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



It's called the tel: protocol. See for instance here: https://css-tricks.com/the-current-state-of-telephone-links/ .

You could style the link to look like a button or you could wrap the link around BUTTON.
CODE
<a href="tel:12345567"><button>Call us!</button></a>
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Christian J
post Jan 15 2021, 12:00 PM
Post #3


.
********

Group: WDG Moderators
Posts: 9,650
Joined: 10-August 06
Member No.: 7



Don't forget a real phone number as well, not everybody browse with a phone...
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Jan 15 2021, 01:27 PM
Post #4


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



Absolutely, but it sounds like this is sort of an internal thing and everyone uses SIP. But even if that's the case, a visible number can probably be a good idea.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
caracoliti
post Jan 15 2021, 01:40 PM
Post #5





Group: Members
Posts: 2
Joined: 14-January 21
Member No.: 27,725



thanks for your responses but I guess i used the wrong words.

what i want to do is this: once the client clicks on the button "call me now" the server starts two calls, one to the agent and one to the client and connects them, something like you find on the amazon website.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Jan 15 2021, 01:49 PM
Post #6


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



No idea. I don't even get what the advantage is, but I've never used SIP. But I have a feeling if you find a solution it won't be so much about the link.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Christian J
post Jan 15 2021, 02:58 PM
Post #7


.
********

Group: WDG Moderators
Posts: 9,650
Joined: 10-August 06
Member No.: 7



QUOTE(caracoliti @ Jan 15 2021, 07:40 PM) *

what i want to do is this: once the client clicks on the button "call me now" the server starts two calls, one to the agent and one to the client and connects them, something like you find on the amazon website.

Are you sure you want your server involved in phone calls (why, and how)? Also I don't know what you mean with Amazon, a quick look didn't turn up any phone numbers at their site. unsure.gif

The tel: link that pandy suggested will simply launch the phone's call app, then I guess the rest is handled by the cell operators.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Jan 15 2021, 03:52 PM
Post #8


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



Or the computer's. You can configure what application it should bring up. So why not whatever is used for SIP?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 18th April 2024 - 07:23 AM