# File lib/adhearsion/voip/dial_plan.rb, line 25
      def initialize(call, entry_point=nil)
        @call, @entry_point = call, entry_point
        extend_with_voip_commands!
        extend_with_call_variables!
        extend_with_components_with_call_context!
      end