# File lib/adhearsion/voip/call.rb, line 243
          def replace_unknown_values_with_nil(variables)
            variables.each do |key,value|
              variables[key] = nil if value == 'unknown'
            end
          end