Using the Call-Back Links Plugin
Content Tags
Content Tag | Used for |
---|---|
{call=<Internal Extension>} | Starts a Call-Back Link, originating the call to Internal Extension . |
{call=<Internal Extension>;email=<Some Email Address>} | Starts a Call-Back Link, originating the call to Internal Extension , sending any Notification Email to Some Email Address . This will override any Email Address defined for Email Notifications in the Modules Settings. |
{/call} | Ends the Call-Back Link. The text between the Start and here is the Link Text. |
The Dialog for entering the Phone Number to call and the optional Name of the called will get displayed in a separate window, using the Call Back Template. There are the following Effects available in which this Dialog will get shown, when omitting any of these Options, a Plain Browser Window will get used:
Content Tag | Used for |
---|---|
{call=…|moodalbox} | Uses the MoodalBox Effect. |
{call=…|smoothbox} | Uses the SmoothBox Effect. |
{call=…|slimbox} | Uses the SlimBox Effect. |
Examples
{call=5501}Call-Back Now...{/call}
Originates to Extension 5501 using a Plain Window.
{call=5501|moodalbox}Call-Back Now...{/call}
Originates to Extension 5501
using a MoodalBox Effect for the window.
{call=some.extension@sip.domain.com|smoothbox}Call-Back Now...{/call}
Originates to SIP Extension some.extension@sip.domain.com
using a SmoothBox Effect for the window.
{call=some.extension@sip.domain.com;email=someone@domain.com|smoothbox}Call-Back Now...{/call}
Originates to SIP Extension some.extension@sip.domain.com
, Send Notification Email to someone@domain.com
and use a SmoothBox Effect for the window.