On Premises

Configure CallMe

Note: An Enterprise license or higher is required to access these features.

Prerequisites

Configure CallMe for WebChat

  1. Open the web.config from you WebChat (in C:\inetpub\wwwroot\[Webchat_]\sfbwebchatplus\xml\settings.xml)

  2. Change the settings in callmehub:

    Copy
    XML
    <callmehub>
        <hubconnectioncallmeurl>/callme_[CallMeId]/signalr</hubconnectioncallmeurl>
        <hubcallmename>callMe</hubcallmename>
    </callmehub>
  3. Change the setting to enable the CallMeButton

    Copy
    XML
    <callmeenabled>true</callmeenabled>