HoldCall Method



 
The HoldCall method places the current call on hold.


Syntax

    SiteKiosk.Plugins("SitePhone").HoldCall()
    
Return Value
    None.
Remarks
    None.
Examples
    The following example holds the current call.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    SiteKiosk.Plugins("SitePhone").HoldCall();
    </SCRIPT>
    

Applies to
    SiteKiosk v7.0 (and later versions).

Back to top