diff --git a/app/controllers/integration/sipgate_controller.rb b/app/controllers/integration/sipgate_controller.rb index e7c511969..69ae1c113 100644 --- a/app/controllers/integration/sipgate_controller.rb +++ b/app/controllers/integration/sipgate_controller.rb @@ -4,7 +4,7 @@ require 'builder' class Integration::SipgateController < ApplicationController - before_filter :check_configured + before_action :check_configured # notify about inbound call / block inbound call def in