https://github.com/jnicklas/carrierwave/wiki/How-to%3A-Store-the-uploaded-file-size-and-content-type
This is SQLite3::SQLException: cannot start a transaction within a transaction: begin transaction:,
the stacktrace is similar to BusyException.
ActiveRecord::StatementInvalid - SQLite3::SQLException: cannot start a transaction within a transaction: begin transaction:
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/sqlite3-1.3.6/lib/sqlite3/database.rb:97:in `close'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/sqlite3-1.3.6/lib/sqlite3/database.rb:97:in `ensure in prepare'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/sqlite3-1.3.6/lib/sqlite3/database.rb:97:in `prepare'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/sqlite3-1.3.6/lib/sqlite3/database.rb:134:in `execute'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/sqlite3-1.3.6/lib/sqlite3/database.rb:484:in `transaction'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/activerecord-3.2.8/lib/active_record/connection_adapters/sqlite_adapter.rb:314:in `block in begin_db_transaction'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/activerecord-3.2.8/lib/active_record/connection_adapters/abstract_adapter.rb:280:in `block in log'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/activerecord-3.2.8/lib/active_record/connection_adapters/abstract_adapter.rb:275:in `log'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/activerecord-3.2.8/lib/active_record/connection_adapters/sqlite_adapter.rb:314:in `begin_db_transaction'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/activerecord-3.2.8/lib/active_record/connection_adapters/abstract/database_statements.rb:184:in `transaction'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/activerecord-3.2.8/lib/active_record/transactions.rb:208:in `transaction'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/activerecord-3.2.8/lib/active_record/transactions.rb:293:in `with_transaction_returning_status'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/activerecord-3.2.8/lib/active_record/transactions.rb:241:in `block in save'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/activerecord-3.2.8/lib/active_record/transactions.rb:252:in `rollback_active_record_state!'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/activerecord-3.2.8/lib/active_record/transactions.rb:240:in `save'
	/home/c2h2/rails-project/luna-client/app.rb:87:in `block in '
	/home/c2h2/rails-project/luna-client/app.rb:83:in `each'
	/home/c2h2/rails-project/luna-client/app.rb:83:in `'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/backports-2.6.4/lib/backports/tools.rb:314:in `require'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/backports-2.6.4/lib/backports/tools.rb:314:in `require_with_backports'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/dependencies.rb:251:in `block in require'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/dependencies.rb:236:in `load_dependency'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/dependencies.rb:251:in `require'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/sinatra-contrib-1.3.1/lib/sinatra/reloader.rb:222:in `block in perform'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/sinatra-contrib-1.3.1/lib/sinatra/reloader.rb:218:in `each'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/sinatra-contrib-1.3.1/lib/sinatra/reloader.rb:218:in `perform'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/sinatra-contrib-1.3.1/lib/sinatra/reloader.rb:207:in `block (2 levels) in registered'
	:28:in `block in exclusive'
	:10:in `synchronize'
	:27:in `exclusive'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/sinatra-contrib-1.3.1/lib/sinatra/reloader.rb:207:in `block in registered'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/sinatra-1.3.3/lib/sinatra/base.rb:1265:in `call'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/sinatra-1.3.3/lib/sinatra/base.rb:1265:in `block in compile!'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/sinatra-1.3.3/lib/sinatra/base.rb:872:in `[]'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/sinatra-1.3.3/lib/sinatra/base.rb:872:in `block in process_route'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/sinatra-1.3.3/lib/sinatra/base.rb:870:in `catch'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/sinatra-1.3.3/lib/sinatra/base.rb:870:in `process_route'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/sinatra-1.3.3/lib/sinatra/base.rb:827:in `block in filter!'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/sinatra-1.3.3/lib/sinatra/base.rb:827:in `each'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/sinatra-1.3.3/lib/sinatra/base.rb:827:in `filter!'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/sinatra-1.3.3/lib/sinatra/base.rb:935:in `dispatch!'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/sinatra-1.3.3/lib/sinatra/base.rb:769:in `block in call!'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/sinatra-1.3.3/lib/sinatra/base.rb:921:in `block in invoke'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/sinatra-1.3.3/lib/sinatra/base.rb:921:in `catch'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/sinatra-1.3.3/lib/sinatra/base.rb:921:in `invoke'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/sinatra-1.3.3/lib/sinatra/base.rb:769:in `call!'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/sinatra-1.3.3/lib/sinatra/base.rb:755:in `call'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/rack-protection-1.2.0/lib/rack/protection/xss_header.rb:22:in `call'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/rack-protection-1.2.0/lib/rack/protection/base.rb:47:in `call'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/rack-protection-1.2.0/lib/rack/protection/base.rb:47:in `call'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/rack-protection-1.2.0/lib/rack/protection/path_traversal.rb:16:in `call'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/rack-protection-1.2.0/lib/rack/protection/json_csrf.rb:17:in `call'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/rack-protection-1.2.0/lib/rack/protection/base.rb:47:in `call'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/rack-protection-1.2.0/lib/rack/protection/xss_header.rb:22:in `call'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/nulllogger.rb:9:in `call'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/head.rb:9:in `call'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/sinatra-1.3.3/lib/sinatra/showexceptions.rb:21:in `call'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/sinatra-1.3.3/lib/sinatra/base.rb:99:in `call'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/sinatra-1.3.3/lib/sinatra/base.rb:1389:in `block in call'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/sinatra-1.3.3/lib/sinatra/base.rb:1471:in `synchronize'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/sinatra-1.3.3/lib/sinatra/base.rb:1389:in `call'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/builder.rb:134:in `call'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/urlmap.rb:64:in `block in call'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/urlmap.rb:49:in `each'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/urlmap.rb:49:in `call'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/lint.rb:48:in `_call'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/lint.rb:36:in `call'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/showexceptions.rb:24:in `call'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/commonlogger.rb:20:in `call'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/sinatra-1.3.3/lib/sinatra/base.rb:136:in `call'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/chunked.rb:43:in `call'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/thin-1.3.1/lib/thin/connection.rb:80:in `block in pre_process'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/thin-1.3.1/lib/thin/connection.rb:78:in `catch'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/thin-1.3.1/lib/thin/connection.rb:78:in `pre_process'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/sinatra-websocket-0.1.2/lib/sinatra-websocket/ext/thin/connection.rb:26:in `pre_process_with_websocket'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/thin-1.3.1/lib/thin/connection.rb:53:in `process'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/thin-1.3.1/lib/thin/connection.rb:38:in `receive_data'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/sinatra-websocket-0.1.2/lib/sinatra-websocket/ext/thin/connection.rb:40:in `receive_data_with_websocket'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/sinatra-websocket-0.1.2/lib/sinatra-websocket/ext/thin/connection.rb:68:in `receive_data_with_flash_policy_file'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.0.rc.4/lib/eventmachine.rb:187:in `run_machine'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.0.rc.4/lib/eventmachine.rb:187:in `run'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/thin-1.3.1/lib/thin/backends/base.rb:61:in `start'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/thin-1.3.1/lib/thin/server.rb:159:in `start'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/handler/thin.rb:13:in `run'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/server.rb:265:in `start'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/server.rb:137:in `start'
	/home/c2h2/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/rack-1.4.1/bin/rackup:4:in `'
	/home/c2h2/.rbenv/versions/1.9.3-p194/bin/rackup:24:in `load'
	/home/c2h2/.rbenv/versions/1.9.3-p194/bin/rackup:24:in `
' 127.0.0.1 - - [22/Oct/2012 17:44:24] "GET /phone_commands HTTP/1.1" 500 11442 0.1920
D, [2012-10-29T12:58:57.318472 #2534] DEBUG -- :   ServerProfile Load (0.1ms)  SELECT "server_profiles".* FROM "server_profiles" 
D, [2012-10-29T12:58:57.318571 #2534] DEBUG -- : SQLite3::BusyException: database is locked: UPDATE "server_profiles" SET "configuration_id" = 1, "enable_igmp" = 't', "last_connected_at" = '2012-10-29 12:58:21.690620', "updated_at" = '2012-10-29 12:58:22.820675' WHERE "server_profiles"."id" = 11
D, [2012-10-29T12:58:57.323045 #2534] DEBUG -- :    (0.3ms)  rollback transaction
D, [2012-10-29T12:58:57.330610 #2534] DEBUG -- : SQLite3::BusyException: cannot rollback transaction - SQL statements in progress: rollback transaction
register error SQLite3::BusyException: cannot rollback transaction - SQL statements in progress: rollback transaction
/home/huxl/.rvm/gems/ruby-1.9.3-p194/gems/sqlite3-1.3.6/lib/sqlite3/database.rb:97:in `close'
/home/huxl/.rvm/gems/ruby-1.9.3-p194/gems/sqlite3-1.3.6/lib/sqlite3/database.rb:97:in `ensure in prepare'
/home/huxl/.rvm/gems/ruby-1.9.3-p194/gems/sqlite3-1.3.6/lib/sqlite3/database.rb:97:in `prepare'
/home/huxl/.rvm/gems/ruby-1.9.3-p194/gems/sqlite3-1.3.6/lib/sqlite3/database.rb:134:in `execute'
/home/huxl/.rvm/gems/ruby-1.9.3-p194/gems/sqlite3-1.3.6/lib/sqlite3/database.rb:515:in `rollback'
/home/huxl/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.8/lib/active_record/connection_adapters/sqlite_adapter.rb:322:in `block in rollback_db_transaction'
/home/huxl/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.8/lib/active_record/connection_adapters/abstract_adapter.rb:280:in `block in log'
/home/huxl/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
/home/huxl/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.8/lib/active_record/connection_adapters/abstract_adapter.rb:275:in `log'
/home/huxl/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.8/lib/active_record/connection_adapters/sqlite_adapter.rb:322:in `rollback_db_transaction'
/home/huxl/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.8/lib/active_record/connection_adapters/abstract/database_statements.rb:199:in `rescue in transaction'
/home/huxl/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.8/lib/active_record/connection_adapters/abstract/database_statements.rb:180:in `transaction'
/home/huxl/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.8/lib/active_record/transactions.rb:208:in `transaction'
/home/huxl/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.8/lib/active_record/transactions.rb:293:in `with_transaction_returning_status'
/home/huxl/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.8/lib/active_record/transactions.rb:241:in `block in save'
/home/huxl/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.8/lib/active_record/transactions.rb:252:in `rollback_active_record_state!'
/home/huxl/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.8/lib/active_record/transactions.rb:240:in `save'
/home/huxl/g77k/luna-client1/lib/luna-client/phone.rb:225:in `register'
/home/huxl/g77k/luna-client1/lib/luna-client/phone.rb:308:in `block in register'
/home/huxl/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/timeout.rb:68:in `timeout'
/home/huxl/g77k/luna-client1/lib/luna-client/phone.rb:307:in `register'
/home/huxl/g77k/luna-client1/config/findme.rb:22:in `block in try_findme'
/home/huxl/g77k/luna-client1/config/findme.rb:15:in `each'
/home/huxl/g77k/luna-client1/config/findme.rb:15:in `try_findme'
/home/huxl/g77k/luna-client1/app.rb:106:in `block in '
/home/huxl/.rvm/gems/ruby-1.9.3-p194/gems/rufus-scheduler-2.0.17/lib/rufus/sc/jobs.rb:231:in `call'
/home/huxl/.rvm/gems/ruby-1.9.3-p194/gems/rufus-scheduler-2.0.17/lib/rufus/sc/jobs.rb:231:in `trigger_block'
/home/huxl/.rvm/gems/ruby-1.9.3-p194/gems/rufus-scheduler-2.0.17/lib/rufus/sc/jobs.rb:191:in `block in trigger'
/home/huxl/.rvm/gems/ruby-1.9.3-p194/gems/rufus-scheduler-2.0.17/lib/rufus/sc/scheduler.rb:416:in `call'
/home/huxl/.rvm/gems/ruby-1.9.3-p194/gems/rufus-scheduler-2.0.17/lib/rufus/sc/scheduler.rb:416:in `block in trigger_job'
D, [2012-10-29T12:58:57.332570 #2534] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" WHERE "configurations"."id" = ? LIMIT 1  [["id", 1]]
D, [2012-10-29T15:00:13.516858 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:13.523066 #17788] DEBUG -- :   ServerProfile Load (0.5ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:00:13.527341 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:13] "GET /server/status HTTP/1.1" 200 309 0.1143
D, [2012-10-29T15:00:14.514604 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:14.517670 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:00:14.519901 #17788] DEBUG -- :   Interface Load (0.7ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:14] "GET /server/status HTTP/1.1" 200 309 0.0653
127.0.0.1 - - [29/Oct/2012 15:00:14] "GET /logout HTTP/1.1" 302 - 0.0642
D, [2012-10-29T15:00:14.725139 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:14.738354 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:00:14.744250 #17788] DEBUG -- :   Interface Load (0.6ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:14] "GET / HTTP/1.1" 200 4199 0.0347
127.0.0.1 - - [29/Oct/2012 15:00:16] "GET /assets/login.css HTTP/1.1" 304 - 2.1441
127.0.0.1 - - [29/Oct/2012 15:00:17] "GET /assets/fontawesome-webfont.woff HTTP/1.1" 304 - 0.0059
127.0.0.1 - - [29/Oct/2012 15:00:17] "GET /favicon.ico HTTP/1.1" 404 447 0.0041
D, [2012-10-29T15:00:18.008034 #17788] DEBUG -- :   Configuration Load (0.5ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:18.009994 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:00:18.011819 #17788] DEBUG -- :   Interface Load (0.2ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:18] "GET /server/status HTTP/1.1" 200 309 0.0561
D, [2012-10-29T15:00:18.184565 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:18.189828 #17788] DEBUG -- :   User Load (0.3ms)  SELECT "users".* FROM "users" WHERE "users"."name" = 'admin' AND "users"."password" = 'admin' LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:18] "POST /login HTTP/1.1" 303 - 0.1019
D, [2012-10-29T15:00:18.225350 #17788] DEBUG -- :   Configuration Load (0.1ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:18.227613 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" WHERE "configurations"."id" = ? LIMIT 1  [["id", 1]]
D, [2012-10-29T15:00:18.228942 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" 
127.0.0.1 - - [29/Oct/2012 15:00:18] "GET /configuration HTTP/1.1" 200 5224 0.0450
D, [2012-10-29T15:00:19.358984 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:19.362079 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:00:19.366073 #17788] DEBUG -- :   Interface Load (0.4ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:19] "GET /server/status HTTP/1.1" 200 309 0.0556
D, [2012-10-29T15:00:20.346853 #17788] DEBUG -- :   Configuration Load (0.5ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:20.348944 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:00:20.350542 #17788] DEBUG -- :   Interface Load (0.2ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:20] "GET /server/status HTTP/1.1" 200 309 0.0629
D, [2012-10-29T15:00:20.607095 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:20.608311 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:20.610907 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:00:20.614307 #17788] DEBUG -- :    (1.2ms)  UPDATE "configurations" SET "active_server_profile_id" = 2, "updated_at" = '2012-10-29 15:00:20.611486' WHERE "configurations"."id" = 1
D, [2012-10-29T15:00:20.623675 #17788] DEBUG -- :    (8.7ms)  commit transaction
D, [2012-10-29T15:00:20.637523 #17788] DEBUG -- :   Schedule Load (0.1ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:00:20.643385 #17788] DEBUG -- :   SQL (5.2ms)  DELETE FROM "express_dialnos"
D, [2012-10-29T15:00:20.644772 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:20.647264 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 2 LIMIT 1
D, [2012-10-29T15:00:20.649144 #17788] DEBUG -- :   Interface Load (0.2ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 2
D, [2012-10-29T15:00:20.650545 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:20.651973 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 2 LIMIT 1
D, [2012-10-29T15:00:20.656314 #17788] DEBUG -- :   Interface Load (0.2ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 2
D, [2012-10-29T15:00:20.657793 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:20.658993 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:20.661817 #17788] DEBUG -- :   ServerProfile Load (0.5ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 2 LIMIT 1
#
D, [2012-10-29T15:00:20.744192 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:00:20.747556 #17788] DEBUG -- :    (0.3ms)  UPDATE "server_profiles" SET "connected" = 't', "last_connected_at" = '2012-10-29 15:00:20.743307', "registered" = NULL, "updated_at" = '2012-10-29 15:00:20.744630' WHERE "server_profiles"."id" = 2
D, [2012-10-29T15:00:20.754494 #17788] DEBUG -- :    (6.4ms)  commit transaction
D, [2012-10-29T15:00:20.756119 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."server_uuid" = 'f0dc53e4-95d5-4920-a64c-8e09fba6e7f9' LIMIT 1
D, [2012-10-29T15:00:20.758722 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:00:20.759979 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:00:20.761359 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:00:20.763540 #17788] DEBUG -- :    (0.1ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:00:20.757802', "updated_at" = '2012-10-29 15:00:20.761965' WHERE "server_profiles"."id" = 2
D, [2012-10-29T15:00:20.769790 #17788] DEBUG -- :    (5.8ms)  commit transaction
D, [2012-10-29T15:00:20.771328 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."uuid" = 'a2d0ee65-680e-42c1-be67-b7f01bbd3a83' LIMIT 1
D, [2012-10-29T15:00:20.774504 #17788] DEBUG -- :    (0.3ms)  begin transaction
D, [2012-10-29T15:00:20.776436 #17788] DEBUG -- :    (0.1ms)  commit transaction
127.0.0.1 - - [29/Oct/2012 15:00:20] "POST /configuration HTTP/1.1" 303 - 0.2300
D, [2012-10-29T15:00:20.851130 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:20.855865 #17788] DEBUG -- :   Configuration Load (2.2ms)  SELECT "configurations".* FROM "configurations" WHERE "configurations"."id" = ? LIMIT 1  [["id", 1]]
D, [2012-10-29T15:00:20.857863 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" 
127.0.0.1 - - [29/Oct/2012 15:00:20] "GET /configuration HTTP/1.1" 200 6924 0.0509
127.0.0.1 - - [29/Oct/2012 15:00:20] "GET /assets/configuration.js?_=1351494020913 HTTP/1.1" 200 257892 0.0266
D, [2012-10-29T15:00:21.362929 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:21.365169 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 2 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:21] "GET /server/status HTTP/1.1" 200 306 0.0785
D, [2012-10-29T15:00:22.033940 #17788] DEBUG -- :   Configuration Load (0.1ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:22.036351 #17788] DEBUG -- :   ServerProfile Load (0.6ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 2 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:22] "GET /server/status HTTP/1.1" 200 306 0.0716
D, [2012-10-29T15:00:22.357322 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:22.359545 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 2 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:22] "GET /server/status HTTP/1.1" 200 306 0.1168
D, [2012-10-29T15:00:23.043385 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:23.045622 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 2 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:23] "GET /server/status HTTP/1.1" 200 306 0.0666
D, [2012-10-29T15:00:23.370195 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:23.373407 #17788] DEBUG -- :   ServerProfile Load (0.6ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 2 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:23] "GET /server/status HTTP/1.1" 200 306 0.1114
D, [2012-10-29T15:00:24.033820 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:24.035827 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 2 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:24] "GET /server/status HTTP/1.1" 200 306 0.0535
D, [2012-10-29T15:00:24.247509 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:24.249449 #17788] DEBUG -- :    (0.3ms)  begin transaction
D, [2012-10-29T15:00:24.257781 #17788] DEBUG -- :    (0.4ms)  UPDATE "configurations" SET "active_server_profile_id" = 1, "updated_at" = '2012-10-29 15:00:24.252729' WHERE "configurations"."id" = 1
D, [2012-10-29T15:00:24.267185 #17788] DEBUG -- :    (8.8ms)  commit transaction
D, [2012-10-29T15:00:24.292357 #17788] DEBUG -- :   Schedule Load (0.2ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:00:24.299335 #17788] DEBUG -- :   SQL (6.3ms)  DELETE FROM "express_dialnos"
D, [2012-10-29T15:00:24.300372 #17788] DEBUG -- :   Configuration Load (0.1ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:24.302933 #17788] DEBUG -- :   ServerProfile Load (0.5ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
D, [2012-10-29T15:00:24.306729 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 1
D, [2012-10-29T15:00:24.308262 #17788] DEBUG -- :   Configuration Load (0.7ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:24.311108 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
D, [2012-10-29T15:00:24.312969 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 1
D, [2012-10-29T15:00:24.315195 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:24.316763 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:24.320089 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
D, [2012-10-29T15:00:25.842337 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:00:25.844615 #17788] DEBUG -- :    (0.2ms)  UPDATE "server_profiles" SET "connected" = 't', "last_connected_at" = '2012-10-29 15:00:25.841628', "updated_at" = '2012-10-29 15:00:25.842935' WHERE "server_profiles"."id" = 1
D, [2012-10-29T15:00:25.852056 #17788] DEBUG -- :    (6.8ms)  commit transaction
D, [2012-10-29T15:00:25.853829 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."server_uuid" = 'a851fe74-78dd-40ed-ba32-17e25680b928' LIMIT 1
D, [2012-10-29T15:00:25.855478 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:00:25.857985 #17788] DEBUG -- :    (0.8ms)  commit transaction
D, [2012-10-29T15:00:25.858554 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:00:25.861073 #17788] DEBUG -- :    (0.3ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:00:25.854826', "updated_at" = '2012-10-29 15:00:25.859276' WHERE "server_profiles"."id" = 1
D, [2012-10-29T15:00:25.867658 #17788] DEBUG -- :    (6.1ms)  commit transaction
D, [2012-10-29T15:00:25.870191 #17788] DEBUG -- :   Interface Load (1.0ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."uuid" = 'c8c37d3a-ca73-4ae4-a9ec-00022b95ce82' LIMIT 1
D, [2012-10-29T15:00:25.872089 #17788] DEBUG -- :    (0.2ms)  begin transaction
D, [2012-10-29T15:00:25.875557 #17788] DEBUG -- :    (0.1ms)  commit transaction
127.0.0.1 - - [29/Oct/2012 15:00:25] "POST /configuration HTTP/1.1" 303 - 1.6421
D, [2012-10-29T15:00:25.884783 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:25.886383 #17788] DEBUG -- :    (0.3ms)  begin transaction
D, [2012-10-29T15:00:25.887369 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:00:25.902900 #17788] DEBUG -- :   Schedule Load (0.2ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:00:25.911108 #17788] DEBUG -- :   SQL (7.6ms)  DELETE FROM "express_dialnos"
D, [2012-10-29T15:00:25.914474 #17788] DEBUG -- :   Configuration Load (0.9ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:25.916987 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
D, [2012-10-29T15:00:25.920746 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 1
D, [2012-10-29T15:00:25.922067 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:25.924600 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
D, [2012-10-29T15:00:25.927083 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 1
D, [2012-10-29T15:00:25.928507 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:25.929556 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:25.931731 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
D, [2012-10-29T15:00:26.197392 #17788] DEBUG -- :    (0.2ms)  begin transaction
D, [2012-10-29T15:00:26.200821 #17788] DEBUG -- :    (0.2ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:00:26.196324', "updated_at" = '2012-10-29 15:00:26.197880' WHERE "server_profiles"."id" = 1
D, [2012-10-29T15:00:26.211112 #17788] DEBUG -- :    (9.6ms)  commit transaction
D, [2012-10-29T15:00:26.212714 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."server_uuid" = 'a851fe74-78dd-40ed-ba32-17e25680b928' LIMIT 1
D, [2012-10-29T15:00:26.215236 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:00:26.217042 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:00:26.217462 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:00:26.220665 #17788] DEBUG -- :    (0.3ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:00:26.213698', "updated_at" = '2012-10-29 15:00:26.218204' WHERE "server_profiles"."id" = 1
D, [2012-10-29T15:00:26.237962 #17788] DEBUG -- :    (16.5ms)  commit transaction
D, [2012-10-29T15:00:26.239492 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."uuid" = 'c8c37d3a-ca73-4ae4-a9ec-00022b95ce82' LIMIT 1
D, [2012-10-29T15:00:26.244128 #17788] DEBUG -- :    (0.9ms)  begin transaction
D, [2012-10-29T15:00:26.245851 #17788] DEBUG -- :    (0.2ms)  commit transaction
127.0.0.1 - - [29/Oct/2012 15:00:26] "POST /configuration HTTP/1.1" 303 - 0.3701
D, [2012-10-29T15:00:26.253666 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:26.256799 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:26] "GET /server/status HTTP/1.1" 200 298 0.0957
D, [2012-10-29T15:00:26.358563 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:26.362142 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" WHERE "configurations"."id" = ? LIMIT 1  [["id", 1]]
D, [2012-10-29T15:00:26.363028 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" 
127.0.0.1 - - [29/Oct/2012 15:00:26] "GET /configuration HTTP/1.1" 200 6925 0.0406
D, [2012-10-29T15:00:26.429543 #17788] DEBUG -- :   Configuration Load (0.7ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:26.432490 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" WHERE "configurations"."id" = ? LIMIT 1  [["id", 1]]
D, [2012-10-29T15:00:26.435682 #17788] DEBUG -- :   ServerProfile Load (2.2ms)  SELECT "server_profiles".* FROM "server_profiles" 
127.0.0.1 - - [29/Oct/2012 15:00:26] "GET /configuration HTTP/1.1" 200 5240 0.0643
127.0.0.1 - - [29/Oct/2012 15:00:26] "GET /assets/configuration.js?_=1351494026440 HTTP/1.1" 200 257892 0.0129
127.0.0.1 - - [29/Oct/2012 15:00:26] "GET /assets/configuration.js?_=1351494026570 HTTP/1.1" 200 257892 0.0084
D, [2012-10-29T15:00:27.042628 #17788] DEBUG -- :   Configuration Load (0.5ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:27.044567 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:27] "GET /server/status HTTP/1.1" 200 298 0.0614
D, [2012-10-29T15:00:27.360762 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:27.362809 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:27] "GET /server/status HTTP/1.1" 200 298 0.0958
D, [2012-10-29T15:00:27.549384 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:27.552341 #17788] DEBUG -- :   ServerProfile Load (0.0ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:27] "GET /server/status HTTP/1.1" 200 298 0.0639
D, [2012-10-29T15:00:27.649304 #17788] DEBUG -- :   Configuration Load (0.5ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:27.652130 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:27] "GET /server/status HTTP/1.1" 200 298 0.0451
D, [2012-10-29T15:00:28.039240 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:28.041008 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:28] "GET /server/status HTTP/1.1" 200 298 0.0589
D, [2012-10-29T15:00:28.361126 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:28.363634 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:28] "GET /server/status HTTP/1.1" 200 298 0.0680
D, [2012-10-29T15:00:28.550554 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:28.553083 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:28] "GET /server/status HTTP/1.1" 200 298 0.0761
D, [2012-10-29T15:00:28.656128 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:28.659522 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:28] "GET /server/status HTTP/1.1" 200 298 0.1639
D, [2012-10-29T15:00:29.040224 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:29.042561 #17788] DEBUG -- :   ServerProfile Load (0.9ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:29] "GET /server/status HTTP/1.1" 200 298 0.0542
D, [2012-10-29T15:00:29.360869 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:29.362871 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:29] "GET /server/status HTTP/1.1" 200 298 0.0423
D, [2012-10-29T15:00:29.551014 #17788] DEBUG -- :   Configuration Load (0.5ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:29.554174 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:29] "GET /server/status HTTP/1.1" 200 298 0.0814
D, [2012-10-29T15:00:29.652815 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:29.655422 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:29] "GET /server/status HTTP/1.1" 200 298 0.0768
D, [2012-10-29T15:00:30.041185 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:30.044013 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:30] "GET /server/status HTTP/1.1" 200 298 0.0505
D, [2012-10-29T15:00:30.361384 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:30.362925 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:30] "GET /server/status HTTP/1.1" 200 298 0.0557
D, [2012-10-29T15:00:30.551070 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:30.552612 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:30] "GET /server/status HTTP/1.1" 200 298 0.1456
D, [2012-10-29T15:00:31.043616 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:31.045752 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:31] "GET /server/status HTTP/1.1" 200 298 0.0510
127.0.0.1 - - [29/Oct/2012 15:00:31] "GET /logout HTTP/1.1" 302 - 0.0048
D, [2012-10-29T15:00:31.178205 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:31.189896 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
D, [2012-10-29T15:00:31.192475 #17788] DEBUG -- :   Interface Load (0.2ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 1
127.0.0.1 - - [29/Oct/2012 15:00:31] "GET / HTTP/1.1" 200 4201 0.0220
127.0.0.1 - - [29/Oct/2012 15:00:31] "GET /favicon.ico HTTP/1.1" 404 447 0.0053
D, [2012-10-29T15:00:32.254757 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:32.256752 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:32] "GET /server/status HTTP/1.1" 200 298 0.0636
D, [2012-10-29T15:00:33.255411 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:33.256965 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:33] "GET /server/status HTTP/1.1" 200 298 0.0613
D, [2012-10-29T15:00:33.766800 #17788] DEBUG -- :   Configuration Load (2.0ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:33.770692 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
D, [2012-10-29T15:00:33.773570 #17788] DEBUG -- :   Interface Load (0.4ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 1
D, [2012-10-29T15:00:33.777589 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:33.781882 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
D, [2012-10-29T15:00:33.784729 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 1
D, [2012-10-29T15:00:33.790921 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:33.793138 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:33.798883 #17788] DEBUG -- :   ServerProfile Load (2.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
D, [2012-10-29T15:00:34.097500 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:00:34.101950 #17788] DEBUG -- :    (0.3ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:00:34.096771', "updated_at" = '2012-10-29 15:00:34.098952' WHERE "server_profiles"."id" = 1
D, [2012-10-29T15:00:34.119924 #17788] DEBUG -- :    (16.9ms)  commit transaction
D, [2012-10-29T15:00:34.121443 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."server_uuid" = 'a851fe74-78dd-40ed-ba32-17e25680b928' LIMIT 1
D, [2012-10-29T15:00:34.124733 #17788] DEBUG -- :    (1.1ms)  begin transaction
D, [2012-10-29T15:00:34.126892 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:00:34.127495 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:00:34.129411 #17788] DEBUG -- :    (0.2ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:00:34.123158', "updated_at" = '2012-10-29 15:00:34.128015' WHERE "server_profiles"."id" = 1
D, [2012-10-29T15:00:34.137081 #17788] DEBUG -- :    (7.1ms)  commit transaction
D, [2012-10-29T15:00:34.140056 #17788] DEBUG -- :   Interface Load (0.2ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."uuid" = 'c8c37d3a-ca73-4ae4-a9ec-00022b95ce82' LIMIT 1
D, [2012-10-29T15:00:34.142898 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:00:34.144235 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:00:34.257088 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:34.259618 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:34] "GET /server/status HTTP/1.1" 200 298 0.0671
D, [2012-10-29T15:00:35.260591 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:35.263373 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:35] "GET /server/status HTTP/1.1" 200 298 0.0974
D, [2012-10-29T15:00:36.261261 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:36.263807 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:36] "GET /server/status HTTP/1.1" 200 298 0.0492
D, [2012-10-29T15:00:37.261749 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:37.263975 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:37] "GET /server/status HTTP/1.1" 200 298 0.0539
D, [2012-10-29T15:00:38.261579 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:38.263389 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:38] "GET /server/status HTTP/1.1" 200 298 0.0591
D, [2012-10-29T15:00:39.263484 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:39.266148 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:39] "GET /server/status HTTP/1.1" 200 298 0.0441
D, [2012-10-29T15:00:39.384605 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:39.387474 #17788] DEBUG -- :   ServerProfile Load (0.1ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
D, [2012-10-29T15:00:39.391522 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 1
D, [2012-10-29T15:00:39.393420 #17788] DEBUG -- :   Configuration Load (0.1ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:39.395445 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
D, [2012-10-29T15:00:39.397931 #17788] DEBUG -- :   Interface Load (0.2ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 1
D, [2012-10-29T15:00:39.399618 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:39.400988 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:39.403042 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
D, [2012-10-29T15:00:40.011871 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:00:40.015209 #17788] DEBUG -- :    (0.4ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:00:40.010923', "updated_at" = '2012-10-29 15:00:40.012646' WHERE "server_profiles"."id" = 1
D, [2012-10-29T15:00:40.026829 #17788] DEBUG -- :    (10.8ms)  commit transaction
D, [2012-10-29T15:00:40.028290 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."server_uuid" = 'a851fe74-78dd-40ed-ba32-17e25680b928' LIMIT 1
D, [2012-10-29T15:00:40.029958 #17788] DEBUG -- :    (0.2ms)  begin transaction
D, [2012-10-29T15:00:40.032411 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:00:40.033168 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:00:40.035912 #17788] DEBUG -- :    (0.2ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:00:40.029460', "updated_at" = '2012-10-29 15:00:40.033972' WHERE "server_profiles"."id" = 1
D, [2012-10-29T15:00:40.041280 #17788] DEBUG -- :    (4.8ms)  commit transaction
D, [2012-10-29T15:00:40.042517 #17788] DEBUG -- :   Interface Load (0.2ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."uuid" = 'c8c37d3a-ca73-4ae4-a9ec-00022b95ce82' LIMIT 1
D, [2012-10-29T15:00:40.045236 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:00:40.047386 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:00:40.264565 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:40.269016 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:40] "GET /server/status HTTP/1.1" 200 298 0.0734
D, [2012-10-29T15:00:41.264437 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:41.266144 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:41] "GET /server/status HTTP/1.1" 200 298 0.0806
D, [2012-10-29T15:00:42.267231 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:42.269526 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:42] "GET /server/status HTTP/1.1" 200 298 0.0594
D, [2012-10-29T15:00:43.271439 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:43.273094 #17788] DEBUG -- :   ServerProfile Load (0.1ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:43] "GET /server/status HTTP/1.1" 200 298 0.0604
D, [2012-10-29T15:00:44.267526 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:44.269542 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:44] "GET /server/status HTTP/1.1" 200 298 0.0505
D, [2012-10-29T15:00:45.268867 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:45.271026 #17788] DEBUG -- :   ServerProfile Load (0.6ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:45] "GET /server/status HTTP/1.1" 200 298 0.0519
D, [2012-10-29T15:00:45.341795 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:45.344249 #17788] DEBUG -- :   ServerProfile Load (0.1ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
D, [2012-10-29T15:00:45.346466 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 1
D, [2012-10-29T15:00:45.347706 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:45.350250 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
D, [2012-10-29T15:00:45.352102 #17788] DEBUG -- :   Interface Load (0.2ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 1
D, [2012-10-29T15:00:45.353432 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:45.354730 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:45.356496 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
D, [2012-10-29T15:00:45.525032 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:00:45.527980 #17788] DEBUG -- :    (0.1ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:00:45.524100', "updated_at" = '2012-10-29 15:00:45.525562' WHERE "server_profiles"."id" = 1
D, [2012-10-29T15:00:45.547382 #17788] DEBUG -- :    (18.8ms)  commit transaction
D, [2012-10-29T15:00:45.550299 #17788] DEBUG -- :   ServerProfile Load (0.6ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."server_uuid" = 'a851fe74-78dd-40ed-ba32-17e25680b928' LIMIT 1
D, [2012-10-29T15:00:45.552997 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:00:45.554377 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:00:45.555624 #17788] DEBUG -- :    (0.8ms)  begin transaction
D, [2012-10-29T15:00:45.559221 #17788] DEBUG -- :    (0.3ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:00:45.552404', "updated_at" = '2012-10-29 15:00:45.556919' WHERE "server_profiles"."id" = 1
D, [2012-10-29T15:00:45.566160 #17788] DEBUG -- :    (6.4ms)  commit transaction
D, [2012-10-29T15:00:45.569327 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."uuid" = 'c8c37d3a-ca73-4ae4-a9ec-00022b95ce82' LIMIT 1
D, [2012-10-29T15:00:45.572836 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:00:45.575584 #17788] DEBUG -- :    (0.5ms)  commit transaction
D, [2012-10-29T15:00:46.269729 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:46.271707 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:46] "GET /server/status HTTP/1.1" 200 298 0.0519
D, [2012-10-29T15:00:47.273181 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:47.275904 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:47] "GET /server/status HTTP/1.1" 200 298 0.1051
D, [2012-10-29T15:00:47.533491 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:47.536291 #17788] DEBUG -- :   User Load (0.3ms)  SELECT "users".* FROM "users" WHERE "users"."name" = 'admin' AND "users"."password" = 'admin' LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:47] "POST /login HTTP/1.1" 303 - 0.0170
D, [2012-10-29T15:00:47.551488 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:47.552821 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" WHERE "configurations"."id" = ? LIMIT 1  [["id", 1]]
D, [2012-10-29T15:00:47.553977 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" 
127.0.0.1 - - [29/Oct/2012 15:00:47] "GET /configuration HTTP/1.1" 200 5240 0.0354
D, [2012-10-29T15:00:48.677792 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:48.679798 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:48] "GET /server/status HTTP/1.1" 200 298 0.0613
127.0.0.1 - - [29/Oct/2012 15:00:49] "GET /logout HTTP/1.1" 302 - 0.0052
D, [2012-10-29T15:00:49.008186 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:49.019003 #17788] DEBUG -- :   ServerProfile Load (0.0ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
D, [2012-10-29T15:00:49.021608 #17788] DEBUG -- :   Interface Load (1.1ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 1
127.0.0.1 - - [29/Oct/2012 15:00:49] "GET / HTTP/1.1" 200 4201 0.0201
127.0.0.1 - - [29/Oct/2012 15:00:49] "GET /favicon.ico HTTP/1.1" 404 447 0.0063
D, [2012-10-29T15:00:49.933292 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:49.936650 #17788] DEBUG -- :   User Load (0.2ms)  SELECT "users".* FROM "users" WHERE "users"."name" = 'admin' AND "users"."password" = 'admin' LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:49] "POST /login HTTP/1.1" 303 - 0.0124
D, [2012-10-29T15:00:49.952787 #17788] DEBUG -- :   Configuration Load (0.0ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:49.954481 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" WHERE "configurations"."id" = ? LIMIT 1  [["id", 1]]
D, [2012-10-29T15:00:49.955650 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" 
127.0.0.1 - - [29/Oct/2012 15:00:49] "GET /configuration HTTP/1.1" 200 5240 0.0418
D, [2012-10-29T15:00:50.680654 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:50.683723 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
D, [2012-10-29T15:00:50.686027 #17788] DEBUG -- :   Interface Load (0.4ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 1
D, [2012-10-29T15:00:50.687282 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:50.689438 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
D, [2012-10-29T15:00:50.691368 #17788] DEBUG -- :   Interface Load (0.2ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 1
D, [2012-10-29T15:00:50.692671 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:50.693933 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:50.696830 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
D, [2012-10-29T15:00:51.051495 #17788] DEBUG -- :   Configuration Load (0.8ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:51.053712 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:51] "GET /server/status HTTP/1.1" 200 297 0.0487
D, [2012-10-29T15:00:51.621862 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:00:51.625023 #17788] DEBUG -- :    (0.3ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:00:51.620940', "updated_at" = '2012-10-29 15:00:51.622823' WHERE "server_profiles"."id" = 1
D, [2012-10-29T15:00:51.634518 #17788] DEBUG -- :    (8.9ms)  commit transaction
D, [2012-10-29T15:00:51.636723 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."server_uuid" = 'a851fe74-78dd-40ed-ba32-17e25680b928' LIMIT 1
D, [2012-10-29T15:00:51.641243 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:00:51.642755 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:00:51.643272 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:00:51.645281 #17788] DEBUG -- :    (0.2ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:00:51.640386', "updated_at" = '2012-10-29 15:00:51.643896' WHERE "server_profiles"."id" = 1
D, [2012-10-29T15:00:51.652530 #17788] DEBUG -- :    (6.7ms)  commit transaction
D, [2012-10-29T15:00:51.654145 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."uuid" = 'c8c37d3a-ca73-4ae4-a9ec-00022b95ce82' LIMIT 1
D, [2012-10-29T15:00:51.656226 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:00:51.657726 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:00:52.053900 #17788] DEBUG -- :   Configuration Load (1.1ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:52.056021 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:52] "GET /server/status HTTP/1.1" 200 298 0.0998
D, [2012-10-29T15:00:53.055124 #17788] DEBUG -- :   Configuration Load (0.8ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:53.059014 #17788] DEBUG -- :   ServerProfile Load (0.8ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:53] "GET /server/status HTTP/1.1" 200 298 0.0491
D, [2012-10-29T15:00:54.057139 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:54.058700 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:54] "GET /server/status HTTP/1.1" 200 298 0.0547
D, [2012-10-29T15:00:55.055340 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:55.057263 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:55] "GET /server/status HTTP/1.1" 200 298 0.0558
D, [2012-10-29T15:00:55.113725 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:55.114786 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:00:55.118944 #17788] DEBUG -- :    (0.4ms)  UPDATE "configurations" SET "active_server_profile_id" = 2, "updated_at" = '2012-10-29 15:00:55.115245' WHERE "configurations"."id" = 1
D, [2012-10-29T15:00:55.128233 #17788] DEBUG -- :    (8.9ms)  commit transaction
D, [2012-10-29T15:00:55.137013 #17788] DEBUG -- :   Schedule Load (0.3ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:00:55.144585 #17788] DEBUG -- :   SQL (5.4ms)  DELETE FROM "express_dialnos"
D, [2012-10-29T15:00:55.146522 #17788] DEBUG -- :   Configuration Load (1.0ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:55.148135 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 2 LIMIT 1
D, [2012-10-29T15:00:55.151036 #17788] DEBUG -- :   Interface Load (1.1ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 2
D, [2012-10-29T15:00:55.152242 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:55.153776 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 2 LIMIT 1
D, [2012-10-29T15:00:55.155502 #17788] DEBUG -- :   Interface Load (0.6ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 2
D, [2012-10-29T15:00:55.157144 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:55.159175 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:55.161349 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 2 LIMIT 1
D, [2012-10-29T15:00:55.212990 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:00:55.216107 #17788] DEBUG -- :    (0.7ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:00:55.212143', "updated_at" = '2012-10-29 15:00:55.213575' WHERE "server_profiles"."id" = 2
D, [2012-10-29T15:00:55.223019 #17788] DEBUG -- :    (6.4ms)  commit transaction
D, [2012-10-29T15:00:55.225199 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."server_uuid" = 'f0dc53e4-95d5-4920-a64c-8e09fba6e7f9' LIMIT 1
D, [2012-10-29T15:00:55.226388 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:00:55.227648 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:00:55.228534 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:00:55.231131 #17788] DEBUG -- :    (0.2ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:00:55.225895', "updated_at" = '2012-10-29 15:00:55.229189' WHERE "server_profiles"."id" = 2
D, [2012-10-29T15:00:55.235630 #17788] DEBUG -- :    (4.0ms)  commit transaction
D, [2012-10-29T15:00:55.240315 #17788] DEBUG -- :   Interface Load (3.2ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."uuid" = 'a2d0ee65-680e-42c1-be67-b7f01bbd3a83' LIMIT 1
D, [2012-10-29T15:00:55.242646 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:00:55.244246 #17788] DEBUG -- :    (0.1ms)  commit transaction
127.0.0.1 - - [29/Oct/2012 15:00:55] "POST /configuration HTTP/1.1" 303 - 0.1389
D, [2012-10-29T15:00:55.255212 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:55.256348 #17788] DEBUG -- :   Configuration Load (0.1ms)  SELECT "configurations".* FROM "configurations" WHERE "configurations"."id" = ? LIMIT 1  [["id", 1]]
D, [2012-10-29T15:00:55.257263 #17788] DEBUG -- :   ServerProfile Load (0.1ms)  SELECT "server_profiles".* FROM "server_profiles" 
127.0.0.1 - - [29/Oct/2012 15:00:55] "GET /configuration HTTP/1.1" 200 6932 0.0416
127.0.0.1 - - [29/Oct/2012 15:00:55] "GET /assets/configuration.js?_=1351494055307 HTTP/1.1" 200 257892 0.0599
D, [2012-10-29T15:00:56.071149 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:56.073226 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 2 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:56] "GET /server/status HTTP/1.1" 200 306 0.0703
D, [2012-10-29T15:00:56.457041 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:56.460357 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 2 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:56] "GET /server/status HTTP/1.1" 200 306 0.0624
D, [2012-10-29T15:00:56.966813 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:56.969311 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 2 LIMIT 1
D, [2012-10-29T15:00:56.972773 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 2
D, [2012-10-29T15:00:56.975074 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:56.978969 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 2 LIMIT 1
D, [2012-10-29T15:00:56.981392 #17788] DEBUG -- :   Interface Load (0.2ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 2
D, [2012-10-29T15:00:56.985134 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:56.988057 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:56.992209 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 2 LIMIT 1
D, [2012-10-29T15:00:57.026299 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:00:57.029595 #17788] DEBUG -- :    (0.2ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:00:57.025239', "updated_at" = '2012-10-29 15:00:57.027401' WHERE "server_profiles"."id" = 2
D, [2012-10-29T15:00:57.038969 #17788] DEBUG -- :    (8.9ms)  commit transaction
D, [2012-10-29T15:00:57.040499 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."server_uuid" = 'f0dc53e4-95d5-4920-a64c-8e09fba6e7f9' LIMIT 1
D, [2012-10-29T15:00:57.042982 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:00:57.044560 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:00:57.045238 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:00:57.048223 #17788] DEBUG -- :    (0.2ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:00:57.042523', "updated_at" = '2012-10-29 15:00:57.045906' WHERE "server_profiles"."id" = 2
D, [2012-10-29T15:00:57.054049 #17788] DEBUG -- :    (5.5ms)  commit transaction
D, [2012-10-29T15:00:57.055763 #17788] DEBUG -- :   Interface Load (0.2ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."uuid" = 'a2d0ee65-680e-42c1-be67-b7f01bbd3a83' LIMIT 1
D, [2012-10-29T15:00:57.059197 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:00:57.064186 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:57.068793 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 2 LIMIT 1
D, [2012-10-29T15:00:57.066008 #17788] DEBUG -- :    (0.1ms)  commit transaction
127.0.0.1 - - [29/Oct/2012 15:00:57] "GET /server/status HTTP/1.1" 200 306 0.0625
D, [2012-10-29T15:00:57.465956 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:57.467559 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 2 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:57] "GET /server/status HTTP/1.1" 200 306 0.0622
D, [2012-10-29T15:00:58.063802 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:58.066513 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 2 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:58] "GET /server/status HTTP/1.1" 200 306 0.0604
D, [2012-10-29T15:00:58.463556 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:58.465896 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 2 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:58] "GET /server/status HTTP/1.1" 200 306 0.0479
D, [2012-10-29T15:00:58.880702 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:58.881504 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:00:58.884115 #17788] DEBUG -- :    (0.2ms)  UPDATE "configurations" SET "active_server_profile_id" = 3, "updated_at" = '2012-10-29 15:00:58.881882' WHERE "configurations"."id" = 1
D, [2012-10-29T15:00:58.895559 #17788] DEBUG -- :    (11.0ms)  commit transaction
D, [2012-10-29T15:00:58.947196 #17788] DEBUG -- :   Schedule Load (0.3ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:00:58.952913 #17788] DEBUG -- :   SQL (5.1ms)  DELETE FROM "express_dialnos"
D, [2012-10-29T15:00:58.954158 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:58.956210 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:00:58.958537 #17788] DEBUG -- :   Interface Load (0.2ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:00:58.959776 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:58.961408 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:00:58.963379 #17788] DEBUG -- :   Interface Load (0.2ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 3
D, [2012-10-29T15:00:58.964996 #17788] DEBUG -- :   Interface Load (0.2ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:00:58.966696 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:58.978940 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:58.983384 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:00:59.144431 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:00:59.146077 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:00:59.147037 #17788] DEBUG -- :    (0.2ms)  begin transaction
D, [2012-10-29T15:00:59.152146 #17788] DEBUG -- :    (0.2ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:00:59.143091', "updated_at" = '2012-10-29 15:00:59.149632' WHERE "server_profiles"."id" = 3
D, [2012-10-29T15:00:59.160070 #17788] DEBUG -- :    (7.6ms)  commit transaction
D, [2012-10-29T15:00:59.161593 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."server_uuid" = 'db67cb6e-bef3-4007-9d35-08f6a86f68b1' LIMIT 1
that 3
D, [2012-10-29T15:00:59.163235 #17788] DEBUG -- :    (0.2ms)  begin transaction
D, [2012-10-29T15:00:59.168509 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:00:59.170002 #17788] DEBUG -- :    (0.3ms)  begin transaction
D, [2012-10-29T15:00:59.174798 #17788] DEBUG -- :    (0.3ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:00:59.162162', "updated_at" = '2012-10-29 15:00:59.172007' WHERE "server_profiles"."id" = 3
D, [2012-10-29T15:00:59.179703 #17788] DEBUG -- :    (4.4ms)  commit transaction
D, [2012-10-29T15:00:59.182959 #17788] DEBUG -- :   Interface Load (0.4ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."uuid" = '55cd5d28-1c83-43b9-b894-8763ae04e901' LIMIT 1
D, [2012-10-29T15:00:59.185801 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:00:59.191005 #17788] DEBUG -- :    (0.2ms)  commit transaction
D, [2012-10-29T15:00:59.193810 #17788] DEBUG -- :    (0.2ms)  begin transaction
D, [2012-10-29T15:00:59.196462 #17788] DEBUG -- :    (0.2ms)  commit transaction
registering register sip:1002@192.168.11.28:5080 sip:192.168.11.28:5080 8de4df11-4edb-4b88-ae23-e2de2524f924
#
D, [2012-10-29T15:00:59.214019 #17788] DEBUG -- :   Schedule Load (0.4ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:00:59.219048 #17788] DEBUG -- :   SQL (4.7ms)  DELETE FROM "express_dialnos"
127.0.0.1 - - [29/Oct/2012 15:00:59] "POST /configuration HTTP/1.1" 303 - 0.3470
D, [2012-10-29T15:00:59.237416 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:59.238795 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:00:59.239869 #17788] DEBUG -- :    (0.1ms)  commit transaction
#
D, [2012-10-29T15:00:59.252162 #17788] DEBUG -- :   Schedule Load (0.3ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:00:59.259808 #17788] DEBUG -- :   SQL (6.9ms)  DELETE FROM "express_dialnos"
D, [2012-10-29T15:00:59.261562 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:59.263237 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:00:59.265666 #17788] DEBUG -- :   Interface Load (0.4ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:00:59.267312 #17788] DEBUG -- :   Configuration Load (0.9ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:59.271636 #17788] DEBUG -- :   ServerProfile Load (0.1ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:00:59.273802 #17788] DEBUG -- :   Interface Load (0.2ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 3
D, [2012-10-29T15:00:59.277098 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:00:59.278490 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:59.279684 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:59.281260 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:00:59.575690 #17788] DEBUG -- :    (0.2ms)  begin transaction
D, [2012-10-29T15:00:59.578189 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:00:59.579052 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:00:59.582070 #17788] DEBUG -- :    (0.2ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:00:59.573953', "updated_at" = '2012-10-29 15:00:59.579623' WHERE "server_profiles"."id" = 3
D, [2012-10-29T15:00:59.587304 #17788] DEBUG -- :    (4.8ms)  commit transaction
D, [2012-10-29T15:00:59.588904 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."server_uuid" = 'db67cb6e-bef3-4007-9d35-08f6a86f68b1' LIMIT 1
that 3
D, [2012-10-29T15:00:59.591542 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:00:59.592661 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:00:59.593315 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:00:59.595418 #17788] DEBUG -- :    (0.2ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:00:59.589958', "updated_at" = '2012-10-29 15:00:59.594140' WHERE "server_profiles"."id" = 3
D, [2012-10-29T15:00:59.601026 #17788] DEBUG -- :    (5.2ms)  commit transaction
D, [2012-10-29T15:00:59.602892 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."uuid" = '55cd5d28-1c83-43b9-b894-8763ae04e901' LIMIT 1
D, [2012-10-29T15:00:59.605356 #17788] DEBUG -- :    (0.3ms)  begin transaction
D, [2012-10-29T15:00:59.607423 #17788] DEBUG -- :    (0.2ms)  commit transaction
D, [2012-10-29T15:00:59.609297 #17788] DEBUG -- :    (0.0ms)  begin transaction
D, [2012-10-29T15:00:59.611149 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:00:59.636417 #17788] DEBUG -- :   Schedule Load (0.4ms)  SELECT "schedules".* FROM "schedules" 
registering register sip:1002@192.168.11.28:5080 sip:192.168.11.28:5080 8de4df11-4edb-4b88-ae23-e2de2524f924
#
D, [2012-10-29T15:00:59.690613 #17788] DEBUG -- :   SQL (8.2ms)  DELETE FROM "express_dialnos"
127.0.0.1 - - [29/Oct/2012 15:00:59] "POST /configuration HTTP/1.1" 303 - 0.4616
D, [2012-10-29T15:00:59.698295 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
#
D, [2012-10-29T15:00:59.707185 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:00:59.710574 #17788] DEBUG -- :   Interface Load (0.4ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:00:59] "GET /server/status HTTP/1.1" 200 310 0.0928
D, [2012-10-29T15:00:59.792782 #17788] DEBUG -- :   Configuration Load (0.6ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:59.795892 #17788] DEBUG -- :   ServerProfile Load (0.1ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:00:59.799531 #17788] DEBUG -- :   Interface Load (0.5ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:00:59.803276 #17788] DEBUG -- :   Configuration Load (1.0ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:59.807489 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:00:59.811871 #17788] DEBUG -- :   Interface Load (0.5ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:00:59.822785 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:59.825861 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" WHERE "configurations"."id" = ? LIMIT 1  [["id", 1]]
D, [2012-10-29T15:00:59.829529 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" 
127.0.0.1 - - [29/Oct/2012 15:00:59] "GET /configuration HTTP/1.1" 200 6824 0.0687
we are done subscribing
we are done subscribing
D, [2012-10-29T15:00:59.911400 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:00:59.913760 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" WHERE "configurations"."id" = ? LIMIT 1  [["id", 1]]
D, [2012-10-29T15:00:59.918249 #17788] DEBUG -- :   ServerProfile Load (1.0ms)  SELECT "server_profiles".* FROM "server_profiles" 
127.0.0.1 - - [29/Oct/2012 15:00:59] "GET /configuration HTTP/1.1" 200 5240 0.0399
127.0.0.1 - - [29/Oct/2012 15:01:00] "GET /assets/configuration.js?_=1351494059933 HTTP/1.1" 200 257892 0.0546
127.0.0.1 - - [29/Oct/2012 15:01:00] "GET /assets/configuration.js?_=1351494060112 HTTP/1.1" 200 257892 0.0080
D, [2012-10-29T15:01:00.161217 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:00.164418 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:00.167265 #17788] DEBUG -- :   Interface Load (0.8ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:01:00] "GET /server/status HTTP/1.1" 200 309 0.0729
D, [2012-10-29T15:01:00.466629 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:00.468704 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:00.471162 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:01:00] "GET /server/status HTTP/1.1" 200 309 0.0516
D, [2012-10-29T15:01:01.083385 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:01.084849 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:01.087470 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:01:01] "GET /server/status HTTP/1.1" 200 309 0.0510
D, [2012-10-29T15:01:01.161931 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:01.164138 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:01.168028 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:01:01] "GET /server/status HTTP/1.1" 200 309 0.0557
D, [2012-10-29T15:01:01.466351 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:01.468349 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:01.470056 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:01:01] "GET /server/status HTTP/1.1" 200 309 0.0629
D, [2012-10-29T15:01:02.092379 #17788] DEBUG -- :   Configuration Load (0.5ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:02.094574 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:02.096982 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:01:02] "GET /server/status HTTP/1.1" 200 309 0.1338
D, [2012-10-29T15:01:02.319305 #17788] DEBUG -- :   Configuration Load (0.6ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:02.322792 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:02.326029 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:02.328169 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:02.330160 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:02.332131 #17788] DEBUG -- :   Interface Load (0.2ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 3
D, [2012-10-29T15:01:02.334567 #17788] DEBUG -- :   Interface Load (0.4ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:02.335949 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:02.337791 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:02.339756 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:02.474239 #17788] DEBUG -- :    (0.3ms)  begin transaction
D, [2012-10-29T15:01:02.476842 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:02.477642 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:02.480500 #17788] DEBUG -- :    (0.3ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:02.471703', "updated_at" = '2012-10-29 15:01:02.478490' WHERE "server_profiles"."id" = 3
D, [2012-10-29T15:01:02.490349 #17788] DEBUG -- :    (9.3ms)  commit transaction
D, [2012-10-29T15:01:02.491998 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."server_uuid" = 'db67cb6e-bef3-4007-9d35-08f6a86f68b1' LIMIT 1
D, [2012-10-29T15:01:02.496734 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
that 3D, [2012-10-29T15:01:02.498569 #17788] DEBUG -- :   ServerProfile Load (0.1ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:02.501460 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1

D, [2012-10-29T15:01:02.506741 #17788] DEBUG -- :    (0.2ms)  begin transaction
D, [2012-10-29T15:01:02.509148 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:02.509601 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:02.514905 #17788] DEBUG -- :    (0.3ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:02.494518', "updated_at" = '2012-10-29 15:01:02.511420' WHERE "server_profiles"."id" = 3
D, [2012-10-29T15:01:02.521616 #17788] DEBUG -- :    (6.3ms)  commit transaction
D, [2012-10-29T15:01:02.523832 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."uuid" = '55cd5d28-1c83-43b9-b894-8763ae04e901' LIMIT 1
D, [2012-10-29T15:01:02.527344 #17788] DEBUG -- :    (0.2ms)  begin transaction
D, [2012-10-29T15:01:02.531432 #17788] DEBUG -- :    (0.2ms)  commit transaction
D, [2012-10-29T15:01:02.533873 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:02.536345 #17788] DEBUG -- :    (0.1ms)  commit transaction
registering register sip:1002@192.168.11.28:5080 sip:192.168.11.28:5080 8de4df11-4edb-4b88-ae23-e2de2524f924
127.0.0.1 - - [29/Oct/2012 15:01:02] "GET /server/status HTTP/1.1" 200 308 0.1061
#
#
D, [2012-10-29T15:01:03.087100 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:03.089873 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:03.092013 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:01:03] "GET /server/status HTTP/1.1" 200 309 0.0509
D, [2012-10-29T15:01:03.166323 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:03.169051 #17788] DEBUG -- :   ServerProfile Load (1.1ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:03.172315 #17788] DEBUG -- :   Interface Load (0.4ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:01:03] "GET /server/status HTTP/1.1" 200 309 0.1153
D, [2012-10-29T15:01:03.472630 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:03.477443 #17788] DEBUG -- :   ServerProfile Load (0.8ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:03.480648 #17788] DEBUG -- :   Interface Load (0.4ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:01:03] "GET /server/status HTTP/1.1" 200 309 0.0843
D, [2012-10-29T15:01:04.090300 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:04.092686 #17788] DEBUG -- :   ServerProfile Load (0.1ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:04.094660 #17788] DEBUG -- :   Interface Load (0.4ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:01:04] "GET /server/status HTTP/1.1" 200 309 0.0505
D, [2012-10-29T15:01:04.164986 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:04.166703 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:04.169617 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:01:04] "GET /server/status HTTP/1.1" 200 309 0.0585
D, [2012-10-29T15:01:04.468887 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:04.470789 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:04.472504 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:01:04] "GET /server/status HTTP/1.1" 200 309 0.0612
D, [2012-10-29T15:01:04.992909 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:04.993755 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:05.001543 #17788] DEBUG -- :    (0.3ms)  UPDATE "configurations" SET "active_server_profile_id" = 1, "updated_at" = '2012-10-29 15:01:04.999057' WHERE "configurations"."id" = 1
D, [2012-10-29T15:01:05.013108 #17788] DEBUG -- :    (10.4ms)  commit transaction
D, [2012-10-29T15:01:05.028603 #17788] DEBUG -- :   Schedule Load (0.5ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:01:05.043850 #17788] DEBUG -- :   SQL (14.7ms)  DELETE FROM "express_dialnos"
D, [2012-10-29T15:01:05.045457 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:05.048062 #17788] DEBUG -- :   ServerProfile Load (0.1ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
D, [2012-10-29T15:01:05.050479 #17788] DEBUG -- :   Interface Load (0.1ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 1
D, [2012-10-29T15:01:05.051962 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:05.054041 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
D, [2012-10-29T15:01:05.058331 #17788] DEBUG -- :   Interface Load (0.5ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 1
D, [2012-10-29T15:01:05.060893 #17788] DEBUG -- :   Configuration Load (0.0ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:05.062511 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:05.064499 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
#
D, [2012-10-29T15:01:05.390968 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:05.394141 #17788] DEBUG -- :    (0.4ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:05.389927', "updated_at" = '2012-10-29 15:01:05.391565' WHERE "server_profiles"."id" = 1
D, [2012-10-29T15:01:05.401077 #17788] DEBUG -- :    (6.5ms)  commit transaction
D, [2012-10-29T15:01:05.402884 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."server_uuid" = 'a851fe74-78dd-40ed-ba32-17e25680b928' LIMIT 1
D, [2012-10-29T15:01:05.404547 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:05.406692 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:05.407235 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:05.410240 #17788] DEBUG -- :    (0.3ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:05.403990', "updated_at" = '2012-10-29 15:01:05.407941' WHERE "server_profiles"."id" = 1
D, [2012-10-29T15:01:05.416883 #17788] DEBUG -- :    (6.2ms)  commit transaction
D, [2012-10-29T15:01:05.417874 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."uuid" = 'c8c37d3a-ca73-4ae4-a9ec-00022b95ce82' LIMIT 1
D, [2012-10-29T15:01:05.420146 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:05.421644 #17788] DEBUG -- :    (0.1ms)  commit transaction
127.0.0.1 - - [29/Oct/2012 15:01:05] "POST /configuration HTTP/1.1" 303 - 0.4371
D, [2012-10-29T15:01:05.430581 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:05.431028 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:05.432528 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:05.450207 #17788] DEBUG -- :   Schedule Load (0.3ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:01:05.457585 #17788] DEBUG -- :   SQL (6.4ms)  DELETE FROM "express_dialnos"
D, [2012-10-29T15:01:05.458446 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:05.461249 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
D, [2012-10-29T15:01:05.464443 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 1
D, [2012-10-29T15:01:05.466473 #17788] DEBUG -- :   Configuration Load (0.8ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:05.468459 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
D, [2012-10-29T15:01:05.472096 #17788] DEBUG -- :   Interface Load (0.0ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 1
D, [2012-10-29T15:01:05.473847 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:05.474576 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:05.476770 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
D, [2012-10-29T15:01:05.580374 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:05.583642 #17788] DEBUG -- :    (0.3ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:05.579537', "updated_at" = '2012-10-29 15:01:05.580960' WHERE "server_profiles"."id" = 1
D, [2012-10-29T15:01:05.591241 #17788] DEBUG -- :    (6.9ms)  commit transaction
D, [2012-10-29T15:01:05.592920 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."server_uuid" = 'a851fe74-78dd-40ed-ba32-17e25680b928' LIMIT 1
D, [2012-10-29T15:01:05.594427 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:05.599237 #17788] DEBUG -- :    (0.2ms)  commit transaction
D, [2012-10-29T15:01:05.600049 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:05.602396 #17788] DEBUG -- :    (0.3ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:05.593750', "updated_at" = '2012-10-29 15:01:05.600775' WHERE "server_profiles"."id" = 1
D, [2012-10-29T15:01:05.609907 #17788] DEBUG -- :    (7.0ms)  commit transaction
D, [2012-10-29T15:01:05.612374 #17788] DEBUG -- :   Interface Load (0.5ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."uuid" = 'c8c37d3a-ca73-4ae4-a9ec-00022b95ce82' LIMIT 1
D, [2012-10-29T15:01:05.617447 #17788] DEBUG -- :    (0.2ms)  begin transaction
D, [2012-10-29T15:01:05.620110 #17788] DEBUG -- :    (0.1ms)  commit transaction
127.0.0.1 - - [29/Oct/2012 15:01:05] "POST /configuration HTTP/1.1" 303 - 0.1977
D, [2012-10-29T15:01:05.630265 #17788] DEBUG -- :   Configuration Load (1.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:05.632214 #17788] DEBUG -- :    (0.5ms)  begin transaction
D, [2012-10-29T15:01:05.634242 #17788] DEBUG -- :    (0.2ms)  commit transaction
D, [2012-10-29T15:01:05.658224 #17788] DEBUG -- :   Schedule Load (0.3ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:01:05.671115 #17788] DEBUG -- :   SQL (12.1ms)  DELETE FROM "express_dialnos"
D, [2012-10-29T15:01:05.673455 #17788] DEBUG -- :   Configuration Load (0.1ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:05.677653 #17788] DEBUG -- :   ServerProfile Load (1.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
D, [2012-10-29T15:01:05.684069 #17788] DEBUG -- :   Interface Load (2.6ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 1
D, [2012-10-29T15:01:05.686201 #17788] DEBUG -- :   Configuration Load (1.1ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:05.688158 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
D, [2012-10-29T15:01:05.690773 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 1
D, [2012-10-29T15:01:05.692930 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:05.694368 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:05.696088 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
D, [2012-10-29T15:01:05.922789 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:05.925770 #17788] DEBUG -- :    (0.3ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:05.921360', "updated_at" = '2012-10-29 15:01:05.923677' WHERE "server_profiles"."id" = 1
D, [2012-10-29T15:01:05.935375 #17788] DEBUG -- :    (8.5ms)  commit transaction
D, [2012-10-29T15:01:05.937306 #17788] DEBUG -- :   ServerProfile Load (1.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."server_uuid" = 'a851fe74-78dd-40ed-ba32-17e25680b928' LIMIT 1
D, [2012-10-29T15:01:05.938922 #17788] DEBUG -- :    (0.2ms)  begin transaction
D, [2012-10-29T15:01:05.940370 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:05.940925 #17788] DEBUG -- :    (0.0ms)  begin transaction
D, [2012-10-29T15:01:05.943777 #17788] DEBUG -- :    (0.4ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:05.938373', "updated_at" = '2012-10-29 15:01:05.941731' WHERE "server_profiles"."id" = 1
D, [2012-10-29T15:01:05.950858 #17788] DEBUG -- :    (6.5ms)  commit transaction
D, [2012-10-29T15:01:05.952045 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."uuid" = 'c8c37d3a-ca73-4ae4-a9ec-00022b95ce82' LIMIT 1
D, [2012-10-29T15:01:05.954691 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:05.956447 #17788] DEBUG -- :    (0.1ms)  commit transaction
127.0.0.1 - - [29/Oct/2012 15:01:05] "POST /configuration HTTP/1.1" 303 - 0.3352
D, [2012-10-29T15:01:05.963933 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:05.965751 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" WHERE "configurations"."id" = ? LIMIT 1  [["id", 1]]
D, [2012-10-29T15:01:05.967769 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" 
127.0.0.1 - - [29/Oct/2012 15:01:05] "GET /configuration HTTP/1.1" 200 6925 0.0398
D, [2012-10-29T15:01:06.010359 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:06.011863 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:06.016389 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:06.043507 #17788] DEBUG -- :   Schedule Load (0.7ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:01:06.051069 #17788] DEBUG -- :   SQL (6.6ms)  DELETE FROM "express_dialnos"
D, [2012-10-29T15:01:06.052634 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:06.056041 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
D, [2012-10-29T15:01:06.057756 #17788] DEBUG -- :   Interface Load (0.2ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 1
D, [2012-10-29T15:01:06.059735 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:06.062077 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
D, [2012-10-29T15:01:06.063442 #17788] DEBUG -- :   Interface Load (0.1ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 1
D, [2012-10-29T15:01:06.065234 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:06.066351 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:06.068204 #17788] DEBUG -- :   ServerProfile Load (0.9ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
D, [2012-10-29T15:01:06.283282 #17788] DEBUG -- :    (0.2ms)  begin transaction
D, [2012-10-29T15:01:06.286465 #17788] DEBUG -- :    (0.3ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:06.282455', "updated_at" = '2012-10-29 15:01:06.283866' WHERE "server_profiles"."id" = 1
D, [2012-10-29T15:01:06.293907 #17788] DEBUG -- :    (7.0ms)  commit transaction
D, [2012-10-29T15:01:06.295808 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."server_uuid" = 'a851fe74-78dd-40ed-ba32-17e25680b928' LIMIT 1
D, [2012-10-29T15:01:06.297345 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:06.298318 #17788] DEBUG -- :    (0.3ms)  commit transaction
D, [2012-10-29T15:01:06.298849 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:06.303002 #17788] DEBUG -- :    (0.4ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:06.296786', "updated_at" = '2012-10-29 15:01:06.299902' WHERE "server_profiles"."id" = 1
D, [2012-10-29T15:01:06.307950 #17788] DEBUG -- :    (4.4ms)  commit transaction
D, [2012-10-29T15:01:06.310983 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."uuid" = 'c8c37d3a-ca73-4ae4-a9ec-00022b95ce82' LIMIT 1
D, [2012-10-29T15:01:06.313147 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:06.315481 #17788] DEBUG -- :    (0.3ms)  commit transaction
127.0.0.1 - - [29/Oct/2012 15:01:06] "POST /configuration HTTP/1.1" 303 - 0.3164
D, [2012-10-29T15:01:06.322031 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:06.325599 #17788] DEBUG -- :   ServerProfile Load (0.5ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:01:06] "GET /server/status HTTP/1.1" 200 298 0.0624
D, [2012-10-29T15:01:06.394673 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:06.396426 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" WHERE "configurations"."id" = ? LIMIT 1  [["id", 1]]
D, [2012-10-29T15:01:06.397528 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" 
127.0.0.1 - - [29/Oct/2012 15:01:06] "GET /configuration HTTP/1.1" 200 6925 0.0808
127.0.0.1 - - [29/Oct/2012 15:01:06] "GET /assets/configuration.js?_=1351494066413 HTTP/1.1" 200 257892 0.0083
D, [2012-10-29T15:01:06.480713 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:06.482266 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" WHERE "configurations"."id" = ? LIMIT 1  [["id", 1]]
D, [2012-10-29T15:01:06.484697 #17788] DEBUG -- :   ServerProfile Load (0.6ms)  SELECT "server_profiles".* FROM "server_profiles" 
127.0.0.1 - - [29/Oct/2012 15:01:06] "GET /configuration HTTP/1.1" 200 6925 0.0395
D, [2012-10-29T15:01:06.546375 #17788] DEBUG -- :   Configuration Load (2.7ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:06.554446 #17788] DEBUG -- :   Configuration Load (1.3ms)  SELECT "configurations".* FROM "configurations" WHERE "configurations"."id" = ? LIMIT 1  [["id", 1]]
D, [2012-10-29T15:01:06.557870 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" 
127.0.0.1 - - [29/Oct/2012 15:01:06] "GET /configuration HTTP/1.1" 200 5240 0.0968
D, [2012-10-29T15:01:06.639934 #17788] DEBUG -- :   Configuration Load (0.1ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:06.642971 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:01:06] "GET /server/status HTTP/1.1" 200 298 0.0576
127.0.0.1 - - [29/Oct/2012 15:01:06] "GET /assets/configuration.js?_=1351494066642 HTTP/1.1" 200 257892 0.0091
127.0.0.1 - - [29/Oct/2012 15:01:06] "GET /assets/configuration.js?_=1351494066758 HTTP/1.1" 200 257892 0.0567
127.0.0.1 - - [29/Oct/2012 15:01:06] "GET /assets/configuration.js?_=1351494066900 HTTP/1.1" 200 257892 0.0087
D, [2012-10-29T15:01:07.096796 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:07.100153 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:01:07] "GET /server/status HTTP/1.1" 200 298 0.0612
D, [2012-10-29T15:01:07.168974 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:07.170598 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:01:07] "GET /server/status HTTP/1.1" 200 298 0.0505
D, [2012-10-29T15:01:07.576428 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:07.579338 #17788] DEBUG -- :   ServerProfile Load (0.1ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:01:07] "GET /server/status HTTP/1.1" 200 298 0.0448
D, [2012-10-29T15:01:07.867429 #17788] DEBUG -- :   Configuration Load (0.6ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:07.869466 #17788] DEBUG -- :   ServerProfile Load (1.0ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:01:07] "GET /server/status HTTP/1.1" 200 298 0.0608
D, [2012-10-29T15:01:07.965032 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:07.968095 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:01:08] "GET /server/status HTTP/1.1" 200 298 0.0642
D, [2012-10-29T15:01:08.097758 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:08.099911 #17788] DEBUG -- :   ServerProfile Load (0.8ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 1 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:01:08] "GET /server/status HTTP/1.1" 200 298 0.1312
D, [2012-10-29T15:01:08.379138 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:08.380783 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:08.383586 #17788] DEBUG -- :    (0.2ms)  UPDATE "configurations" SET "active_server_profile_id" = 2, "updated_at" = '2012-10-29 15:01:08.381466' WHERE "configurations"."id" = 1
D, [2012-10-29T15:01:08.390746 #17788] DEBUG -- :    (6.7ms)  commit transaction
D, [2012-10-29T15:01:08.404036 #17788] DEBUG -- :   Schedule Load (0.4ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:01:08.409479 #17788] DEBUG -- :   SQL (4.7ms)  DELETE FROM "express_dialnos"
D, [2012-10-29T15:01:08.411177 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:08.412805 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 2 LIMIT 1
D, [2012-10-29T15:01:08.416078 #17788] DEBUG -- :   Interface Load (1.1ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 2
D, [2012-10-29T15:01:08.417747 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:08.419861 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 2 LIMIT 1
D, [2012-10-29T15:01:08.423397 #17788] DEBUG -- :   Interface Load (0.7ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 2
D, [2012-10-29T15:01:08.425557 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:08.426616 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:08.428585 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 2 LIMIT 1
D, [2012-10-29T15:01:08.477400 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:08.480395 #17788] DEBUG -- :    (1.5ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:08.476541', "updated_at" = '2012-10-29 15:01:08.477961' WHERE "server_profiles"."id" = 2
D, [2012-10-29T15:01:08.488219 #17788] DEBUG -- :    (7.3ms)  commit transaction
D, [2012-10-29T15:01:08.489810 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."server_uuid" = 'f0dc53e4-95d5-4920-a64c-8e09fba6e7f9' LIMIT 1
D, [2012-10-29T15:01:08.491949 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:08.494579 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:08.495144 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:08.500031 #17788] DEBUG -- :    (0.4ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:08.491453', "updated_at" = '2012-10-29 15:01:08.495715' WHERE "server_profiles"."id" = 2
D, [2012-10-29T15:01:08.507155 #17788] DEBUG -- :    (6.4ms)  commit transaction
D, [2012-10-29T15:01:08.509523 #17788] DEBUG -- :   Interface Load (0.2ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."uuid" = 'a2d0ee65-680e-42c1-be67-b7f01bbd3a83' LIMIT 1
D, [2012-10-29T15:01:08.511778 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:08.513519 #17788] DEBUG -- :    (0.1ms)  commit transaction
127.0.0.1 - - [29/Oct/2012 15:01:08] "POST /configuration HTTP/1.1" 303 - 0.1458
D, [2012-10-29T15:01:08.524736 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:08.526673 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:08.527566 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:08.542847 #17788] DEBUG -- :   Schedule Load (0.2ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:01:08.553001 #17788] DEBUG -- :   SQL (8.6ms)  DELETE FROM "express_dialnos"
D, [2012-10-29T15:01:08.554278 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:08.557250 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 2 LIMIT 1
D, [2012-10-29T15:01:08.559455 #17788] DEBUG -- :   Interface Load (0.2ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 2
D, [2012-10-29T15:01:08.560676 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:08.563752 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 2 LIMIT 1
D, [2012-10-29T15:01:08.567025 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 2
D, [2012-10-29T15:01:08.568367 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:08.569285 #17788] DEBUG -- :   Configuration Load (0.1ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:08.571055 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 2 LIMIT 1
D, [2012-10-29T15:01:08.665692 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:08.670315 #17788] DEBUG -- :    (0.6ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:08.664475', "updated_at" = '2012-10-29 15:01:08.666762' WHERE "server_profiles"."id" = 2
D, [2012-10-29T15:01:08.683797 #17788] DEBUG -- :    (11.4ms)  commit transaction
D, [2012-10-29T15:01:08.686624 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."server_uuid" = 'f0dc53e4-95d5-4920-a64c-8e09fba6e7f9' LIMIT 1
D, [2012-10-29T15:01:08.690244 #17788] DEBUG -- :    (0.2ms)  begin transaction
D, [2012-10-29T15:01:08.693887 #17788] DEBUG -- :    (0.2ms)  commit transaction
D, [2012-10-29T15:01:08.694395 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:08.699727 #17788] DEBUG -- :    (0.4ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:08.688090', "updated_at" = '2012-10-29 15:01:08.696014' WHERE "server_profiles"."id" = 2
D, [2012-10-29T15:01:08.706624 #17788] DEBUG -- :    (6.5ms)  commit transaction
D, [2012-10-29T15:01:08.710201 #17788] DEBUG -- :   Interface Load (0.4ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."uuid" = 'a2d0ee65-680e-42c1-be67-b7f01bbd3a83' LIMIT 1
D, [2012-10-29T15:01:08.715012 #17788] DEBUG -- :    (0.5ms)  begin transaction
D, [2012-10-29T15:01:08.717895 #17788] DEBUG -- :    (0.1ms)  commit transaction
127.0.0.1 - - [29/Oct/2012 15:01:08] "POST /configuration HTTP/1.1" 303 - 0.2037
D, [2012-10-29T15:01:08.728868 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:08.729404 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:08.731420 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:08.746713 #17788] DEBUG -- :   Schedule Load (0.3ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:01:08.751932 #17788] DEBUG -- :   SQL (4.5ms)  DELETE FROM "express_dialnos"
D, [2012-10-29T15:01:08.753195 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:08.756327 #17788] DEBUG -- :   ServerProfile Load (0.1ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 2 LIMIT 1
D, [2012-10-29T15:01:08.758596 #17788] DEBUG -- :   Interface Load (0.4ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 2
D, [2012-10-29T15:01:08.760091 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:08.762359 #17788] DEBUG -- :   ServerProfile Load (0.5ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 2 LIMIT 1
D, [2012-10-29T15:01:08.765993 #17788] DEBUG -- :   Interface Load (0.7ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 2
D, [2012-10-29T15:01:08.767962 #17788] DEBUG -- :   Configuration Load (0.1ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:08.769104 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:08.771311 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 2 LIMIT 1
D, [2012-10-29T15:01:08.806792 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:08.809290 #17788] DEBUG -- :    (0.2ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:08.805797', "updated_at" = '2012-10-29 15:01:08.807904' WHERE "server_profiles"."id" = 2
D, [2012-10-29T15:01:08.816600 #17788] DEBUG -- :    (6.7ms)  commit transaction
D, [2012-10-29T15:01:08.818197 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."server_uuid" = 'f0dc53e4-95d5-4920-a64c-8e09fba6e7f9' LIMIT 1
D, [2012-10-29T15:01:08.819609 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:08.820743 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:08.821279 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:08.824356 #17788] DEBUG -- :    (0.1ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:08.819038', "updated_at" = '2012-10-29 15:01:08.822757' WHERE "server_profiles"."id" = 2
D, [2012-10-29T15:01:08.830709 #17788] DEBUG -- :    (5.7ms)  commit transaction
D, [2012-10-29T15:01:08.831851 #17788] DEBUG -- :   Interface Load (0.4ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."uuid" = 'a2d0ee65-680e-42c1-be67-b7f01bbd3a83' LIMIT 1
D, [2012-10-29T15:01:08.834332 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:08.835948 #17788] DEBUG -- :    (0.2ms)  commit transaction
127.0.0.1 - - [29/Oct/2012 15:01:08] "POST /configuration HTTP/1.1" 303 - 0.1165
D, [2012-10-29T15:01:08.843315 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:08.844208 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:08.845103 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:08.867504 #17788] DEBUG -- :   Schedule Load (0.4ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:01:08.879546 #17788] DEBUG -- :   SQL (11.2ms)  DELETE FROM "express_dialnos"
D, [2012-10-29T15:01:08.880836 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:08.885954 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 2 LIMIT 1
D, [2012-10-29T15:01:08.888662 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 2
D, [2012-10-29T15:01:08.889841 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:08.891687 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 2 LIMIT 1
D, [2012-10-29T15:01:08.894354 #17788] DEBUG -- :   Interface Load (0.4ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 2
D, [2012-10-29T15:01:08.895628 #17788] DEBUG -- :   Configuration Load (0.1ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:08.897163 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:08.898901 #17788] DEBUG -- :   ServerProfile Load (0.1ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 2 LIMIT 1
D, [2012-10-29T15:01:08.949709 #17788] DEBUG -- :    (0.2ms)  begin transaction
D, [2012-10-29T15:01:08.953604 #17788] DEBUG -- :    (0.3ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:08.948685', "updated_at" = '2012-10-29 15:01:08.950550' WHERE "server_profiles"."id" = 2
D, [2012-10-29T15:01:08.964658 #17788] DEBUG -- :    (9.2ms)  commit transaction
D, [2012-10-29T15:01:08.967883 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."server_uuid" = 'f0dc53e4-95d5-4920-a64c-8e09fba6e7f9' LIMIT 1
D, [2012-10-29T15:01:08.970007 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:08.971501 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:08.972312 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:08.976979 #17788] DEBUG -- :    (0.1ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:08.969476', "updated_at" = '2012-10-29 15:01:08.973565' WHERE "server_profiles"."id" = 2
D, [2012-10-29T15:01:08.986004 #17788] DEBUG -- :    (8.1ms)  commit transaction
D, [2012-10-29T15:01:08.989263 #17788] DEBUG -- :   Interface Load (0.4ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."uuid" = 'a2d0ee65-680e-42c1-be67-b7f01bbd3a83' LIMIT 1
D, [2012-10-29T15:01:08.992777 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:08.994542 #17788] DEBUG -- :    (0.1ms)  commit transaction
127.0.0.1 - - [29/Oct/2012 15:01:08] "POST /configuration HTTP/1.1" 303 - 0.1576
D, [2012-10-29T15:01:09.001715 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:09.003239 #17788] DEBUG -- :    (0.2ms)  begin transaction
D, [2012-10-29T15:01:09.004744 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:09.053768 #17788] DEBUG -- :   Schedule Load (0.5ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:01:09.058397 #17788] DEBUG -- :   SQL (3.8ms)  DELETE FROM "express_dialnos"
D, [2012-10-29T15:01:09.059598 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:09.061212 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 2 LIMIT 1
D, [2012-10-29T15:01:09.064638 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 2
D, [2012-10-29T15:01:09.066213 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:09.068042 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 2 LIMIT 1
D, [2012-10-29T15:01:09.070475 #17788] DEBUG -- :   Interface Load (0.8ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 2
D, [2012-10-29T15:01:09.071745 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:09.072830 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:09.074027 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 2 LIMIT 1
D, [2012-10-29T15:01:09.119056 #17788] DEBUG -- :    (0.0ms)  begin transaction
D, [2012-10-29T15:01:09.123789 #17788] DEBUG -- :    (0.4ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:09.118300', "updated_at" = '2012-10-29 15:01:09.119667' WHERE "server_profiles"."id" = 2
D, [2012-10-29T15:01:09.135131 #17788] DEBUG -- :    (10.5ms)  commit transaction
D, [2012-10-29T15:01:09.137283 #17788] DEBUG -- :   ServerProfile Load (1.1ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."server_uuid" = 'f0dc53e4-95d5-4920-a64c-8e09fba6e7f9' LIMIT 1
D, [2012-10-29T15:01:09.138699 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:09.140503 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:09.141048 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:09.144926 #17788] DEBUG -- :    (0.4ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:09.138147', "updated_at" = '2012-10-29 15:01:09.141985' WHERE "server_profiles"."id" = 2
D, [2012-10-29T15:01:09.151589 #17788] DEBUG -- :    (5.9ms)  commit transaction
D, [2012-10-29T15:01:09.154027 #17788] DEBUG -- :   Interface Load (0.5ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."uuid" = 'a2d0ee65-680e-42c1-be67-b7f01bbd3a83' LIMIT 1
D, [2012-10-29T15:01:09.157194 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:09.159457 #17788] DEBUG -- :    (0.1ms)  commit transaction
127.0.0.1 - - [29/Oct/2012 15:01:09] "POST /configuration HTTP/1.1" 303 - 0.1684
D, [2012-10-29T15:01:09.169919 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:09.170632 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:09.171944 #17788] DEBUG -- :    (0.2ms)  commit transaction
D, [2012-10-29T15:01:09.195456 #17788] DEBUG -- :   Schedule Load (0.2ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:01:09.206640 #17788] DEBUG -- :   SQL (8.7ms)  DELETE FROM "express_dialnos"
D, [2012-10-29T15:01:09.209195 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:09.211789 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 2 LIMIT 1
D, [2012-10-29T15:01:09.214546 #17788] DEBUG -- :   Interface Load (0.2ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 2
D, [2012-10-29T15:01:09.216009 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:09.217498 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 2 LIMIT 1
D, [2012-10-29T15:01:09.220379 #17788] DEBUG -- :   Interface Load (1.2ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 2
D, [2012-10-29T15:01:09.221774 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:09.223073 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:09.224279 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 2 LIMIT 1
D, [2012-10-29T15:01:09.287502 #17788] DEBUG -- :    (0.3ms)  begin transaction
D, [2012-10-29T15:01:09.290021 #17788] DEBUG -- :    (0.2ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:09.286531', "updated_at" = '2012-10-29 15:01:09.288227' WHERE "server_profiles"."id" = 2
D, [2012-10-29T15:01:09.294909 #17788] DEBUG -- :    (4.4ms)  commit transaction
D, [2012-10-29T15:01:09.296886 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."server_uuid" = 'f0dc53e4-95d5-4920-a64c-8e09fba6e7f9' LIMIT 1
D, [2012-10-29T15:01:09.298303 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:09.300071 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:09.300757 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:09.304337 #17788] DEBUG -- :    (0.3ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:09.297745', "updated_at" = '2012-10-29 15:01:09.301593' WHERE "server_profiles"."id" = 2
D, [2012-10-29T15:01:09.311116 #17788] DEBUG -- :    (6.3ms)  commit transaction
D, [2012-10-29T15:01:09.312988 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."uuid" = 'a2d0ee65-680e-42c1-be67-b7f01bbd3a83' LIMIT 1
D, [2012-10-29T15:01:09.315826 #17788] DEBUG -- :    (0.2ms)  begin transaction
D, [2012-10-29T15:01:09.318089 #17788] DEBUG -- :    (0.1ms)  commit transaction
127.0.0.1 - - [29/Oct/2012 15:01:09] "POST /configuration HTTP/1.1" 303 - 0.1545
D, [2012-10-29T15:01:09.327482 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:09.328298 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:09.329649 #17788] DEBUG -- :    (0.2ms)  commit transaction
D, [2012-10-29T15:01:09.359566 #17788] DEBUG -- :   Schedule Load (0.2ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:01:09.366212 #17788] DEBUG -- :   SQL (5.9ms)  DELETE FROM "express_dialnos"
D, [2012-10-29T15:01:09.368209 #17788] DEBUG -- :   Configuration Load (1.1ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:09.372675 #17788] DEBUG -- :   ServerProfile Load (0.7ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 2 LIMIT 1
D, [2012-10-29T15:01:09.376318 #17788] DEBUG -- :   Interface Load (0.5ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 2
D, [2012-10-29T15:01:09.378270 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:09.381721 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 2 LIMIT 1
D, [2012-10-29T15:01:09.386468 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 2
D, [2012-10-29T15:01:09.388192 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:09.389220 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:09.392310 #17788] DEBUG -- :   ServerProfile Load (0.5ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 2 LIMIT 1
D, [2012-10-29T15:01:09.447606 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:09.449833 #17788] DEBUG -- :    (0.2ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:09.446822', "updated_at" = '2012-10-29 15:01:09.448149' WHERE "server_profiles"."id" = 2
D, [2012-10-29T15:01:09.458948 #17788] DEBUG -- :    (7.8ms)  commit transaction
D, [2012-10-29T15:01:09.460255 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."server_uuid" = 'f0dc53e4-95d5-4920-a64c-8e09fba6e7f9' LIMIT 1
D, [2012-10-29T15:01:09.461549 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:09.463561 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:09.463996 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:09.466227 #17788] DEBUG -- :    (0.2ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:09.461150', "updated_at" = '2012-10-29 15:01:09.464551' WHERE "server_profiles"."id" = 2
D, [2012-10-29T15:01:09.470658 #17788] DEBUG -- :    (3.9ms)  commit transaction
D, [2012-10-29T15:01:09.472386 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."uuid" = 'a2d0ee65-680e-42c1-be67-b7f01bbd3a83' LIMIT 1
D, [2012-10-29T15:01:09.474694 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:09.476106 #17788] DEBUG -- :    (0.1ms)  commit transaction
127.0.0.1 - - [29/Oct/2012 15:01:09] "POST /configuration HTTP/1.1" 303 - 0.1565
D, [2012-10-29T15:01:09.483705 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:09.484352 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:09.485216 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:09.504634 #17788] DEBUG -- :   Schedule Load (0.2ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:01:09.509953 #17788] DEBUG -- :   SQL (4.7ms)  DELETE FROM "express_dialnos"
D, [2012-10-29T15:01:09.512589 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:09.514546 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 2 LIMIT 1
D, [2012-10-29T15:01:09.516486 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 2
D, [2012-10-29T15:01:09.517741 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:09.519400 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 2 LIMIT 1
D, [2012-10-29T15:01:09.521439 #17788] DEBUG -- :   Interface Load (0.9ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 2
D, [2012-10-29T15:01:09.522729 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:09.523914 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:09.525880 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 2 LIMIT 1
D, [2012-10-29T15:01:09.561671 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:09.564536 #17788] DEBUG -- :    (0.1ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:09.560826', "updated_at" = '2012-10-29 15:01:09.562747' WHERE "server_profiles"."id" = 2
D, [2012-10-29T15:01:09.579312 #17788] DEBUG -- :    (14.1ms)  commit transaction
D, [2012-10-29T15:01:09.581350 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."server_uuid" = 'f0dc53e4-95d5-4920-a64c-8e09fba6e7f9' LIMIT 1
D, [2012-10-29T15:01:09.584763 #17788] DEBUG -- :    (0.2ms)  begin transaction
D, [2012-10-29T15:01:09.587255 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:09.587775 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:09.590915 #17788] DEBUG -- :    (0.2ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:09.583690', "updated_at" = '2012-10-29 15:01:09.588758' WHERE "server_profiles"."id" = 2
D, [2012-10-29T15:01:09.597068 #17788] DEBUG -- :    (5.7ms)  commit transaction
D, [2012-10-29T15:01:09.598313 #17788] DEBUG -- :   Interface Load (0.1ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."uuid" = 'a2d0ee65-680e-42c1-be67-b7f01bbd3a83' LIMIT 1
D, [2012-10-29T15:01:09.604501 #17788] DEBUG -- :    (0.2ms)  begin transaction
D, [2012-10-29T15:01:09.607442 #17788] DEBUG -- :    (0.1ms)  commit transaction
127.0.0.1 - - [29/Oct/2012 15:01:09] "POST /configuration HTTP/1.1" 303 - 0.1310
D, [2012-10-29T15:01:09.616884 #17788] DEBUG -- :   Configuration Load (1.1ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:09.618486 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" WHERE "configurations"."id" = ? LIMIT 1  [["id", 1]]
D, [2012-10-29T15:01:09.619545 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" 
127.0.0.1 - - [29/Oct/2012 15:01:09] "GET /configuration HTTP/1.1" 200 6932 0.0372
D, [2012-10-29T15:01:09.653075 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:09.656084 #17788] DEBUG -- :   ServerProfile Load (0.9ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 2 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:01:09] "GET /server/status HTTP/1.1" 200 306 0.0555
D, [2012-10-29T15:01:09.720437 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:09.724670 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" WHERE "configurations"."id" = ? LIMIT 1  [["id", 1]]
D, [2012-10-29T15:01:09.727177 #17788] DEBUG -- :   ServerProfile Load (1.0ms)  SELECT "server_profiles".* FROM "server_profiles" 
127.0.0.1 - - [29/Oct/2012 15:01:09] "GET /configuration HTTP/1.1" 200 6932 0.0890
127.0.0.1 - - [29/Oct/2012 15:01:09] "GET /assets/configuration.js?_=1351494069739 HTTP/1.1" 200 257892 0.0118
D, [2012-10-29T15:01:09.827805 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:09.831405 #17788] DEBUG -- :   Configuration Load (0.5ms)  SELECT "configurations".* FROM "configurations" WHERE "configurations"."id" = ? LIMIT 1  [["id", 1]]
D, [2012-10-29T15:01:09.833320 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" 
127.0.0.1 - - [29/Oct/2012 15:01:09] "GET /configuration HTTP/1.1" 200 6932 0.0426
D, [2012-10-29T15:01:09.881260 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:09.883204 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" WHERE "configurations"."id" = ? LIMIT 1  [["id", 1]]
D, [2012-10-29T15:01:09.887615 #17788] DEBUG -- :   ServerProfile Load (0.5ms)  SELECT "server_profiles".* FROM "server_profiles" 
127.0.0.1 - - [29/Oct/2012 15:01:09] "GET /configuration HTTP/1.1" 200 6932 0.0429
D, [2012-10-29T15:01:09.929090 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:09.931012 #17788] DEBUG -- :   Configuration Load (0.1ms)  SELECT "configurations".* FROM "configurations" WHERE "configurations"."id" = ? LIMIT 1  [["id", 1]]
D, [2012-10-29T15:01:09.933196 #17788] DEBUG -- :   ServerProfile Load (0.5ms)  SELECT "server_profiles".* FROM "server_profiles" 
127.0.0.1 - - [29/Oct/2012 15:01:09] "GET /configuration HTTP/1.1" 200 6932 0.0540
D, [2012-10-29T15:01:09.982894 #17788] DEBUG -- :   Configuration Load (0.8ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:09.986292 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 2 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:01:10] "GET /server/status HTTP/1.1" 200 306 0.0567
127.0.0.1 - - [29/Oct/2012 15:01:10] "GET /assets/configuration.js?_=1351494069964 HTTP/1.1" 200 257892 0.0084
D, [2012-10-29T15:01:10.047813 #17788] DEBUG -- :   Configuration Load (0.1ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:10.050753 #17788] DEBUG -- :   Configuration Load (0.6ms)  SELECT "configurations".* FROM "configurations" WHERE "configurations"."id" = ? LIMIT 1  [["id", 1]]
D, [2012-10-29T15:01:10.052674 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" 
127.0.0.1 - - [29/Oct/2012 15:01:10] "GET /configuration HTTP/1.1" 200 6932 0.0870
D, [2012-10-29T15:01:10.145149 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:10.146998 #17788] DEBUG -- :   Configuration Load (0.1ms)  SELECT "configurations".* FROM "configurations" WHERE "configurations"."id" = ? LIMIT 1  [["id", 1]]
D, [2012-10-29T15:01:10.148269 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" 
127.0.0.1 - - [29/Oct/2012 15:01:10] "GET /configuration HTTP/1.1" 200 6932 0.0391
D, [2012-10-29T15:01:10.191276 #17788] DEBUG -- :   Configuration Load (1.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:10.193391 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" WHERE "configurations"."id" = ? LIMIT 1  [["id", 1]]
D, [2012-10-29T15:01:10.195389 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" 
127.0.0.1 - - [29/Oct/2012 15:01:10] "GET /configuration HTTP/1.1" 200 6932 0.0350
127.0.0.1 - - [29/Oct/2012 15:01:10] "GET /assets/configuration.js?_=1351494070194 HTTP/1.1" 200 257892 0.0101
127.0.0.1 - - [29/Oct/2012 15:01:10] "GET /assets/configuration.js?_=1351494070285 HTTP/1.1" 200 257892 0.0071
127.0.0.1 - - [29/Oct/2012 15:01:10] "GET /assets/configuration.js?_=1351494070391 HTTP/1.1" 200 257892 0.0068
127.0.0.1 - - [29/Oct/2012 15:01:10] "GET /assets/configuration.js?_=1351494070460 HTTP/1.1" 200 257892 0.0505
127.0.0.1 - - [29/Oct/2012 15:01:10] "GET /assets/configuration.js?_=1351494070557 HTTP/1.1" 200 257892 0.0076
127.0.0.1 - - [29/Oct/2012 15:01:10] "GET /assets/configuration.js?_=1351494070612 HTTP/1.1" 200 257892 0.0071
D, [2012-10-29T15:01:10.682889 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:10.686401 #17788] DEBUG -- :   ServerProfile Load (0.6ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 2 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:01:10] "GET /server/status HTTP/1.1" 200 306 0.0952
D, [2012-10-29T15:01:10.919885 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:10.921858 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 2 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:01:10] "GET /server/status HTTP/1.1" 200 306 0.0454
D, [2012-10-29T15:01:11.344200 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:11.346801 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 2 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:01:11] "GET /server/status HTTP/1.1" 200 306 0.0558
D, [2012-10-29T15:01:11.662367 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:11.664081 #17788] DEBUG -- :   ServerProfile Load (0.1ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 2 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:01:11] "GET /server/status HTTP/1.1" 200 306 0.0857
D, [2012-10-29T15:01:11.922139 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:11.924131 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 2 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:01:11] "GET /server/status HTTP/1.1" 200 306 0.0525
D, [2012-10-29T15:01:12.360679 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:12.367943 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 2 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:01:12] "GET /server/status HTTP/1.1" 200 306 0.0832
D, [2012-10-29T15:01:12.663447 #17788] DEBUG -- :   Configuration Load (0.1ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:12.665333 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 2 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:01:12] "GET /server/status HTTP/1.1" 200 306 0.0537
D, [2012-10-29T15:01:12.923891 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:12.927390 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 2 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:01:12] "GET /server/status HTTP/1.1" 200 306 0.0550
D, [2012-10-29T15:01:13.359207 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:13.360684 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 2 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:01:13] "GET /server/status HTTP/1.1" 200 306 0.0425
D, [2012-10-29T15:01:13.666999 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:13.669630 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 2 LIMIT 1
127.0.0.1 - - [29/Oct/2012 15:01:13] "GET /server/status HTTP/1.1" 200 306 0.0634
D, [2012-10-29T15:01:13.875874 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:13.876898 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:13.886159 #17788] DEBUG -- :    (1.9ms)  UPDATE "configurations" SET "active_server_profile_id" = 3, "updated_at" = '2012-10-29 15:01:13.877555' WHERE "configurations"."id" = 1
D, [2012-10-29T15:01:13.895432 #17788] DEBUG -- :    (8.7ms)  commit transaction
D, [2012-10-29T15:01:13.974178 #17788] DEBUG -- :   Schedule Load (0.7ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:01:13.979981 #17788] DEBUG -- :   SQL (4.2ms)  DELETE FROM "express_dialnos"
D, [2012-10-29T15:01:13.981253 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:13.984344 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:13.987565 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:13.989494 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:13.992963 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:13.996096 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 3
D, [2012-10-29T15:01:13.998466 #17788] DEBUG -- :   Interface Load (0.4ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:13.999766 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:14.001872 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:14.005592 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:14.205179 #17788] DEBUG -- :    (0.2ms)  begin transaction
D, [2012-10-29T15:01:14.206649 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:14.207102 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:14.209998 #17788] DEBUG -- :    (0.0ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:14.203516', "updated_at" = '2012-10-29 15:01:14.207944' WHERE "server_profiles"."id" = 3
D, [2012-10-29T15:01:14.216105 #17788] DEBUG -- :    (5.5ms)  commit transaction
D, [2012-10-29T15:01:14.218389 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."server_uuid" = 'db67cb6e-bef3-4007-9d35-08f6a86f68b1' LIMIT 1
that 3
D, [2012-10-29T15:01:14.219959 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:14.223106 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:14.223906 #17788] DEBUG -- :    (0.2ms)  begin transaction
D, [2012-10-29T15:01:14.227912 #17788] DEBUG -- :    (0.2ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:14.219132', "updated_at" = '2012-10-29 15:01:14.225520' WHERE "server_profiles"."id" = 3
D, [2012-10-29T15:01:14.231958 #17788] DEBUG -- :    (3.7ms)  commit transaction
D, [2012-10-29T15:01:14.233831 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."uuid" = '55cd5d28-1c83-43b9-b894-8763ae04e901' LIMIT 1
D, [2012-10-29T15:01:14.237159 #17788] DEBUG -- :    (0.2ms)  begin transaction
D, [2012-10-29T15:01:14.239013 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:14.240185 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:14.241201 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:14.259440 #17788] DEBUG -- :   Schedule Load (0.2ms)  SELECT "schedules".* FROM "schedules" 
registering register sip:1002@192.168.11.28:5080 sip:192.168.11.28:5080 8de4df11-4edb-4b88-ae23-e2de2524f924
#
D, [2012-10-29T15:01:14.269399 #17788] DEBUG -- :   SQL (4.7ms)  DELETE FROM "express_dialnos"
127.0.0.1 - - [29/Oct/2012 15:01:14] "POST /configuration HTTP/1.1" 303 - 0.4042
D, [2012-10-29T15:01:14.286319 #17788] DEBUG -- :   Configuration Load (0.0ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:14.288177 #17788] DEBUG -- :    (0.2ms)  begin transaction
D, [2012-10-29T15:01:14.289551 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:14.299316 #17788] DEBUG -- :   Schedule Load (0.2ms)  SELECT "schedules".* FROM "schedules" 
#
D, [2012-10-29T15:01:14.308672 #17788] DEBUG -- :   SQL (4.8ms)  DELETE FROM "express_dialnos"
D, [2012-10-29T15:01:14.309831 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:14.311947 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:14.314937 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:14.316827 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:14.319303 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:14.320996 #17788] DEBUG -- :   Interface Load (0.1ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 3
D, [2012-10-29T15:01:14.323372 #17788] DEBUG -- :   Interface Load (0.2ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:14.324783 #17788] DEBUG -- :   Configuration Load (0.0ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:14.326321 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:14.327970 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:14.563969 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:14.565391 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:14.566239 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:14.569204 #17788] DEBUG -- :    (0.2ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:14.562997', "updated_at" = '2012-10-29 15:01:14.567092' WHERE "server_profiles"."id" = 3
D, [2012-10-29T15:01:14.574320 #17788] DEBUG -- :    (4.6ms)  commit transaction
D, [2012-10-29T15:01:14.575865 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."server_uuid" = 'db67cb6e-bef3-4007-9d35-08f6a86f68b1' LIMIT 1
that 3
D, [2012-10-29T15:01:14.577401 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:14.579401 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:14.579916 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:14.583200 #17788] DEBUG -- :    (0.3ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:14.576905', "updated_at" = '2012-10-29 15:01:14.580761' WHERE "server_profiles"."id" = 3
D, [2012-10-29T15:01:14.588740 #17788] DEBUG -- :    (4.9ms)  commit transaction
D, [2012-10-29T15:01:14.590301 #17788] DEBUG -- :   Interface Load (0.2ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."uuid" = '55cd5d28-1c83-43b9-b894-8763ae04e901' LIMIT 1
D, [2012-10-29T15:01:14.592378 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:14.593598 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:14.594650 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:14.596236 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:14.606621 #17788] DEBUG -- :   Schedule Load (0.2ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:01:14.611557 #17788] DEBUG -- :   SQL (4.2ms)  DELETE FROM "express_dialnos"
127.0.0.1 - - [29/Oct/2012 15:01:14] "POST /configuration HTTP/1.1" 303 - 0.3367
registering register sip:1002@192.168.11.28:5080 sip:192.168.11.28:5080 8de4df11-4edb-4b88-ae23-e2de2524f924
#
D, [2012-10-29T15:01:14.622393 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:14.624522 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:14.626599 #17788] DEBUG -- :    (0.0ms)  commit transaction
D, [2012-10-29T15:01:14.646047 #17788] DEBUG -- :   Schedule Load (0.2ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:01:14.651229 #17788] DEBUG -- :   SQL (4.7ms)  DELETE FROM "express_dialnos"
D, [2012-10-29T15:01:14.695920 #17788] DEBUG -- :   Configuration Load (0.6ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:14.697485 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
#
D, [2012-10-29T15:01:14.700621 #17788] DEBUG -- :   Interface Load (0.5ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:14.701741 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:14.703375 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:14.705047 #17788] DEBUG -- :   Interface Load (0.2ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 3
D, [2012-10-29T15:01:14.707368 #17788] DEBUG -- :   Interface Load (0.4ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:14.708003 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:14.709961 #17788] DEBUG -- :   Configuration Load (1.0ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:14.711867 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:14.996829 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:14.998000 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:14.998435 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:15.001324 #17788] DEBUG -- :    (0.2ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:14.995139', "updated_at" = '2012-10-29 15:01:14.998919' WHERE "server_profiles"."id" = 3
D, [2012-10-29T15:01:15.008273 #17788] DEBUG -- :    (6.4ms)  commit transaction
D, [2012-10-29T15:01:15.010378 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."server_uuid" = 'db67cb6e-bef3-4007-9d35-08f6a86f68b1' LIMIT 1
that 3
D, [2012-10-29T15:01:15.012435 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:15.014781 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:15.015401 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:15.017574 #17788] DEBUG -- :    (0.0ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:15.011786', "updated_at" = '2012-10-29 15:01:15.016102' WHERE "server_profiles"."id" = 3
D, [2012-10-29T15:01:15.022472 #17788] DEBUG -- :    (4.1ms)  commit transaction
D, [2012-10-29T15:01:15.024191 #17788] DEBUG -- :   Interface Load (0.4ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."uuid" = '55cd5d28-1c83-43b9-b894-8763ae04e901' LIMIT 1
D, [2012-10-29T15:01:15.027329 #17788] DEBUG -- :    (0.9ms)  begin transaction
D, [2012-10-29T15:01:15.029441 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:15.030430 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:15.031592 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:15.059974 #17788] DEBUG -- :   Schedule Load (0.2ms)  SELECT "schedules".* FROM "schedules" 
registering register sip:1002@192.168.11.28:5080 sip:192.168.11.28:5080 8de4df11-4edb-4b88-ae23-e2de2524f924
#
D, [2012-10-29T15:01:15.071920 #17788] DEBUG -- :   SQL (6.0ms)  DELETE FROM "express_dialnos"
127.0.0.1 - - [29/Oct/2012 15:01:15] "POST /configuration HTTP/1.1" 303 - 0.4587
D, [2012-10-29T15:01:15.082687 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:15.083479 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:15.084650 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:15.100619 #17788] DEBUG -- :   Schedule Load (0.2ms)  SELECT "schedules".* FROM "schedules" 
#
D, [2012-10-29T15:01:15.106922 #17788] DEBUG -- :   SQL (4.8ms)  DELETE FROM "express_dialnos"
D, [2012-10-29T15:01:15.111508 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:15.113585 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:15.115720 #17788] DEBUG -- :   Interface Load (0.2ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:15.118049 #17788] DEBUG -- :   Configuration Load (1.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:15.120643 #17788] DEBUG -- :   ServerProfile Load (1.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:15.122486 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 3
D, [2012-10-29T15:01:15.124196 #17788] DEBUG -- :   Interface Load (0.2ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:15.125569 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:15.127253 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:15.128821 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:15.351180 #17788] DEBUG -- :    (0.2ms)  begin transaction
D, [2012-10-29T15:01:15.352734 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:15.354352 #17788] DEBUG -- :    (0.3ms)  begin transaction
D, [2012-10-29T15:01:15.357071 #17788] DEBUG -- :    (0.3ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:15.349265', "updated_at" = '2012-10-29 15:01:15.355135' WHERE "server_profiles"."id" = 3
D, [2012-10-29T15:01:15.363203 #17788] DEBUG -- :    (5.6ms)  commit transaction
D, [2012-10-29T15:01:15.364654 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."server_uuid" = 'db67cb6e-bef3-4007-9d35-08f6a86f68b1' LIMIT 1
that 3
D, [2012-10-29T15:01:15.366162 #17788] DEBUG -- :    (0.0ms)  begin transaction
D, [2012-10-29T15:01:15.368632 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:15.369371 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:15.372142 #17788] DEBUG -- :    (0.2ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:15.365497', "updated_at" = '2012-10-29 15:01:15.369958' WHERE "server_profiles"."id" = 3
D, [2012-10-29T15:01:15.376730 #17788] DEBUG -- :    (4.2ms)  commit transaction
D, [2012-10-29T15:01:15.377739 #17788] DEBUG -- :   Interface Load (0.2ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."uuid" = '55cd5d28-1c83-43b9-b894-8763ae04e901' LIMIT 1
D, [2012-10-29T15:01:15.380405 #17788] DEBUG -- :    (1.0ms)  begin transaction
D, [2012-10-29T15:01:15.383617 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:15.385050 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:15.386795 #17788] DEBUG -- :    (0.2ms)  commit transaction
D, [2012-10-29T15:01:15.407863 #17788] DEBUG -- :   Schedule Load (0.3ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:01:15.412568 #17788] DEBUG -- :   SQL (4.1ms)  DELETE FROM "express_dialnos"
127.0.0.1 - - [29/Oct/2012 15:01:15] "POST /configuration HTTP/1.1" 303 - 0.3382
registering register sip:1002@192.168.11.28:5080 sip:192.168.11.28:5080 8de4df11-4edb-4b88-ae23-e2de2524f924
#
D, [2012-10-29T15:01:15.427814 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:15.429096 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:15.430231 #17788] DEBUG -- :    (0.1ms)  commit transaction
#
D, [2012-10-29T15:01:15.484565 #17788] DEBUG -- :   Schedule Load (0.2ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:01:15.495555 #17788] DEBUG -- :   SQL (5.7ms)  DELETE FROM "express_dialnos"
D, [2012-10-29T15:01:15.497369 #17788] DEBUG -- :   Configuration Load (0.1ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:15.499405 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:15.502749 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:15.503942 #17788] DEBUG -- :   Configuration Load (0.0ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:15.506151 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:15.508223 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 3
D, [2012-10-29T15:01:15.509466 #17788] DEBUG -- :   Interface Load (0.2ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:15.511246 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:15.512285 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:15.517663 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:15.728240 #17788] DEBUG -- :    (0.2ms)  begin transaction
D, [2012-10-29T15:01:15.729732 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:15.730658 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:15.732869 #17788] DEBUG -- :    (0.2ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:15.727222', "updated_at" = '2012-10-29 15:01:15.731321' WHERE "server_profiles"."id" = 3
D, [2012-10-29T15:01:15.740105 #17788] DEBUG -- :    (6.8ms)  commit transaction
D, [2012-10-29T15:01:15.741514 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."server_uuid" = 'db67cb6e-bef3-4007-9d35-08f6a86f68b1' LIMIT 1
that 3
D, [2012-10-29T15:01:15.743190 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:15.744446 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:15.745039 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:15.747946 #17788] DEBUG -- :    (0.3ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:15.742487', "updated_at" = '2012-10-29 15:01:15.745755' WHERE "server_profiles"."id" = 3
D, [2012-10-29T15:01:15.753634 #17788] DEBUG -- :    (5.3ms)  commit transaction
D, [2012-10-29T15:01:15.754913 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."uuid" = '55cd5d28-1c83-43b9-b894-8763ae04e901' LIMIT 1
D, [2012-10-29T15:01:15.757276 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:15.759400 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:15.760399 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:15.761440 #17788] DEBUG -- :    (0.1ms)  commit transaction
registering register sip:1002@192.168.11.28:5080 sip:192.168.11.28:5080 8de4df11-4edb-4b88-ae23-e2de2524f924
#
D, [2012-10-29T15:01:15.773904 #17788] DEBUG -- :   Schedule Load (0.3ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:01:15.784770 #17788] DEBUG -- :   SQL (5.6ms)  DELETE FROM "express_dialnos"
127.0.0.1 - - [29/Oct/2012 15:01:15] "POST /configuration HTTP/1.1" 303 - 0.3667
D, [2012-10-29T15:01:15.792442 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:15.793167 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:15.797438 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:15.815481 #17788] DEBUG -- :   Schedule Load (0.0ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:01:15.822565 #17788] DEBUG -- :   SQL (6.5ms)  DELETE FROM "express_dialnos"
D, [2012-10-29T15:01:15.823809 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:15.825151 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:15.827578 #17788] DEBUG -- :   Interface Load (0.2ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:15.828677 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:15.830318 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:15.833234 #17788] DEBUG -- :   Interface Load (0.7ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 3
D, [2012-10-29T15:01:15.835614 #17788] DEBUG -- :   Interface Load (0.2ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:15.836621 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:15.837741 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:15.839351 #17788] DEBUG -- :   ServerProfile Load (0.1ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
#
D, [2012-10-29T15:01:16.066936 #17788] DEBUG -- :    (0.2ms)  begin transaction
D, [2012-10-29T15:01:16.068428 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:16.068866 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:16.071198 #17788] DEBUG -- :    (0.3ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:16.065124', "updated_at" = '2012-10-29 15:01:16.069453' WHERE "server_profiles"."id" = 3
D, [2012-10-29T15:01:16.076363 #17788] DEBUG -- :    (4.7ms)  commit transaction
D, [2012-10-29T15:01:16.077777 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."server_uuid" = 'db67cb6e-bef3-4007-9d35-08f6a86f68b1' LIMIT 1
that 3
D, [2012-10-29T15:01:16.080215 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:16.083168 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:16.083961 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:16.086839 #17788] DEBUG -- :    (0.4ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:16.079019', "updated_at" = '2012-10-29 15:01:16.084852' WHERE "server_profiles"."id" = 3
D, [2012-10-29T15:01:16.092465 #17788] DEBUG -- :    (5.0ms)  commit transaction
D, [2012-10-29T15:01:16.093560 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."uuid" = '55cd5d28-1c83-43b9-b894-8763ae04e901' LIMIT 1
D, [2012-10-29T15:01:16.095888 #17788] DEBUG -- :    (0.2ms)  begin transaction
D, [2012-10-29T15:01:16.098436 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:16.099656 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:16.101071 #17788] DEBUG -- :    (0.1ms)  commit transaction
registering register sip:1002@192.168.11.28:5080 sip:192.168.11.28:5080 8de4df11-4edb-4b88-ae23-e2de2524f924
#
D, [2012-10-29T15:01:16.163917 #17788] DEBUG -- :   Schedule Load (0.2ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:01:16.170564 #17788] DEBUG -- :   SQL (5.9ms)  DELETE FROM "express_dialnos"
127.0.0.1 - - [29/Oct/2012 15:01:16] "POST /configuration HTTP/1.1" 303 - 0.3847
D, [2012-10-29T15:01:16.174048 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:16.176748 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:16.179893 #17788] DEBUG -- :   Interface Load (0.2ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:16.182558 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:16.184953 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:16.186925 #17788] DEBUG -- :   Interface Load (0.2ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:16.188665 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:16.190965 #17788] DEBUG -- :   ServerProfile Load (0.1ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:16.198838 #17788] DEBUG -- :   Interface Load (0.2ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
#
D, [2012-10-29T15:01:16.200780 #17788] DEBUG -- :   Configuration Load (0.1ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:16.204675 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:16.206819 #17788] DEBUG -- :   Interface Load (0.2ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:16.208649 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:16.210545 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:16.212186 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:16.214302 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:16.218643 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:16.221287 #17788] DEBUG -- :   Interface Load (0.4ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:16.229199 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:16.230064 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:16.231313 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:16.244441 #17788] DEBUG -- :   Schedule Load (0.2ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:01:16.251000 #17788] DEBUG -- :   SQL (5.9ms)  DELETE FROM "express_dialnos"
D, [2012-10-29T15:01:16.252994 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:16.255134 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:16.257604 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:16.258927 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:16.260735 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:16.264749 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 3
D, [2012-10-29T15:01:16.267576 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:16.270155 #17788] DEBUG -- :   Configuration Load (0.5ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:16.271821 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:16.276077 #17788] DEBUG -- :   ServerProfile Load (1.5ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
#
D, [2012-10-29T15:01:16.489516 #17788] DEBUG -- :    (0.2ms)  begin transaction
D, [2012-10-29T15:01:16.493925 #17788] DEBUG -- :    (1.6ms)  commit transaction
D, [2012-10-29T15:01:16.495342 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:16.498040 #17788] DEBUG -- :    (0.3ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:16.486781', "updated_at" = '2012-10-29 15:01:16.496153' WHERE "server_profiles"."id" = 3
D, [2012-10-29T15:01:16.506360 #17788] DEBUG -- :    (8.0ms)  commit transaction
D, [2012-10-29T15:01:16.507922 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."server_uuid" = 'db67cb6e-bef3-4007-9d35-08f6a86f68b1' LIMIT 1
that 3
D, [2012-10-29T15:01:16.509608 #17788] DEBUG -- :    (0.2ms)  begin transaction
D, [2012-10-29T15:01:16.510727 #17788] DEBUG -- :    (0.0ms)  commit transaction
D, [2012-10-29T15:01:16.511891 #17788] DEBUG -- :    (0.9ms)  begin transaction
D, [2012-10-29T15:01:16.514029 #17788] DEBUG -- :    (0.2ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:16.508884', "updated_at" = '2012-10-29 15:01:16.512485' WHERE "server_profiles"."id" = 3
D, [2012-10-29T15:01:16.518820 #17788] DEBUG -- :    (4.4ms)  commit transaction
D, [2012-10-29T15:01:16.520308 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."uuid" = '55cd5d28-1c83-43b9-b894-8763ae04e901' LIMIT 1
D, [2012-10-29T15:01:16.522158 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:16.524768 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:16.526038 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:16.527160 #17788] DEBUG -- :    (0.1ms)  commit transaction
registering register sip:1002@192.168.11.28:5080 sip:192.168.11.28:5080 8de4df11-4edb-4b88-ae23-e2de2524f924
#
D, [2012-10-29T15:01:16.558388 #17788] DEBUG -- :   Schedule Load (0.9ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:01:16.603512 #17788] DEBUG -- :   SQL (6.3ms)  DELETE FROM "express_dialnos"
#
127.0.0.1 - - [29/Oct/2012 15:01:16] "POST /configuration HTTP/1.1" 303 - 0.3904
D, [2012-10-29T15:01:16.621696 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:16.624192 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:16.626460 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:16.632223 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:16.633932 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:16.634715 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:16.652559 #17788] DEBUG -- :   Schedule Load (0.3ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:01:16.658371 #17788] DEBUG -- :   SQL (5.2ms)  DELETE FROM "express_dialnos"
D, [2012-10-29T15:01:16.659846 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:16.663702 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:16.668528 #17788] DEBUG -- :   Interface Load (0.4ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:16.670969 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:16.674964 #17788] DEBUG -- :   ServerProfile Load (1.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:16.676877 #17788] DEBUG -- :   Interface Load (0.1ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 3
D, [2012-10-29T15:01:16.678879 #17788] DEBUG -- :   Interface Load (0.6ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:16.680057 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:16.682764 #17788] DEBUG -- :   Configuration Load (0.5ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:16.685377 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
#
D, [2012-10-29T15:01:16.970377 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:16.971791 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:16.972317 #17788] DEBUG -- :    (0.0ms)  begin transaction
D, [2012-10-29T15:01:16.975796 #17788] DEBUG -- :    (0.6ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:16.969356', "updated_at" = '2012-10-29 15:01:16.972966' WHERE "server_profiles"."id" = 3
D, [2012-10-29T15:01:16.981267 #17788] DEBUG -- :    (4.7ms)  commit transaction
D, [2012-10-29T15:01:16.982315 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."server_uuid" = 'db67cb6e-bef3-4007-9d35-08f6a86f68b1' LIMIT 1
that 3
D, [2012-10-29T15:01:16.984779 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:16.986003 #17788] DEBUG -- :    (0.0ms)  commit transaction
D, [2012-10-29T15:01:16.986889 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:16.990896 #17788] DEBUG -- :    (0.4ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:16.984125', "updated_at" = '2012-10-29 15:01:16.987743' WHERE "server_profiles"."id" = 3
D, [2012-10-29T15:01:16.999040 #17788] DEBUG -- :    (7.6ms)  commit transaction
D, [2012-10-29T15:01:17.000733 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."uuid" = '55cd5d28-1c83-43b9-b894-8763ae04e901' LIMIT 1
D, [2012-10-29T15:01:17.003706 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:17.004971 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:17.005795 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:17.007528 #17788] DEBUG -- :    (0.1ms)  commit transaction
registering register sip:1002@192.168.11.28:5080 sip:192.168.11.28:5080 8de4df11-4edb-4b88-ae23-e2de2524f924
#
D, [2012-10-29T15:01:17.029793 #17788] DEBUG -- :   Schedule Load (0.2ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:01:17.036171 #17788] DEBUG -- :   SQL (5.1ms)  DELETE FROM "express_dialnos"
127.0.0.1 - - [29/Oct/2012 15:01:17] "POST /configuration HTTP/1.1" 303 - 0.4107
D, [2012-10-29T15:01:17.050681 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:17.051336 #17788] DEBUG -- :    (0.3ms)  begin transaction
D, [2012-10-29T15:01:17.052975 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:17.108558 #17788] DEBUG -- :   Schedule Load (0.3ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:01:17.114842 #17788] DEBUG -- :   SQL (5.8ms)  DELETE FROM "express_dialnos"
D, [2012-10-29T15:01:17.116942 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:17.119167 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:17.122597 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:17.123869 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:17.127383 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:17.129780 #17788] DEBUG -- :   Interface Load (0.5ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 3
#
D, [2012-10-29T15:01:17.132266 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:17.133472 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:17.138171 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:17.139984 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:17.361653 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:17.363375 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:17.363971 #17788] DEBUG -- :    (0.2ms)  begin transaction
D, [2012-10-29T15:01:17.366563 #17788] DEBUG -- :    (0.2ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:17.360753', "updated_at" = '2012-10-29 15:01:17.364627' WHERE "server_profiles"."id" = 3
D, [2012-10-29T15:01:17.372596 #17788] DEBUG -- :    (5.4ms)  commit transaction
D, [2012-10-29T15:01:17.373906 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."server_uuid" = 'db67cb6e-bef3-4007-9d35-08f6a86f68b1' LIMIT 1
that 3
D, [2012-10-29T15:01:17.376683 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:17.378295 #17788] DEBUG -- :    (0.2ms)  commit transaction
D, [2012-10-29T15:01:17.378850 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:17.380849 #17788] DEBUG -- :    (0.2ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:17.375833', "updated_at" = '2012-10-29 15:01:17.379511' WHERE "server_profiles"."id" = 3
D, [2012-10-29T15:01:17.386482 #17788] DEBUG -- :    (5.2ms)  commit transaction
D, [2012-10-29T15:01:17.387940 #17788] DEBUG -- :   Interface Load (0.2ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."uuid" = '55cd5d28-1c83-43b9-b894-8763ae04e901' LIMIT 1
D, [2012-10-29T15:01:17.390414 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:17.392365 #17788] DEBUG -- :    (0.6ms)  commit transaction
D, [2012-10-29T15:01:17.393902 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:17.395087 #17788] DEBUG -- :    (0.1ms)  commit transaction
registering register sip:1002@192.168.11.28:5080 sip:192.168.11.28:5080 8de4df11-4edb-4b88-ae23-e2de2524f924
#
D, [2012-10-29T15:01:17.417499 #17788] DEBUG -- :   Schedule Load (0.3ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:01:17.424310 #17788] DEBUG -- :   SQL (6.2ms)  DELETE FROM "express_dialnos"
127.0.0.1 - - [29/Oct/2012 15:01:17] "POST /configuration HTTP/1.1" 303 - 0.3816
D, [2012-10-29T15:01:17.438638 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:17.439444 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:17.441420 #17788] DEBUG -- :    (0.0ms)  commit transaction
D, [2012-10-29T15:01:17.452428 #17788] DEBUG -- :   Schedule Load (0.2ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:01:17.458796 #17788] DEBUG -- :   SQL (5.8ms)  DELETE FROM "express_dialnos"
D, [2012-10-29T15:01:17.459685 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:17.461578 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:17.464099 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:17.464891 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:17.467256 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:17.469163 #17788] DEBUG -- :   Interface Load (0.5ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 3
D, [2012-10-29T15:01:17.471307 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:17.472315 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:17.473420 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:17.476383 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
#
D, [2012-10-29T15:01:17.702520 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:17.703987 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:17.704477 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:17.707382 #17788] DEBUG -- :    (0.2ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:17.701543', "updated_at" = '2012-10-29 15:01:17.705333' WHERE "server_profiles"."id" = 3
D, [2012-10-29T15:01:17.713690 #17788] DEBUG -- :    (5.9ms)  commit transaction
D, [2012-10-29T15:01:17.714909 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."server_uuid" = 'db67cb6e-bef3-4007-9d35-08f6a86f68b1' LIMIT 1
that 3
D, [2012-10-29T15:01:17.716830 #17788] DEBUG -- :    (0.2ms)  begin transaction
D, [2012-10-29T15:01:17.720984 #17788] DEBUG -- :    (2.5ms)  commit transaction
D, [2012-10-29T15:01:17.721742 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:17.724097 #17788] DEBUG -- :    (0.2ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:17.716000', "updated_at" = '2012-10-29 15:01:17.722693' WHERE "server_profiles"."id" = 3
D, [2012-10-29T15:01:17.729892 #17788] DEBUG -- :    (5.4ms)  commit transaction
D, [2012-10-29T15:01:17.731697 #17788] DEBUG -- :   Interface Load (1.1ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."uuid" = '55cd5d28-1c83-43b9-b894-8763ae04e901' LIMIT 1
D, [2012-10-29T15:01:17.735469 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:17.738182 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:17.739267 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:17.740459 #17788] DEBUG -- :    (0.1ms)  commit transaction
registering register sip:1002@192.168.11.28:5080 sip:192.168.11.28:5080 8de4df11-4edb-4b88-ae23-e2de2524f924
#
D, [2012-10-29T15:01:17.802972 #17788] DEBUG -- :   Schedule Load (0.2ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:01:17.809876 #17788] DEBUG -- :   SQL (6.0ms)  DELETE FROM "express_dialnos"
127.0.0.1 - - [29/Oct/2012 15:01:17] "POST /configuration HTTP/1.1" 303 - 0.3860
D, [2012-10-29T15:01:17.818159 #17788] DEBUG -- :   Configuration Load (0.1ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:17.819307 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:17.820676 #17788] DEBUG -- :    (0.1ms)  commit transaction
#
D, [2012-10-29T15:01:17.839680 #17788] DEBUG -- :   Schedule Load (0.2ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:01:17.847115 #17788] DEBUG -- :   SQL (6.9ms)  DELETE FROM "express_dialnos"
D, [2012-10-29T15:01:17.848848 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:17.850998 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:17.853632 #17788] DEBUG -- :   Interface Load (0.1ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:17.854606 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:17.856891 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:17.858963 #17788] DEBUG -- :   Interface Load (0.1ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 3
D, [2012-10-29T15:01:17.861359 #17788] DEBUG -- :   Interface Load (0.1ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:17.863728 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:17.866179 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:17.868580 #17788] DEBUG -- :   ServerProfile Load (0.0ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
#
D, [2012-10-29T15:01:18.102890 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:18.104347 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:18.104790 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:18.108634 #17788] DEBUG -- :    (0.3ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:18.101233', "updated_at" = '2012-10-29 15:01:18.105863' WHERE "server_profiles"."id" = 3
D, [2012-10-29T15:01:18.117945 #17788] DEBUG -- :    (8.7ms)  commit transaction
D, [2012-10-29T15:01:18.119033 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."server_uuid" = 'db67cb6e-bef3-4007-9d35-08f6a86f68b1' LIMIT 1
that 3
D, [2012-10-29T15:01:18.120428 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:18.122518 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:18.122901 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:18.124732 #17788] DEBUG -- :    (0.3ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:18.119865', "updated_at" = '2012-10-29 15:01:18.123294' WHERE "server_profiles"."id" = 3
D, [2012-10-29T15:01:18.130453 #17788] DEBUG -- :    (5.2ms)  commit transaction
D, [2012-10-29T15:01:18.131612 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."uuid" = '55cd5d28-1c83-43b9-b894-8763ae04e901' LIMIT 1
D, [2012-10-29T15:01:18.134066 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:18.136175 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:18.137314 #17788] DEBUG -- :    (0.2ms)  begin transaction
D, [2012-10-29T15:01:18.138609 #17788] DEBUG -- :    (0.1ms)  commit transaction
registering register sip:1002@192.168.11.28:5080 sip:192.168.11.28:5080 8de4df11-4edb-4b88-ae23-e2de2524f924
#
D, [2012-10-29T15:01:18.149644 #17788] DEBUG -- :   Schedule Load (0.4ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:01:18.157495 #17788] DEBUG -- :   SQL (5.5ms)  DELETE FROM "express_dialnos"
127.0.0.1 - - [29/Oct/2012 15:01:18] "POST /configuration HTTP/1.1" 303 - 0.3466
D, [2012-10-29T15:01:18.202618 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:18.203273 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:18.207913 #17788] DEBUG -- :    (0.1ms)  commit transaction
#
D, [2012-10-29T15:01:18.252460 #17788] DEBUG -- :   Schedule Load (0.2ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:01:18.258861 #17788] DEBUG -- :   SQL (5.5ms)  DELETE FROM "express_dialnos"
D, [2012-10-29T15:01:18.260950 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:18.263426 #17788] DEBUG -- :   ServerProfile Load (1.4ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:18.264817 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:18.265790 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:18.268207 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:18.270556 #17788] DEBUG -- :   Interface Load (0.4ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 3
D, [2012-10-29T15:01:18.272485 #17788] DEBUG -- :   Interface Load (0.2ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:18.273734 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:18.276730 #17788] DEBUG -- :   Configuration Load (0.9ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:18.279562 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
#
D, [2012-10-29T15:01:18.596237 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:18.597608 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:18.598223 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:18.601265 #17788] DEBUG -- :    (0.4ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:18.595038', "updated_at" = '2012-10-29 15:01:18.598881' WHERE "server_profiles"."id" = 3
D, [2012-10-29T15:01:18.608879 #17788] DEBUG -- :    (7.0ms)  commit transaction
D, [2012-10-29T15:01:18.610833 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."server_uuid" = 'db67cb6e-bef3-4007-9d35-08f6a86f68b1' LIMIT 1
that 3
D, [2012-10-29T15:01:18.611876 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:18.613262 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:18.613829 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:18.616596 #17788] DEBUG -- :    (0.1ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:18.611569', "updated_at" = '2012-10-29 15:01:18.615259' WHERE "server_profiles"."id" = 3
D, [2012-10-29T15:01:18.621422 #17788] DEBUG -- :    (4.4ms)  commit transaction
D, [2012-10-29T15:01:18.623057 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."uuid" = '55cd5d28-1c83-43b9-b894-8763ae04e901' LIMIT 1
D, [2012-10-29T15:01:18.627119 #17788] DEBUG -- :    (0.2ms)  begin transaction
D, [2012-10-29T15:01:18.628740 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:18.629828 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:18.631037 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:18.645935 #17788] DEBUG -- :   Schedule Load (0.2ms)  SELECT "schedules".* FROM "schedules" 
registering register sip:1002@192.168.11.28:5080 sip:192.168.11.28:5080 8de4df11-4edb-4b88-ae23-e2de2524f924
#
D, [2012-10-29T15:01:18.658626 #17788] DEBUG -- :   SQL (8.5ms)  DELETE FROM "express_dialnos"
127.0.0.1 - - [29/Oct/2012 15:01:18] "POST /configuration HTTP/1.1" 303 - 0.5025
D, [2012-10-29T15:01:18.675204 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:18.676740 #17788] DEBUG -- :    (0.2ms)  begin transaction
D, [2012-10-29T15:01:18.678747 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:18.686850 #17788] DEBUG -- :   Schedule Load (0.3ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:01:18.695491 #17788] DEBUG -- :   SQL (8.1ms)  DELETE FROM "express_dialnos"
D, [2012-10-29T15:01:18.696849 #17788] DEBUG -- :   Configuration Load (0.1ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:18.700048 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:18.702444 #17788] DEBUG -- :   Interface Load (0.5ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:18.703665 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
#
D, [2012-10-29T15:01:18.747946 #17788] DEBUG -- :   ServerProfile Load (0.5ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:18.750719 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 3
D, [2012-10-29T15:01:18.753527 #17788] DEBUG -- :   Interface Load (0.2ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:18.754668 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:18.755898 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:18.757512 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:18.976079 #17788] DEBUG -- :    (0.2ms)  begin transaction
D, [2012-10-29T15:01:18.977743 #17788] DEBUG -- :    (0.2ms)  commit transaction
D, [2012-10-29T15:01:18.978404 #17788] DEBUG -- :    (0.2ms)  begin transaction
D, [2012-10-29T15:01:18.980529 #17788] DEBUG -- :    (0.3ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:18.974294', "updated_at" = '2012-10-29 15:01:18.979100' WHERE "server_profiles"."id" = 3
D, [2012-10-29T15:01:18.987381 #17788] DEBUG -- :    (6.4ms)  commit transaction
D, [2012-10-29T15:01:18.990683 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."server_uuid" = 'db67cb6e-bef3-4007-9d35-08f6a86f68b1' LIMIT 1
that 3
D, [2012-10-29T15:01:18.991738 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:18.993978 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:18.994473 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:18.996906 #17788] DEBUG -- :    (0.3ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:18.991079', "updated_at" = '2012-10-29 15:01:18.995314' WHERE "server_profiles"."id" = 3
D, [2012-10-29T15:01:19.002654 #17788] DEBUG -- :    (5.2ms)  commit transaction
D, [2012-10-29T15:01:19.004853 #17788] DEBUG -- :   Interface Load (0.4ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."uuid" = '55cd5d28-1c83-43b9-b894-8763ae04e901' LIMIT 1
D, [2012-10-29T15:01:19.008451 #17788] DEBUG -- :    (0.2ms)  begin transaction
D, [2012-10-29T15:01:19.011989 #17788] DEBUG -- :    (0.9ms)  commit transaction
D, [2012-10-29T15:01:19.013330 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:19.014917 #17788] DEBUG -- :    (0.1ms)  commit transaction
registering register sip:1002@192.168.11.28:5080 sip:192.168.11.28:5080 8de4df11-4edb-4b88-ae23-e2de2524f924
#
D, [2012-10-29T15:01:19.043095 #17788] DEBUG -- :   Schedule Load (0.3ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:01:19.050178 #17788] DEBUG -- :   SQL (6.4ms)  DELETE FROM "express_dialnos"
127.0.0.1 - - [29/Oct/2012 15:01:19] "POST /configuration HTTP/1.1" 303 - 0.3978
#
D, [2012-10-29T15:01:19.071573 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:19.081090 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:19.084063 #17788] DEBUG -- :   Interface Load (0.6ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:19.088887 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:19.092577 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:19.095317 #17788] DEBUG -- :   Interface Load (0.4ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:19.098050 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:19.104892 #17788] DEBUG -- :   ServerProfile Load (0.9ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:19.107724 #17788] DEBUG -- :   Interface Load (0.4ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:19.109992 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:19.111649 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:19.113506 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:19.116579 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:19.119114 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:19.122154 #17788] DEBUG -- :   Interface Load (0.4ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:19.126266 #17788] DEBUG -- :   Configuration Load (1.6ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:19.129420 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:19.132000 #17788] DEBUG -- :   Interface Load (0.4ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:19.139803 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:19.141128 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:19.143867 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:19.159680 #17788] DEBUG -- :   Schedule Load (0.2ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:01:19.167842 #17788] DEBUG -- :   SQL (7.6ms)  DELETE FROM "express_dialnos"
D, [2012-10-29T15:01:19.169476 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:19.172887 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:19.175262 #17788] DEBUG -- :   Interface Load (0.2ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:19.178854 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:19.182228 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:19.185060 #17788] DEBUG -- :   Interface Load (0.5ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 3
D, [2012-10-29T15:01:19.188062 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:19.189365 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:19.192151 #17788] DEBUG -- :   Configuration Load (0.5ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:19.200884 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
#
D, [2012-10-29T15:01:19.453196 #17788] DEBUG -- :    (3.2ms)  begin transaction
D, [2012-10-29T15:01:19.455229 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:19.455813 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:19.458985 #17788] DEBUG -- :    (0.3ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:19.448013', "updated_at" = '2012-10-29 15:01:19.456606' WHERE "server_profiles"."id" = 3
D, [2012-10-29T15:01:19.466509 #17788] DEBUG -- :    (7.2ms)  commit transaction
D, [2012-10-29T15:01:19.468776 #17788] DEBUG -- :   ServerProfile Load (0.6ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."server_uuid" = 'db67cb6e-bef3-4007-9d35-08f6a86f68b1' LIMIT 1
that 3
D, [2012-10-29T15:01:19.471931 #17788] DEBUG -- :    (0.2ms)  begin transaction
D, [2012-10-29T15:01:19.475289 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:19.478763 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:19.482118 #17788] DEBUG -- :    (1.0ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:19.470718', "updated_at" = '2012-10-29 15:01:19.479602' WHERE "server_profiles"."id" = 3
D, [2012-10-29T15:01:19.489390 #17788] DEBUG -- :    (6.8ms)  commit transaction
D, [2012-10-29T15:01:19.491017 #17788] DEBUG -- :   Interface Load (0.4ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."uuid" = '55cd5d28-1c83-43b9-b894-8763ae04e901' LIMIT 1
D, [2012-10-29T15:01:19.496918 #17788] DEBUG -- :    (0.0ms)  begin transaction
D, [2012-10-29T15:01:19.498529 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:19.499745 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:19.501345 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:19.508475 #17788] DEBUG -- :   Schedule Load (0.2ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:01:19.514822 #17788] DEBUG -- :   SQL (5.7ms)  DELETE FROM "express_dialnos"
127.0.0.1 - - [29/Oct/2012 15:01:19] "POST /configuration HTTP/1.1" 303 - 0.3843
D, [2012-10-29T15:01:19.522555 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:19.523217 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:19.530834 #17788] DEBUG -- :    (0.1ms)  commit transaction
registering register sip:1002@192.168.11.28:5080 sip:192.168.11.28:5080 8de4df11-4edb-4b88-ae23-e2de2524f924
#
#
D, [2012-10-29T15:01:19.570586 #17788] DEBUG -- :   Schedule Load (0.2ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:01:19.578609 #17788] DEBUG -- :   SQL (7.5ms)  DELETE FROM "express_dialnos"
D, [2012-10-29T15:01:19.579674 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:19.582162 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:19.584396 #17788] DEBUG -- :   Interface Load (0.2ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:19.585635 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:19.588218 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:19.598542 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 3
D, [2012-10-29T15:01:19.600335 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:19.601457 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:19.603518 #17788] DEBUG -- :   Configuration Load (0.6ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:19.606549 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
#
D, [2012-10-29T15:01:19.838697 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:19.840332 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:19.841620 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:19.843760 #17788] DEBUG -- :    (0.2ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:19.836940', "updated_at" = '2012-10-29 15:01:19.842157' WHERE "server_profiles"."id" = 3
D, [2012-10-29T15:01:19.849880 #17788] DEBUG -- :    (5.6ms)  commit transaction
D, [2012-10-29T15:01:19.852178 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."server_uuid" = 'db67cb6e-bef3-4007-9d35-08f6a86f68b1' LIMIT 1
that 3
D, [2012-10-29T15:01:19.854825 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:19.856754 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:19.857095 #17788] DEBUG -- :    (0.2ms)  begin transaction
D, [2012-10-29T15:01:19.860269 #17788] DEBUG -- :    (0.3ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:19.854046', "updated_at" = '2012-10-29 15:01:19.857901' WHERE "server_profiles"."id" = 3
D, [2012-10-29T15:01:19.870404 #17788] DEBUG -- :    (9.7ms)  commit transaction
D, [2012-10-29T15:01:19.871798 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."uuid" = '55cd5d28-1c83-43b9-b894-8763ae04e901' LIMIT 1
D, [2012-10-29T15:01:19.873860 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:19.876599 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:19.877484 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:19.878540 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:19.896230 #17788] DEBUG -- :   Schedule Load (0.2ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:01:19.901665 #17788] DEBUG -- :   SQL (4.8ms)  DELETE FROM "express_dialnos"
127.0.0.1 - - [29/Oct/2012 15:01:19] "POST /configuration HTTP/1.1" 303 - 0.4288
registering register sip:1002@192.168.11.28:5080 sip:192.168.11.28:5080 8de4df11-4edb-4b88-ae23-e2de2524f924
#
D, [2012-10-29T15:01:19.952601 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:19.953644 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:19.955512 #17788] DEBUG -- :    (0.1ms)  commit transaction
#
D, [2012-10-29T15:01:19.997464 #17788] DEBUG -- :   Schedule Load (0.2ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:01:20.005262 #17788] DEBUG -- :   SQL (7.1ms)  DELETE FROM "express_dialnos"
D, [2012-10-29T15:01:20.006463 #17788] DEBUG -- :   Configuration Load (0.1ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:20.008363 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:20.009627 #17788] DEBUG -- :   Interface Load (0.2ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:20.011435 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:20.012761 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:20.018336 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 3
D, [2012-10-29T15:01:20.023854 #17788] DEBUG -- :   Interface Load (0.1ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:20.024698 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:20.026294 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:20.029859 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
#
D, [2012-10-29T15:01:20.377230 #17788] DEBUG -- :    (0.2ms)  begin transaction
D, [2012-10-29T15:01:20.378887 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:20.379373 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:20.382655 #17788] DEBUG -- :    (0.3ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:20.374944', "updated_at" = '2012-10-29 15:01:20.380037' WHERE "server_profiles"."id" = 3
D, [2012-10-29T15:01:20.392997 #17788] DEBUG -- :    (9.7ms)  commit transaction
D, [2012-10-29T15:01:20.394656 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."server_uuid" = 'db67cb6e-bef3-4007-9d35-08f6a86f68b1' LIMIT 1
that 3
D, [2012-10-29T15:01:20.397587 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:20.400699 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:20.401281 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:20.404182 #17788] DEBUG -- :    (0.3ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:20.396738', "updated_at" = '2012-10-29 15:01:20.402164' WHERE "server_profiles"."id" = 3
D, [2012-10-29T15:01:20.410612 #17788] DEBUG -- :    (5.8ms)  commit transaction
D, [2012-10-29T15:01:20.413761 #17788] DEBUG -- :   Interface Load (0.4ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."uuid" = '55cd5d28-1c83-43b9-b894-8763ae04e901' LIMIT 1
D, [2012-10-29T15:01:20.415669 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:20.417624 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:20.419527 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:20.421697 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:20.448412 #17788] DEBUG -- :   Schedule Load (0.2ms)  SELECT "schedules".* FROM "schedules" 
registering register sip:1002@192.168.11.28:5080 sip:192.168.11.28:5080 8de4df11-4edb-4b88-ae23-e2de2524f924
#
D, [2012-10-29T15:01:20.458483 #17788] DEBUG -- :   SQL (5.3ms)  DELETE FROM "express_dialnos"
127.0.0.1 - - [29/Oct/2012 15:01:20] "POST /configuration HTTP/1.1" 303 - 0.5148
D, [2012-10-29T15:01:20.514211 #17788] DEBUG -- :   Configuration Load (0.7ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:20.517679 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:20.520790 #17788] DEBUG -- :   Interface Load (0.4ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
#
127.0.0.1 - - [29/Oct/2012 15:01:20] "GET /server/status HTTP/1.1" 200 310 0.1242
D, [2012-10-29T15:01:20.599224 #17788] DEBUG -- :   Configuration Load (0.8ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:20.602594 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" WHERE "configurations"."id" = ? LIMIT 1  [["id", 1]]
D, [2012-10-29T15:01:20.605600 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" 
127.0.0.1 - - [29/Oct/2012 15:01:20] "GET /configuration HTTP/1.1" 200 6824 0.0659
D, [2012-10-29T15:01:20.664228 #17788] DEBUG -- :   Configuration Load (0.0ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:20.666097 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:20.668111 #17788] DEBUG -- :    (0.0ms)  commit transaction
D, [2012-10-29T15:01:20.698785 #17788] DEBUG -- :   Schedule Load (1.4ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:01:20.707475 #17788] DEBUG -- :   SQL (7.9ms)  DELETE FROM "express_dialnos"
D, [2012-10-29T15:01:20.712211 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:20.714720 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:20.717319 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:20.719381 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:20.725237 #17788] DEBUG -- :   ServerProfile Load (0.8ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:20.728983 #17788] DEBUG -- :   Interface Load (0.4ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 3
D, [2012-10-29T15:01:20.732922 #17788] DEBUG -- :   Interface Load (0.4ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:20.734984 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:20.736266 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
#
D, [2012-10-29T15:01:20.738539 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:20.929946 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:20.931671 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:20.932326 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:20.935029 #17788] DEBUG -- :    (0.2ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:20.928899', "updated_at" = '2012-10-29 15:01:20.933135' WHERE "server_profiles"."id" = 3
D, [2012-10-29T15:01:20.940986 #17788] DEBUG -- :    (5.2ms)  commit transaction
D, [2012-10-29T15:01:20.943057 #17788] DEBUG -- :   ServerProfile Load (1.0ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."server_uuid" = 'db67cb6e-bef3-4007-9d35-08f6a86f68b1' LIMIT 1
that 3
D, [2012-10-29T15:01:20.944786 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:20.946009 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:20.947299 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:20.949900 #17788] DEBUG -- :    (0.2ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:20.944206', "updated_at" = '2012-10-29 15:01:20.947570' WHERE "server_profiles"."id" = 3
D, [2012-10-29T15:01:20.954730 #17788] DEBUG -- :    (4.2ms)  commit transaction
D, [2012-10-29T15:01:20.956312 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."uuid" = '55cd5d28-1c83-43b9-b894-8763ae04e901' LIMIT 1
D, [2012-10-29T15:01:20.959553 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:20.961270 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:20.962905 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:20.964298 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:20.986632 #17788] DEBUG -- :   Schedule Load (0.5ms)  SELECT "schedules".* FROM "schedules" 
registering register sip:1002@192.168.11.28:5080 sip:192.168.11.28:5080 8de4df11-4edb-4b88-ae23-e2de2524f924
#
D, [2012-10-29T15:01:20.991563 #17788] DEBUG -- :   SQL (4.1ms)  DELETE FROM "express_dialnos"
127.0.0.1 - - [29/Oct/2012 15:01:20] "POST /configuration HTTP/1.1" 303 - 0.3441
D, [2012-10-29T15:01:21.011990 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:21.015560 #17788] DEBUG -- :   ServerProfile Load (0.7ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:21.074275 #17788] DEBUG -- :   Interface Load (0.4ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:21.077477 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:21.079684 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:21.081835 #17788] DEBUG -- :   Interface Load (0.2ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:21.091285 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:21.093544 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:21.096516 #17788] DEBUG -- :   Interface Load (0.2ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
#
D, [2012-10-29T15:01:21.099413 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:21.101511 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:21.104639 #17788] DEBUG -- :   Interface Load (0.4ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:21.119424 #17788] DEBUG -- :   Configuration Load (0.5ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:21.121012 #17788] DEBUG -- :    (0.2ms)  begin transaction
D, [2012-10-29T15:01:21.123605 #17788] DEBUG -- :    (0.2ms)  commit transaction
D, [2012-10-29T15:01:21.158196 #17788] DEBUG -- :   Schedule Load (0.4ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:01:21.173899 #17788] DEBUG -- :   SQL (14.3ms)  DELETE FROM "express_dialnos"
D, [2012-10-29T15:01:21.179358 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
#
D, [2012-10-29T15:01:21.187062 #17788] DEBUG -- :   ServerProfile Load (0.1ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:21.202574 #17788] DEBUG -- :   Interface Load (1.2ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:21.209150 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:21.221718 #17788] DEBUG -- :   ServerProfile Load (0.9ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:21.226591 #17788] DEBUG -- :   Interface Load (0.7ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 3
D, [2012-10-29T15:01:21.230390 #17788] DEBUG -- :   Interface Load (0.7ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:21.233036 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:21.239843 #17788] DEBUG -- :   Configuration Load (0.5ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:21.243173 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:21.505996 #17788] DEBUG -- :    (0.2ms)  begin transaction
D, [2012-10-29T15:01:21.508223 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:21.508838 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:21.511862 #17788] DEBUG -- :    (0.2ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:21.504965', "updated_at" = '2012-10-29 15:01:21.509358' WHERE "server_profiles"."id" = 3
D, [2012-10-29T15:01:21.517569 #17788] DEBUG -- :    (5.4ms)  commit transaction
D, [2012-10-29T15:01:21.519981 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."server_uuid" = 'db67cb6e-bef3-4007-9d35-08f6a86f68b1' LIMIT 1
that 3
D, [2012-10-29T15:01:21.521651 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:21.523788 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:21.524322 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:21.527516 #17788] DEBUG -- :    (0.3ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:21.520969', "updated_at" = '2012-10-29 15:01:21.525788' WHERE "server_profiles"."id" = 3
D, [2012-10-29T15:01:21.532043 #17788] DEBUG -- :    (4.1ms)  commit transaction
D, [2012-10-29T15:01:21.534256 #17788] DEBUG -- :   Interface Load (0.7ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."uuid" = '55cd5d28-1c83-43b9-b894-8763ae04e901' LIMIT 1
D, [2012-10-29T15:01:21.536346 #17788] DEBUG -- :    (0.3ms)  begin transaction
D, [2012-10-29T15:01:21.537662 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:21.539420 #17788] DEBUG -- :    (0.0ms)  begin transaction
D, [2012-10-29T15:01:21.540281 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:21.560034 #17788] DEBUG -- :   Schedule Load (0.2ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:01:21.569191 #17788] DEBUG -- :   SQL (8.2ms)  DELETE FROM "express_dialnos"
registering register sip:1002@192.168.11.28:5080 sip:192.168.11.28:5080 8de4df11-4edb-4b88-ae23-e2de2524f924
#
127.0.0.1 - - [29/Oct/2012 15:01:21] "POST /configuration HTTP/1.1" 303 - 0.4660
D, [2012-10-29T15:01:21.585125 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:21.586485 #17788] DEBUG -- :    (0.2ms)  begin transaction
D, [2012-10-29T15:01:21.589563 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:21.599975 #17788] DEBUG -- :   Schedule Load (0.2ms)  SELECT "schedules".* FROM "schedules" 
#
D, [2012-10-29T15:01:21.655692 #17788] DEBUG -- :   SQL (7.6ms)  DELETE FROM "express_dialnos"
D, [2012-10-29T15:01:21.657180 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:21.659013 #17788] DEBUG -- :   ServerProfile Load (0.1ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:21.661722 #17788] DEBUG -- :   Interface Load (0.4ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:21.663818 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:21.665665 #17788] DEBUG -- :   ServerProfile Load (0.5ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:21.667624 #17788] DEBUG -- :   Interface Load (0.6ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 3
D, [2012-10-29T15:01:21.669607 #17788] DEBUG -- :   Interface Load (0.4ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:21.671421 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:21.672615 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:21.674016 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:21.915510 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:21.917030 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:21.917512 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:21.919427 #17788] DEBUG -- :    (0.2ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:21.914417', "updated_at" = '2012-10-29 15:01:21.917917' WHERE "server_profiles"."id" = 3
D, [2012-10-29T15:01:21.926832 #17788] DEBUG -- :    (7.0ms)  commit transaction
D, [2012-10-29T15:01:21.928021 #17788] DEBUG -- :   ServerProfile Load (0.1ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."server_uuid" = 'db67cb6e-bef3-4007-9d35-08f6a86f68b1' LIMIT 1
that 3
D, [2012-10-29T15:01:21.929823 #17788] DEBUG -- :    (0.2ms)  begin transaction
D, [2012-10-29T15:01:21.931242 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:21.931797 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:21.934585 #17788] DEBUG -- :    (0.2ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:21.929036', "updated_at" = '2012-10-29 15:01:21.932462' WHERE "server_profiles"."id" = 3
D, [2012-10-29T15:01:21.938830 #17788] DEBUG -- :    (3.8ms)  commit transaction
D, [2012-10-29T15:01:21.940377 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."uuid" = '55cd5d28-1c83-43b9-b894-8763ae04e901' LIMIT 1
D, [2012-10-29T15:01:21.942528 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:21.944067 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:21.945611 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:21.946638 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:21.967680 #17788] DEBUG -- :   Schedule Load (0.2ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:01:21.974244 #17788] DEBUG -- :   SQL (5.9ms)  DELETE FROM "express_dialnos"
127.0.0.1 - - [29/Oct/2012 15:01:21] "POST /configuration HTTP/1.1" 303 - 0.4033
registering register sip:1002@192.168.11.28:5080 sip:192.168.11.28:5080 8de4df11-4edb-4b88-ae23-e2de2524f924
#
D, [2012-10-29T15:01:21.987231 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:21.988956 #17788] DEBUG -- :    (0.7ms)  begin transaction
D, [2012-10-29T15:01:21.991290 #17788] DEBUG -- :    (0.2ms)  commit transaction
#
D, [2012-10-29T15:01:22.031148 #17788] DEBUG -- :   Schedule Load (0.2ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:01:22.037713 #17788] DEBUG -- :   SQL (5.2ms)  DELETE FROM "express_dialnos"
D, [2012-10-29T15:01:22.040365 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:22.043905 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:22.049709 #17788] DEBUG -- :   Interface Load (0.9ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:22.051246 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:22.053389 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:22.056624 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 3
D, [2012-10-29T15:01:22.057758 #17788] DEBUG -- :   Interface Load (0.2ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:22.059718 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:22.061419 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:22.063902 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
#
D, [2012-10-29T15:01:22.302492 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:22.304387 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:22.304909 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:22.342944 #17788] DEBUG -- :    (36.0ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:22.301561', "updated_at" = '2012-10-29 15:01:22.305632' WHERE "server_profiles"."id" = 3
D, [2012-10-29T15:01:22.349027 #17788] DEBUG -- :    (5.5ms)  commit transaction
D, [2012-10-29T15:01:22.350909 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."server_uuid" = 'db67cb6e-bef3-4007-9d35-08f6a86f68b1' LIMIT 1
that 3
D, [2012-10-29T15:01:22.352404 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:22.354745 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:22.355224 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:22.358147 #17788] DEBUG -- :    (0.3ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:22.351677', "updated_at" = '2012-10-29 15:01:22.355710' WHERE "server_profiles"."id" = 3
D, [2012-10-29T15:01:22.362037 #17788] DEBUG -- :    (3.5ms)  commit transaction
D, [2012-10-29T15:01:22.363859 #17788] DEBUG -- :   Interface Load (0.2ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."uuid" = '55cd5d28-1c83-43b9-b894-8763ae04e901' LIMIT 1
D, [2012-10-29T15:01:22.365662 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:22.368147 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:22.369082 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:22.371649 #17788] DEBUG -- :    (0.2ms)  commit transaction
D, [2012-10-29T15:01:22.397378 #17788] DEBUG -- :   Schedule Load (0.7ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:01:22.403246 #17788] DEBUG -- :   SQL (5.2ms)  DELETE FROM "express_dialnos"
127.0.0.1 - - [29/Oct/2012 15:01:22] "POST /configuration HTTP/1.1" 303 - 0.4254
D, [2012-10-29T15:01:22.412153 #17788] DEBUG -- :   Configuration Load (0.1ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:22.413306 #17788] DEBUG -- :    (0.2ms)  begin transaction
registering register sip:1002@192.168.11.28:5080 sip:192.168.11.28:5080 8de4df11-4edb-4b88-ae23-e2de2524f924
#
D, [2012-10-29T15:01:22.421467 #17788] DEBUG -- :    (0.2ms)  commit transaction
#
D, [2012-10-29T15:01:22.460132 #17788] DEBUG -- :   Schedule Load (0.2ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:01:22.467809 #17788] DEBUG -- :   SQL (7.1ms)  DELETE FROM "express_dialnos"
D, [2012-10-29T15:01:22.470027 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:22.472289 #17788] DEBUG -- :   ServerProfile Load (0.9ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:22.473900 #17788] DEBUG -- :   Interface Load (0.2ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:22.474454 #17788] DEBUG -- :   Configuration Load (0.1ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:22.477250 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:22.480963 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 3
D, [2012-10-29T15:01:22.487155 #17788] DEBUG -- :   Interface Load (1.6ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:22.489151 #17788] DEBUG -- :   Configuration Load (0.5ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:22.490150 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:22.491649 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
#
D, [2012-10-29T15:01:22.730824 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:22.733324 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:22.733817 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:22.736451 #17788] DEBUG -- :    (0.5ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:22.729932', "updated_at" = '2012-10-29 15:01:22.734422' WHERE "server_profiles"."id" = 3
D, [2012-10-29T15:01:22.743690 #17788] DEBUG -- :    (6.5ms)  commit transaction
D, [2012-10-29T15:01:22.744601 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."server_uuid" = 'db67cb6e-bef3-4007-9d35-08f6a86f68b1' LIMIT 1
that 3
D, [2012-10-29T15:01:22.746426 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:22.747978 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:22.748978 #17788] DEBUG -- :    (0.3ms)  begin transaction
D, [2012-10-29T15:01:22.751636 #17788] DEBUG -- :    (0.2ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:22.745764', "updated_at" = '2012-10-29 15:01:22.749715' WHERE "server_profiles"."id" = 3
D, [2012-10-29T15:01:22.757634 #17788] DEBUG -- :    (5.7ms)  commit transaction
D, [2012-10-29T15:01:22.758915 #17788] DEBUG -- :   Interface Load (0.4ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."uuid" = '55cd5d28-1c83-43b9-b894-8763ae04e901' LIMIT 1
D, [2012-10-29T15:01:22.761799 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:22.762915 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:22.764336 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:22.765484 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:22.785279 #17788] DEBUG -- :   Schedule Load (0.3ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:01:22.791964 #17788] DEBUG -- :   SQL (6.2ms)  DELETE FROM "express_dialnos"
registering register sip:1002@192.168.11.28:5080 sip:192.168.11.28:5080 8de4df11-4edb-4b88-ae23-e2de2524f924
#
127.0.0.1 - - [29/Oct/2012 15:01:22] "POST /configuration HTTP/1.1" 303 - 0.4300
D, [2012-10-29T15:01:22.843624 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:22.844804 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:22.846895 #17788] DEBUG -- :    (0.2ms)  commit transaction
#
D, [2012-10-29T15:01:22.865872 #17788] DEBUG -- :   Schedule Load (0.4ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:01:22.873285 #17788] DEBUG -- :   SQL (7.0ms)  DELETE FROM "express_dialnos"
D, [2012-10-29T15:01:22.874765 #17788] DEBUG -- :   Configuration Load (0.1ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:22.878000 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:22.880055 #17788] DEBUG -- :   Interface Load (0.4ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:22.882011 #17788] DEBUG -- :   Configuration Load (0.5ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:22.885734 #17788] DEBUG -- :   ServerProfile Load (0.9ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:22.888011 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 3
D, [2012-10-29T15:01:22.895929 #17788] DEBUG -- :   Interface Load (0.4ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:22.898792 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:22.901040 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:22.903441 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
#
D, [2012-10-29T15:01:23.138496 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:23.139933 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:23.140432 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:23.142576 #17788] DEBUG -- :    (0.1ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:23.137461', "updated_at" = '2012-10-29 15:01:23.141151' WHERE "server_profiles"."id" = 3
D, [2012-10-29T15:01:23.152317 #17788] DEBUG -- :    (9.2ms)  commit transaction
D, [2012-10-29T15:01:23.154887 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."server_uuid" = 'db67cb6e-bef3-4007-9d35-08f6a86f68b1' LIMIT 1
that 3
D, [2012-10-29T15:01:23.157232 #17788] DEBUG -- :    (0.2ms)  begin transaction
D, [2012-10-29T15:01:23.159128 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:23.159556 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:23.162519 #17788] DEBUG -- :    (0.3ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:23.156337', "updated_at" = '2012-10-29 15:01:23.160972' WHERE "server_profiles"."id" = 3
D, [2012-10-29T15:01:23.167055 #17788] DEBUG -- :    (4.1ms)  commit transaction
D, [2012-10-29T15:01:23.168795 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."uuid" = '55cd5d28-1c83-43b9-b894-8763ae04e901' LIMIT 1
D, [2012-10-29T15:01:23.171223 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:23.173124 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:23.174312 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:23.175748 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:23.193371 #17788] DEBUG -- :   Schedule Load (0.2ms)  SELECT "schedules".* FROM "schedules" 
registering register sip:1002@192.168.11.28:5080 sip:192.168.11.28:5080 8de4df11-4edb-4b88-ae23-e2de2524f924
#
D, [2012-10-29T15:01:23.203264 #17788] DEBUG -- :   SQL (9.1ms)  DELETE FROM "express_dialnos"
127.0.0.1 - - [29/Oct/2012 15:01:23] "POST /configuration HTTP/1.1" 303 - 0.3742
D, [2012-10-29T15:01:23.220112 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:23.221649 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:23.223525 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:23.270669 #17788] DEBUG -- :   Schedule Load (0.4ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:01:23.277686 #17788] DEBUG -- :   SQL (6.3ms)  DELETE FROM "express_dialnos"
D, [2012-10-29T15:01:23.278842 #17788] DEBUG -- :   Configuration Load (0.1ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:23.280694 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:23.282658 #17788] DEBUG -- :   Interface Load (0.2ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
#
D, [2012-10-29T15:01:23.284561 #17788] DEBUG -- :   Configuration Load (0.6ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:23.293530 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:23.296554 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 3
D, [2012-10-29T15:01:23.299344 #17788] DEBUG -- :   Interface Load (0.4ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:23.303562 #17788] DEBUG -- :   Configuration Load (0.5ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:23.306605 #17788] DEBUG -- :   Configuration Load (0.8ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:23.309159 #17788] DEBUG -- :   ServerProfile Load (0.0ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:23.648939 #17788] DEBUG -- :    (0.3ms)  begin transaction
D, [2012-10-29T15:01:23.651452 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:23.653802 #17788] DEBUG -- :    (0.5ms)  begin transaction
D, [2012-10-29T15:01:23.657318 #17788] DEBUG -- :    (0.2ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:23.647585', "updated_at" = '2012-10-29 15:01:23.654424' WHERE "server_profiles"."id" = 3
D, [2012-10-29T15:01:23.664529 #17788] DEBUG -- :    (6.8ms)  commit transaction
D, [2012-10-29T15:01:23.667483 #17788] DEBUG -- :   ServerProfile Load (0.5ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."server_uuid" = 'db67cb6e-bef3-4007-9d35-08f6a86f68b1' LIMIT 1
that 3
D, [2012-10-29T15:01:23.669844 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:23.672242 #17788] DEBUG -- :    (0.8ms)  commit transaction
D, [2012-10-29T15:01:23.672798 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:23.683296 #17788] DEBUG -- :    (6.5ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:23.669227', "updated_at" = '2012-10-29 15:01:23.673422' WHERE "server_profiles"."id" = 3
D, [2012-10-29T15:01:23.689481 #17788] DEBUG -- :    (5.1ms)  commit transaction
D, [2012-10-29T15:01:23.692349 #17788] DEBUG -- :   Interface Load (0.2ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."uuid" = '55cd5d28-1c83-43b9-b894-8763ae04e901' LIMIT 1
D, [2012-10-29T15:01:23.699605 #17788] DEBUG -- :    (0.8ms)  begin transaction
D, [2012-10-29T15:01:23.704209 #17788] DEBUG -- :    (0.4ms)  commit transaction
D, [2012-10-29T15:01:23.706388 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:23.710665 #17788] DEBUG -- :    (2.7ms)  commit transaction
registering register sip:1002@192.168.11.28:5080 sip:192.168.11.28:5080 8de4df11-4edb-4b88-ae23-e2de2524f924
#
D, [2012-10-29T15:01:23.733978 #17788] DEBUG -- :   Schedule Load (0.4ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:01:23.747715 #17788] DEBUG -- :   SQL (11.9ms)  DELETE FROM "express_dialnos"
127.0.0.1 - - [29/Oct/2012 15:01:23] "POST /configuration HTTP/1.1" 303 - 0.5478
we are done subscribing
we are done subscribing
we are done subscribing
#
we are done subscribing
we are done subscribing
we are done subscribing
D, [2012-10-29T15:01:23.802498 #17788] DEBUG -- :   Configuration Load (0.6ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:23.806683 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:23.808328 #17788] DEBUG -- :   Interface Load (0.2ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:23.810560 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:23.814447 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:23.816489 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:23.819792 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:23.822413 #17788] DEBUG -- :   ServerProfile Load (0.1ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:23.824307 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:23.827978 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:23.830670 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:23.833658 #17788] DEBUG -- :   Interface Load (0.2ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:23.836347 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:23.839581 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:23.842727 #17788] DEBUG -- :   Interface Load (0.2ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:23.847275 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:23.851805 #17788] DEBUG -- :   ServerProfile Load (1.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:23.857533 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
we are done subscribing
D, [2012-10-29T15:01:23.959906 #17788] DEBUG -- :   Configuration Load (0.6ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:23.963339 #17788] DEBUG -- :    (0.6ms)  begin transaction
D, [2012-10-29T15:01:23.966450 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:23.998177 #17788] DEBUG -- :   Schedule Load (1.2ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:01:24.018869 #17788] DEBUG -- :   SQL (19.9ms)  DELETE FROM "express_dialnos"
D, [2012-10-29T15:01:24.021283 #17788] DEBUG -- :   Configuration Load (0.0ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:24.025117 #17788] DEBUG -- :   ServerProfile Load (0.3ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
#
D, [2012-10-29T15:01:24.034673 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:24.038953 #17788] DEBUG -- :   Configuration Load (0.4ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:24.040909 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:24.046295 #17788] DEBUG -- :   Interface Load (0.3ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."server_profile_id" = 3
D, [2012-10-29T15:01:24.057253 #17788] DEBUG -- :   Interface Load (0.7ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:24.059441 #17788] DEBUG -- :   Configuration Load (0.3ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:24.062419 #17788] DEBUG -- :   Configuration Load (0.5ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:24.065314 #17788] DEBUG -- :   ServerProfile Load (1.1ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:24.320956 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:24.323192 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:24.323983 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:24.327114 #17788] DEBUG -- :    (0.3ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:24.320159', "updated_at" = '2012-10-29 15:01:24.324495' WHERE "server_profiles"."id" = 3
D, [2012-10-29T15:01:24.334203 #17788] DEBUG -- :    (6.7ms)  commit transaction
D, [2012-10-29T15:01:24.335734 #17788] DEBUG -- :   ServerProfile Load (0.4ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."server_uuid" = 'db67cb6e-bef3-4007-9d35-08f6a86f68b1' LIMIT 1
that 3
D, [2012-10-29T15:01:24.337262 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:24.339285 #17788] DEBUG -- :    (0.1ms)  commit transaction
D, [2012-10-29T15:01:24.339768 #17788] DEBUG -- :    (0.1ms)  begin transaction
D, [2012-10-29T15:01:24.342867 #17788] DEBUG -- :    (0.8ms)  UPDATE "server_profiles" SET "last_connected_at" = '2012-10-29 15:01:24.336627', "updated_at" = '2012-10-29 15:01:24.340545' WHERE "server_profiles"."id" = 3
D, [2012-10-29T15:01:24.349880 #17788] DEBUG -- :    (6.4ms)  commit transaction
D, [2012-10-29T15:01:24.351437 #17788] DEBUG -- :   Interface Load (0.1ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."uuid" = '55cd5d28-1c83-43b9-b894-8763ae04e901' LIMIT 1
D, [2012-10-29T15:01:24.355941 #17788] DEBUG -- :    (0.7ms)  begin transaction
D, [2012-10-29T15:01:24.358182 #17788] DEBUG -- :    (0.0ms)  commit transaction
D, [2012-10-29T15:01:24.360789 #17788] DEBUG -- :    (0.2ms)  begin transaction
D, [2012-10-29T15:01:24.362740 #17788] DEBUG -- :    (0.1ms)  commit transaction
registering register sip:1002@192.168.11.28:5080 sip:192.168.11.28:5080 8de4df11-4edb-4b88-ae23-e2de2524f924
#
D, [2012-10-29T15:01:24.383129 #17788] DEBUG -- :   Schedule Load (0.9ms)  SELECT "schedules".* FROM "schedules" 
D, [2012-10-29T15:01:24.388597 #17788] DEBUG -- :   SQL (4.6ms)  DELETE FROM "express_dialnos"
127.0.0.1 - - [29/Oct/2012 15:01:24] "POST /configuration HTTP/1.1" 303 - 0.4423
D, [2012-10-29T15:01:24.397428 #17788] DEBUG -- :   Configuration Load (0.2ms)  SELECT "configurations".* FROM "configurations" LIMIT 1
D, [2012-10-29T15:01:24.402748 #17788] DEBUG -- :   ServerProfile Load (0.2ms)  SELECT "server_profiles".* FROM "server_profiles" WHERE "server_profiles"."id" = 3 LIMIT 1
D, [2012-10-29T15:01:24.403980 #17788] DEBUG -- :   Interface Load (0.1ms)  SELECT "interfaces".* FROM "interfaces" WHERE "interfaces"."id" = 3 LIMIT 1
we are done subscribing
we are done subscribing
we are done subscribing
#
we are done subscribing
we are done subscribing
we are done subscribing
we are done subscribing
we are done subscribing
we are done subscribing
we are done subscribing
we are done subscribing
we are done subscribing
we are done subscribing
we are done subscribing
we are done subscribing
we are done subscribing
we are done subscribing

Process finished with exit code 137