lib/adhearsion/configuration.rb in adhearsion-2.1.3 vs lib/adhearsion/configuration.rb in adhearsion-2.2.0

- old
+ new

@@ -50,9 +50,13 @@ __ formatter nil, :desc => <<-__ A log formatter to apply to all active outputters. If nil, the Adhearsion default formatter will be used. __ } + + after_hangup_lifetime 30, :transform => Proc.new { |v| v.to_i }, :desc => <<-__ + Lifetime of a call after it has hung up + __ end Loquacious::Configuration.for :platform, &block if block_given? self