Beispiel #1
0
 protected override void OnExternalCommand(string command, string commandData, string eventToken, TelecomScriptInterface tsInterface, CallButler.Telecom.TelecomProviderBase telecomProvider, WOSI.CallButler.Data.DataProviders.CallButlerDataProviderBase dataProvider)
 {
     addonModule.OnExternalAction(new CallButler.Service.Plugin.CallButlerScriptContext(tsInterface.IMLInterpreter), command, commandData);
     tsInterface.IMLInterpreter.SignalEventCallback(eventToken);
 }