Jump to content

Call Back


tommymtl

Recommended Posts

I am trying to implement a function that will call back based on web site link...

 

I want to have a web form on my site that let peoples entering their phone number for having the system calling them and connect the call with an AA or an extension. Is this a possible function and how?

 

thanks

Link to comment
Share on other sites

I am thinking on how we can get this done the easiest way... Conferencing now allows invitations... We have the call back on busy features for internal extensions... But the web callback is something that really makes sense in so many cases. We need to make this very easy to use, like the scheduling of a page playback that we have recently added. Then you can just put some code in PHP or whatever you are using to get this done. Maybe we can use a agent group to automate finding an available person to do the call.

Link to comment
Share on other sites

We do have click to dial links. The syntax is below.

 

http://pbx.company.com:1845/remote_call.htm?user=511@localhost&connect=true&dest={phone}&auth=511@localhost:password

(where 1845 is the http port on the PBX. You can also use https instead of http)

 

Ex: http://pbx.company.com:1845/remote_call.htm?user=511@localhost&connect=true&dest=18001231234&auth=511@localhost:511pw

(where 511pw is the web password for of extension 511@localhost).

 

This is still very primitive support based on what you are looking for. Ideally, we should enhance this feature to have more options. Ex: callback now or later, push the call to a Q and as and when the agents become free PBX will call back the initiator of the request, or keep the initiator connected to a IVR/Q & keep playing messages etc.

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.
Note: Your post will require moderator approval before it will be visible.

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.

×
×
  • Create New...