app_generators/ahn/templates/config/startup.rb in jicksta-adhearsion-0.7.999 vs app_generators/ahn/templates/config/startup.rb in jicksta-adhearsion-0.8.0

- old
+ new

@@ -26,13 +26,10 @@ # By default Asterisk is enabled with the default settings config.enable_asterisk # config.asterisk.enable_ami :host => "127.0.0.1", :username => "admin", :password => "password", :events => true - # To change the host IP or port on which the AGI server listens, use this: - # config.enable_asterisk :listening_port => 4574, :listening_host => "127.0.0.1" - # config.enable_drb # Streamlined Rails integration! The first argument should be a relative or absolute path to # the Rails app folder with which you're integrating. The second argument must be one of the # the following: :development, :production, or :test. @@ -48,6 +45,6 @@ # :username => 'joe', # :password => 'secret', # :host => 'db.example.org' end -Adhearsion::Initializer.start_from_init_file(__FILE__, File.dirname(__FILE__) + "/..") \ No newline at end of file +Adhearsion::Initializer.start_from_init_file(__FILE__, File.dirname(__FILE__) + "/..")