Jump to content

Click to call client - Ring Central


BryanB

Recommended Posts

I was just thinking it would be pretty cool to use the Ring Central API on the client page and support tickets to have a "Call" button where it would automatically place a call to the client's number. It looks pretty simple but I'm not sure how it would be done since everything is encoded with WHMCS

 

A simple link like this would work:

 

The api documentation: http://service.ringcentral.com/ringoutapi/

 

Any ideas on how to do this?

Edited by bear
by request
Link to comment
Share on other sites

I did it! It's a cool little 5 minute modification in case anyone is interested and using ring central here is the code:

 

this is in your admin/templates/v4 (or whatever admin template your are using) /clientsummary.tpl - line 20

 

<tr><td>Phone Number</td><td>{$clientsdetails.phonenumber}<br />
 </a><a href="https://service.ringcentral.com/ringout.asp?cmd=call&username=xxxx&ext=1&password=xxxx&to={$clientsdetails.phonenumber}&from=xxxx&clid=xxxx&prompt=1" target="_blank">Call Client</a><br />

 

Just fill in the XXX's with your account info

 

I'm going to see if I can get this to work on the support tickets now

Link to comment
Share on other sites

  • 1 month later...

right. the ring me feature lets the client call the business, I personally, don't use outlook or anything that the call controller integrates with so It's nice to be able to do everything right within WHMCS, look up a client and just click on their phone number and it calls them.

Link to comment
Share on other sites

Too fast, i'm having a problem with "+" being replaced with "%2b" in links, anyone know how to solve this? same result with UTF-8 character entity

 

Regards,

Edited by factor
character entity showing directly
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated