twilio-test-toolkit-alt 3.4.1 → 3.4.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c73f30d2fade63714f50f0756b88fd508a9dcba4
4
- data.tar.gz: 43b953b75d0478315ca8fe526193792fb22c8087
3
+ metadata.gz: 736d2d11b89d016180bb32be2817d467aea3c69f
4
+ data.tar.gz: abbf7f03a15ff86b7acf24d7b323b98e8155f934
5
5
  SHA512:
6
- metadata.gz: 14e466adab316ebb363c53746af1641fe6e9310316f64357910369becb3800763f6a9c01ed5ab8851e58d383f23664c979cd8ea7c0360efd51988acc132bff8a
7
- data.tar.gz: daac1ceb3d2906f5170bd7078f2238bab695f086fd0822003b65c1051902392b7273a661b91977e34138a48b470d49d751ab60410e8460d00cc7c081b234b3e4
6
+ metadata.gz: 6e6e60153b7dfe09ff603cc7a6dd4b09c11cb6a0c13819b00e305e965a6acf8ee7514164d4a47516ea29998b95ee09200311e82bd1a82d20f07bed797bdef0f3
7
+ data.tar.gz: f0efa85bd75aff265eb6da70e00f074c925f68a0e34eda0a8d01e94fb5ac9218bcc174e791f1801d6ddc3774ef556b071321c4b82adc9880b0f70150ec4dd4de
@@ -154,8 +154,8 @@ module TwilioTestToolkit
154
154
  attr = camel_case_lower(attr)
155
155
  end
156
156
 
157
- attr_on_el = @xml.xpath(el).attribute(attr)
158
- !!attr_on_el && attr_on_el.value == value
157
+ attr_on_el = @xml.xpath(el).attribute(attr.to_s)
158
+ !!attr_on_el && attr_on_el.value == value.to_s
159
159
  end
160
160
 
161
161
  def has_element?(el, inner = nil, options = {})
@@ -1,3 +1,3 @@
1
1
  module TwilioTestToolkit
2
- VERSION = "3.4.1"
2
+ VERSION = '3.4.2'.freeze
3
3
  end
@@ -20544,3 +20544,1115 @@ Started POST "/twilio/test_start" for 127.0.0.1 at 2014-07-17 18:04:11 -0700
20544
20544
  Processing by TwilioController#test_start as XML
20545
20545
  Parameters: {"CallSid"=>"d5dcfa58-7c59-4324-b0e6-3c84dddea12e", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"2065553434", "Direction"=>"outbound-api"}
20546
20546
  Completed 200 OK in 0.5ms (Views: 0.5ms | ActiveRecord: 0.0ms)
20547
+ Connecting to database specified by database.yml
20548
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20549
+ Processing by TwilioController#test_start as XML
20550
+ Parameters: {"CallSid"=>"43a75831-84a2-49c6-a577-a95d5ec9f022", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20551
+ Rendered twilio/test_start.xml.erb within layouts/twilio.layout (2.2ms)
20552
+ Completed 200 OK in 10.4ms (Views: 10.1ms | ActiveRecord: 0.0ms)
20553
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20554
+ Processing by TwilioController#test_start as XML
20555
+ Parameters: {"CallSid"=>"26d3303a-9e6b-4a0d-b25c-c9424d6c4b46", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20556
+ Completed 200 OK in 0.6ms (Views: 0.5ms | ActiveRecord: 0.0ms)
20557
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20558
+ Processing by TwilioController#test_start as XML
20559
+ Parameters: {"CallSid"=>"e61bcf2f-7935-4c1d-baf1-e9446df33da5", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20560
+ Completed 200 OK in 0.9ms (Views: 0.7ms | ActiveRecord: 0.0ms)
20561
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20562
+ Processing by TwilioController#test_start as XML
20563
+ Parameters: {"CallSid"=>"4b91a3e8-1198-4933-8167-2b5c9242d7c2", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20564
+ Completed 200 OK in 0.6ms (Views: 0.5ms | ActiveRecord: 0.0ms)
20565
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20566
+ Processing by TwilioController#test_start as XML
20567
+ Parameters: {"CallSid"=>"5ea1cc88-4c81-44d0-972a-3338fc237f4b", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20568
+ Completed 200 OK in 0.5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
20569
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20570
+ Processing by TwilioController#test_redirect as XML
20571
+ Parameters: {"CallSid"=>"fd33626a-20ec-40c8-a387-8352ff7f8dce", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20572
+ Completed 200 OK in 1.3ms (Views: 1.1ms | ActiveRecord: 0.0ms)
20573
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20574
+ Processing by TwilioController#test_redirect as XML
20575
+ Parameters: {"CallSid"=>"db8faa56-c75c-48f4-b4c3-40b684be0560", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20576
+ Completed 200 OK in 0.7ms (Views: 0.6ms | ActiveRecord: 0.0ms)
20577
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20578
+ Processing by TwilioController#test_redirect as XML
20579
+ Parameters: {"CallSid"=>"66f0e337-fb71-4691-b370-914021bb47d6", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20580
+ Completed 200 OK in 0.6ms (Views: 0.5ms | ActiveRecord: 0.0ms)
20581
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20582
+ Processing by TwilioController#test_redirect as XML
20583
+ Parameters: {"CallSid"=>"b4fe7244-0b0c-4d51-b9b9-8fdb469daa2a", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20584
+ Completed 200 OK in 0.4ms (Views: 0.4ms | ActiveRecord: 0.0ms)
20585
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20586
+ Processing by TwilioController#test_start as XML
20587
+ Parameters: {"CallSid"=>"b4fe7244-0b0c-4d51-b9b9-8fdb469daa2a", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20588
+ Completed 200 OK in 0.5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
20589
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20590
+ Processing by TwilioController#test_redirect as XML
20591
+ Parameters: {"CallSid"=>"cb360914-9b82-4ce0-95b3-bd67d54dd8d8", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20592
+ Completed 200 OK in 0.5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
20593
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20594
+ Processing by TwilioController#test_start as XML
20595
+ Parameters: {"CallSid"=>"cb360914-9b82-4ce0-95b3-bd67d54dd8d8", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20596
+ Completed 200 OK in 0.4ms (Views: 0.4ms | ActiveRecord: 0.0ms)
20597
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20598
+ Processing by TwilioController#test_redirect as XML
20599
+ Parameters: {"CallSid"=>"e7d0ab7a-7039-45db-9979-a2df2e5cc2a2", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20600
+ Completed 200 OK in 0.5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
20601
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20602
+ Processing by TwilioController#test_start as XML
20603
+ Parameters: {"CallSid"=>"e7d0ab7a-7039-45db-9979-a2df2e5cc2a2", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20604
+ Completed 200 OK in 0.4ms (Views: 0.4ms | ActiveRecord: 0.0ms)
20605
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20606
+ Processing by TwilioController#test_redirect as XML
20607
+ Parameters: {"CallSid"=>"f94b429d-fe1c-4111-8aca-8871441c523f", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20608
+ Completed 200 OK in 0.5ms (Views: 0.5ms | ActiveRecord: 0.0ms)
20609
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20610
+ Processing by TwilioController#test_start as XML
20611
+ Parameters: {"CallSid"=>"f94b429d-fe1c-4111-8aca-8871441c523f", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"completed", "Called"=>"", "Direction"=>"inbound"}
20612
+ Completed 200 OK in 0.4ms (Views: 0.3ms | ActiveRecord: 0.0ms)
20613
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20614
+ Processing by TwilioController#test_redirect as XML
20615
+ Parameters: {"CallSid"=>"c3365641-b263-4a6e-af5d-f7d34f117f42", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20616
+ Completed 200 OK in 0.5ms (Views: 0.5ms | ActiveRecord: 0.0ms)
20617
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20618
+ Processing by TwilioController#test_start as XML
20619
+ Parameters: {"CallSid"=>"c3365641-b263-4a6e-af5d-f7d34f117f42", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"completed", "Called"=>"", "Direction"=>"inbound"}
20620
+ Completed 200 OK in 0.4ms (Views: 0.3ms | ActiveRecord: 0.0ms)
20621
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20622
+ Processing by TwilioController#test_say as XML
20623
+ Parameters: {"CallSid"=>"c33960c0-14f4-4d21-87c0-9b15ef298bb7", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20624
+ Completed 200 OK in 1.6ms (Views: 1.1ms | ActiveRecord: 0.0ms)
20625
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20626
+ Processing by TwilioController#test_say as XML
20627
+ Parameters: {"CallSid"=>"f8dfaaee-18dc-4e26-b83f-fc26fdbd72f4", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20628
+ Completed 200 OK in 0.4ms (Views: 0.3ms | ActiveRecord: 0.0ms)
20629
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20630
+ Processing by TwilioController#test_say as XML
20631
+ Parameters: {"CallSid"=>"daa12f9e-33d5-462b-b69d-316dfa4cac69", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20632
+ Completed 200 OK in 0.4ms (Views: 0.3ms | ActiveRecord: 0.0ms)
20633
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20634
+ Processing by TwilioController#test_say as XML
20635
+ Parameters: {"CallSid"=>"e02376ed-8ab5-4ddc-942c-1ebeaa6f9a09", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20636
+ Completed 200 OK in 0.3ms (Views: 0.3ms | ActiveRecord: 0.0ms)
20637
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20638
+ Processing by TwilioController#test_say as XML
20639
+ Parameters: {"CallSid"=>"b2554d14-122b-40c7-a2dd-49679ec45294", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20640
+ Completed 200 OK in 0.3ms (Views: 0.2ms | ActiveRecord: 0.0ms)
20641
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20642
+ Processing by TwilioController#test_say as XML
20643
+ Parameters: {"CallSid"=>"385a49ef-ce08-4812-b3aa-509f7082ca08", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20644
+ Completed 200 OK in 0.6ms (Views: 0.5ms | ActiveRecord: 0.0ms)
20645
+ Started POST "/twilio/test_play" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20646
+ Processing by TwilioController#test_play as XML
20647
+ Parameters: {"CallSid"=>"096a02af-5a37-4acb-9fb6-dc1f9ca9f4a6", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20648
+ Completed 200 OK in 1.1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
20649
+ Started POST "/twilio/test_play" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20650
+ Processing by TwilioController#test_play as XML
20651
+ Parameters: {"CallSid"=>"483179c6-8466-42f7-8bb1-e3e99691be02", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20652
+ Completed 200 OK in 0.5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
20653
+ Started POST "/twilio/test_dial_with_action" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20654
+ Processing by TwilioController#test_dial_with_action as XML
20655
+ Parameters: {"CallSid"=>"18f39675-5652-47ae-92ca-fbeb6f5eb9bd", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20656
+ Completed 200 OK in 1.8ms (Views: 1.4ms | ActiveRecord: 0.0ms)
20657
+ Started POST "/twilio/test_dial_with_action" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20658
+ Processing by TwilioController#test_dial_with_action as XML
20659
+ Parameters: {"CallSid"=>"73d1320e-7ffe-4c11-b4e1-ab038dfb8847", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20660
+ Completed 200 OK in 0.5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
20661
+ Started POST "/twilio/test_dial_with_action" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20662
+ Processing by TwilioController#test_dial_with_action as XML
20663
+ Parameters: {"CallSid"=>"cb1a11b0-ff1b-4f3c-80d0-8643553c9a3b", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20664
+ Completed 200 OK in 0.5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
20665
+ Started POST "/twilio/test_dial_with_no_action" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20666
+ Processing by TwilioController#test_dial_with_no_action as XML
20667
+ Parameters: {"CallSid"=>"57e2e0ef-b0fd-4787-836d-0d39152a73cf", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20668
+ Completed 200 OK in 1.7ms (Views: 1.3ms | ActiveRecord: 0.0ms)
20669
+ Started POST "/twilio/test_dial_with_action" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20670
+ Processing by TwilioController#test_dial_with_action as XML
20671
+ Parameters: {"CallSid"=>"5d6d29ea-a9c0-4bcd-b5a5-0286ce7085ba", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20672
+ Completed 200 OK in 0.4ms (Views: 0.3ms | ActiveRecord: 0.0ms)
20673
+ Started POST "/twilio/test_dial_with_action" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20674
+ Processing by TwilioController#test_dial_with_action as XML
20675
+ Parameters: {"CallSid"=>"70da387e-1a57-4f63-b90a-aa52f39128e0", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20676
+ Completed 200 OK in 0.3ms (Views: 0.2ms | ActiveRecord: 0.0ms)
20677
+ Started POST "/twilio/test_dial_with_action" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20678
+ Processing by TwilioController#test_dial_with_action as XML
20679
+ Parameters: {"CallSid"=>"fe60ac1b-3b9f-4d68-af61-a3835012685e", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20680
+ Completed 200 OK in 0.4ms (Views: 0.3ms | ActiveRecord: 0.0ms)
20681
+ Started POST "/twilio/test_dial_with_sip" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20682
+ Processing by TwilioController#test_dial_with_sip as XML
20683
+ Parameters: {"CallSid"=>"2d23563e-4ee5-4042-b19c-f737e11da778", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20684
+ Completed 200 OK in 1.4ms (Views: 1.0ms | ActiveRecord: 0.0ms)
20685
+ Started POST "/twilio/test_hangup" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20686
+ Processing by TwilioController#test_hangup as XML
20687
+ Parameters: {"CallSid"=>"2ed2b693-f0b2-4fc9-9ce4-65067432848e", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20688
+ Completed 200 OK in 1.0ms (Views: 0.8ms | ActiveRecord: 0.0ms)
20689
+ Started POST "/twilio/test_hangup" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20690
+ Processing by TwilioController#test_hangup as XML
20691
+ Parameters: {"CallSid"=>"be24f0c4-a2c0-4027-a245-b720c984adca", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20692
+ Completed 200 OK in 0.3ms (Views: 0.2ms | ActiveRecord: 0.0ms)
20693
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20694
+ Processing by TwilioController#test_start as XML
20695
+ Parameters: {"CallSid"=>"563ab790-5ee2-4542-8005-824252ca8b47", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20696
+ Completed 200 OK in 1.2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
20697
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20698
+ Processing by TwilioController#test_start as XML
20699
+ Parameters: {"CallSid"=>"14cff3a9-c202-4846-a78d-4e8d5efaa623", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20700
+ Completed 200 OK in 0.5ms (Views: 0.5ms | ActiveRecord: 0.0ms)
20701
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20702
+ Processing by TwilioController#test_start as XML
20703
+ Parameters: {"CallSid"=>"afc42a1c-7b61-45ab-9005-f8e7ae0ceee6", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20704
+ Completed 200 OK in 0.6ms (Views: 0.5ms | ActiveRecord: 0.0ms)
20705
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20706
+ Processing by TwilioController#test_start as XML
20707
+ Parameters: {"CallSid"=>"f43010bf-a6fa-488f-a4aa-90522ce6ca97", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20708
+ Completed 200 OK in 0.6ms (Views: 0.5ms | ActiveRecord: 0.0ms)
20709
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20710
+ Processing by TwilioController#test_start as XML
20711
+ Parameters: {"CallSid"=>"ed7c6351-d912-462b-a247-22ada85bc048", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20712
+ Completed 200 OK in 1.1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
20713
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20714
+ Processing by TwilioController#test_start as XML
20715
+ Parameters: {"CallSid"=>"95474e4a-ae18-4f60-bad2-27591e826bc8", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20716
+ Completed 200 OK in 0.7ms (Views: 0.5ms | ActiveRecord: 0.0ms)
20717
+ Started POST "/twilio/test_action" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20718
+ Processing by TwilioController#test_action as XML
20719
+ Parameters: {"CallSid"=>"95474e4a-ae18-4f60-bad2-27591e826bc8", "From"=>"2065551212", "Digits"=>"98765", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20720
+ Completed 200 OK in 1.9ms (Views: 1.6ms | ActiveRecord: 0.0ms)
20721
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20722
+ Processing by TwilioController#test_start as XML
20723
+ Parameters: {"CallSid"=>"29938038-ee72-48ee-a511-d94e8aefc2f9", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20724
+ Completed 200 OK in 0.5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
20725
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20726
+ Processing by TwilioController#test_start as XML
20727
+ Parameters: {"CallSid"=>"a5ea3d06-5628-49ac-9f00-716619c9ee97", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20728
+ Completed 200 OK in 0.6ms (Views: 0.5ms | ActiveRecord: 0.0ms)
20729
+ Started POST "/twilio/test_action" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20730
+ Processing by TwilioController#test_action as XML
20731
+ Parameters: {"CallSid"=>"a5ea3d06-5628-49ac-9f00-716619c9ee97", "From"=>"2065551212", "Digits"=>"98765", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20732
+ Completed 200 OK in 0.5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
20733
+ Started POST "/twilio/test_gather_finish_on_asterisk" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20734
+ Processing by TwilioController#test_gather_finish_on_asterisk as XML
20735
+ Parameters: {"CallSid"=>"978ab430-6644-4d57-ab9b-8d4b25d003e4", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20736
+ Completed 200 OK in 1.3ms (Views: 1.0ms | ActiveRecord: 0.0ms)
20737
+ Started POST "/twilio/test_action" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20738
+ Processing by TwilioController#test_action as XML
20739
+ Parameters: {"CallSid"=>"978ab430-6644-4d57-ab9b-8d4b25d003e4", "From"=>"2065551212", "Digits"=>"98765", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20740
+ Completed 200 OK in 0.4ms (Views: 0.4ms | ActiveRecord: 0.0ms)
20741
+ Started POST "/twilio/test_gather_finish_on_asterisk" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20742
+ Processing by TwilioController#test_gather_finish_on_asterisk as XML
20743
+ Parameters: {"CallSid"=>"10f246d2-3281-4e72-a173-c3b2b1013a94", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20744
+ Completed 200 OK in 0.5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
20745
+ Started POST "/twilio/test_action" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20746
+ Processing by TwilioController#test_action as XML
20747
+ Parameters: {"CallSid"=>"10f246d2-3281-4e72-a173-c3b2b1013a94", "From"=>"2065551212", "Digits"=>"98765", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20748
+ Completed 200 OK in 0.7ms (Views: 0.6ms | ActiveRecord: 0.0ms)
20749
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20750
+ Processing by TwilioController#test_say as XML
20751
+ Parameters: {"CallSid"=>"5f9e08f0-72dd-4619-9cc9-6384b967d18e", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20752
+ Completed 200 OK in 0.5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
20753
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20754
+ Processing by TwilioController#test_say as XML
20755
+ Parameters: {"CallSid"=>"9ebb9210-04de-4dbc-ac3b-231b10ac38d6", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20756
+ Completed 200 OK in 0.4ms (Views: 0.3ms | ActiveRecord: 0.0ms)
20757
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20758
+ Processing by TwilioController#test_say as XML
20759
+ Parameters: {"CallSid"=>"39b53321-94de-4cb7-9e54-552e9bc3b8aa", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20760
+ Completed 200 OK in 0.3ms (Views: 0.2ms | ActiveRecord: 0.0ms)
20761
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20762
+ Processing by TwilioController#test_say as XML
20763
+ Parameters: {"CallSid"=>"d474544f-8da6-49ed-8bfb-ea029023027f", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20764
+ Completed 200 OK in 0.3ms (Views: 0.3ms | ActiveRecord: 0.0ms)
20765
+ Started POST "/twilio/test_record" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20766
+ Processing by TwilioController#test_record as XML
20767
+ Parameters: {"CallSid"=>"56500ef9-2bcc-4e07-b972-8097c3751fb9", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20768
+ Completed 200 OK in 1.8ms (Views: 1.3ms | ActiveRecord: 0.0ms)
20769
+ Started POST "/twilio/test_record" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20770
+ Processing by TwilioController#test_record as XML
20771
+ Parameters: {"CallSid"=>"327abc7b-3d70-4641-86c7-d95ed943cb06", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20772
+ Completed 200 OK in 0.4ms (Views: 0.3ms | ActiveRecord: 0.0ms)
20773
+ Started POST "/twilio/test_record" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20774
+ Processing by TwilioController#test_record as XML
20775
+ Parameters: {"CallSid"=>"c264585a-82c4-471d-baf3-18c7649a9206", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20776
+ Completed 200 OK in 0.4ms (Views: 0.3ms | ActiveRecord: 0.0ms)
20777
+ Started POST "/twilio/test_record" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20778
+ Processing by TwilioController#test_record as XML
20779
+ Parameters: {"CallSid"=>"ee990c3c-a44d-46cb-861e-bcc9ce368e87", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20780
+ Completed 200 OK in 0.3ms (Views: 0.2ms | ActiveRecord: 0.0ms)
20781
+ Started POST "/twilio/test_call_status" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20782
+ Processing by TwilioController#test_call_status as XML
20783
+ Parameters: {"CallSid"=>"020e04ec-5bd1-4f22-a9cc-30ed070babc1", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20784
+ Completed 200 OK in 2.2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
20785
+ Started POST "/twilio/test_call_status" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20786
+ Processing by TwilioController#test_call_status as XML
20787
+ Parameters: {"CallSid"=>"c2b4c561-f827-4014-9f08-cef4082aae46", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"ringing", "Called"=>"", "Direction"=>"inbound"}
20788
+ Completed 200 OK in 0.5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
20789
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20790
+ Processing by TwilioController#test_start as XML
20791
+ Parameters: {"CallSid"=>"ff62df0c-4d14-4f35-8402-5503b36c534f", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20792
+ Completed 200 OK in 0.4ms (Views: 0.4ms | ActiveRecord: 0.0ms)
20793
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20794
+ Processing by TwilioController#test_start as XML
20795
+ Parameters: {"CallSid"=>"d305e597-04ba-4e25-8fb8-abc69a83b63f", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20796
+ Completed 200 OK in 0.4ms (Views: 0.3ms | ActiveRecord: 0.0ms)
20797
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20798
+ Processing by TwilioController#test_start as XML
20799
+ Parameters: {"CallSid"=>"52c9af39-c3a0-4770-ae64-e48bf8fa4144", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20800
+ Completed 200 OK in 0.4ms (Views: 0.3ms | ActiveRecord: 0.0ms)
20801
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20802
+ Processing by TwilioController#test_start as XML
20803
+ Parameters: {"CallSid"=>"26727f01-0bc9-40e7-861c-4c1a2931bcc5", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20804
+ Completed 200 OK in 0.4ms (Views: 0.4ms | ActiveRecord: 0.0ms)
20805
+ Started GET "/twilio/test_start?format=xml&CallSid=1234567&From=2065551212&Digits=&To=2065553434&AnsweredBy=machine&CallStatus=in-progress&Called=&Direction=inbound" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20806
+ Processing by TwilioController#test_start as XML
20807
+ Parameters: {"CallSid"=>"1234567", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"machine", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20808
+ Completed 200 OK in 0.6ms (Views: 0.5ms | ActiveRecord: 0.0ms)
20809
+ Started GET "/twilio/test_start?format=xml&CallSid=1234567&From=2065551212&Digits=&To=2065553434&AnsweredBy=machine&CallStatus=in-progress&Called=&Direction=inbound" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20810
+ Processing by TwilioController#test_start as XML
20811
+ Parameters: {"CallSid"=>"1234567", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"machine", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20812
+ Completed 200 OK in 0.5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
20813
+ Started GET "/twilio/test_start?format=xml&CallSid=1234567&From=2065551212&Digits=&To=2065553434&AnsweredBy=machine&CallStatus=in-progress&Called=&Direction=inbound" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20814
+ Processing by TwilioController#test_start as XML
20815
+ Parameters: {"CallSid"=>"1234567", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"machine", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20816
+ Completed 200 OK in 0.6ms (Views: 0.5ms | ActiveRecord: 0.0ms)
20817
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20818
+ Processing by TwilioController#test_start as XML
20819
+ Parameters: {"CallSid"=>"83ac9813-0c17-4434-a8cb-069b870e9ff8", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"2065553434", "Direction"=>"outbound-api"}
20820
+ Completed 200 OK in 0.8ms (Views: 0.7ms | ActiveRecord: 0.0ms)
20821
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2015-11-23 22:58:18 -0800
20822
+ Processing by TwilioController#test_start as XML
20823
+ Parameters: {"CallSid"=>"1b2cf300-fa92-467a-badd-fdfc3e833685", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"2065553434", "Direction"=>"outbound-api"}
20824
+ Completed 200 OK in 0.7ms (Views: 0.6ms | ActiveRecord: 0.0ms)
20825
+ Connecting to database specified by database.yml
20826
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
20827
+ Processing by TwilioController#test_start as XML
20828
+ Parameters: {"CallSid"=>"3406a84e-35fe-4084-96e9-681acc727974", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20829
+ Rendered twilio/test_start.xml.erb within layouts/twilio.layout (1.8ms)
20830
+ Completed 200 OK in 7.4ms (Views: 7.1ms | ActiveRecord: 0.0ms)
20831
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
20832
+ Processing by TwilioController#test_start as XML
20833
+ Parameters: {"CallSid"=>"43ecabc7-f4ac-4604-b3aa-75bcec64472f", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20834
+ Completed 200 OK in 0.7ms (Views: 0.6ms | ActiveRecord: 0.0ms)
20835
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
20836
+ Processing by TwilioController#test_start as XML
20837
+ Parameters: {"CallSid"=>"0b911d60-2fab-4a1a-88f8-a17860bcd25f", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20838
+ Completed 200 OK in 0.6ms (Views: 0.5ms | ActiveRecord: 0.0ms)
20839
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
20840
+ Processing by TwilioController#test_start as XML
20841
+ Parameters: {"CallSid"=>"20a5a516-b6ca-45ed-ac64-d1957c203033", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20842
+ Completed 200 OK in 0.4ms (Views: 0.4ms | ActiveRecord: 0.0ms)
20843
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
20844
+ Processing by TwilioController#test_start as XML
20845
+ Parameters: {"CallSid"=>"a9018632-1395-4906-9d48-087705fac07f", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20846
+ Completed 200 OK in 0.4ms (Views: 0.3ms | ActiveRecord: 0.0ms)
20847
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
20848
+ Processing by TwilioController#test_redirect as XML
20849
+ Parameters: {"CallSid"=>"2743ebba-0bf1-4200-98c3-6f8d2f2fa851", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20850
+ Completed 200 OK in 1.4ms (Views: 1.1ms | ActiveRecord: 0.0ms)
20851
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
20852
+ Processing by TwilioController#test_redirect as XML
20853
+ Parameters: {"CallSid"=>"9e592a43-c8c5-4311-a720-373ab61abfbf", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20854
+ Completed 200 OK in 0.7ms (Views: 0.6ms | ActiveRecord: 0.0ms)
20855
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
20856
+ Processing by TwilioController#test_redirect as XML
20857
+ Parameters: {"CallSid"=>"071325b4-4bec-4c8d-b552-57f7beff477b", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20858
+ Completed 200 OK in 0.5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
20859
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
20860
+ Processing by TwilioController#test_redirect as XML
20861
+ Parameters: {"CallSid"=>"3c8f9dde-ee1d-4a46-b2bf-2841cd96ee57", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20862
+ Completed 200 OK in 0.4ms (Views: 0.4ms | ActiveRecord: 0.0ms)
20863
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
20864
+ Processing by TwilioController#test_start as XML
20865
+ Parameters: {"CallSid"=>"3c8f9dde-ee1d-4a46-b2bf-2841cd96ee57", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20866
+ Completed 200 OK in 0.4ms (Views: 0.3ms | ActiveRecord: 0.0ms)
20867
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
20868
+ Processing by TwilioController#test_redirect as XML
20869
+ Parameters: {"CallSid"=>"7267462a-f6bf-4bea-9731-ff9f2f1935f5", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20870
+ Completed 200 OK in 0.4ms (Views: 0.4ms | ActiveRecord: 0.0ms)
20871
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
20872
+ Processing by TwilioController#test_start as XML
20873
+ Parameters: {"CallSid"=>"7267462a-f6bf-4bea-9731-ff9f2f1935f5", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20874
+ Completed 200 OK in 0.4ms (Views: 0.3ms | ActiveRecord: 0.0ms)
20875
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
20876
+ Processing by TwilioController#test_redirect as XML
20877
+ Parameters: {"CallSid"=>"477fbddc-a3f9-4081-90ed-09ca64cce840", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20878
+ Completed 200 OK in 0.4ms (Views: 0.3ms | ActiveRecord: 0.0ms)
20879
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
20880
+ Processing by TwilioController#test_start as XML
20881
+ Parameters: {"CallSid"=>"477fbddc-a3f9-4081-90ed-09ca64cce840", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20882
+ Completed 200 OK in 1.1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
20883
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
20884
+ Processing by TwilioController#test_redirect as XML
20885
+ Parameters: {"CallSid"=>"29188a8c-22d5-42fe-a67d-762381698dfe", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20886
+ Completed 200 OK in 0.7ms (Views: 0.6ms | ActiveRecord: 0.0ms)
20887
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
20888
+ Processing by TwilioController#test_start as XML
20889
+ Parameters: {"CallSid"=>"29188a8c-22d5-42fe-a67d-762381698dfe", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"completed", "Called"=>"", "Direction"=>"inbound"}
20890
+ Completed 200 OK in 0.6ms (Views: 0.5ms | ActiveRecord: 0.0ms)
20891
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
20892
+ Processing by TwilioController#test_redirect as XML
20893
+ Parameters: {"CallSid"=>"1072ee31-900a-4671-9743-dc44d73d4cce", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20894
+ Completed 200 OK in 0.5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
20895
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
20896
+ Processing by TwilioController#test_start as XML
20897
+ Parameters: {"CallSid"=>"1072ee31-900a-4671-9743-dc44d73d4cce", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"completed", "Called"=>"", "Direction"=>"inbound"}
20898
+ Completed 200 OK in 0.6ms (Views: 0.5ms | ActiveRecord: 0.0ms)
20899
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
20900
+ Processing by TwilioController#test_say as XML
20901
+ Parameters: {"CallSid"=>"44ccac19-41f9-4bec-b3d1-8f42d61a9cc0", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20902
+ Completed 200 OK in 1.3ms (Views: 1.0ms | ActiveRecord: 0.0ms)
20903
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
20904
+ Processing by TwilioController#test_say as XML
20905
+ Parameters: {"CallSid"=>"63dd9d3b-1d95-4628-a49d-0d57d1e6007a", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20906
+ Completed 200 OK in 0.3ms (Views: 0.2ms | ActiveRecord: 0.0ms)
20907
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
20908
+ Processing by TwilioController#test_say as XML
20909
+ Parameters: {"CallSid"=>"6d241266-e6d3-4465-b65a-5123405f0dcd", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20910
+ Completed 200 OK in 0.3ms (Views: 0.2ms | ActiveRecord: 0.0ms)
20911
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
20912
+ Processing by TwilioController#test_say as XML
20913
+ Parameters: {"CallSid"=>"c596a347-0c68-431c-97db-d6a3a5cd0103", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20914
+ Completed 200 OK in 0.3ms (Views: 0.2ms | ActiveRecord: 0.0ms)
20915
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
20916
+ Processing by TwilioController#test_say as XML
20917
+ Parameters: {"CallSid"=>"f2a43b36-118c-4678-a5d1-2738948ff0f5", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20918
+ Completed 200 OK in 0.3ms (Views: 0.2ms | ActiveRecord: 0.0ms)
20919
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
20920
+ Processing by TwilioController#test_say as XML
20921
+ Parameters: {"CallSid"=>"4274e11b-a29e-41ee-a86d-5a439964df02", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20922
+ Completed 200 OK in 0.3ms (Views: 0.3ms | ActiveRecord: 0.0ms)
20923
+ Started POST "/twilio/test_play" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
20924
+ Processing by TwilioController#test_play as XML
20925
+ Parameters: {"CallSid"=>"4d109764-d118-4935-9292-39fdb83ac209", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20926
+ Completed 200 OK in 1.1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
20927
+ Started POST "/twilio/test_play" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
20928
+ Processing by TwilioController#test_play as XML
20929
+ Parameters: {"CallSid"=>"b2d60f4d-3202-47f6-aa24-a4508fa660f6", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20930
+ Completed 200 OK in 0.4ms (Views: 0.3ms | ActiveRecord: 0.0ms)
20931
+ Started POST "/twilio/test_dial_with_action" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
20932
+ Processing by TwilioController#test_dial_with_action as XML
20933
+ Parameters: {"CallSid"=>"0d9ebb04-5f0f-4877-ae65-c0530f01611d", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20934
+ Completed 200 OK in 1.1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
20935
+ Started POST "/twilio/test_dial_with_action" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
20936
+ Processing by TwilioController#test_dial_with_action as XML
20937
+ Parameters: {"CallSid"=>"b7c0e15a-63d5-4307-9ec7-b0124985b855", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20938
+ Completed 200 OK in 0.6ms (Views: 0.4ms | ActiveRecord: 0.0ms)
20939
+ Started POST "/twilio/test_dial_with_action" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
20940
+ Processing by TwilioController#test_dial_with_action as XML
20941
+ Parameters: {"CallSid"=>"7691950f-86cd-4145-a0ac-cb6478ab62a9", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20942
+ Completed 200 OK in 0.5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
20943
+ Started POST "/twilio/test_dial_with_no_action" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
20944
+ Processing by TwilioController#test_dial_with_no_action as XML
20945
+ Parameters: {"CallSid"=>"a6f83cf2-06a7-4d21-b95b-906e3e3531df", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20946
+ Completed 200 OK in 0.9ms (Views: 0.7ms | ActiveRecord: 0.0ms)
20947
+ Started POST "/twilio/test_dial_with_action" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
20948
+ Processing by TwilioController#test_dial_with_action as XML
20949
+ Parameters: {"CallSid"=>"bf69a3e0-7aad-46f2-8974-6091143bfd3d", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20950
+ Completed 200 OK in 0.6ms (Views: 0.5ms | ActiveRecord: 0.0ms)
20951
+ Started POST "/twilio/test_dial_with_action" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
20952
+ Processing by TwilioController#test_dial_with_action as XML
20953
+ Parameters: {"CallSid"=>"ae12a5ad-c7dd-453b-aab5-fccdc0e8599b", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20954
+ Completed 200 OK in 0.4ms (Views: 0.3ms | ActiveRecord: 0.0ms)
20955
+ Started POST "/twilio/test_dial_with_action" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
20956
+ Processing by TwilioController#test_dial_with_action as XML
20957
+ Parameters: {"CallSid"=>"572de75d-f761-480d-8c81-ca09e1b4c859", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20958
+ Completed 200 OK in 0.3ms (Views: 0.3ms | ActiveRecord: 0.0ms)
20959
+ Started POST "/twilio/test_dial_with_sip" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
20960
+ Processing by TwilioController#test_dial_with_sip as XML
20961
+ Parameters: {"CallSid"=>"dea5b5ab-0acb-4072-8b12-f1566991d670", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20962
+ Completed 200 OK in 0.9ms (Views: 0.7ms | ActiveRecord: 0.0ms)
20963
+ Started POST "/twilio/test_hangup" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
20964
+ Processing by TwilioController#test_hangup as XML
20965
+ Parameters: {"CallSid"=>"f02f41c9-f8e3-4b0e-87ef-16d497d04e52", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20966
+ Completed 200 OK in 0.9ms (Views: 0.7ms | ActiveRecord: 0.0ms)
20967
+ Started POST "/twilio/test_hangup" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
20968
+ Processing by TwilioController#test_hangup as XML
20969
+ Parameters: {"CallSid"=>"5d1def8f-3110-4c86-b899-2238a9a0c842", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20970
+ Completed 200 OK in 0.3ms (Views: 0.2ms | ActiveRecord: 0.0ms)
20971
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
20972
+ Processing by TwilioController#test_start as XML
20973
+ Parameters: {"CallSid"=>"d26119e2-cff0-42d8-9749-ca6d1f92fabb", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20974
+ Completed 200 OK in 0.5ms (Views: 0.5ms | ActiveRecord: 0.0ms)
20975
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
20976
+ Processing by TwilioController#test_start as XML
20977
+ Parameters: {"CallSid"=>"3de55ab4-08ac-4799-84f1-238fc0214cde", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20978
+ Completed 200 OK in 0.6ms (Views: 0.5ms | ActiveRecord: 0.0ms)
20979
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
20980
+ Processing by TwilioController#test_start as XML
20981
+ Parameters: {"CallSid"=>"1eb1c093-2da3-400b-bf98-cad11710f928", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20982
+ Completed 200 OK in 0.5ms (Views: 0.5ms | ActiveRecord: 0.0ms)
20983
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
20984
+ Processing by TwilioController#test_start as XML
20985
+ Parameters: {"CallSid"=>"a6654b65-1b0c-4d6c-9d17-d8a5fb3f7177", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20986
+ Completed 200 OK in 0.8ms (Views: 0.7ms | ActiveRecord: 0.0ms)
20987
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
20988
+ Processing by TwilioController#test_start as XML
20989
+ Parameters: {"CallSid"=>"be5aec07-bf9e-4cbe-b8c2-cc5169daced5", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20990
+ Completed 200 OK in 0.5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
20991
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
20992
+ Processing by TwilioController#test_start as XML
20993
+ Parameters: {"CallSid"=>"d5cac0c2-680f-4e0e-b47f-509dc815cd5e", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20994
+ Completed 200 OK in 0.9ms (Views: 0.7ms | ActiveRecord: 0.0ms)
20995
+ Started POST "/twilio/test_action" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
20996
+ Processing by TwilioController#test_action as XML
20997
+ Parameters: {"CallSid"=>"d5cac0c2-680f-4e0e-b47f-509dc815cd5e", "From"=>"2065551212", "Digits"=>"98765", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
20998
+ Completed 200 OK in 1.8ms (Views: 1.4ms | ActiveRecord: 0.0ms)
20999
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
21000
+ Processing by TwilioController#test_start as XML
21001
+ Parameters: {"CallSid"=>"6c0d6d1d-5474-4681-9401-2ca052ee02e7", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21002
+ Completed 200 OK in 0.5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
21003
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
21004
+ Processing by TwilioController#test_start as XML
21005
+ Parameters: {"CallSid"=>"01bb8c4a-6ee1-41c7-92ba-63fe196f1c7a", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21006
+ Completed 200 OK in 0.5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
21007
+ Started POST "/twilio/test_action" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
21008
+ Processing by TwilioController#test_action as XML
21009
+ Parameters: {"CallSid"=>"01bb8c4a-6ee1-41c7-92ba-63fe196f1c7a", "From"=>"2065551212", "Digits"=>"98765", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21010
+ Completed 200 OK in 0.4ms (Views: 0.3ms | ActiveRecord: 0.0ms)
21011
+ Started POST "/twilio/test_gather_finish_on_asterisk" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
21012
+ Processing by TwilioController#test_gather_finish_on_asterisk as XML
21013
+ Parameters: {"CallSid"=>"9c5751a8-b21c-4b60-a0cf-13cfb1a6037f", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21014
+ Completed 200 OK in 1.3ms (Views: 1.1ms | ActiveRecord: 0.0ms)
21015
+ Started POST "/twilio/test_action" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
21016
+ Processing by TwilioController#test_action as XML
21017
+ Parameters: {"CallSid"=>"9c5751a8-b21c-4b60-a0cf-13cfb1a6037f", "From"=>"2065551212", "Digits"=>"98765", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21018
+ Completed 200 OK in 0.4ms (Views: 0.3ms | ActiveRecord: 0.0ms)
21019
+ Started POST "/twilio/test_gather_finish_on_asterisk" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
21020
+ Processing by TwilioController#test_gather_finish_on_asterisk as XML
21021
+ Parameters: {"CallSid"=>"847e1471-d896-49f9-ae36-df3a6a0c6923", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21022
+ Completed 200 OK in 0.4ms (Views: 0.4ms | ActiveRecord: 0.0ms)
21023
+ Started POST "/twilio/test_action" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
21024
+ Processing by TwilioController#test_action as XML
21025
+ Parameters: {"CallSid"=>"847e1471-d896-49f9-ae36-df3a6a0c6923", "From"=>"2065551212", "Digits"=>"98765", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21026
+ Completed 200 OK in 0.3ms (Views: 0.3ms | ActiveRecord: 0.0ms)
21027
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
21028
+ Processing by TwilioController#test_say as XML
21029
+ Parameters: {"CallSid"=>"c3db2e74-322d-49f3-a6d7-838919f2088b", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21030
+ Completed 200 OK in 0.3ms (Views: 0.2ms | ActiveRecord: 0.0ms)
21031
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
21032
+ Processing by TwilioController#test_say as XML
21033
+ Parameters: {"CallSid"=>"effdcae2-4c49-4baa-b7b0-65fd468ba654", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21034
+ Completed 200 OK in 0.3ms (Views: 0.2ms | ActiveRecord: 0.0ms)
21035
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
21036
+ Processing by TwilioController#test_say as XML
21037
+ Parameters: {"CallSid"=>"bf8df881-7051-40b8-900a-6101ca9c2e29", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21038
+ Completed 200 OK in 0.3ms (Views: 0.2ms | ActiveRecord: 0.0ms)
21039
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
21040
+ Processing by TwilioController#test_say as XML
21041
+ Parameters: {"CallSid"=>"09cebebc-8f71-4737-9056-e794c75eca9d", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21042
+ Completed 200 OK in 0.3ms (Views: 0.3ms | ActiveRecord: 0.0ms)
21043
+ Started POST "/twilio/test_record" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
21044
+ Processing by TwilioController#test_record as XML
21045
+ Parameters: {"CallSid"=>"56a96c04-2dff-4a71-8e3e-17382712fff7", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21046
+ Completed 200 OK in 1.1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
21047
+ Started POST "/twilio/test_record" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
21048
+ Processing by TwilioController#test_record as XML
21049
+ Parameters: {"CallSid"=>"63e449cd-a53d-404b-b2c8-30017a8db40d", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21050
+ Completed 200 OK in 0.4ms (Views: 0.3ms | ActiveRecord: 0.0ms)
21051
+ Started POST "/twilio/test_record" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
21052
+ Processing by TwilioController#test_record as XML
21053
+ Parameters: {"CallSid"=>"a69ffae5-81ec-438e-8801-8db256b88499", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21054
+ Completed 200 OK in 0.4ms (Views: 0.3ms | ActiveRecord: 0.0ms)
21055
+ Started POST "/twilio/test_record" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
21056
+ Processing by TwilioController#test_record as XML
21057
+ Parameters: {"CallSid"=>"ae73769b-0c7a-4407-b6de-695c6345b073", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21058
+ Completed 200 OK in 0.6ms (Views: 0.5ms | ActiveRecord: 0.0ms)
21059
+ Started POST "/twilio/test_call_status" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
21060
+ Processing by TwilioController#test_call_status as XML
21061
+ Parameters: {"CallSid"=>"bc67afad-6b1c-44fb-8319-2675b86d5e6e", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21062
+ Completed 200 OK in 2.0ms (Views: 1.6ms | ActiveRecord: 0.0ms)
21063
+ Started POST "/twilio/test_call_status" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
21064
+ Processing by TwilioController#test_call_status as XML
21065
+ Parameters: {"CallSid"=>"f1ae8f1c-9d1c-46b3-85f2-bb59fd8542f7", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"ringing", "Called"=>"", "Direction"=>"inbound"}
21066
+ Completed 200 OK in 0.5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
21067
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
21068
+ Processing by TwilioController#test_start as XML
21069
+ Parameters: {"CallSid"=>"8a8f8322-b0ce-4446-9a0a-2e7b0efaf2fc", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21070
+ Completed 200 OK in 0.4ms (Views: 0.4ms | ActiveRecord: 0.0ms)
21071
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
21072
+ Processing by TwilioController#test_start as XML
21073
+ Parameters: {"CallSid"=>"c7c3fa64-1ec2-405d-9fd2-6f00d45ee90c", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21074
+ Completed 200 OK in 0.4ms (Views: 0.3ms | ActiveRecord: 0.0ms)
21075
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
21076
+ Processing by TwilioController#test_start as XML
21077
+ Parameters: {"CallSid"=>"103a40a0-8eb7-49ee-b8d5-c2b79e3d1508", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21078
+ Completed 200 OK in 0.4ms (Views: 0.4ms | ActiveRecord: 0.0ms)
21079
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
21080
+ Processing by TwilioController#test_start as XML
21081
+ Parameters: {"CallSid"=>"d9b8e576-1b11-4f55-b24c-a06e32e5901b", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21082
+ Completed 200 OK in 0.5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
21083
+ Started GET "/twilio/test_start?format=xml&CallSid=1234567&From=2065551212&Digits=&To=2065553434&AnsweredBy=machine&CallStatus=in-progress&Called=&Direction=inbound" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
21084
+ Processing by TwilioController#test_start as XML
21085
+ Parameters: {"CallSid"=>"1234567", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"machine", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21086
+ Completed 200 OK in 0.4ms (Views: 0.4ms | ActiveRecord: 0.0ms)
21087
+ Started GET "/twilio/test_start?format=xml&CallSid=1234567&From=2065551212&Digits=&To=2065553434&AnsweredBy=machine&CallStatus=in-progress&Called=&Direction=inbound" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
21088
+ Processing by TwilioController#test_start as XML
21089
+ Parameters: {"CallSid"=>"1234567", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"machine", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21090
+ Completed 200 OK in 0.5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
21091
+ Started GET "/twilio/test_start?format=xml&CallSid=1234567&From=2065551212&Digits=&To=2065553434&AnsweredBy=machine&CallStatus=in-progress&Called=&Direction=inbound" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
21092
+ Processing by TwilioController#test_start as XML
21093
+ Parameters: {"CallSid"=>"1234567", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"machine", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21094
+ Completed 200 OK in 0.4ms (Views: 0.3ms | ActiveRecord: 0.0ms)
21095
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
21096
+ Processing by TwilioController#test_start as XML
21097
+ Parameters: {"CallSid"=>"16a612f7-698b-4b56-8664-35d6b5a54cb5", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"2065553434", "Direction"=>"outbound-api"}
21098
+ Completed 200 OK in 0.5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
21099
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2015-11-23 23:01:20 -0800
21100
+ Processing by TwilioController#test_start as XML
21101
+ Parameters: {"CallSid"=>"2152f99e-233c-4d67-9d95-84b20f100242", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"2065553434", "Direction"=>"outbound-api"}
21102
+ Completed 200 OK in 0.6ms (Views: 0.5ms | ActiveRecord: 0.0ms)
21103
+ Connecting to database specified by database.yml
21104
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21105
+ Processing by TwilioController#test_start as XML
21106
+ Parameters: {"CallSid"=>"97fa3d70-b482-42b3-8ca4-260010fa1d00", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21107
+ Rendered twilio/test_start.xml.erb within layouts/twilio.layout (1.8ms)
21108
+ Completed 200 OK in 9.8ms (Views: 9.4ms | ActiveRecord: 0.0ms)
21109
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21110
+ Processing by TwilioController#test_start as XML
21111
+ Parameters: {"CallSid"=>"b308eff6-55b8-4ae0-8453-aa8d923b76d8", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21112
+ Completed 200 OK in 0.7ms (Views: 0.6ms | ActiveRecord: 0.0ms)
21113
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21114
+ Processing by TwilioController#test_start as XML
21115
+ Parameters: {"CallSid"=>"4703c440-d7ef-4f64-a72b-5796588ca867", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21116
+ Completed 200 OK in 0.9ms (Views: 0.7ms | ActiveRecord: 0.0ms)
21117
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21118
+ Processing by TwilioController#test_start as XML
21119
+ Parameters: {"CallSid"=>"5e33f43a-3e5b-4973-96db-787c9072128c", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21120
+ Completed 200 OK in 0.6ms (Views: 0.5ms | ActiveRecord: 0.0ms)
21121
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21122
+ Processing by TwilioController#test_start as XML
21123
+ Parameters: {"CallSid"=>"b85faf8f-3dc0-4dae-a40e-9ae43ea2b28b", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21124
+ Completed 200 OK in 0.8ms (Views: 0.7ms | ActiveRecord: 0.0ms)
21125
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21126
+ Processing by TwilioController#test_redirect as XML
21127
+ Parameters: {"CallSid"=>"e18039e6-f5af-43c8-8353-c38fd87fb629", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21128
+ Completed 200 OK in 1.7ms (Views: 1.4ms | ActiveRecord: 0.0ms)
21129
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21130
+ Processing by TwilioController#test_redirect as XML
21131
+ Parameters: {"CallSid"=>"5751eddb-9c40-445b-94b7-d78f6f7300a1", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21132
+ Completed 200 OK in 0.5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
21133
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21134
+ Processing by TwilioController#test_redirect as XML
21135
+ Parameters: {"CallSid"=>"98ed8600-4855-471d-9c12-129b758b6722", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21136
+ Completed 200 OK in 0.6ms (Views: 0.5ms | ActiveRecord: 0.0ms)
21137
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21138
+ Processing by TwilioController#test_redirect as XML
21139
+ Parameters: {"CallSid"=>"2c1d8d41-8a0d-49e5-ab1c-2adbe612e953", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21140
+ Completed 200 OK in 0.8ms (Views: 0.7ms | ActiveRecord: 0.0ms)
21141
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21142
+ Processing by TwilioController#test_start as XML
21143
+ Parameters: {"CallSid"=>"2c1d8d41-8a0d-49e5-ab1c-2adbe612e953", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21144
+ Completed 200 OK in 0.4ms (Views: 0.4ms | ActiveRecord: 0.0ms)
21145
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21146
+ Processing by TwilioController#test_redirect as XML
21147
+ Parameters: {"CallSid"=>"2477b3a4-b274-4122-abab-2e6ed277459c", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21148
+ Completed 200 OK in 0.5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
21149
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21150
+ Processing by TwilioController#test_start as XML
21151
+ Parameters: {"CallSid"=>"2477b3a4-b274-4122-abab-2e6ed277459c", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21152
+ Completed 200 OK in 0.6ms (Views: 0.5ms | ActiveRecord: 0.0ms)
21153
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21154
+ Processing by TwilioController#test_redirect as XML
21155
+ Parameters: {"CallSid"=>"193cf561-2c0c-4e25-b70c-92a5cf98e85d", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21156
+ Completed 200 OK in 0.5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
21157
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21158
+ Processing by TwilioController#test_start as XML
21159
+ Parameters: {"CallSid"=>"193cf561-2c0c-4e25-b70c-92a5cf98e85d", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21160
+ Completed 200 OK in 1.1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
21161
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21162
+ Processing by TwilioController#test_redirect as XML
21163
+ Parameters: {"CallSid"=>"6fdc83a6-2169-4638-b6ac-c82d71286424", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21164
+ Completed 200 OK in 0.5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
21165
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21166
+ Processing by TwilioController#test_start as XML
21167
+ Parameters: {"CallSid"=>"6fdc83a6-2169-4638-b6ac-c82d71286424", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"completed", "Called"=>"", "Direction"=>"inbound"}
21168
+ Completed 200 OK in 0.6ms (Views: 0.6ms | ActiveRecord: 0.0ms)
21169
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21170
+ Processing by TwilioController#test_redirect as XML
21171
+ Parameters: {"CallSid"=>"d03c7f30-ef12-4316-a88e-9773a82d7c28", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21172
+ Completed 200 OK in 0.6ms (Views: 0.5ms | ActiveRecord: 0.0ms)
21173
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21174
+ Processing by TwilioController#test_start as XML
21175
+ Parameters: {"CallSid"=>"d03c7f30-ef12-4316-a88e-9773a82d7c28", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"completed", "Called"=>"", "Direction"=>"inbound"}
21176
+ Completed 200 OK in 0.3ms (Views: 0.3ms | ActiveRecord: 0.0ms)
21177
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21178
+ Processing by TwilioController#test_say as XML
21179
+ Parameters: {"CallSid"=>"7215aa15-093c-48db-9f99-13b878f64c4e", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21180
+ Completed 200 OK in 1.1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
21181
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21182
+ Processing by TwilioController#test_say as XML
21183
+ Parameters: {"CallSid"=>"50ec12c3-016c-4f7d-9ee9-47c8599ec9e9", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21184
+ Completed 200 OK in 0.5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
21185
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21186
+ Processing by TwilioController#test_say as XML
21187
+ Parameters: {"CallSid"=>"20791d75-d709-431b-92f8-b19ecda04a81", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21188
+ Completed 200 OK in 0.7ms (Views: 0.5ms | ActiveRecord: 0.0ms)
21189
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21190
+ Processing by TwilioController#test_say as XML
21191
+ Parameters: {"CallSid"=>"8af7570a-efaa-43ce-a607-6c1be8208494", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21192
+ Completed 200 OK in 0.3ms (Views: 0.3ms | ActiveRecord: 0.0ms)
21193
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21194
+ Processing by TwilioController#test_say as XML
21195
+ Parameters: {"CallSid"=>"0ef997e6-ce75-4711-9624-8a394a77cbd8", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21196
+ Completed 200 OK in 1.0ms (Views: 0.8ms | ActiveRecord: 0.0ms)
21197
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21198
+ Processing by TwilioController#test_say as XML
21199
+ Parameters: {"CallSid"=>"bf64df90-f37c-40b2-ad71-090a97fcd358", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21200
+ Completed 200 OK in 0.4ms (Views: 0.3ms | ActiveRecord: 0.0ms)
21201
+ Started POST "/twilio/test_play" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21202
+ Processing by TwilioController#test_play as XML
21203
+ Parameters: {"CallSid"=>"cef6ef8a-8380-4131-8db7-c9f01a6fbe18", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21204
+ Completed 200 OK in 1.4ms (Views: 1.1ms | ActiveRecord: 0.0ms)
21205
+ Started POST "/twilio/test_play" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21206
+ Processing by TwilioController#test_play as XML
21207
+ Parameters: {"CallSid"=>"6b052037-6260-4cda-bb06-502d7636d891", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21208
+ Completed 200 OK in 0.5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
21209
+ Started POST "/twilio/test_dial_with_action" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21210
+ Processing by TwilioController#test_dial_with_action as XML
21211
+ Parameters: {"CallSid"=>"e3e2f495-c8fe-4c97-9384-e003524abd22", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21212
+ Completed 200 OK in 1.2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
21213
+ Started POST "/twilio/test_dial_with_action" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21214
+ Processing by TwilioController#test_dial_with_action as XML
21215
+ Parameters: {"CallSid"=>"21253d7c-ac09-419f-8143-645ef1144bf0", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21216
+ Completed 200 OK in 0.4ms (Views: 0.3ms | ActiveRecord: 0.0ms)
21217
+ Started POST "/twilio/test_dial_with_action" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21218
+ Processing by TwilioController#test_dial_with_action as XML
21219
+ Parameters: {"CallSid"=>"8a4abc6c-9067-4c9c-80a7-3c53403280c0", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21220
+ Completed 200 OK in 0.3ms (Views: 0.2ms | ActiveRecord: 0.0ms)
21221
+ Started POST "/twilio/test_dial_with_no_action" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21222
+ Processing by TwilioController#test_dial_with_no_action as XML
21223
+ Parameters: {"CallSid"=>"0d3b9338-8cd1-4481-a066-1493071dc672", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21224
+ Completed 200 OK in 3.0ms (Views: 2.6ms | ActiveRecord: 0.0ms)
21225
+ Started POST "/twilio/test_dial_with_action" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21226
+ Processing by TwilioController#test_dial_with_action as XML
21227
+ Parameters: {"CallSid"=>"baea697f-90ae-4926-97b2-4b077a27d5a4", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21228
+ Completed 200 OK in 0.4ms (Views: 0.3ms | ActiveRecord: 0.0ms)
21229
+ Started POST "/twilio/test_dial_with_action" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21230
+ Processing by TwilioController#test_dial_with_action as XML
21231
+ Parameters: {"CallSid"=>"ff22e1e2-bca4-4923-8579-8997597e62c3", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21232
+ Completed 200 OK in 0.5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
21233
+ Started POST "/twilio/test_dial_with_action" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21234
+ Processing by TwilioController#test_dial_with_action as XML
21235
+ Parameters: {"CallSid"=>"589ed5da-c3e7-4d76-aff8-fdae4ba7d3af", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21236
+ Completed 200 OK in 0.6ms (Views: 0.5ms | ActiveRecord: 0.0ms)
21237
+ Started POST "/twilio/test_dial_with_sip" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21238
+ Processing by TwilioController#test_dial_with_sip as XML
21239
+ Parameters: {"CallSid"=>"935cb08c-f6d5-4378-9ff4-c62d04cec423", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21240
+ Completed 200 OK in 1.6ms (Views: 1.2ms | ActiveRecord: 0.0ms)
21241
+ Started POST "/twilio/test_hangup" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21242
+ Processing by TwilioController#test_hangup as XML
21243
+ Parameters: {"CallSid"=>"69921828-f715-47ca-aa5f-69809055f8bd", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21244
+ Completed 200 OK in 1.6ms (Views: 1.2ms | ActiveRecord: 0.0ms)
21245
+ Started POST "/twilio/test_hangup" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21246
+ Processing by TwilioController#test_hangup as XML
21247
+ Parameters: {"CallSid"=>"4f0fa0ab-5759-4a39-8b19-1eb276ad018f", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21248
+ Completed 200 OK in 0.5ms (Views: 0.3ms | ActiveRecord: 0.0ms)
21249
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21250
+ Processing by TwilioController#test_start as XML
21251
+ Parameters: {"CallSid"=>"c34be8c1-ec3f-4dc5-acc1-7ffebb5e67cb", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21252
+ Completed 200 OK in 1.0ms (Views: 0.8ms | ActiveRecord: 0.0ms)
21253
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21254
+ Processing by TwilioController#test_start as XML
21255
+ Parameters: {"CallSid"=>"52a1cb60-6d4f-4808-adb7-292a39aa0ed4", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21256
+ Completed 200 OK in 0.6ms (Views: 0.5ms | ActiveRecord: 0.0ms)
21257
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21258
+ Processing by TwilioController#test_start as XML
21259
+ Parameters: {"CallSid"=>"c20fb7bf-8e34-44d9-aa6b-90caae3a65ee", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21260
+ Completed 200 OK in 0.6ms (Views: 0.5ms | ActiveRecord: 0.0ms)
21261
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21262
+ Processing by TwilioController#test_start as XML
21263
+ Parameters: {"CallSid"=>"ebabd020-1a08-48ac-99ff-ff1f261aa1df", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21264
+ Completed 200 OK in 1.3ms (Views: 1.1ms | ActiveRecord: 0.0ms)
21265
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21266
+ Processing by TwilioController#test_start as XML
21267
+ Parameters: {"CallSid"=>"cc03b084-7eb1-439b-9365-d204523343ee", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21268
+ Completed 200 OK in 0.5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
21269
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21270
+ Processing by TwilioController#test_start as XML
21271
+ Parameters: {"CallSid"=>"2efafbfa-5e91-484b-994f-b3b9d23bd9a5", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21272
+ Completed 200 OK in 0.5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
21273
+ Started POST "/twilio/test_action" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21274
+ Processing by TwilioController#test_action as XML
21275
+ Parameters: {"CallSid"=>"2efafbfa-5e91-484b-994f-b3b9d23bd9a5", "From"=>"2065551212", "Digits"=>"98765", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21276
+ Completed 200 OK in 1.8ms (Views: 1.6ms | ActiveRecord: 0.0ms)
21277
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21278
+ Processing by TwilioController#test_start as XML
21279
+ Parameters: {"CallSid"=>"e097bf25-ca74-4269-83d2-4e7ebe5402b0", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21280
+ Completed 200 OK in 0.6ms (Views: 0.5ms | ActiveRecord: 0.0ms)
21281
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21282
+ Processing by TwilioController#test_start as XML
21283
+ Parameters: {"CallSid"=>"13bb5373-628b-44a9-9bbf-859b9d6a21a6", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21284
+ Completed 200 OK in 0.5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
21285
+ Started POST "/twilio/test_action" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21286
+ Processing by TwilioController#test_action as XML
21287
+ Parameters: {"CallSid"=>"13bb5373-628b-44a9-9bbf-859b9d6a21a6", "From"=>"2065551212", "Digits"=>"98765", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21288
+ Completed 200 OK in 0.5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
21289
+ Started POST "/twilio/test_gather_finish_on_asterisk" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21290
+ Processing by TwilioController#test_gather_finish_on_asterisk as XML
21291
+ Parameters: {"CallSid"=>"d8a766e7-afd2-47e5-8a3f-4fa492a9a862", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21292
+ Completed 200 OK in 1.7ms (Views: 1.4ms | ActiveRecord: 0.0ms)
21293
+ Started POST "/twilio/test_action" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21294
+ Processing by TwilioController#test_action as XML
21295
+ Parameters: {"CallSid"=>"d8a766e7-afd2-47e5-8a3f-4fa492a9a862", "From"=>"2065551212", "Digits"=>"98765", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21296
+ Completed 200 OK in 0.6ms (Views: 0.5ms | ActiveRecord: 0.0ms)
21297
+ Started POST "/twilio/test_gather_finish_on_asterisk" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21298
+ Processing by TwilioController#test_gather_finish_on_asterisk as XML
21299
+ Parameters: {"CallSid"=>"f9de0b76-4656-430b-a0f9-920596e824d5", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21300
+ Completed 200 OK in 0.8ms (Views: 0.7ms | ActiveRecord: 0.0ms)
21301
+ Started POST "/twilio/test_action" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21302
+ Processing by TwilioController#test_action as XML
21303
+ Parameters: {"CallSid"=>"f9de0b76-4656-430b-a0f9-920596e824d5", "From"=>"2065551212", "Digits"=>"98765", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21304
+ Completed 200 OK in 0.5ms (Views: 0.5ms | ActiveRecord: 0.0ms)
21305
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21306
+ Processing by TwilioController#test_say as XML
21307
+ Parameters: {"CallSid"=>"fe8178a2-fe9f-4182-9598-c6d3bcdd2005", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21308
+ Completed 200 OK in 0.4ms (Views: 0.4ms | ActiveRecord: 0.0ms)
21309
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21310
+ Processing by TwilioController#test_say as XML
21311
+ Parameters: {"CallSid"=>"418ac27d-564e-49d0-843f-92819c1b5f08", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21312
+ Completed 200 OK in 0.3ms (Views: 0.3ms | ActiveRecord: 0.0ms)
21313
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21314
+ Processing by TwilioController#test_say as XML
21315
+ Parameters: {"CallSid"=>"6a4bea93-a943-47dc-b744-0e813fd6ef10", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21316
+ Completed 200 OK in 0.3ms (Views: 0.2ms | ActiveRecord: 0.0ms)
21317
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21318
+ Processing by TwilioController#test_say as XML
21319
+ Parameters: {"CallSid"=>"623dea27-6369-4bfc-b965-01bd742c0642", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21320
+ Completed 200 OK in 0.3ms (Views: 0.2ms | ActiveRecord: 0.0ms)
21321
+ Started POST "/twilio/test_record" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21322
+ Processing by TwilioController#test_record as XML
21323
+ Parameters: {"CallSid"=>"e53da256-e04c-4db0-ab2d-b3ea04f13d5f", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21324
+ Completed 200 OK in 1.9ms (Views: 1.5ms | ActiveRecord: 0.0ms)
21325
+ Started POST "/twilio/test_record" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21326
+ Processing by TwilioController#test_record as XML
21327
+ Parameters: {"CallSid"=>"29fe8ad5-8e4d-4274-9eac-3340cd55baed", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21328
+ Completed 200 OK in 0.4ms (Views: 0.3ms | ActiveRecord: 0.0ms)
21329
+ Started POST "/twilio/test_record" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21330
+ Processing by TwilioController#test_record as XML
21331
+ Parameters: {"CallSid"=>"05d4803b-12e9-4e57-bd77-ede2296ff3d0", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21332
+ Completed 200 OK in 0.5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
21333
+ Started POST "/twilio/test_record" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21334
+ Processing by TwilioController#test_record as XML
21335
+ Parameters: {"CallSid"=>"f2ad5557-4e70-4820-9174-70a4616ce859", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21336
+ Completed 200 OK in 0.4ms (Views: 0.3ms | ActiveRecord: 0.0ms)
21337
+ Started POST "/twilio/test_call_status" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21338
+ Processing by TwilioController#test_call_status as XML
21339
+ Parameters: {"CallSid"=>"6d24b685-c5f9-4afe-87d5-0aa6f564bb08", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21340
+ Completed 200 OK in 2.4ms (Views: 2.2ms | ActiveRecord: 0.0ms)
21341
+ Started POST "/twilio/test_call_status" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21342
+ Processing by TwilioController#test_call_status as XML
21343
+ Parameters: {"CallSid"=>"579313b1-f4bf-4e97-9911-e3944c00b1b1", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"ringing", "Called"=>"", "Direction"=>"inbound"}
21344
+ Completed 200 OK in 0.8ms (Views: 0.7ms | ActiveRecord: 0.0ms)
21345
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21346
+ Processing by TwilioController#test_start as XML
21347
+ Parameters: {"CallSid"=>"31da5054-77a0-4bf9-9c9d-e9700c4752ff", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21348
+ Completed 200 OK in 1.5ms (Views: 1.2ms | ActiveRecord: 0.0ms)
21349
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21350
+ Processing by TwilioController#test_start as XML
21351
+ Parameters: {"CallSid"=>"2bca4883-4056-435f-b825-bfc7cbec69dd", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21352
+ Completed 200 OK in 0.5ms (Views: 0.5ms | ActiveRecord: 0.0ms)
21353
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21354
+ Processing by TwilioController#test_start as XML
21355
+ Parameters: {"CallSid"=>"0fcb5858-af0c-46ca-8ce3-af6211f536c5", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21356
+ Completed 200 OK in 0.9ms (Views: 0.6ms | ActiveRecord: 0.0ms)
21357
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21358
+ Processing by TwilioController#test_start as XML
21359
+ Parameters: {"CallSid"=>"d9482e62-e7be-4c77-9fca-aecaa1e80e14", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21360
+ Completed 200 OK in 0.8ms (Views: 0.7ms | ActiveRecord: 0.0ms)
21361
+ Started GET "/twilio/test_start?format=xml&CallSid=1234567&From=2065551212&Digits=&To=2065553434&AnsweredBy=machine&CallStatus=in-progress&Called=&Direction=inbound" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21362
+ Processing by TwilioController#test_start as XML
21363
+ Parameters: {"CallSid"=>"1234567", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"machine", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21364
+ Completed 200 OK in 0.5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
21365
+ Started GET "/twilio/test_start?format=xml&CallSid=1234567&From=2065551212&Digits=&To=2065553434&AnsweredBy=machine&CallStatus=in-progress&Called=&Direction=inbound" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21366
+ Processing by TwilioController#test_start as XML
21367
+ Parameters: {"CallSid"=>"1234567", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"machine", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21368
+ Completed 200 OK in 0.9ms (Views: 0.8ms | ActiveRecord: 0.0ms)
21369
+ Started GET "/twilio/test_start?format=xml&CallSid=1234567&From=2065551212&Digits=&To=2065553434&AnsweredBy=machine&CallStatus=in-progress&Called=&Direction=inbound" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21370
+ Processing by TwilioController#test_start as XML
21371
+ Parameters: {"CallSid"=>"1234567", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"machine", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21372
+ Completed 200 OK in 0.5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
21373
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21374
+ Processing by TwilioController#test_start as XML
21375
+ Parameters: {"CallSid"=>"afabc95e-36f1-4c1f-ac0d-3abb9e5354c7", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"2065553434", "Direction"=>"outbound-api"}
21376
+ Completed 200 OK in 0.8ms (Views: 0.7ms | ActiveRecord: 0.0ms)
21377
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2016-02-23 16:55:21 -0800
21378
+ Processing by TwilioController#test_start as XML
21379
+ Parameters: {"CallSid"=>"8274fd35-611c-4be9-b380-6d9b961eae94", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"2065553434", "Direction"=>"outbound-api"}
21380
+ Completed 200 OK in 1.1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
21381
+ Connecting to database specified by database.yml
21382
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2016-02-23 16:56:21 -0800
21383
+ Processing by TwilioController#test_start as XML
21384
+ Parameters: {"CallSid"=>"a2be8f47-10e9-4880-816c-4d70d5945962", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21385
+ Rendered twilio/test_start.xml.erb within layouts/twilio.layout (2.7ms)
21386
+ Completed 200 OK in 12.8ms (Views: 12.4ms | ActiveRecord: 0.0ms)
21387
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2016-02-23 16:56:21 -0800
21388
+ Processing by TwilioController#test_start as XML
21389
+ Parameters: {"CallSid"=>"6c47837d-147a-416f-8e8d-bbff1c6c4f4f", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21390
+ Completed 200 OK in 0.8ms (Views: 0.7ms | ActiveRecord: 0.0ms)
21391
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2016-02-23 16:56:21 -0800
21392
+ Processing by TwilioController#test_start as XML
21393
+ Parameters: {"CallSid"=>"3374ad4b-0097-4054-ace2-0ffb5d335dcd", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21394
+ Completed 200 OK in 0.8ms (Views: 0.6ms | ActiveRecord: 0.0ms)
21395
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2016-02-23 16:56:21 -0800
21396
+ Processing by TwilioController#test_start as XML
21397
+ Parameters: {"CallSid"=>"29ef71b1-bcd8-4741-94bf-e02ee63a98e6", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21398
+ Completed 200 OK in 0.6ms (Views: 0.5ms | ActiveRecord: 0.0ms)
21399
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2016-02-23 16:56:21 -0800
21400
+ Processing by TwilioController#test_start as XML
21401
+ Parameters: {"CallSid"=>"f5449f24-18e1-492b-b97e-b39ecaa2859a", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21402
+ Completed 200 OK in 0.5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
21403
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2016-02-23 16:56:21 -0800
21404
+ Processing by TwilioController#test_redirect as XML
21405
+ Parameters: {"CallSid"=>"9b26c1ab-612f-4764-a3d2-0f127fbe48e1", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21406
+ Completed 200 OK in 1.8ms (Views: 1.5ms | ActiveRecord: 0.0ms)
21407
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2016-02-23 16:56:21 -0800
21408
+ Processing by TwilioController#test_redirect as XML
21409
+ Parameters: {"CallSid"=>"c5e221c5-c9cf-4caa-ae91-99e86958a506", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21410
+ Completed 200 OK in 0.6ms (Views: 0.5ms | ActiveRecord: 0.0ms)
21411
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2016-02-23 16:56:21 -0800
21412
+ Processing by TwilioController#test_redirect as XML
21413
+ Parameters: {"CallSid"=>"1a53f16e-9a7d-43d2-aa02-d1443e5425fb", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21414
+ Completed 200 OK in 1.0ms (Views: 0.9ms | ActiveRecord: 0.0ms)
21415
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2016-02-23 16:56:21 -0800
21416
+ Processing by TwilioController#test_redirect as XML
21417
+ Parameters: {"CallSid"=>"757815c8-4635-4b3a-970c-f5e325b928da", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21418
+ Completed 200 OK in 0.6ms (Views: 0.5ms | ActiveRecord: 0.0ms)
21419
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2016-02-23 16:56:21 -0800
21420
+ Processing by TwilioController#test_start as XML
21421
+ Parameters: {"CallSid"=>"757815c8-4635-4b3a-970c-f5e325b928da", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21422
+ Completed 200 OK in 0.7ms (Views: 0.5ms | ActiveRecord: 0.0ms)
21423
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2016-02-23 16:56:21 -0800
21424
+ Processing by TwilioController#test_redirect as XML
21425
+ Parameters: {"CallSid"=>"b2116bc9-e38a-41c2-af5d-4287a491ee3e", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21426
+ Completed 200 OK in 0.5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
21427
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2016-02-23 16:56:21 -0800
21428
+ Processing by TwilioController#test_start as XML
21429
+ Parameters: {"CallSid"=>"b2116bc9-e38a-41c2-af5d-4287a491ee3e", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21430
+ Completed 200 OK in 0.6ms (Views: 0.5ms | ActiveRecord: 0.0ms)
21431
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2016-02-23 16:56:21 -0800
21432
+ Processing by TwilioController#test_redirect as XML
21433
+ Parameters: {"CallSid"=>"1caa433f-1688-4dbf-b19a-a6de56a0db47", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21434
+ Completed 200 OK in 0.7ms (Views: 0.5ms | ActiveRecord: 0.0ms)
21435
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2016-02-23 16:56:21 -0800
21436
+ Processing by TwilioController#test_start as XML
21437
+ Parameters: {"CallSid"=>"1caa433f-1688-4dbf-b19a-a6de56a0db47", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21438
+ Completed 200 OK in 0.6ms (Views: 0.5ms | ActiveRecord: 0.0ms)
21439
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2016-02-23 16:56:21 -0800
21440
+ Processing by TwilioController#test_redirect as XML
21441
+ Parameters: {"CallSid"=>"c48ceef4-9f17-4861-bedb-0b19aca35913", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21442
+ Completed 200 OK in 0.6ms (Views: 0.5ms | ActiveRecord: 0.0ms)
21443
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2016-02-23 16:56:21 -0800
21444
+ Processing by TwilioController#test_start as XML
21445
+ Parameters: {"CallSid"=>"c48ceef4-9f17-4861-bedb-0b19aca35913", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"completed", "Called"=>"", "Direction"=>"inbound"}
21446
+ Completed 200 OK in 0.5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
21447
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2016-02-23 16:56:21 -0800
21448
+ Processing by TwilioController#test_redirect as XML
21449
+ Parameters: {"CallSid"=>"414bade7-9aa1-48cd-acf9-a7e539b734f5", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21450
+ Completed 200 OK in 0.6ms (Views: 0.5ms | ActiveRecord: 0.0ms)
21451
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2016-02-23 16:56:21 -0800
21452
+ Processing by TwilioController#test_start as XML
21453
+ Parameters: {"CallSid"=>"414bade7-9aa1-48cd-acf9-a7e539b734f5", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"completed", "Called"=>"", "Direction"=>"inbound"}
21454
+ Completed 200 OK in 0.7ms (Views: 0.5ms | ActiveRecord: 0.0ms)
21455
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2016-02-23 16:56:21 -0800
21456
+ Processing by TwilioController#test_say as XML
21457
+ Parameters: {"CallSid"=>"343a69c9-d7d6-4f2e-a46d-b894a444cede", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21458
+ Completed 200 OK in 1.4ms (Views: 1.1ms | ActiveRecord: 0.0ms)
21459
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2016-02-23 16:56:21 -0800
21460
+ Processing by TwilioController#test_say as XML
21461
+ Parameters: {"CallSid"=>"208fd686-54e1-4de9-a38c-0db0aa0ab912", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21462
+ Completed 200 OK in 0.4ms (Views: 0.3ms | ActiveRecord: 0.0ms)
21463
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2016-02-23 16:56:21 -0800
21464
+ Processing by TwilioController#test_say as XML
21465
+ Parameters: {"CallSid"=>"31be9673-da6e-4834-87d4-d43582778e0a", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21466
+ Completed 200 OK in 1.2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
21467
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2016-02-23 16:56:21 -0800
21468
+ Processing by TwilioController#test_say as XML
21469
+ Parameters: {"CallSid"=>"16c519af-30b7-4815-9433-b42e997170fa", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21470
+ Completed 200 OK in 0.5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
21471
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2016-02-23 16:56:22 -0800
21472
+ Processing by TwilioController#test_say as XML
21473
+ Parameters: {"CallSid"=>"42b7ef1e-eddc-4534-aed6-91f674df3af4", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21474
+ Completed 200 OK in 0.4ms (Views: 0.3ms | ActiveRecord: 0.0ms)
21475
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2016-02-23 16:56:22 -0800
21476
+ Processing by TwilioController#test_say as XML
21477
+ Parameters: {"CallSid"=>"4a726fe0-4e69-4d16-b318-03b669d39117", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21478
+ Completed 200 OK in 0.4ms (Views: 0.4ms | ActiveRecord: 0.0ms)
21479
+ Started POST "/twilio/test_play" for 127.0.0.1 at 2016-02-23 16:56:22 -0800
21480
+ Processing by TwilioController#test_play as XML
21481
+ Parameters: {"CallSid"=>"6a7d7a1c-5ed9-4ca7-bc5e-0deb0faa0b98", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21482
+ Completed 200 OK in 1.7ms (Views: 1.3ms | ActiveRecord: 0.0ms)
21483
+ Started POST "/twilio/test_play" for 127.0.0.1 at 2016-02-23 16:56:22 -0800
21484
+ Processing by TwilioController#test_play as XML
21485
+ Parameters: {"CallSid"=>"915e07c0-93ce-4c34-8cdb-d30ba4e2f4bf", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21486
+ Completed 200 OK in 0.4ms (Views: 0.3ms | ActiveRecord: 0.0ms)
21487
+ Started POST "/twilio/test_dial_with_action" for 127.0.0.1 at 2016-02-23 16:56:22 -0800
21488
+ Processing by TwilioController#test_dial_with_action as XML
21489
+ Parameters: {"CallSid"=>"ff900b22-59a2-476f-9320-458dccb57cbd", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21490
+ Completed 200 OK in 2.1ms (Views: 1.7ms | ActiveRecord: 0.0ms)
21491
+ Started POST "/twilio/test_dial_with_action" for 127.0.0.1 at 2016-02-23 16:56:22 -0800
21492
+ Processing by TwilioController#test_dial_with_action as XML
21493
+ Parameters: {"CallSid"=>"c3f84c4d-7656-4f54-8cc7-20f59e22e607", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21494
+ Completed 200 OK in 0.5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
21495
+ Started POST "/twilio/test_dial_with_action" for 127.0.0.1 at 2016-02-23 16:56:22 -0800
21496
+ Processing by TwilioController#test_dial_with_action as XML
21497
+ Parameters: {"CallSid"=>"679fdb2a-5cff-4c0e-828f-166b5c827a5e", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21498
+ Completed 200 OK in 0.4ms (Views: 0.3ms | ActiveRecord: 0.0ms)
21499
+ Started POST "/twilio/test_dial_with_no_action" for 127.0.0.1 at 2016-02-23 16:56:22 -0800
21500
+ Processing by TwilioController#test_dial_with_no_action as XML
21501
+ Parameters: {"CallSid"=>"1f888a5a-1ebc-46d8-afa8-7241116ed649", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21502
+ Completed 200 OK in 1.2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
21503
+ Started POST "/twilio/test_dial_with_action" for 127.0.0.1 at 2016-02-23 16:56:22 -0800
21504
+ Processing by TwilioController#test_dial_with_action as XML
21505
+ Parameters: {"CallSid"=>"2aab601d-dbf4-410d-a26b-b08bae279ec8", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21506
+ Completed 200 OK in 0.7ms (Views: 0.6ms | ActiveRecord: 0.0ms)
21507
+ Started POST "/twilio/test_dial_with_action" for 127.0.0.1 at 2016-02-23 16:56:22 -0800
21508
+ Processing by TwilioController#test_dial_with_action as XML
21509
+ Parameters: {"CallSid"=>"82f9432b-d195-4e45-ae4c-09ab8f85b45a", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21510
+ Completed 200 OK in 0.4ms (Views: 0.3ms | ActiveRecord: 0.0ms)
21511
+ Started POST "/twilio/test_dial_with_action" for 127.0.0.1 at 2016-02-23 16:56:22 -0800
21512
+ Processing by TwilioController#test_dial_with_action as XML
21513
+ Parameters: {"CallSid"=>"7865e3fb-369e-4cc1-ac2a-03c631b9bb39", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21514
+ Completed 200 OK in 0.3ms (Views: 0.3ms | ActiveRecord: 0.0ms)
21515
+ Started POST "/twilio/test_dial_with_sip" for 127.0.0.1 at 2016-02-23 16:56:22 -0800
21516
+ Processing by TwilioController#test_dial_with_sip as XML
21517
+ Parameters: {"CallSid"=>"81d41f25-e424-41d1-8b6d-2c5b1379f585", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21518
+ Completed 200 OK in 1.4ms (Views: 1.1ms | ActiveRecord: 0.0ms)
21519
+ Started POST "/twilio/test_hangup" for 127.0.0.1 at 2016-02-23 16:56:22 -0800
21520
+ Processing by TwilioController#test_hangup as XML
21521
+ Parameters: {"CallSid"=>"bc7a169a-3460-46c2-8462-d927e561c426", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21522
+ Completed 200 OK in 1.5ms (Views: 1.2ms | ActiveRecord: 0.0ms)
21523
+ Started POST "/twilio/test_hangup" for 127.0.0.1 at 2016-02-23 16:56:22 -0800
21524
+ Processing by TwilioController#test_hangup as XML
21525
+ Parameters: {"CallSid"=>"2fb2102a-0ee2-4482-a096-f8fc745c4ca7", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21526
+ Completed 200 OK in 0.3ms (Views: 0.3ms | ActiveRecord: 0.0ms)
21527
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2016-02-23 16:56:22 -0800
21528
+ Processing by TwilioController#test_start as XML
21529
+ Parameters: {"CallSid"=>"b2abb016-a635-41a2-a180-1011afe6d21a", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21530
+ Completed 200 OK in 0.5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
21531
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2016-02-23 16:56:22 -0800
21532
+ Processing by TwilioController#test_start as XML
21533
+ Parameters: {"CallSid"=>"791a18a9-3bbe-45dc-8df8-09da2853d3a7", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21534
+ Completed 200 OK in 1.9ms (Views: 1.7ms | ActiveRecord: 0.0ms)
21535
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2016-02-23 16:56:22 -0800
21536
+ Processing by TwilioController#test_start as XML
21537
+ Parameters: {"CallSid"=>"b35cfa1f-23d9-42b3-834c-bc93367ba275", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21538
+ Completed 200 OK in 0.7ms (Views: 0.6ms | ActiveRecord: 0.0ms)
21539
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2016-02-23 16:56:22 -0800
21540
+ Processing by TwilioController#test_start as XML
21541
+ Parameters: {"CallSid"=>"6b360789-7cd7-4f17-a6ff-5cd91c34358c", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21542
+ Completed 200 OK in 0.7ms (Views: 0.6ms | ActiveRecord: 0.0ms)
21543
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2016-02-23 16:56:22 -0800
21544
+ Processing by TwilioController#test_start as XML
21545
+ Parameters: {"CallSid"=>"dfc7d64e-ec7a-4d5f-af47-ce59eb50a204", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21546
+ Completed 200 OK in 0.6ms (Views: 0.5ms | ActiveRecord: 0.0ms)
21547
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2016-02-23 16:56:22 -0800
21548
+ Processing by TwilioController#test_start as XML
21549
+ Parameters: {"CallSid"=>"58c69794-07ce-41ef-a66a-fe5e39adb532", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21550
+ Completed 200 OK in 0.6ms (Views: 0.5ms | ActiveRecord: 0.0ms)
21551
+ Started POST "/twilio/test_action" for 127.0.0.1 at 2016-02-23 16:56:22 -0800
21552
+ Processing by TwilioController#test_action as XML
21553
+ Parameters: {"CallSid"=>"58c69794-07ce-41ef-a66a-fe5e39adb532", "From"=>"2065551212", "Digits"=>"98765", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21554
+ Completed 200 OK in 2.6ms (Views: 2.2ms | ActiveRecord: 0.0ms)
21555
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2016-02-23 16:56:22 -0800
21556
+ Processing by TwilioController#test_start as XML
21557
+ Parameters: {"CallSid"=>"276aa488-2d73-4b29-a8c4-03ddf22ca5eb", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21558
+ Completed 200 OK in 1.0ms (Views: 0.8ms | ActiveRecord: 0.0ms)
21559
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2016-02-23 16:56:22 -0800
21560
+ Processing by TwilioController#test_start as XML
21561
+ Parameters: {"CallSid"=>"c2cc0e8e-c87b-4f8e-b759-a01562b04063", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21562
+ Completed 200 OK in 0.8ms (Views: 0.6ms | ActiveRecord: 0.0ms)
21563
+ Started POST "/twilio/test_action" for 127.0.0.1 at 2016-02-23 16:56:22 -0800
21564
+ Processing by TwilioController#test_action as XML
21565
+ Parameters: {"CallSid"=>"c2cc0e8e-c87b-4f8e-b759-a01562b04063", "From"=>"2065551212", "Digits"=>"98765", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21566
+ Completed 200 OK in 0.5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
21567
+ Started POST "/twilio/test_gather_finish_on_asterisk" for 127.0.0.1 at 2016-02-23 16:56:22 -0800
21568
+ Processing by TwilioController#test_gather_finish_on_asterisk as XML
21569
+ Parameters: {"CallSid"=>"b8abcfef-b201-47fb-86f7-2db8aa472731", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21570
+ Completed 200 OK in 1.8ms (Views: 1.4ms | ActiveRecord: 0.0ms)
21571
+ Started POST "/twilio/test_action" for 127.0.0.1 at 2016-02-23 16:56:22 -0800
21572
+ Processing by TwilioController#test_action as XML
21573
+ Parameters: {"CallSid"=>"b8abcfef-b201-47fb-86f7-2db8aa472731", "From"=>"2065551212", "Digits"=>"98765", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21574
+ Completed 200 OK in 0.5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
21575
+ Started POST "/twilio/test_gather_finish_on_asterisk" for 127.0.0.1 at 2016-02-23 16:56:22 -0800
21576
+ Processing by TwilioController#test_gather_finish_on_asterisk as XML
21577
+ Parameters: {"CallSid"=>"294191da-8dcd-4526-a738-f7339ff5d4e1", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21578
+ Completed 200 OK in 0.7ms (Views: 0.6ms | ActiveRecord: 0.0ms)
21579
+ Started POST "/twilio/test_action" for 127.0.0.1 at 2016-02-23 16:56:22 -0800
21580
+ Processing by TwilioController#test_action as XML
21581
+ Parameters: {"CallSid"=>"294191da-8dcd-4526-a738-f7339ff5d4e1", "From"=>"2065551212", "Digits"=>"98765", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21582
+ Completed 200 OK in 0.4ms (Views: 0.4ms | ActiveRecord: 0.0ms)
21583
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2016-02-23 16:56:22 -0800
21584
+ Processing by TwilioController#test_say as XML
21585
+ Parameters: {"CallSid"=>"24879222-6f31-4878-85f8-3eaa25881321", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21586
+ Completed 200 OK in 0.3ms (Views: 0.3ms | ActiveRecord: 0.0ms)
21587
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2016-02-23 16:56:22 -0800
21588
+ Processing by TwilioController#test_say as XML
21589
+ Parameters: {"CallSid"=>"7522951f-2dd4-4292-b990-209fde7c2661", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21590
+ Completed 200 OK in 0.4ms (Views: 0.3ms | ActiveRecord: 0.0ms)
21591
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2016-02-23 16:56:22 -0800
21592
+ Processing by TwilioController#test_say as XML
21593
+ Parameters: {"CallSid"=>"f277e275-1959-439d-b242-f328feca8694", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21594
+ Completed 200 OK in 0.6ms (Views: 0.5ms | ActiveRecord: 0.0ms)
21595
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2016-02-23 16:56:22 -0800
21596
+ Processing by TwilioController#test_say as XML
21597
+ Parameters: {"CallSid"=>"8686a850-121b-4655-8363-6d198e0d3c81", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21598
+ Completed 200 OK in 1.5ms (Views: 1.2ms | ActiveRecord: 0.0ms)
21599
+ Started POST "/twilio/test_record" for 127.0.0.1 at 2016-02-23 16:56:22 -0800
21600
+ Processing by TwilioController#test_record as XML
21601
+ Parameters: {"CallSid"=>"ba67e121-5595-4b15-bc42-c10c58f01d5a", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21602
+ Completed 200 OK in 1.1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
21603
+ Started POST "/twilio/test_record" for 127.0.0.1 at 2016-02-23 16:56:22 -0800
21604
+ Processing by TwilioController#test_record as XML
21605
+ Parameters: {"CallSid"=>"4b9b36b9-a1b6-4e48-9375-ffd9ddb8b940", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21606
+ Completed 200 OK in 0.4ms (Views: 0.3ms | ActiveRecord: 0.0ms)
21607
+ Started POST "/twilio/test_record" for 127.0.0.1 at 2016-02-23 16:56:22 -0800
21608
+ Processing by TwilioController#test_record as XML
21609
+ Parameters: {"CallSid"=>"509ec16f-8a40-4be1-b40d-f4ba9265bb92", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21610
+ Completed 200 OK in 0.3ms (Views: 0.2ms | ActiveRecord: 0.0ms)
21611
+ Started POST "/twilio/test_record" for 127.0.0.1 at 2016-02-23 16:56:22 -0800
21612
+ Processing by TwilioController#test_record as XML
21613
+ Parameters: {"CallSid"=>"7434826b-58d6-45bf-8c73-6f89a5a04ac4", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21614
+ Completed 200 OK in 0.4ms (Views: 0.3ms | ActiveRecord: 0.0ms)
21615
+ Started POST "/twilio/test_call_status" for 127.0.0.1 at 2016-02-23 16:56:22 -0800
21616
+ Processing by TwilioController#test_call_status as XML
21617
+ Parameters: {"CallSid"=>"cdf40e7e-c9ef-42f2-9f95-2db1499d56eb", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21618
+ Completed 200 OK in 2.5ms (Views: 2.1ms | ActiveRecord: 0.0ms)
21619
+ Started POST "/twilio/test_call_status" for 127.0.0.1 at 2016-02-23 16:56:22 -0800
21620
+ Processing by TwilioController#test_call_status as XML
21621
+ Parameters: {"CallSid"=>"b7c3b507-c5ad-434d-9dc0-42bbb2fc3645", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"ringing", "Called"=>"", "Direction"=>"inbound"}
21622
+ Completed 200 OK in 0.5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
21623
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2016-02-23 16:56:22 -0800
21624
+ Processing by TwilioController#test_start as XML
21625
+ Parameters: {"CallSid"=>"7fe2b1e9-7c12-43a4-8a15-687a2c27c2ab", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21626
+ Completed 200 OK in 0.6ms (Views: 0.5ms | ActiveRecord: 0.0ms)
21627
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2016-02-23 16:56:22 -0800
21628
+ Processing by TwilioController#test_start as XML
21629
+ Parameters: {"CallSid"=>"dccb6a8f-f4f1-4109-8842-e1252f287a02", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21630
+ Completed 200 OK in 1.2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
21631
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2016-02-23 16:56:22 -0800
21632
+ Processing by TwilioController#test_start as XML
21633
+ Parameters: {"CallSid"=>"56726eff-a124-49ca-bc85-c6134180a370", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21634
+ Completed 200 OK in 0.7ms (Views: 0.5ms | ActiveRecord: 0.0ms)
21635
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2016-02-23 16:56:22 -0800
21636
+ Processing by TwilioController#test_start as XML
21637
+ Parameters: {"CallSid"=>"6d368cf1-4773-4705-8c3d-86a222067f1a", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21638
+ Completed 200 OK in 0.7ms (Views: 0.6ms | ActiveRecord: 0.0ms)
21639
+ Started GET "/twilio/test_start?format=xml&CallSid=1234567&From=2065551212&Digits=&To=2065553434&AnsweredBy=machine&CallStatus=in-progress&Called=&Direction=inbound" for 127.0.0.1 at 2016-02-23 16:56:22 -0800
21640
+ Processing by TwilioController#test_start as XML
21641
+ Parameters: {"CallSid"=>"1234567", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"machine", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21642
+ Completed 200 OK in 0.4ms (Views: 0.4ms | ActiveRecord: 0.0ms)
21643
+ Started GET "/twilio/test_start?format=xml&CallSid=1234567&From=2065551212&Digits=&To=2065553434&AnsweredBy=machine&CallStatus=in-progress&Called=&Direction=inbound" for 127.0.0.1 at 2016-02-23 16:56:22 -0800
21644
+ Processing by TwilioController#test_start as XML
21645
+ Parameters: {"CallSid"=>"1234567", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"machine", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21646
+ Completed 200 OK in 0.6ms (Views: 0.5ms | ActiveRecord: 0.0ms)
21647
+ Started GET "/twilio/test_start?format=xml&CallSid=1234567&From=2065551212&Digits=&To=2065553434&AnsweredBy=machine&CallStatus=in-progress&Called=&Direction=inbound" for 127.0.0.1 at 2016-02-23 16:56:22 -0800
21648
+ Processing by TwilioController#test_start as XML
21649
+ Parameters: {"CallSid"=>"1234567", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"machine", "CallStatus"=>"in-progress", "Called"=>"", "Direction"=>"inbound"}
21650
+ Completed 200 OK in 0.6ms (Views: 0.6ms | ActiveRecord: 0.0ms)
21651
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2016-02-23 16:56:22 -0800
21652
+ Processing by TwilioController#test_start as XML
21653
+ Parameters: {"CallSid"=>"25ff49ef-c2b0-4ad8-b0f1-a2a2f52416d6", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"2065553434", "Direction"=>"outbound-api"}
21654
+ Completed 200 OK in 0.5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
21655
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2016-02-23 16:56:22 -0800
21656
+ Processing by TwilioController#test_start as XML
21657
+ Parameters: {"CallSid"=>"8ba91b8c-ff34-4143-9c5f-2c8b746657ce", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human", "CallStatus"=>"in-progress", "Called"=>"2065553434", "Direction"=>"outbound-api"}
21658
+ Completed 200 OK in 0.4ms (Views: 0.3ms | ActiveRecord: 0.0ms)