twilio-test-toolkit 2.0.0 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -34,13 +34,13 @@ What's supported
34
34
  TTT supports most of the more common Twilio scenarios:
35
35
 
36
36
  * Checking for Say elements and their content
37
+ * Checking for Play elements and their content
37
38
  * Taking action on Gather elements and querying their contents
38
39
  * Following and querying redirects
39
40
  * Dial and Hangup
40
41
 
41
42
  TTT doesn't yet support (but you should contribute them!)
42
43
 
43
- * Play
44
44
  * Queue
45
45
  * Any of the other conference calling features
46
46
 
@@ -68,7 +68,7 @@ First, get RSpec and Capybara working for your project. Then, you'll need to add
68
68
 
69
69
  Since TTT is test-only code, it should be in the :test group.
70
70
 
71
- You'll have to make one more change in spec/spec_helper.rb:
71
+ You'll have to make one more change in spec/spec_helper.rb. If you are using Capybara 1.x, do this:
72
72
 
73
73
  RSpec.configure do |config|
74
74
  ...
@@ -77,6 +77,15 @@ You'll have to make one more change in spec/spec_helper.rb:
77
77
  ...
78
78
  end
79
79
 
80
+ For Capybara 2.0, the "requests" directory is now called "features", so you need this instead:
81
+
82
+ RSpec.configure do |config|
83
+ ...
84
+ # Configure Twilio Test Toolkit
85
+ config.include TwilioTestToolkit::DSL, :type => :feature
86
+ ...
87
+ end
88
+
80
89
  This line is required in order to get TTT's DSL to work with your tests.
81
90
 
82
91
  Finally, since TTT deals with integration tests, you should write your tests in spec/requests (or whatever directory you've configured for this type of test).
@@ -49,7 +49,7 @@ module TwilioTestToolkit
49
49
  @is_machine
50
50
  end
51
51
 
52
- def method
52
+ def http_method
53
53
  @method
54
54
  end
55
55
  end
@@ -31,6 +31,15 @@ module TwilioTestToolkit
31
31
  return false
32
32
  end
33
33
 
34
+ # Stuff for Plays
35
+ def has_play?(play)
36
+ @xml.xpath("Play").each do |s|
37
+ return true if s.inner_text == play
38
+ end
39
+
40
+ return false
41
+ end
42
+
34
43
  # Stuff for Dials
35
44
  def has_dial?(number)
36
45
  @xml.xpath("Dial").each do |s|
@@ -1,3 +1,3 @@
1
1
  module TwilioTestToolkit
2
- VERSION = "2.0.0"
2
+ VERSION = "3.0.0"
3
3
  end
@@ -0,0 +1 @@
1
+ <Play>/path/to/an/audio/clip.mp3</Play>
@@ -8,5 +8,6 @@ Dummy::Application.routes.draw do
8
8
  post "test_dial", :on => :collection
9
9
  post "test_redirect", :on => :collection
10
10
  post "test_say", :on => :collection
11
- end
11
+ post "test_play", :on => :collection
12
+ end
12
13
  end
File without changes
File without changes
@@ -0,0 +1,1546 @@
1
+ Connecting to database specified by database.yml
2
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:38:45 -0800
3
+ Processing by TwilioController#test_start as XML
4
+ Parameters: {"CallSid"=>"ae5cf361-105c-4ff9-be00-2c8bf0f6e17c", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
5
+ Rendered twilio/test_start.xml.erb within layouts/twilio.layout (4.4ms)
6
+ Completed 200 OK in 51ms (Views: 50.5ms | ActiveRecord: 0.0ms)
7
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:38:45 -0800
8
+ Processing by TwilioController#test_start as XML
9
+ Parameters: {"CallSid"=>"1323efce-e109-4ae9-a9ea-9eaba71bf6aa", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
10
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
11
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:38:45 -0800
12
+ Processing by TwilioController#test_start as XML
13
+ Parameters: {"CallSid"=>"c108510d-09c7-4d31-88a4-8caf59eb2895", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
14
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
15
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:38:45 -0800
16
+ Processing by TwilioController#test_start as XML
17
+ Parameters: {"CallSid"=>"cb7db2c9-b65f-4074-b78c-9c603a118ab7", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
18
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
19
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:38:45 -0800
20
+ Processing by TwilioController#test_start as XML
21
+ Parameters: {"CallSid"=>"1d77d919-af52-4d13-9cb9-ec827e091891", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
22
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
23
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2013-02-26 09:38:45 -0800
24
+ Processing by TwilioController#test_redirect as XML
25
+ Parameters: {"CallSid"=>"26502e29-22b6-49c5-aebb-040cbb1bfecd", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
26
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
27
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2013-02-26 09:38:45 -0800
28
+ Processing by TwilioController#test_redirect as XML
29
+ Parameters: {"CallSid"=>"d77a1377-0d76-4291-9531-f1938c94ca3e", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
30
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
31
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2013-02-26 09:38:45 -0800
32
+ Processing by TwilioController#test_redirect as XML
33
+ Parameters: {"CallSid"=>"df608476-e8bd-47a9-b0e4-03ade3f649c8", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
34
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
35
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2013-02-26 09:38:45 -0800
36
+ Processing by TwilioController#test_redirect as XML
37
+ Parameters: {"CallSid"=>"03956e98-0371-4548-9fdc-6af5c1e250d6", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
38
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
39
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:38:45 -0800
40
+ Processing by TwilioController#test_start as XML
41
+ Parameters: {"CallSid"=>"03956e98-0371-4548-9fdc-6af5c1e250d6", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
42
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
43
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2013-02-26 09:38:45 -0800
44
+ Processing by TwilioController#test_redirect as XML
45
+ Parameters: {"CallSid"=>"cce7aa3d-250f-4f62-8eb4-2bce26cce66f", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
46
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
47
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:38:45 -0800
48
+ Processing by TwilioController#test_start as XML
49
+ Parameters: {"CallSid"=>"cce7aa3d-250f-4f62-8eb4-2bce26cce66f", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
50
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
51
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:38:45 -0800
52
+ Processing by TwilioController#test_say as XML
53
+ Parameters: {"CallSid"=>"77622cb3-d56b-426b-a041-2ff61e9249fe", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
54
+ Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
55
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:38:45 -0800
56
+ Processing by TwilioController#test_say as XML
57
+ Parameters: {"CallSid"=>"5dd6e6f1-11ae-4b74-8484-c1277c2025f6", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
58
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
59
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:38:45 -0800
60
+ Processing by TwilioController#test_say as XML
61
+ Parameters: {"CallSid"=>"b1ef5e0d-ee45-4262-b283-1b25a4833abc", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
62
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
63
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:38:45 -0800
64
+ Processing by TwilioController#test_say as XML
65
+ Parameters: {"CallSid"=>"aa661a66-4d1f-49b2-bbce-470a4b6053af", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
66
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
67
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:38:45 -0800
68
+ Processing by TwilioController#test_say as XML
69
+ Parameters: {"CallSid"=>"79e738ea-8f26-48ad-99ee-87c407ab0962", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
70
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
71
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:38:45 -0800
72
+ Processing by TwilioController#test_say as XML
73
+ Parameters: {"CallSid"=>"a92b3748-320f-4a92-bb24-1a7cf5254db5", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
74
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
75
+ Started POST "/twilio/test_play" for 127.0.0.1 at 2013-02-26 09:38:45 -0800
76
+ Processing by TwilioController#test_play as XML
77
+ Parameters: {"CallSid"=>"4ee03f31-0150-4dc1-8a11-54b0c42b832a", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
78
+ Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
79
+ Started POST "/twilio/test_play" for 127.0.0.1 at 2013-02-26 09:38:45 -0800
80
+ Processing by TwilioController#test_play as XML
81
+ Parameters: {"CallSid"=>"cf2d5efc-2a91-4522-beb3-8f56dd9be596", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
82
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
83
+ Started POST "/twilio/test_dial" for 127.0.0.1 at 2013-02-26 09:38:45 -0800
84
+ Processing by TwilioController#test_dial as XML
85
+ Parameters: {"CallSid"=>"970aaadb-d5cb-45c4-96ad-61b4f33eab80", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
86
+ Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
87
+ Started POST "/twilio/test_dial" for 127.0.0.1 at 2013-02-26 09:38:45 -0800
88
+ Processing by TwilioController#test_dial as XML
89
+ Parameters: {"CallSid"=>"1b29a482-1919-484b-bf53-c17e1c08ce72", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
90
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
91
+ Started POST "/twilio/test_hangup" for 127.0.0.1 at 2013-02-26 09:38:45 -0800
92
+ Processing by TwilioController#test_hangup as XML
93
+ Parameters: {"CallSid"=>"c4abc418-3804-4cbf-a482-2095b317a24e", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
94
+ Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
95
+ Started POST "/twilio/test_hangup" for 127.0.0.1 at 2013-02-26 09:38:45 -0800
96
+ Processing by TwilioController#test_hangup as XML
97
+ Parameters: {"CallSid"=>"e3ce043f-c00d-4a76-8a95-df4985b82c28", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
98
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
99
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:38:45 -0800
100
+ Processing by TwilioController#test_start as XML
101
+ Parameters: {"CallSid"=>"2941bbf0-a191-4fe4-8a96-45be9356567f", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
102
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
103
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:38:45 -0800
104
+ Processing by TwilioController#test_start as XML
105
+ Parameters: {"CallSid"=>"d64d1945-2c46-4bcc-b1da-e3ef6c9edb6c", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
106
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
107
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:38:45 -0800
108
+ Processing by TwilioController#test_start as XML
109
+ Parameters: {"CallSid"=>"8cc893c8-6236-403c-bc7a-897f33ae8aff", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
110
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
111
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:38:45 -0800
112
+ Processing by TwilioController#test_start as XML
113
+ Parameters: {"CallSid"=>"924cd49c-836b-40a1-975a-02d41daca8f1", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
114
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
115
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:38:45 -0800
116
+ Processing by TwilioController#test_start as XML
117
+ Parameters: {"CallSid"=>"2e350345-8cdf-480c-9479-69db94f66397", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
118
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
119
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:38:45 -0800
120
+ Processing by TwilioController#test_start as XML
121
+ Parameters: {"CallSid"=>"35204b84-1b35-4f3c-b44e-27320f07b9df", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
122
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
123
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:38:45 -0800
124
+ Processing by TwilioController#test_start as XML
125
+ Parameters: {"CallSid"=>"4ad08c28-2e8f-4223-b318-5d89d2caf13f", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
126
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
127
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:38:45 -0800
128
+ Processing by TwilioController#test_say as XML
129
+ Parameters: {"CallSid"=>"680b4b25-0f68-42d6-a7e8-d116a2909f46", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
130
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
131
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:38:45 -0800
132
+ Processing by TwilioController#test_say as XML
133
+ Parameters: {"CallSid"=>"2903fdac-6519-4860-ad27-b1e227b26ed7", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
134
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
135
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:38:45 -0800
136
+ Processing by TwilioController#test_say as XML
137
+ Parameters: {"CallSid"=>"fc54a25d-8e66-4f87-b3ee-67793e1abc4f", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
138
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
139
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:38:45 -0800
140
+ Processing by TwilioController#test_say as XML
141
+ Parameters: {"CallSid"=>"553bcd44-22f8-496f-bb06-dedccad186d4", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
142
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
143
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:38:45 -0800
144
+ Processing by TwilioController#test_start as XML
145
+ Parameters: {"CallSid"=>"e6840fca-c6d4-41b9-8b99-da3cd4eed2d7", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
146
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
147
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:38:45 -0800
148
+ Processing by TwilioController#test_start as XML
149
+ Parameters: {"CallSid"=>"de075e99-7cfe-4336-9b45-5c9159aabe52", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
150
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
151
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:38:45 -0800
152
+ Processing by TwilioController#test_start as XML
153
+ Parameters: {"CallSid"=>"b9dbb41b-b648-4537-93d2-fe8c04d56559", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
154
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
155
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:38:45 -0800
156
+ Processing by TwilioController#test_start as XML
157
+ Parameters: {"CallSid"=>"8bb1f38c-7390-456c-8693-cfba2292711f", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
158
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
159
+ Started GET "/twilio/test_start?format=xml&CallSid=1234567&From=2065551212&Digits=&To=2065553434&AnsweredBy=machine" for 127.0.0.1 at 2013-02-26 09:38:45 -0800
160
+ Processing by TwilioController#test_start as XML
161
+ Parameters: {"CallSid"=>"1234567", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"machine"}
162
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
163
+ Started GET "/twilio/test_start?format=xml&CallSid=1234567&From=2065551212&Digits=&To=2065553434&AnsweredBy=machine" for 127.0.0.1 at 2013-02-26 09:38:45 -0800
164
+ Processing by TwilioController#test_start as XML
165
+ Parameters: {"CallSid"=>"1234567", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"machine"}
166
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
167
+ Started GET "/twilio/test_start?format=xml&CallSid=1234567&From=2065551212&Digits=&To=2065553434&AnsweredBy=machine" for 127.0.0.1 at 2013-02-26 09:38:45 -0800
168
+ Processing by TwilioController#test_start as XML
169
+ Parameters: {"CallSid"=>"1234567", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"machine"}
170
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
171
+ Connecting to database specified by database.yml
172
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:40:21 -0800
173
+ Processing by TwilioController#test_start as XML
174
+ Parameters: {"CallSid"=>"d88bb0f2-1e70-4c62-ab29-cae8603c1855", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
175
+ Rendered twilio/test_start.xml.erb within layouts/twilio.layout (2.9ms)
176
+ Completed 200 OK in 45ms (Views: 44.4ms | ActiveRecord: 0.0ms)
177
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:40:22 -0800
178
+ Processing by TwilioController#test_start as XML
179
+ Parameters: {"CallSid"=>"167c73cd-fde8-46a8-9131-ea9f052c7754", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
180
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
181
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:40:22 -0800
182
+ Processing by TwilioController#test_start as XML
183
+ Parameters: {"CallSid"=>"3729194a-b0ab-403e-a0c0-88405f491795", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
184
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
185
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:40:22 -0800
186
+ Processing by TwilioController#test_start as XML
187
+ Parameters: {"CallSid"=>"c4ab27a4-3256-4c76-b919-870f07f53259", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
188
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
189
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:40:22 -0800
190
+ Processing by TwilioController#test_start as XML
191
+ Parameters: {"CallSid"=>"068a7d6c-309c-44de-8547-26e54b9b6d20", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
192
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
193
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2013-02-26 09:40:22 -0800
194
+ Processing by TwilioController#test_redirect as XML
195
+ Parameters: {"CallSid"=>"1d392ca3-6ab0-411e-b6aa-9129efa7c118", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
196
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
197
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2013-02-26 09:40:22 -0800
198
+ Processing by TwilioController#test_redirect as XML
199
+ Parameters: {"CallSid"=>"3c3ccf3c-ab15-4340-b584-c432ea465004", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
200
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
201
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2013-02-26 09:40:22 -0800
202
+ Processing by TwilioController#test_redirect as XML
203
+ Parameters: {"CallSid"=>"68acb32b-71d1-4b51-a797-6edf3b1d127c", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
204
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
205
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2013-02-26 09:40:22 -0800
206
+ Processing by TwilioController#test_redirect as XML
207
+ Parameters: {"CallSid"=>"205b7ada-0da5-46e8-be04-723ca86dcec0", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
208
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
209
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:40:22 -0800
210
+ Processing by TwilioController#test_start as XML
211
+ Parameters: {"CallSid"=>"205b7ada-0da5-46e8-be04-723ca86dcec0", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
212
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
213
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2013-02-26 09:40:22 -0800
214
+ Processing by TwilioController#test_redirect as XML
215
+ Parameters: {"CallSid"=>"d2fb4e56-56a2-407d-8ab4-b381a25a0e41", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
216
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
217
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:40:22 -0800
218
+ Processing by TwilioController#test_start as XML
219
+ Parameters: {"CallSid"=>"d2fb4e56-56a2-407d-8ab4-b381a25a0e41", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
220
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
221
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:40:22 -0800
222
+ Processing by TwilioController#test_say as XML
223
+ Parameters: {"CallSid"=>"f28a7b90-661e-4c2e-9fd6-b6ca0a7d5c56", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
224
+ Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
225
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:40:22 -0800
226
+ Processing by TwilioController#test_say as XML
227
+ Parameters: {"CallSid"=>"9e68c871-9287-4411-ab82-451f263a9485", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
228
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
229
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:40:22 -0800
230
+ Processing by TwilioController#test_say as XML
231
+ Parameters: {"CallSid"=>"cca8b6df-7359-468b-bf45-b1abfa47c7b1", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
232
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
233
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:40:22 -0800
234
+ Processing by TwilioController#test_say as XML
235
+ Parameters: {"CallSid"=>"87c19bfc-6b53-4711-8964-6306cfe6a752", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
236
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
237
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:40:22 -0800
238
+ Processing by TwilioController#test_say as XML
239
+ Parameters: {"CallSid"=>"66df4827-2fa6-4f5d-bff6-7fb08c4dd00b", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
240
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
241
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:40:22 -0800
242
+ Processing by TwilioController#test_say as XML
243
+ Parameters: {"CallSid"=>"e1a18221-0af1-42cb-b51e-6b63608659c5", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
244
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
245
+ Started POST "/twilio/test_play" for 127.0.0.1 at 2013-02-26 09:40:22 -0800
246
+ Processing by TwilioController#test_play as XML
247
+ Parameters: {"CallSid"=>"507e13ac-4790-4f2a-a0f3-7169b9dec82e", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
248
+ Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
249
+ Started POST "/twilio/test_play" for 127.0.0.1 at 2013-02-26 09:40:22 -0800
250
+ Processing by TwilioController#test_play as XML
251
+ Parameters: {"CallSid"=>"06965b1e-cee9-474b-9268-3d9b2e1eee05", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
252
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
253
+ Started POST "/twilio/test_dial" for 127.0.0.1 at 2013-02-26 09:40:22 -0800
254
+ Processing by TwilioController#test_dial as XML
255
+ Parameters: {"CallSid"=>"7a421dab-8dd9-48f4-887a-ba7acea90795", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
256
+ Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
257
+ Started POST "/twilio/test_dial" for 127.0.0.1 at 2013-02-26 09:40:22 -0800
258
+ Processing by TwilioController#test_dial as XML
259
+ Parameters: {"CallSid"=>"5ff6063b-ac70-42d4-9788-b8a800d164c3", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
260
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
261
+ Started POST "/twilio/test_hangup" for 127.0.0.1 at 2013-02-26 09:40:22 -0800
262
+ Processing by TwilioController#test_hangup as XML
263
+ Parameters: {"CallSid"=>"1fe01936-7507-42ef-a43e-1655e70a7a33", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
264
+ Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
265
+ Started POST "/twilio/test_hangup" for 127.0.0.1 at 2013-02-26 09:40:22 -0800
266
+ Processing by TwilioController#test_hangup as XML
267
+ Parameters: {"CallSid"=>"f472a9c3-1f50-4336-aaff-038d46f3d124", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
268
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
269
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:40:22 -0800
270
+ Processing by TwilioController#test_start as XML
271
+ Parameters: {"CallSid"=>"0a07bbe0-a8da-47b0-92f7-99dd8ed7eaf8", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
272
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
273
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:40:22 -0800
274
+ Processing by TwilioController#test_start as XML
275
+ Parameters: {"CallSid"=>"0961e8ea-04fd-47ac-a970-8903a7f00f61", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
276
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
277
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:40:22 -0800
278
+ Processing by TwilioController#test_start as XML
279
+ Parameters: {"CallSid"=>"8df55ed8-e58f-4bac-9293-de165cdc2c7f", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
280
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
281
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:40:22 -0800
282
+ Processing by TwilioController#test_start as XML
283
+ Parameters: {"CallSid"=>"c6ab10ce-0078-45d5-ae1a-477d9cdf5111", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
284
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
285
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:40:22 -0800
286
+ Processing by TwilioController#test_start as XML
287
+ Parameters: {"CallSid"=>"0ecedb83-4ab5-4eb4-9dbe-da04d3772729", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
288
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
289
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:40:22 -0800
290
+ Processing by TwilioController#test_start as XML
291
+ Parameters: {"CallSid"=>"b91d9ee9-0ec4-4c37-b814-9429369e35c4", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
292
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
293
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:40:22 -0800
294
+ Processing by TwilioController#test_start as XML
295
+ Parameters: {"CallSid"=>"e2ba2def-9b08-4826-aa6b-816cb5582eec", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
296
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
297
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:40:22 -0800
298
+ Processing by TwilioController#test_say as XML
299
+ Parameters: {"CallSid"=>"c3eabade-0ca9-49b5-9944-e8df58ad7678", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
300
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
301
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:40:22 -0800
302
+ Processing by TwilioController#test_say as XML
303
+ Parameters: {"CallSid"=>"ad64e475-49b6-4204-a2d1-92940dd2373c", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
304
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
305
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:40:22 -0800
306
+ Processing by TwilioController#test_say as XML
307
+ Parameters: {"CallSid"=>"2f35da8e-911a-4231-90e6-084ea532b8aa", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
308
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
309
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:40:22 -0800
310
+ Processing by TwilioController#test_say as XML
311
+ Parameters: {"CallSid"=>"9013a88b-8ffc-418c-a7a5-c64a9ac64974", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
312
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
313
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:40:22 -0800
314
+ Processing by TwilioController#test_start as XML
315
+ Parameters: {"CallSid"=>"f7290b03-d41b-4fb3-80c1-f25d7e427170", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
316
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
317
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:40:22 -0800
318
+ Processing by TwilioController#test_start as XML
319
+ Parameters: {"CallSid"=>"dbadd220-6595-411f-b60d-614d7ced415f", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
320
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
321
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:40:22 -0800
322
+ Processing by TwilioController#test_start as XML
323
+ Parameters: {"CallSid"=>"99e07e8b-7554-464d-bc46-405e34e7fca4", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
324
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
325
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:40:22 -0800
326
+ Processing by TwilioController#test_start as XML
327
+ Parameters: {"CallSid"=>"8abb7c72-641e-4947-b47d-5889942a8f09", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
328
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
329
+ Started GET "/twilio/test_start?format=xml&CallSid=1234567&From=2065551212&Digits=&To=2065553434&AnsweredBy=machine" for 127.0.0.1 at 2013-02-26 09:40:22 -0800
330
+ Processing by TwilioController#test_start as XML
331
+ Parameters: {"CallSid"=>"1234567", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"machine"}
332
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
333
+ Started GET "/twilio/test_start?format=xml&CallSid=1234567&From=2065551212&Digits=&To=2065553434&AnsweredBy=machine" for 127.0.0.1 at 2013-02-26 09:40:22 -0800
334
+ Processing by TwilioController#test_start as XML
335
+ Parameters: {"CallSid"=>"1234567", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"machine"}
336
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
337
+ Started GET "/twilio/test_start?format=xml&CallSid=1234567&From=2065551212&Digits=&To=2065553434&AnsweredBy=machine" for 127.0.0.1 at 2013-02-26 09:40:22 -0800
338
+ Processing by TwilioController#test_start as XML
339
+ Parameters: {"CallSid"=>"1234567", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"machine"}
340
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
341
+ Connecting to database specified by database.yml
342
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:40:40 -0800
343
+ Processing by TwilioController#test_start as XML
344
+ Parameters: {"CallSid"=>"f4db8ac0-bda0-4aa7-b95e-8e22ecf7f389", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
345
+ Rendered twilio/test_start.xml.erb within layouts/twilio.layout (2.8ms)
346
+ Completed 200 OK in 44ms (Views: 43.6ms | ActiveRecord: 0.0ms)
347
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:40:40 -0800
348
+ Processing by TwilioController#test_start as XML
349
+ Parameters: {"CallSid"=>"9f695747-4f02-48c3-93be-9dd56a8e5fc7", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
350
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
351
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:40:40 -0800
352
+ Processing by TwilioController#test_start as XML
353
+ Parameters: {"CallSid"=>"b769ce90-373f-4ee4-9916-e7ca9ad3acab", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
354
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
355
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:40:40 -0800
356
+ Processing by TwilioController#test_start as XML
357
+ Parameters: {"CallSid"=>"f3e44f58-0f27-4140-8d27-f673bcdea0f8", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
358
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
359
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:40:40 -0800
360
+ Processing by TwilioController#test_start as XML
361
+ Parameters: {"CallSid"=>"33058e45-8a27-4a7f-931d-469c331833b7", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
362
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
363
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2013-02-26 09:40:40 -0800
364
+ Processing by TwilioController#test_redirect as XML
365
+ Parameters: {"CallSid"=>"b983fe82-9596-430e-81e2-47c60eb096e4", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
366
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
367
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2013-02-26 09:40:40 -0800
368
+ Processing by TwilioController#test_redirect as XML
369
+ Parameters: {"CallSid"=>"99a966b5-110a-4856-a901-083afbd26ac0", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
370
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
371
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2013-02-26 09:40:40 -0800
372
+ Processing by TwilioController#test_redirect as XML
373
+ Parameters: {"CallSid"=>"05f336c2-a911-42f6-bb0d-ce191fd16ea5", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
374
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
375
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2013-02-26 09:40:40 -0800
376
+ Processing by TwilioController#test_redirect as XML
377
+ Parameters: {"CallSid"=>"ab8b2620-9d3b-4975-884b-9648ea6f65cb", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
378
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
379
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:40:40 -0800
380
+ Processing by TwilioController#test_start as XML
381
+ Parameters: {"CallSid"=>"ab8b2620-9d3b-4975-884b-9648ea6f65cb", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
382
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
383
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2013-02-26 09:40:40 -0800
384
+ Processing by TwilioController#test_redirect as XML
385
+ Parameters: {"CallSid"=>"c9447eea-6183-454b-b648-2d3fad90c029", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
386
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
387
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:40:40 -0800
388
+ Processing by TwilioController#test_start as XML
389
+ Parameters: {"CallSid"=>"c9447eea-6183-454b-b648-2d3fad90c029", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
390
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
391
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:40:40 -0800
392
+ Processing by TwilioController#test_say as XML
393
+ Parameters: {"CallSid"=>"34fbcf4e-a4b8-4119-a271-286a2a2c5b04", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
394
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
395
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:40:40 -0800
396
+ Processing by TwilioController#test_say as XML
397
+ Parameters: {"CallSid"=>"64bb6721-ce21-464e-9df5-14cf4d2a607a", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
398
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
399
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:40:40 -0800
400
+ Processing by TwilioController#test_say as XML
401
+ Parameters: {"CallSid"=>"4afdb23b-4aa8-40d2-bd41-b216aebd13d3", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
402
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
403
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:40:40 -0800
404
+ Processing by TwilioController#test_say as XML
405
+ Parameters: {"CallSid"=>"9c98f1f4-940a-46a2-82a4-05edb9fb4dbd", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
406
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
407
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:40:40 -0800
408
+ Processing by TwilioController#test_say as XML
409
+ Parameters: {"CallSid"=>"4761db8b-fdcd-44d8-bee8-44460f5a0fb9", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
410
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
411
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:40:40 -0800
412
+ Processing by TwilioController#test_say as XML
413
+ Parameters: {"CallSid"=>"36ffa6b1-cb80-402a-8ef1-9efb87fab0fd", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
414
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
415
+ Started POST "/twilio/test_play" for 127.0.0.1 at 2013-02-26 09:40:40 -0800
416
+ Processing by TwilioController#test_play as XML
417
+ Parameters: {"CallSid"=>"0119819e-47ff-4bc3-a955-19e330e2b6b8", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
418
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
419
+ Started POST "/twilio/test_play" for 127.0.0.1 at 2013-02-26 09:40:40 -0800
420
+ Processing by TwilioController#test_play as XML
421
+ Parameters: {"CallSid"=>"8b56d56f-f36c-44e7-bcd0-1b4c09cbaa95", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
422
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
423
+ Started POST "/twilio/test_dial" for 127.0.0.1 at 2013-02-26 09:40:40 -0800
424
+ Processing by TwilioController#test_dial as XML
425
+ Parameters: {"CallSid"=>"8fa21301-c211-4a6f-8c51-bf29d6199ed1", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
426
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
427
+ Started POST "/twilio/test_dial" for 127.0.0.1 at 2013-02-26 09:40:40 -0800
428
+ Processing by TwilioController#test_dial as XML
429
+ Parameters: {"CallSid"=>"aaf88383-39ed-4679-be7f-050654c24199", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
430
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
431
+ Started POST "/twilio/test_hangup" for 127.0.0.1 at 2013-02-26 09:40:40 -0800
432
+ Processing by TwilioController#test_hangup as XML
433
+ Parameters: {"CallSid"=>"36abb365-e33e-45be-adfa-f6bcc0d52c40", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
434
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
435
+ Started POST "/twilio/test_hangup" for 127.0.0.1 at 2013-02-26 09:40:40 -0800
436
+ Processing by TwilioController#test_hangup as XML
437
+ Parameters: {"CallSid"=>"3dc6c172-5665-4101-953d-ecaa010e132b", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
438
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
439
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:40:40 -0800
440
+ Processing by TwilioController#test_start as XML
441
+ Parameters: {"CallSid"=>"ca4e434b-f15f-42eb-a0ee-bbcb24f85461", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
442
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
443
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:40:40 -0800
444
+ Processing by TwilioController#test_start as XML
445
+ Parameters: {"CallSid"=>"4bb56104-3390-4602-98cd-ff2d961bc6bb", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
446
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
447
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:40:40 -0800
448
+ Processing by TwilioController#test_start as XML
449
+ Parameters: {"CallSid"=>"793c8adb-c0ad-4b30-b99b-4f1ba8027bfa", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
450
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
451
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:40:40 -0800
452
+ Processing by TwilioController#test_start as XML
453
+ Parameters: {"CallSid"=>"06f30dad-eb54-468f-8a3f-b2a0476949f2", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
454
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
455
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:40:40 -0800
456
+ Processing by TwilioController#test_start as XML
457
+ Parameters: {"CallSid"=>"b3fe5ee5-6345-46bc-8c5e-dafe659a1d98", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
458
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
459
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:40:40 -0800
460
+ Processing by TwilioController#test_start as XML
461
+ Parameters: {"CallSid"=>"a8a9cf7a-cfb0-4af9-8c94-55357fafaa06", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
462
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
463
+ Started POST "/twilio/test_action" for 127.0.0.1 at 2013-02-26 09:40:40 -0800
464
+ Processing by TwilioController#test_action as XML
465
+ Parameters: {"CallSid"=>"a8a9cf7a-cfb0-4af9-8c94-55357fafaa06", "From"=>"2065551212", "Digits"=>"98765", "To"=>"2065553434", "AnsweredBy"=>"human"}
466
+ Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms)
467
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:40:40 -0800
468
+ Processing by TwilioController#test_start as XML
469
+ Parameters: {"CallSid"=>"37968206-cc46-49e3-93e4-39aa30c7796c", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
470
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
471
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:40:40 -0800
472
+ Processing by TwilioController#test_say as XML
473
+ Parameters: {"CallSid"=>"09189277-5df9-41ac-a392-0459c63d6557", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
474
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
475
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:40:40 -0800
476
+ Processing by TwilioController#test_say as XML
477
+ Parameters: {"CallSid"=>"319288ba-cdce-468e-970c-57052ae1e8d9", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
478
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
479
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:40:40 -0800
480
+ Processing by TwilioController#test_say as XML
481
+ Parameters: {"CallSid"=>"23ef7e12-2681-436b-89e7-a8169068a66c", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
482
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
483
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:40:40 -0800
484
+ Processing by TwilioController#test_say as XML
485
+ Parameters: {"CallSid"=>"4347350b-dc3d-4051-af17-5f9129082723", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
486
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
487
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:40:40 -0800
488
+ Processing by TwilioController#test_start as XML
489
+ Parameters: {"CallSid"=>"214cb096-1b6f-407e-b015-51a46429a060", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
490
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
491
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:40:40 -0800
492
+ Processing by TwilioController#test_start as XML
493
+ Parameters: {"CallSid"=>"9eb7ef63-4ed1-4d55-a8d7-413676134e38", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
494
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
495
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:40:40 -0800
496
+ Processing by TwilioController#test_start as XML
497
+ Parameters: {"CallSid"=>"cece7094-3118-4bd4-9f4e-bb02c3822897", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
498
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
499
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:40:40 -0800
500
+ Processing by TwilioController#test_start as XML
501
+ Parameters: {"CallSid"=>"62ef4052-d837-42e3-af4b-ba8611d00159", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
502
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
503
+ Started GET "/twilio/test_start?format=xml&CallSid=1234567&From=2065551212&Digits=&To=2065553434&AnsweredBy=machine" for 127.0.0.1 at 2013-02-26 09:40:40 -0800
504
+ Processing by TwilioController#test_start as XML
505
+ Parameters: {"CallSid"=>"1234567", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"machine"}
506
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
507
+ Started GET "/twilio/test_start?format=xml&CallSid=1234567&From=2065551212&Digits=&To=2065553434&AnsweredBy=machine" for 127.0.0.1 at 2013-02-26 09:40:40 -0800
508
+ Processing by TwilioController#test_start as XML
509
+ Parameters: {"CallSid"=>"1234567", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"machine"}
510
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
511
+ Started GET "/twilio/test_start?format=xml&CallSid=1234567&From=2065551212&Digits=&To=2065553434&AnsweredBy=machine" for 127.0.0.1 at 2013-02-26 09:40:40 -0800
512
+ Processing by TwilioController#test_start as XML
513
+ Parameters: {"CallSid"=>"1234567", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"machine"}
514
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
515
+ Connecting to database specified by database.yml
516
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:41:12 -0800
517
+ Processing by TwilioController#test_start as XML
518
+ Parameters: {"CallSid"=>"ec3afcde-701a-4823-a82c-023ec9a953c1", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
519
+ Rendered twilio/test_start.xml.erb within layouts/twilio.layout (3.1ms)
520
+ Completed 200 OK in 48ms (Views: 47.3ms | ActiveRecord: 0.0ms)
521
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:41:12 -0800
522
+ Processing by TwilioController#test_start as XML
523
+ Parameters: {"CallSid"=>"dfcc93de-0111-4758-afd7-c0230b9f7c45", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
524
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
525
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:41:12 -0800
526
+ Processing by TwilioController#test_start as XML
527
+ Parameters: {"CallSid"=>"d43655f4-731c-45a8-82cf-58bddc92aac5", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
528
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
529
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:41:12 -0800
530
+ Processing by TwilioController#test_start as XML
531
+ Parameters: {"CallSid"=>"e85171ef-54f7-47e3-83cd-9a6db0f6ba46", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
532
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
533
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:41:12 -0800
534
+ Processing by TwilioController#test_start as XML
535
+ Parameters: {"CallSid"=>"beff01c8-1d94-4a97-87f7-6158acc09792", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
536
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
537
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2013-02-26 09:41:12 -0800
538
+ Processing by TwilioController#test_redirect as XML
539
+ Parameters: {"CallSid"=>"744ba927-6870-44f2-b63e-d3267c93ec9f", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
540
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
541
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2013-02-26 09:41:12 -0800
542
+ Processing by TwilioController#test_redirect as XML
543
+ Parameters: {"CallSid"=>"d08a367f-eda3-4a65-95df-9a8be9ab8f44", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
544
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
545
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2013-02-26 09:41:12 -0800
546
+ Processing by TwilioController#test_redirect as XML
547
+ Parameters: {"CallSid"=>"b7bc46be-07ff-44cb-b6aa-1a2ac8f6b407", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
548
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
549
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2013-02-26 09:41:12 -0800
550
+ Processing by TwilioController#test_redirect as XML
551
+ Parameters: {"CallSid"=>"68723af0-e5bb-4df1-9a3b-cc119c12b5b0", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
552
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
553
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:41:12 -0800
554
+ Processing by TwilioController#test_start as XML
555
+ Parameters: {"CallSid"=>"68723af0-e5bb-4df1-9a3b-cc119c12b5b0", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
556
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
557
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2013-02-26 09:41:12 -0800
558
+ Processing by TwilioController#test_redirect as XML
559
+ Parameters: {"CallSid"=>"0cda338c-74f0-4519-8ac9-d25b9a0846bc", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
560
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
561
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:41:12 -0800
562
+ Processing by TwilioController#test_start as XML
563
+ Parameters: {"CallSid"=>"0cda338c-74f0-4519-8ac9-d25b9a0846bc", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
564
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
565
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:41:12 -0800
566
+ Processing by TwilioController#test_say as XML
567
+ Parameters: {"CallSid"=>"e67715cd-b7eb-4fff-b326-22f62def7b07", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
568
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
569
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:41:12 -0800
570
+ Processing by TwilioController#test_say as XML
571
+ Parameters: {"CallSid"=>"c3a8cd32-4efc-4208-b9f2-e5c298811867", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
572
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
573
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:41:12 -0800
574
+ Processing by TwilioController#test_say as XML
575
+ Parameters: {"CallSid"=>"3c7b9f11-5193-4db4-830c-cdf8e6c8da65", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
576
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
577
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:41:12 -0800
578
+ Processing by TwilioController#test_say as XML
579
+ Parameters: {"CallSid"=>"d2fa278b-d4cf-4360-92dd-f60906f7a448", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
580
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
581
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:41:12 -0800
582
+ Processing by TwilioController#test_say as XML
583
+ Parameters: {"CallSid"=>"06916fea-02a1-425a-a267-4ee09c5dcee5", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
584
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
585
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:41:12 -0800
586
+ Processing by TwilioController#test_say as XML
587
+ Parameters: {"CallSid"=>"1256f292-2bee-4f3a-b3cf-c488a5f8894d", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
588
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
589
+ Started POST "/twilio/test_play" for 127.0.0.1 at 2013-02-26 09:41:12 -0800
590
+ Processing by TwilioController#test_play as XML
591
+ Parameters: {"CallSid"=>"4d189fe9-76a1-4b5d-9f5f-afce9492652c", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
592
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
593
+ Started POST "/twilio/test_play" for 127.0.0.1 at 2013-02-26 09:41:12 -0800
594
+ Processing by TwilioController#test_play as XML
595
+ Parameters: {"CallSid"=>"3fdee57c-06f5-4cb7-8a53-5a403ec8f3c1", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
596
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
597
+ Started POST "/twilio/test_dial" for 127.0.0.1 at 2013-02-26 09:41:12 -0800
598
+ Processing by TwilioController#test_dial as XML
599
+ Parameters: {"CallSid"=>"3aae2e1c-5970-43cb-9867-5180f0841399", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
600
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
601
+ Started POST "/twilio/test_dial" for 127.0.0.1 at 2013-02-26 09:41:12 -0800
602
+ Processing by TwilioController#test_dial as XML
603
+ Parameters: {"CallSid"=>"0713e718-ee19-41e7-a937-7b6ed96cf3a4", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
604
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
605
+ Started POST "/twilio/test_hangup" for 127.0.0.1 at 2013-02-26 09:41:12 -0800
606
+ Processing by TwilioController#test_hangup as XML
607
+ Parameters: {"CallSid"=>"a20cba86-a03e-4083-8fde-147174a80575", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
608
+ Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
609
+ Started POST "/twilio/test_hangup" for 127.0.0.1 at 2013-02-26 09:41:12 -0800
610
+ Processing by TwilioController#test_hangup as XML
611
+ Parameters: {"CallSid"=>"a27bcd97-137a-4308-b5b5-5bc5c79e4015", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
612
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
613
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:41:12 -0800
614
+ Processing by TwilioController#test_start as XML
615
+ Parameters: {"CallSid"=>"9bae1fcd-5034-4f42-9487-36cffe547d50", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
616
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
617
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:41:12 -0800
618
+ Processing by TwilioController#test_start as XML
619
+ Parameters: {"CallSid"=>"85e8a442-3397-4a1a-90ba-f9488f2c06f5", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
620
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
621
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:41:12 -0800
622
+ Processing by TwilioController#test_start as XML
623
+ Parameters: {"CallSid"=>"f83a5cb4-6ab5-419e-8171-ca512f7689d6", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
624
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
625
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:41:12 -0800
626
+ Processing by TwilioController#test_start as XML
627
+ Parameters: {"CallSid"=>"5a3a8990-53e9-4708-a8cf-fbdf0c411930", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
628
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
629
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:41:12 -0800
630
+ Processing by TwilioController#test_start as XML
631
+ Parameters: {"CallSid"=>"6db1bd14-eaf1-4b60-9168-76998589f4a3", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
632
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
633
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:41:12 -0800
634
+ Processing by TwilioController#test_start as XML
635
+ Parameters: {"CallSid"=>"647f3203-f483-4214-b945-c160f421b6fb", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
636
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
637
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:41:12 -0800
638
+ Processing by TwilioController#test_start as XML
639
+ Parameters: {"CallSid"=>"fd89bec0-fe11-4f96-8812-c94b5ec911b1", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
640
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
641
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:41:12 -0800
642
+ Processing by TwilioController#test_say as XML
643
+ Parameters: {"CallSid"=>"7d0a737d-4246-4cf7-876d-bc1d2bea5524", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
644
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
645
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:41:12 -0800
646
+ Processing by TwilioController#test_say as XML
647
+ Parameters: {"CallSid"=>"81a453f0-af8d-4979-8ed0-09bd1e33edc4", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
648
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
649
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:41:12 -0800
650
+ Processing by TwilioController#test_say as XML
651
+ Parameters: {"CallSid"=>"8f90564b-72b8-4d1b-8ea2-13d5df48e2fd", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
652
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
653
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:41:12 -0800
654
+ Processing by TwilioController#test_say as XML
655
+ Parameters: {"CallSid"=>"2fad8399-77a8-474f-8ea7-74fe2328c93a", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
656
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
657
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:41:12 -0800
658
+ Processing by TwilioController#test_start as XML
659
+ Parameters: {"CallSid"=>"3826b2eb-6702-4336-bfa5-98d7daf81743", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
660
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
661
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:41:12 -0800
662
+ Processing by TwilioController#test_start as XML
663
+ Parameters: {"CallSid"=>"eae5de85-d2aa-4c86-9c9c-9c8430134df8", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
664
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
665
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:41:12 -0800
666
+ Processing by TwilioController#test_start as XML
667
+ Parameters: {"CallSid"=>"3f1cea49-f767-4457-9426-f8572f51f4bf", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
668
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
669
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:41:12 -0800
670
+ Processing by TwilioController#test_start as XML
671
+ Parameters: {"CallSid"=>"eb123b0a-5a31-4b15-9028-306e83342d6f", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
672
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
673
+ Started GET "/twilio/test_start?format=xml&CallSid=1234567&From=2065551212&Digits=&To=2065553434&AnsweredBy=machine" for 127.0.0.1 at 2013-02-26 09:41:12 -0800
674
+ Processing by TwilioController#test_start as XML
675
+ Parameters: {"CallSid"=>"1234567", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"machine"}
676
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
677
+ Started GET "/twilio/test_start?format=xml&CallSid=1234567&From=2065551212&Digits=&To=2065553434&AnsweredBy=machine" for 127.0.0.1 at 2013-02-26 09:41:12 -0800
678
+ Processing by TwilioController#test_start as XML
679
+ Parameters: {"CallSid"=>"1234567", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"machine"}
680
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
681
+ Started GET "/twilio/test_start?format=xml&CallSid=1234567&From=2065551212&Digits=&To=2065553434&AnsweredBy=machine" for 127.0.0.1 at 2013-02-26 09:41:12 -0800
682
+ Processing by TwilioController#test_start as XML
683
+ Parameters: {"CallSid"=>"1234567", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"machine"}
684
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
685
+ Connecting to database specified by database.yml
686
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:41:29 -0800
687
+ Processing by TwilioController#test_start as XML
688
+ Parameters: {"CallSid"=>"0a343806-5a7f-45f1-8f1e-9e9b3d05b0a4", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
689
+ Rendered twilio/test_start.xml.erb within layouts/twilio.layout (2.8ms)
690
+ Completed 200 OK in 45ms (Views: 44.2ms | ActiveRecord: 0.0ms)
691
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:41:29 -0800
692
+ Processing by TwilioController#test_start as XML
693
+ Parameters: {"CallSid"=>"c7693a18-76dc-44f6-b3e3-c13127eb5ecb", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
694
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
695
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:41:29 -0800
696
+ Processing by TwilioController#test_start as XML
697
+ Parameters: {"CallSid"=>"f698e44f-c3aa-4d0b-9530-b034d8925082", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
698
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
699
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:41:29 -0800
700
+ Processing by TwilioController#test_start as XML
701
+ Parameters: {"CallSid"=>"2ef88a41-3675-43d9-81fe-714e3992bf52", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
702
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
703
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:41:29 -0800
704
+ Processing by TwilioController#test_start as XML
705
+ Parameters: {"CallSid"=>"be242229-2607-4f67-bfd7-b2de30522969", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
706
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
707
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2013-02-26 09:41:29 -0800
708
+ Processing by TwilioController#test_redirect as XML
709
+ Parameters: {"CallSid"=>"1aa73f4f-c556-450d-a1e9-5c488311e048", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
710
+ Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
711
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2013-02-26 09:41:29 -0800
712
+ Processing by TwilioController#test_redirect as XML
713
+ Parameters: {"CallSid"=>"d2f93363-d5cc-4f53-bfe5-9e824a386bee", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
714
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
715
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2013-02-26 09:41:29 -0800
716
+ Processing by TwilioController#test_redirect as XML
717
+ Parameters: {"CallSid"=>"3776cbb6-44c7-43f3-b4f5-44963e29f0c9", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
718
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
719
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2013-02-26 09:41:29 -0800
720
+ Processing by TwilioController#test_redirect as XML
721
+ Parameters: {"CallSid"=>"e12f7fd4-db59-45c6-a4ea-9968201c83f1", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
722
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
723
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:41:29 -0800
724
+ Processing by TwilioController#test_start as XML
725
+ Parameters: {"CallSid"=>"e12f7fd4-db59-45c6-a4ea-9968201c83f1", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
726
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
727
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2013-02-26 09:41:29 -0800
728
+ Processing by TwilioController#test_redirect as XML
729
+ Parameters: {"CallSid"=>"434eb2d1-9972-44a5-8aaa-f94160aff1ac", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
730
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
731
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:41:29 -0800
732
+ Processing by TwilioController#test_start as XML
733
+ Parameters: {"CallSid"=>"434eb2d1-9972-44a5-8aaa-f94160aff1ac", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
734
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
735
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:41:29 -0800
736
+ Processing by TwilioController#test_say as XML
737
+ Parameters: {"CallSid"=>"ce1645cc-3b6e-49ed-80fc-8560e1807671", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
738
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
739
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:41:29 -0800
740
+ Processing by TwilioController#test_say as XML
741
+ Parameters: {"CallSid"=>"85f77eeb-16a8-4951-ab33-3e5f6272bedb", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
742
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
743
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:41:29 -0800
744
+ Processing by TwilioController#test_say as XML
745
+ Parameters: {"CallSid"=>"14b2a8b6-4f47-4743-9c6c-c23d7ef8818b", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
746
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
747
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:41:29 -0800
748
+ Processing by TwilioController#test_say as XML
749
+ Parameters: {"CallSid"=>"5186346d-cc32-42b0-b22b-69f8398b55f0", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
750
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
751
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:41:29 -0800
752
+ Processing by TwilioController#test_say as XML
753
+ Parameters: {"CallSid"=>"cb5e3c63-fb42-4755-a195-e7a96646c23c", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
754
+ Completed 200 OK in 0ms (Views: 0.4ms | ActiveRecord: 0.0ms)
755
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:41:29 -0800
756
+ Processing by TwilioController#test_say as XML
757
+ Parameters: {"CallSid"=>"0be2ec57-cbde-47e5-8aa6-628b5759c85f", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
758
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
759
+ Started POST "/twilio/test_play" for 127.0.0.1 at 2013-02-26 09:41:29 -0800
760
+ Processing by TwilioController#test_play as XML
761
+ Parameters: {"CallSid"=>"178d5165-59b4-4847-b967-13c806fb47af", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
762
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
763
+ Started POST "/twilio/test_play" for 127.0.0.1 at 2013-02-26 09:41:29 -0800
764
+ Processing by TwilioController#test_play as XML
765
+ Parameters: {"CallSid"=>"1cf5c932-b4da-4ab3-923a-7e1fd1d50627", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
766
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
767
+ Started POST "/twilio/test_dial" for 127.0.0.1 at 2013-02-26 09:41:29 -0800
768
+ Processing by TwilioController#test_dial as XML
769
+ Parameters: {"CallSid"=>"87decc2a-58db-48eb-81d7-1d3d4b659ad9", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
770
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
771
+ Started POST "/twilio/test_dial" for 127.0.0.1 at 2013-02-26 09:41:29 -0800
772
+ Processing by TwilioController#test_dial as XML
773
+ Parameters: {"CallSid"=>"5ae17ae1-66e6-493f-aea2-406c07e32cb9", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
774
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
775
+ Started POST "/twilio/test_hangup" for 127.0.0.1 at 2013-02-26 09:41:29 -0800
776
+ Processing by TwilioController#test_hangup as XML
777
+ Parameters: {"CallSid"=>"96158365-0316-49a5-bf22-34022f41bfd6", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
778
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
779
+ Started POST "/twilio/test_hangup" for 127.0.0.1 at 2013-02-26 09:41:29 -0800
780
+ Processing by TwilioController#test_hangup as XML
781
+ Parameters: {"CallSid"=>"298a1ff7-a895-41d6-9ecc-b731f65aedce", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
782
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
783
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:41:29 -0800
784
+ Processing by TwilioController#test_start as XML
785
+ Parameters: {"CallSid"=>"c3da9fd4-6d7e-480b-8983-83d04e79fcbc", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
786
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
787
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:41:29 -0800
788
+ Processing by TwilioController#test_start as XML
789
+ Parameters: {"CallSid"=>"d60453e9-49e5-4508-baa9-6323bff39056", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
790
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
791
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:41:29 -0800
792
+ Processing by TwilioController#test_start as XML
793
+ Parameters: {"CallSid"=>"56a86865-64a5-4247-97b4-e7978d3de2d7", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
794
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
795
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:41:29 -0800
796
+ Processing by TwilioController#test_start as XML
797
+ Parameters: {"CallSid"=>"10e10659-5393-4bf9-b544-fb40f8122c7f", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
798
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
799
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:41:29 -0800
800
+ Processing by TwilioController#test_start as XML
801
+ Parameters: {"CallSid"=>"c5491b55-d653-42a0-8ffc-143234bd3e63", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
802
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
803
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:41:29 -0800
804
+ Processing by TwilioController#test_start as XML
805
+ Parameters: {"CallSid"=>"370a4125-eaaf-486c-8264-b51d817ab5e1", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
806
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
807
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:41:29 -0800
808
+ Processing by TwilioController#test_start as XML
809
+ Parameters: {"CallSid"=>"cbc734d0-f3a1-40de-88e1-fdcc0cd3d95e", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
810
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
811
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:41:29 -0800
812
+ Processing by TwilioController#test_say as XML
813
+ Parameters: {"CallSid"=>"43154f6f-d202-4352-a84e-a786c87eee0d", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
814
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
815
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:41:29 -0800
816
+ Processing by TwilioController#test_say as XML
817
+ Parameters: {"CallSid"=>"8869cc13-31c1-4725-9d08-654dd0f9a24c", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
818
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
819
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:41:29 -0800
820
+ Processing by TwilioController#test_say as XML
821
+ Parameters: {"CallSid"=>"766e08b7-257a-4a4b-9eb0-b01b169f8ba9", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
822
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
823
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:41:29 -0800
824
+ Processing by TwilioController#test_say as XML
825
+ Parameters: {"CallSid"=>"a06f3221-3302-41fe-b630-9a47c4fc9f1e", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
826
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
827
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:41:29 -0800
828
+ Processing by TwilioController#test_start as XML
829
+ Parameters: {"CallSid"=>"fa7658d1-785f-4669-8bc5-ea7633185377", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
830
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
831
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:41:29 -0800
832
+ Processing by TwilioController#test_start as XML
833
+ Parameters: {"CallSid"=>"aef5d664-1ac5-4cb8-9233-2def62e318b5", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
834
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
835
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:41:29 -0800
836
+ Processing by TwilioController#test_start as XML
837
+ Parameters: {"CallSid"=>"c8e88dd1-cc51-4d43-886a-6c773b84b108", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
838
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
839
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:41:29 -0800
840
+ Processing by TwilioController#test_start as XML
841
+ Parameters: {"CallSid"=>"33eac8b8-238c-4016-9496-bb471d1bd0fb", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
842
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
843
+ Started GET "/twilio/test_start?format=xml&CallSid=1234567&From=2065551212&Digits=&To=2065553434&AnsweredBy=machine" for 127.0.0.1 at 2013-02-26 09:41:29 -0800
844
+ Processing by TwilioController#test_start as XML
845
+ Parameters: {"CallSid"=>"1234567", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"machine"}
846
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
847
+ Started GET "/twilio/test_start?format=xml&CallSid=1234567&From=2065551212&Digits=&To=2065553434&AnsweredBy=machine" for 127.0.0.1 at 2013-02-26 09:41:29 -0800
848
+ Processing by TwilioController#test_start as XML
849
+ Parameters: {"CallSid"=>"1234567", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"machine"}
850
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
851
+ Started GET "/twilio/test_start?format=xml&CallSid=1234567&From=2065551212&Digits=&To=2065553434&AnsweredBy=machine" for 127.0.0.1 at 2013-02-26 09:41:29 -0800
852
+ Processing by TwilioController#test_start as XML
853
+ Parameters: {"CallSid"=>"1234567", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"machine"}
854
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
855
+ Connecting to database specified by database.yml
856
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:42:20 -0800
857
+ Processing by TwilioController#test_start as XML
858
+ Parameters: {"CallSid"=>"91efb779-12d9-4746-a8cd-0214cf3487af", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
859
+ Rendered twilio/test_start.xml.erb within layouts/twilio.layout (3.1ms)
860
+ Completed 200 OK in 46ms (Views: 45.3ms | ActiveRecord: 0.0ms)
861
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:42:21 -0800
862
+ Processing by TwilioController#test_start as XML
863
+ Parameters: {"CallSid"=>"3a784ca1-e844-49d7-b23d-7b414bee39b2", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
864
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
865
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:42:21 -0800
866
+ Processing by TwilioController#test_start as XML
867
+ Parameters: {"CallSid"=>"d48e6523-72ab-4a52-9b57-6704975707e5", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
868
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
869
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:42:21 -0800
870
+ Processing by TwilioController#test_start as XML
871
+ Parameters: {"CallSid"=>"c92f481d-0ea8-41fd-9191-c1390b7d48b3", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
872
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
873
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:42:21 -0800
874
+ Processing by TwilioController#test_start as XML
875
+ Parameters: {"CallSid"=>"6f8e7f7d-2c77-4054-acb9-f5a283dbcecd", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
876
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
877
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2013-02-26 09:42:21 -0800
878
+ Processing by TwilioController#test_redirect as XML
879
+ Parameters: {"CallSid"=>"da9c80b1-30cf-409d-b6bc-d0e1478fd081", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
880
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
881
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2013-02-26 09:42:21 -0800
882
+ Processing by TwilioController#test_redirect as XML
883
+ Parameters: {"CallSid"=>"ebd620fb-cb4a-43e2-bdc7-cf1f3408057c", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
884
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
885
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2013-02-26 09:42:21 -0800
886
+ Processing by TwilioController#test_redirect as XML
887
+ Parameters: {"CallSid"=>"f1374e94-78c1-4d8f-9f8e-d740d33cb215", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
888
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
889
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2013-02-26 09:42:21 -0800
890
+ Processing by TwilioController#test_redirect as XML
891
+ Parameters: {"CallSid"=>"fd5687a2-1183-49b4-b984-78b33bff4b1b", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
892
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
893
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:42:21 -0800
894
+ Processing by TwilioController#test_start as XML
895
+ Parameters: {"CallSid"=>"fd5687a2-1183-49b4-b984-78b33bff4b1b", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
896
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
897
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2013-02-26 09:42:21 -0800
898
+ Processing by TwilioController#test_redirect as XML
899
+ Parameters: {"CallSid"=>"a5bea7b0-8162-49d6-bbf7-276b8b72d024", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
900
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
901
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:42:21 -0800
902
+ Processing by TwilioController#test_start as XML
903
+ Parameters: {"CallSid"=>"a5bea7b0-8162-49d6-bbf7-276b8b72d024", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
904
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
905
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:42:21 -0800
906
+ Processing by TwilioController#test_say as XML
907
+ Parameters: {"CallSid"=>"96d1c955-9012-4f82-891b-b0cf2318674d", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
908
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
909
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:42:21 -0800
910
+ Processing by TwilioController#test_say as XML
911
+ Parameters: {"CallSid"=>"691a84a6-294c-4a5c-8168-a3f1008a3273", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
912
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
913
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:42:21 -0800
914
+ Processing by TwilioController#test_say as XML
915
+ Parameters: {"CallSid"=>"a80043a3-84f3-4e5e-a75b-140ec9a2b10a", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
916
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
917
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:42:21 -0800
918
+ Processing by TwilioController#test_say as XML
919
+ Parameters: {"CallSid"=>"7b5ad013-1bc4-4c1a-8ea3-53b8a0b8e939", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
920
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
921
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:42:21 -0800
922
+ Processing by TwilioController#test_say as XML
923
+ Parameters: {"CallSid"=>"ca7d8830-836b-4245-b162-5af3071c76a1", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
924
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
925
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:42:21 -0800
926
+ Processing by TwilioController#test_say as XML
927
+ Parameters: {"CallSid"=>"070bc872-dbdc-4afd-867f-2ce356399b7f", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
928
+ Completed 200 OK in 0ms (Views: 0.4ms | ActiveRecord: 0.0ms)
929
+ Started POST "/twilio/test_play" for 127.0.0.1 at 2013-02-26 09:42:21 -0800
930
+ Processing by TwilioController#test_play as XML
931
+ Parameters: {"CallSid"=>"e1cb4c4c-35a7-4034-9498-0625cfbd59a4", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
932
+ Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
933
+ Started POST "/twilio/test_play" for 127.0.0.1 at 2013-02-26 09:42:21 -0800
934
+ Processing by TwilioController#test_play as XML
935
+ Parameters: {"CallSid"=>"a48764a1-4480-47dd-b147-288ae83a74a3", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
936
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
937
+ Started POST "/twilio/test_dial" for 127.0.0.1 at 2013-02-26 09:42:21 -0800
938
+ Processing by TwilioController#test_dial as XML
939
+ Parameters: {"CallSid"=>"88720b36-4654-409e-8ec8-da8f3664aae9", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
940
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
941
+ Started POST "/twilio/test_dial" for 127.0.0.1 at 2013-02-26 09:42:21 -0800
942
+ Processing by TwilioController#test_dial as XML
943
+ Parameters: {"CallSid"=>"9fa7d303-0634-4be9-8dcd-d206e5535a05", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
944
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
945
+ Started POST "/twilio/test_hangup" for 127.0.0.1 at 2013-02-26 09:42:21 -0800
946
+ Processing by TwilioController#test_hangup as XML
947
+ Parameters: {"CallSid"=>"44e96098-8d78-4380-974e-62a1ae64c5e1", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
948
+ Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
949
+ Started POST "/twilio/test_hangup" for 127.0.0.1 at 2013-02-26 09:42:21 -0800
950
+ Processing by TwilioController#test_hangup as XML
951
+ Parameters: {"CallSid"=>"8641383e-292f-4ee1-bd02-bdcbbb1fa54f", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
952
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
953
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:42:21 -0800
954
+ Processing by TwilioController#test_start as XML
955
+ Parameters: {"CallSid"=>"65287c17-2ea0-4c74-b810-9b065104ee5c", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
956
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
957
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:42:21 -0800
958
+ Processing by TwilioController#test_start as XML
959
+ Parameters: {"CallSid"=>"e0f79b08-5a43-4efd-8441-4b5a8a816f86", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
960
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
961
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:42:21 -0800
962
+ Processing by TwilioController#test_start as XML
963
+ Parameters: {"CallSid"=>"32c9b477-f798-4ec4-bc55-36f0c5c7f991", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
964
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
965
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:42:21 -0800
966
+ Processing by TwilioController#test_start as XML
967
+ Parameters: {"CallSid"=>"b2c60547-454a-4a8a-8959-df5e3be88067", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
968
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
969
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:42:21 -0800
970
+ Processing by TwilioController#test_start as XML
971
+ Parameters: {"CallSid"=>"0aada533-0428-4e7d-ab55-ab38462bc8f6", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
972
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
973
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:42:21 -0800
974
+ Processing by TwilioController#test_start as XML
975
+ Parameters: {"CallSid"=>"e7e4bf0e-6205-4672-8ab2-64c100b2a6bc", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
976
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
977
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:42:21 -0800
978
+ Processing by TwilioController#test_start as XML
979
+ Parameters: {"CallSid"=>"d18783c6-e34a-4f89-a534-818927347261", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
980
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
981
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:42:21 -0800
982
+ Processing by TwilioController#test_say as XML
983
+ Parameters: {"CallSid"=>"5ce9ecc1-45ae-46de-a54a-2b354fe570a6", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
984
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
985
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:42:21 -0800
986
+ Processing by TwilioController#test_say as XML
987
+ Parameters: {"CallSid"=>"0dbc6f7f-33be-433b-b106-10e7c71d999e", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
988
+ Completed 200 OK in 0ms (Views: 0.4ms | ActiveRecord: 0.0ms)
989
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:42:21 -0800
990
+ Processing by TwilioController#test_say as XML
991
+ Parameters: {"CallSid"=>"4beaed0c-1e3e-4721-8510-2feb0fbf4fde", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
992
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
993
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:42:21 -0800
994
+ Processing by TwilioController#test_say as XML
995
+ Parameters: {"CallSid"=>"357e00b1-6354-4e6a-a459-45740a305485", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
996
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
997
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:42:21 -0800
998
+ Processing by TwilioController#test_start as XML
999
+ Parameters: {"CallSid"=>"8e1c1433-d811-4aeb-aeea-2f2b3e19609c", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1000
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
1001
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:42:21 -0800
1002
+ Processing by TwilioController#test_start as XML
1003
+ Parameters: {"CallSid"=>"a882f437-2c61-47bb-80fc-4cf42079ed65", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1004
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
1005
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:42:21 -0800
1006
+ Processing by TwilioController#test_start as XML
1007
+ Parameters: {"CallSid"=>"38790e10-3d88-45ac-93ad-2022a6c5b88e", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1008
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
1009
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:42:21 -0800
1010
+ Processing by TwilioController#test_start as XML
1011
+ Parameters: {"CallSid"=>"2df5a350-e551-4ee2-8c82-f40645002f9d", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1012
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
1013
+ Started GET "/twilio/test_start?format=xml&CallSid=1234567&From=2065551212&Digits=&To=2065553434&AnsweredBy=machine" for 127.0.0.1 at 2013-02-26 09:42:21 -0800
1014
+ Processing by TwilioController#test_start as XML
1015
+ Parameters: {"CallSid"=>"1234567", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"machine"}
1016
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
1017
+ Started GET "/twilio/test_start?format=xml&CallSid=1234567&From=2065551212&Digits=&To=2065553434&AnsweredBy=machine" for 127.0.0.1 at 2013-02-26 09:42:21 -0800
1018
+ Processing by TwilioController#test_start as XML
1019
+ Parameters: {"CallSid"=>"1234567", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"machine"}
1020
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
1021
+ Started GET "/twilio/test_start?format=xml&CallSid=1234567&From=2065551212&Digits=&To=2065553434&AnsweredBy=machine" for 127.0.0.1 at 2013-02-26 09:42:21 -0800
1022
+ Processing by TwilioController#test_start as XML
1023
+ Parameters: {"CallSid"=>"1234567", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"machine"}
1024
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
1025
+ Connecting to database specified by database.yml
1026
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:42:55 -0800
1027
+ Processing by TwilioController#test_start as XML
1028
+ Parameters: {"CallSid"=>"8b58fe44-6cb7-4e19-b614-2b962d2110e2", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1029
+ Rendered twilio/test_start.xml.erb within layouts/twilio.layout (3.1ms)
1030
+ Completed 200 OK in 47ms (Views: 46.2ms | ActiveRecord: 0.0ms)
1031
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:42:55 -0800
1032
+ Processing by TwilioController#test_start as XML
1033
+ Parameters: {"CallSid"=>"3d649c21-2ac8-4cc7-8adb-de14a9801477", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1034
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
1035
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:42:55 -0800
1036
+ Processing by TwilioController#test_start as XML
1037
+ Parameters: {"CallSid"=>"86c847a9-309a-4a49-a45d-88903eb7f739", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1038
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
1039
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:42:55 -0800
1040
+ Processing by TwilioController#test_start as XML
1041
+ Parameters: {"CallSid"=>"dc732cd9-b112-42a1-a932-e37011b6dc30", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1042
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
1043
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:42:55 -0800
1044
+ Processing by TwilioController#test_start as XML
1045
+ Parameters: {"CallSid"=>"b6ce93ab-43fc-4685-a442-2a577a5900d4", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1046
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
1047
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2013-02-26 09:42:55 -0800
1048
+ Processing by TwilioController#test_redirect as XML
1049
+ Parameters: {"CallSid"=>"131103f7-25dd-43c4-b9dc-d2ca605eaecb", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1050
+ Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
1051
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2013-02-26 09:42:55 -0800
1052
+ Processing by TwilioController#test_redirect as XML
1053
+ Parameters: {"CallSid"=>"4965cf84-7399-4296-b603-8b7d34f2a17a", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1054
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
1055
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2013-02-26 09:42:55 -0800
1056
+ Processing by TwilioController#test_redirect as XML
1057
+ Parameters: {"CallSid"=>"adbe1dc1-2eb3-4a7f-a6d6-8d70d293bed7", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1058
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
1059
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2013-02-26 09:42:55 -0800
1060
+ Processing by TwilioController#test_redirect as XML
1061
+ Parameters: {"CallSid"=>"e4929763-eb66-4e1b-a96e-07204eaac821", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1062
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
1063
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:42:55 -0800
1064
+ Processing by TwilioController#test_start as XML
1065
+ Parameters: {"CallSid"=>"e4929763-eb66-4e1b-a96e-07204eaac821", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1066
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
1067
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2013-02-26 09:42:55 -0800
1068
+ Processing by TwilioController#test_redirect as XML
1069
+ Parameters: {"CallSid"=>"ab5fb79c-b63e-4ebc-80a5-0e6637c2c162", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1070
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
1071
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:42:55 -0800
1072
+ Processing by TwilioController#test_start as XML
1073
+ Parameters: {"CallSid"=>"ab5fb79c-b63e-4ebc-80a5-0e6637c2c162", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1074
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
1075
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:42:55 -0800
1076
+ Processing by TwilioController#test_say as XML
1077
+ Parameters: {"CallSid"=>"8d51f7b2-57c1-40de-bda6-6196c2a61504", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1078
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
1079
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:42:55 -0800
1080
+ Processing by TwilioController#test_say as XML
1081
+ Parameters: {"CallSid"=>"5579c14c-ee54-474e-81f2-203d7dd93c11", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1082
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
1083
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:42:55 -0800
1084
+ Processing by TwilioController#test_say as XML
1085
+ Parameters: {"CallSid"=>"7ec4b81d-abde-4b81-b3fe-c8e937e1facb", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1086
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
1087
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:42:55 -0800
1088
+ Processing by TwilioController#test_say as XML
1089
+ Parameters: {"CallSid"=>"4b52425d-e634-4b93-adc8-9961a488136a", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1090
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
1091
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:42:55 -0800
1092
+ Processing by TwilioController#test_say as XML
1093
+ Parameters: {"CallSid"=>"9541ff95-893e-4e32-ace0-b78ccea7a997", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1094
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
1095
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:42:55 -0800
1096
+ Processing by TwilioController#test_say as XML
1097
+ Parameters: {"CallSid"=>"4718736d-4c88-4571-a444-c88ecfa08dc8", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1098
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
1099
+ Started POST "/twilio/test_play" for 127.0.0.1 at 2013-02-26 09:42:55 -0800
1100
+ Processing by TwilioController#test_play as XML
1101
+ Parameters: {"CallSid"=>"33991822-18bd-4acb-985c-8f0d3e8d4ab7", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1102
+ Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
1103
+ Started POST "/twilio/test_play" for 127.0.0.1 at 2013-02-26 09:42:55 -0800
1104
+ Processing by TwilioController#test_play as XML
1105
+ Parameters: {"CallSid"=>"aa20bf78-edd9-4641-bb98-37cbe90cbfc2", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1106
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
1107
+ Started POST "/twilio/test_dial" for 127.0.0.1 at 2013-02-26 09:42:55 -0800
1108
+ Processing by TwilioController#test_dial as XML
1109
+ Parameters: {"CallSid"=>"823818ab-00b5-4eeb-97cb-3ebf1a894471", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1110
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
1111
+ Started POST "/twilio/test_dial" for 127.0.0.1 at 2013-02-26 09:42:55 -0800
1112
+ Processing by TwilioController#test_dial as XML
1113
+ Parameters: {"CallSid"=>"15713f03-5f75-4716-af91-9c5398827cba", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1114
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
1115
+ Started POST "/twilio/test_hangup" for 127.0.0.1 at 2013-02-26 09:42:55 -0800
1116
+ Processing by TwilioController#test_hangup as XML
1117
+ Parameters: {"CallSid"=>"6feabf49-a55d-4eee-8b05-7f2d6755a27b", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1118
+ Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
1119
+ Started POST "/twilio/test_hangup" for 127.0.0.1 at 2013-02-26 09:42:55 -0800
1120
+ Processing by TwilioController#test_hangup as XML
1121
+ Parameters: {"CallSid"=>"b0fdd03d-e982-441a-a32e-dee7e48b4041", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1122
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
1123
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:42:55 -0800
1124
+ Processing by TwilioController#test_start as XML
1125
+ Parameters: {"CallSid"=>"fd30f2da-6435-4c24-a018-a42e68ee3f4f", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1126
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
1127
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:42:55 -0800
1128
+ Processing by TwilioController#test_start as XML
1129
+ Parameters: {"CallSid"=>"8827120d-091f-43d4-9daf-38c6ba7b9205", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1130
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
1131
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:42:55 -0800
1132
+ Processing by TwilioController#test_start as XML
1133
+ Parameters: {"CallSid"=>"4b897b60-228b-482e-b333-1da12d31e179", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1134
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
1135
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:42:55 -0800
1136
+ Processing by TwilioController#test_start as XML
1137
+ Parameters: {"CallSid"=>"9597311d-d318-47e9-8011-d1616fcd5bb8", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1138
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
1139
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:42:55 -0800
1140
+ Processing by TwilioController#test_start as XML
1141
+ Parameters: {"CallSid"=>"98b23395-267d-4323-a22d-238a30060c74", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1142
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
1143
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:42:55 -0800
1144
+ Processing by TwilioController#test_start as XML
1145
+ Parameters: {"CallSid"=>"98b96d46-64fe-47d5-92ec-2027ead00ae2", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1146
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
1147
+ Started POST "/twilio/test_action" for 127.0.0.1 at 2013-02-26 09:42:55 -0800
1148
+ Processing by TwilioController#test_action as XML
1149
+ Parameters: {"CallSid"=>"98b96d46-64fe-47d5-92ec-2027ead00ae2", "From"=>"2065551212", "Digits"=>"98765", "To"=>"2065553434", "AnsweredBy"=>"human"}
1150
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
1151
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:42:55 -0800
1152
+ Processing by TwilioController#test_start as XML
1153
+ Parameters: {"CallSid"=>"1bdc0646-7673-44b7-ab5c-33b0bdd15aa5", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1154
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
1155
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:42:55 -0800
1156
+ Processing by TwilioController#test_say as XML
1157
+ Parameters: {"CallSid"=>"edade74e-8db1-4f1a-848f-f59e2898e27a", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1158
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
1159
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:42:55 -0800
1160
+ Processing by TwilioController#test_say as XML
1161
+ Parameters: {"CallSid"=>"1e3d2b71-7c34-489e-9d29-7768dbc0c747", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1162
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
1163
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:42:55 -0800
1164
+ Processing by TwilioController#test_say as XML
1165
+ Parameters: {"CallSid"=>"a0631de6-5bd9-4942-89ca-a8234791dcd4", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1166
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
1167
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:42:55 -0800
1168
+ Processing by TwilioController#test_say as XML
1169
+ Parameters: {"CallSid"=>"f7b89736-041a-4a27-8442-ecaa4e7c49ff", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1170
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
1171
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:42:55 -0800
1172
+ Processing by TwilioController#test_start as XML
1173
+ Parameters: {"CallSid"=>"769a05c0-1acb-4fa5-800f-7111c2680f12", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1174
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
1175
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:42:55 -0800
1176
+ Processing by TwilioController#test_start as XML
1177
+ Parameters: {"CallSid"=>"16e2ed48-7d34-423c-93b1-7fce395898dc", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1178
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
1179
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:42:55 -0800
1180
+ Processing by TwilioController#test_start as XML
1181
+ Parameters: {"CallSid"=>"ef884a06-c61b-4594-9a35-d7b8a2949c66", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1182
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
1183
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:42:55 -0800
1184
+ Processing by TwilioController#test_start as XML
1185
+ Parameters: {"CallSid"=>"0380f931-81cf-4f42-8617-8312b503e098", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1186
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
1187
+ Started GET "/twilio/test_start?format=xml&CallSid=1234567&From=2065551212&Digits=&To=2065553434&AnsweredBy=machine" for 127.0.0.1 at 2013-02-26 09:42:55 -0800
1188
+ Processing by TwilioController#test_start as XML
1189
+ Parameters: {"CallSid"=>"1234567", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"machine"}
1190
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
1191
+ Started GET "/twilio/test_start?format=xml&CallSid=1234567&From=2065551212&Digits=&To=2065553434&AnsweredBy=machine" for 127.0.0.1 at 2013-02-26 09:42:55 -0800
1192
+ Processing by TwilioController#test_start as XML
1193
+ Parameters: {"CallSid"=>"1234567", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"machine"}
1194
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
1195
+ Started GET "/twilio/test_start?format=xml&CallSid=1234567&From=2065551212&Digits=&To=2065553434&AnsweredBy=machine" for 127.0.0.1 at 2013-02-26 09:42:55 -0800
1196
+ Processing by TwilioController#test_start as XML
1197
+ Parameters: {"CallSid"=>"1234567", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"machine"}
1198
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
1199
+ Connecting to database specified by database.yml
1200
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:43:15 -0800
1201
+ Processing by TwilioController#test_start as XML
1202
+ Parameters: {"CallSid"=>"e10c9c31-3575-4098-8990-d65bea6e5114", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1203
+ Rendered twilio/test_start.xml.erb within layouts/twilio.layout (2.9ms)
1204
+ Completed 200 OK in 44ms (Views: 43.7ms | ActiveRecord: 0.0ms)
1205
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:43:15 -0800
1206
+ Processing by TwilioController#test_start as XML
1207
+ Parameters: {"CallSid"=>"362be199-4caf-41de-956d-b9464989dbce", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1208
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
1209
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:43:15 -0800
1210
+ Processing by TwilioController#test_start as XML
1211
+ Parameters: {"CallSid"=>"9bb4a84d-716c-420f-95c1-61de47422e19", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1212
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
1213
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:43:15 -0800
1214
+ Processing by TwilioController#test_start as XML
1215
+ Parameters: {"CallSid"=>"e0c8486c-1e08-47fd-9cee-a74ad5352565", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1216
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
1217
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:43:15 -0800
1218
+ Processing by TwilioController#test_start as XML
1219
+ Parameters: {"CallSid"=>"7736fe61-e59c-46ed-9b98-982e9f8cd320", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1220
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
1221
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2013-02-26 09:43:15 -0800
1222
+ Processing by TwilioController#test_redirect as XML
1223
+ Parameters: {"CallSid"=>"f6748791-916e-40be-9389-664b99e3fd6b", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1224
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
1225
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2013-02-26 09:43:15 -0800
1226
+ Processing by TwilioController#test_redirect as XML
1227
+ Parameters: {"CallSid"=>"43c75ac0-d6a1-4484-9cbd-6c39a39a982b", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1228
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
1229
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2013-02-26 09:43:15 -0800
1230
+ Processing by TwilioController#test_redirect as XML
1231
+ Parameters: {"CallSid"=>"71665d20-f17a-4a77-be5c-354e61b36151", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1232
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
1233
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2013-02-26 09:43:15 -0800
1234
+ Processing by TwilioController#test_redirect as XML
1235
+ Parameters: {"CallSid"=>"b77e9a31-671d-46d1-b34c-0082ab31bc13", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1236
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
1237
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:43:15 -0800
1238
+ Processing by TwilioController#test_start as XML
1239
+ Parameters: {"CallSid"=>"b77e9a31-671d-46d1-b34c-0082ab31bc13", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1240
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
1241
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2013-02-26 09:43:15 -0800
1242
+ Processing by TwilioController#test_redirect as XML
1243
+ Parameters: {"CallSid"=>"69dfd6c6-949d-465e-8252-7e44bdcfc3b7", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1244
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
1245
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:43:15 -0800
1246
+ Processing by TwilioController#test_start as XML
1247
+ Parameters: {"CallSid"=>"69dfd6c6-949d-465e-8252-7e44bdcfc3b7", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1248
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
1249
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:43:15 -0800
1250
+ Processing by TwilioController#test_say as XML
1251
+ Parameters: {"CallSid"=>"43053fe6-65a2-4701-86a1-4a3c37256a21", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1252
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
1253
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:43:15 -0800
1254
+ Processing by TwilioController#test_say as XML
1255
+ Parameters: {"CallSid"=>"1dda0e3f-91b0-428c-ba48-ec68db6c938f", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1256
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
1257
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:43:15 -0800
1258
+ Processing by TwilioController#test_say as XML
1259
+ Parameters: {"CallSid"=>"56668511-ac1a-4a69-919a-271662da04cf", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1260
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
1261
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:43:15 -0800
1262
+ Processing by TwilioController#test_say as XML
1263
+ Parameters: {"CallSid"=>"4d4dfd2c-44e8-4813-8017-723777921ffe", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1264
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
1265
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:43:15 -0800
1266
+ Processing by TwilioController#test_say as XML
1267
+ Parameters: {"CallSid"=>"99fcf445-f868-4950-a4c6-7475ed12b1f8", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1268
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
1269
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:43:15 -0800
1270
+ Processing by TwilioController#test_say as XML
1271
+ Parameters: {"CallSid"=>"20629231-22bf-46ad-8406-0f00be212e99", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1272
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
1273
+ Started POST "/twilio/test_play" for 127.0.0.1 at 2013-02-26 09:43:15 -0800
1274
+ Processing by TwilioController#test_play as XML
1275
+ Parameters: {"CallSid"=>"737297fe-7600-46a1-b1db-870c59d577ab", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1276
+ Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
1277
+ Started POST "/twilio/test_play" for 127.0.0.1 at 2013-02-26 09:43:15 -0800
1278
+ Processing by TwilioController#test_play as XML
1279
+ Parameters: {"CallSid"=>"659ba1fc-bab3-4945-baec-d64378bafcde", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1280
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
1281
+ Started POST "/twilio/test_dial" for 127.0.0.1 at 2013-02-26 09:43:15 -0800
1282
+ Processing by TwilioController#test_dial as XML
1283
+ Parameters: {"CallSid"=>"746e6ee0-2c0a-4ca6-9292-536aea1b833d", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1284
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
1285
+ Started POST "/twilio/test_dial" for 127.0.0.1 at 2013-02-26 09:43:15 -0800
1286
+ Processing by TwilioController#test_dial as XML
1287
+ Parameters: {"CallSid"=>"85ce1502-74d5-4f8c-bc57-f4ab274a8be9", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1288
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
1289
+ Started POST "/twilio/test_hangup" for 127.0.0.1 at 2013-02-26 09:43:15 -0800
1290
+ Processing by TwilioController#test_hangup as XML
1291
+ Parameters: {"CallSid"=>"1a58b6dd-37ea-46db-a5b8-73a1f169ff9d", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1292
+ Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
1293
+ Started POST "/twilio/test_hangup" for 127.0.0.1 at 2013-02-26 09:43:15 -0800
1294
+ Processing by TwilioController#test_hangup as XML
1295
+ Parameters: {"CallSid"=>"66f7373e-17cc-490e-91fd-841fae418c20", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1296
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
1297
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:43:15 -0800
1298
+ Processing by TwilioController#test_start as XML
1299
+ Parameters: {"CallSid"=>"b5fc5ca3-e70b-43b9-a40e-5171368f2788", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1300
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
1301
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:43:15 -0800
1302
+ Processing by TwilioController#test_start as XML
1303
+ Parameters: {"CallSid"=>"1c178fde-80ce-4f2e-bcec-4d6a6919dda2", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1304
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
1305
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:43:15 -0800
1306
+ Processing by TwilioController#test_start as XML
1307
+ Parameters: {"CallSid"=>"b49ce0ff-7b7d-485f-9887-be7cac3bd776", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1308
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
1309
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:43:15 -0800
1310
+ Processing by TwilioController#test_start as XML
1311
+ Parameters: {"CallSid"=>"bbf9b069-842c-45f5-a91d-32cfca46e1fb", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1312
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
1313
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:43:15 -0800
1314
+ Processing by TwilioController#test_start as XML
1315
+ Parameters: {"CallSid"=>"efc88953-9662-4d53-8830-984ec2107d18", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1316
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
1317
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:43:15 -0800
1318
+ Processing by TwilioController#test_start as XML
1319
+ Parameters: {"CallSid"=>"0492de70-750a-4294-92f3-c17e67600e70", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1320
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
1321
+ Started POST "/twilio/test_action" for 127.0.0.1 at 2013-02-26 09:43:15 -0800
1322
+ Processing by TwilioController#test_action as XML
1323
+ Parameters: {"CallSid"=>"0492de70-750a-4294-92f3-c17e67600e70", "From"=>"2065551212", "Digits"=>"98765", "To"=>"2065553434", "AnsweredBy"=>"human"}
1324
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
1325
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:43:15 -0800
1326
+ Processing by TwilioController#test_start as XML
1327
+ Parameters: {"CallSid"=>"2c8cb414-15cc-4f4c-be5b-72eb273b115e", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1328
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
1329
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:43:15 -0800
1330
+ Processing by TwilioController#test_say as XML
1331
+ Parameters: {"CallSid"=>"d16c13b4-5234-42e3-b2d4-cc71763d32d0", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1332
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
1333
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:43:15 -0800
1334
+ Processing by TwilioController#test_say as XML
1335
+ Parameters: {"CallSid"=>"ce9a45ea-1c1b-4658-8e5e-71e33d0f76f3", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1336
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
1337
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:43:15 -0800
1338
+ Processing by TwilioController#test_say as XML
1339
+ Parameters: {"CallSid"=>"0dcc6b8e-1320-4756-9b5c-6da902c58ad8", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1340
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
1341
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:43:15 -0800
1342
+ Processing by TwilioController#test_say as XML
1343
+ Parameters: {"CallSid"=>"a4971900-af33-4afc-8dd7-09397fecf769", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1344
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
1345
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:43:15 -0800
1346
+ Processing by TwilioController#test_start as XML
1347
+ Parameters: {"CallSid"=>"2b7ee12c-b265-4d43-95b6-c8c48db31b57", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1348
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
1349
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:43:15 -0800
1350
+ Processing by TwilioController#test_start as XML
1351
+ Parameters: {"CallSid"=>"1a64f58a-4375-4dd5-b67c-ba799410fb6b", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1352
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
1353
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:43:15 -0800
1354
+ Processing by TwilioController#test_start as XML
1355
+ Parameters: {"CallSid"=>"ea795bdb-997f-4c0c-b863-2e5144093505", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1356
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
1357
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:43:15 -0800
1358
+ Processing by TwilioController#test_start as XML
1359
+ Parameters: {"CallSid"=>"984864bc-bf8a-418b-972f-aa11e7aecc47", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1360
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
1361
+ Started GET "/twilio/test_start?format=xml&CallSid=1234567&From=2065551212&Digits=&To=2065553434&AnsweredBy=machine" for 127.0.0.1 at 2013-02-26 09:43:15 -0800
1362
+ Processing by TwilioController#test_start as XML
1363
+ Parameters: {"CallSid"=>"1234567", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"machine"}
1364
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
1365
+ Started GET "/twilio/test_start?format=xml&CallSid=1234567&From=2065551212&Digits=&To=2065553434&AnsweredBy=machine" for 127.0.0.1 at 2013-02-26 09:43:15 -0800
1366
+ Processing by TwilioController#test_start as XML
1367
+ Parameters: {"CallSid"=>"1234567", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"machine"}
1368
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
1369
+ Started GET "/twilio/test_start?format=xml&CallSid=1234567&From=2065551212&Digits=&To=2065553434&AnsweredBy=machine" for 127.0.0.1 at 2013-02-26 09:43:15 -0800
1370
+ Processing by TwilioController#test_start as XML
1371
+ Parameters: {"CallSid"=>"1234567", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"machine"}
1372
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
1373
+ Connecting to database specified by database.yml
1374
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:43:26 -0800
1375
+ Processing by TwilioController#test_start as XML
1376
+ Parameters: {"CallSid"=>"61561413-f131-48c4-a6b7-fe255551e625", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1377
+ Rendered twilio/test_start.xml.erb within layouts/twilio.layout (2.9ms)
1378
+ Completed 200 OK in 44ms (Views: 44.1ms | ActiveRecord: 0.0ms)
1379
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:43:26 -0800
1380
+ Processing by TwilioController#test_start as XML
1381
+ Parameters: {"CallSid"=>"49a6e094-7cb0-4861-8529-244f7620279b", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1382
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
1383
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:43:26 -0800
1384
+ Processing by TwilioController#test_start as XML
1385
+ Parameters: {"CallSid"=>"086d8f8b-81b8-4788-bcca-32266d082fbc", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1386
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
1387
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:43:26 -0800
1388
+ Processing by TwilioController#test_start as XML
1389
+ Parameters: {"CallSid"=>"635f30ab-0ef6-4638-8ae0-da9ccda90553", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1390
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
1391
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:43:26 -0800
1392
+ Processing by TwilioController#test_start as XML
1393
+ Parameters: {"CallSid"=>"bfe3ee45-f954-430b-9ddd-d3890d1f1fdb", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1394
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
1395
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2013-02-26 09:43:26 -0800
1396
+ Processing by TwilioController#test_redirect as XML
1397
+ Parameters: {"CallSid"=>"b96af1a0-d7e1-47d3-8749-0e4238a45edb", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1398
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
1399
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2013-02-26 09:43:26 -0800
1400
+ Processing by TwilioController#test_redirect as XML
1401
+ Parameters: {"CallSid"=>"e1ab3b4b-3aff-4da0-8037-11f2356a0350", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1402
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
1403
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2013-02-26 09:43:26 -0800
1404
+ Processing by TwilioController#test_redirect as XML
1405
+ Parameters: {"CallSid"=>"33ae327a-92e3-4146-9ef2-2c53acb5362c", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1406
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
1407
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2013-02-26 09:43:26 -0800
1408
+ Processing by TwilioController#test_redirect as XML
1409
+ Parameters: {"CallSid"=>"1b182cd4-1d82-43f3-acab-f3186bb4ab15", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1410
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
1411
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:43:26 -0800
1412
+ Processing by TwilioController#test_start as XML
1413
+ Parameters: {"CallSid"=>"1b182cd4-1d82-43f3-acab-f3186bb4ab15", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1414
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
1415
+ Started POST "/twilio/test_redirect" for 127.0.0.1 at 2013-02-26 09:43:26 -0800
1416
+ Processing by TwilioController#test_redirect as XML
1417
+ Parameters: {"CallSid"=>"d6a3bdf8-fd4f-4277-9b23-53d827eafd1e", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1418
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
1419
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:43:26 -0800
1420
+ Processing by TwilioController#test_start as XML
1421
+ Parameters: {"CallSid"=>"d6a3bdf8-fd4f-4277-9b23-53d827eafd1e", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1422
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
1423
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:43:26 -0800
1424
+ Processing by TwilioController#test_say as XML
1425
+ Parameters: {"CallSid"=>"db3f8519-2735-4876-aa8c-6047849fff00", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1426
+ Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
1427
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:43:26 -0800
1428
+ Processing by TwilioController#test_say as XML
1429
+ Parameters: {"CallSid"=>"42aae825-88bc-4a91-b3ea-61f3db00ad4a", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1430
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
1431
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:43:26 -0800
1432
+ Processing by TwilioController#test_say as XML
1433
+ Parameters: {"CallSid"=>"681bbd4b-c7d5-4b14-952a-997875f2c56b", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1434
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
1435
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:43:26 -0800
1436
+ Processing by TwilioController#test_say as XML
1437
+ Parameters: {"CallSid"=>"4d1ee8a6-d6f9-40d2-be0b-0a2bf581a026", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1438
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
1439
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:43:26 -0800
1440
+ Processing by TwilioController#test_say as XML
1441
+ Parameters: {"CallSid"=>"5655a2f2-c3b4-4d78-9ec9-005a85517286", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1442
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
1443
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:43:26 -0800
1444
+ Processing by TwilioController#test_say as XML
1445
+ Parameters: {"CallSid"=>"28c4d90b-5c6a-4e6e-bcd7-68e2c6e1598f", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1446
+ Completed 200 OK in 0ms (Views: 0.4ms | ActiveRecord: 0.0ms)
1447
+ Started POST "/twilio/test_play" for 127.0.0.1 at 2013-02-26 09:43:26 -0800
1448
+ Processing by TwilioController#test_play as XML
1449
+ Parameters: {"CallSid"=>"21198fd6-b2db-45a4-af64-98cd9e37043d", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1450
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
1451
+ Started POST "/twilio/test_play" for 127.0.0.1 at 2013-02-26 09:43:26 -0800
1452
+ Processing by TwilioController#test_play as XML
1453
+ Parameters: {"CallSid"=>"51ee0833-c288-40b7-9abd-6d23cd89ed47", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1454
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
1455
+ Started POST "/twilio/test_dial" for 127.0.0.1 at 2013-02-26 09:43:26 -0800
1456
+ Processing by TwilioController#test_dial as XML
1457
+ Parameters: {"CallSid"=>"fa5a5cc8-2c81-4e71-88c0-5bc7e402d103", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1458
+ Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
1459
+ Started POST "/twilio/test_dial" for 127.0.0.1 at 2013-02-26 09:43:26 -0800
1460
+ Processing by TwilioController#test_dial as XML
1461
+ Parameters: {"CallSid"=>"7dfb3e73-ddb6-4255-a84c-70ad3c0b2c55", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1462
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
1463
+ Started POST "/twilio/test_hangup" for 127.0.0.1 at 2013-02-26 09:43:26 -0800
1464
+ Processing by TwilioController#test_hangup as XML
1465
+ Parameters: {"CallSid"=>"3b359de1-e258-472e-8ee5-21fdaaa6a260", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1466
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
1467
+ Started POST "/twilio/test_hangup" for 127.0.0.1 at 2013-02-26 09:43:26 -0800
1468
+ Processing by TwilioController#test_hangup as XML
1469
+ Parameters: {"CallSid"=>"656c6018-1a26-433b-baca-812ca14306c8", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1470
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
1471
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:43:26 -0800
1472
+ Processing by TwilioController#test_start as XML
1473
+ Parameters: {"CallSid"=>"06c479a4-f69d-4884-92a0-e4d8769a4cfa", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1474
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
1475
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:43:26 -0800
1476
+ Processing by TwilioController#test_start as XML
1477
+ Parameters: {"CallSid"=>"e49d184d-d9da-4dd6-acf0-498417e1e865", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1478
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
1479
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:43:26 -0800
1480
+ Processing by TwilioController#test_start as XML
1481
+ Parameters: {"CallSid"=>"97109fd2-50ef-47b3-b757-efdf5c49ebf0", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1482
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
1483
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:43:26 -0800
1484
+ Processing by TwilioController#test_start as XML
1485
+ Parameters: {"CallSid"=>"6012bbb7-8e04-4874-9eac-f06940e1cb5c", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1486
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
1487
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:43:26 -0800
1488
+ Processing by TwilioController#test_start as XML
1489
+ Parameters: {"CallSid"=>"36396f6a-48a7-48c4-aab3-51b4d6e427b4", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1490
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
1491
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:43:26 -0800
1492
+ Processing by TwilioController#test_start as XML
1493
+ Parameters: {"CallSid"=>"1ac88848-9a9d-4b8f-b82c-2bc4b6ae21f4", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1494
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
1495
+ Started POST "/twilio/test_action" for 127.0.0.1 at 2013-02-26 09:43:26 -0800
1496
+ Processing by TwilioController#test_action as XML
1497
+ Parameters: {"CallSid"=>"1ac88848-9a9d-4b8f-b82c-2bc4b6ae21f4", "From"=>"2065551212", "Digits"=>"98765", "To"=>"2065553434", "AnsweredBy"=>"human"}
1498
+ Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
1499
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:43:26 -0800
1500
+ Processing by TwilioController#test_start as XML
1501
+ Parameters: {"CallSid"=>"05f40f77-becf-453d-a45b-8e5d7e2ab43a", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1502
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
1503
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:43:26 -0800
1504
+ Processing by TwilioController#test_say as XML
1505
+ Parameters: {"CallSid"=>"75b819d8-3059-41ba-8bb8-57b769cb2bc4", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1506
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
1507
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:43:26 -0800
1508
+ Processing by TwilioController#test_say as XML
1509
+ Parameters: {"CallSid"=>"fdfae92c-8dbe-4b16-bb72-21e2ca498e50", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1510
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
1511
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:43:26 -0800
1512
+ Processing by TwilioController#test_say as XML
1513
+ Parameters: {"CallSid"=>"876f3c6e-d218-460b-9fc7-a60ae3b8fda5", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1514
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
1515
+ Started POST "/twilio/test_say" for 127.0.0.1 at 2013-02-26 09:43:26 -0800
1516
+ Processing by TwilioController#test_say as XML
1517
+ Parameters: {"CallSid"=>"54d78bad-b7c4-45d6-82c3-0aef421effcb", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1518
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
1519
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:43:26 -0800
1520
+ Processing by TwilioController#test_start as XML
1521
+ Parameters: {"CallSid"=>"44ef9879-857f-41f7-9f6d-e182064efe75", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1522
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
1523
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:43:26 -0800
1524
+ Processing by TwilioController#test_start as XML
1525
+ Parameters: {"CallSid"=>"a012c674-eeb6-4a22-b828-ae929d12d066", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1526
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
1527
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:43:26 -0800
1528
+ Processing by TwilioController#test_start as XML
1529
+ Parameters: {"CallSid"=>"1b6ee401-f545-4109-99ff-c5aa8ee32a27", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1530
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
1531
+ Started POST "/twilio/test_start" for 127.0.0.1 at 2013-02-26 09:43:26 -0800
1532
+ Processing by TwilioController#test_start as XML
1533
+ Parameters: {"CallSid"=>"623db1c6-57df-4de2-9c0f-ae9ac32d17ed", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"human"}
1534
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
1535
+ Started GET "/twilio/test_start?format=xml&CallSid=1234567&From=2065551212&Digits=&To=2065553434&AnsweredBy=machine" for 127.0.0.1 at 2013-02-26 09:43:26 -0800
1536
+ Processing by TwilioController#test_start as XML
1537
+ Parameters: {"CallSid"=>"1234567", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"machine"}
1538
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
1539
+ Started GET "/twilio/test_start?format=xml&CallSid=1234567&From=2065551212&Digits=&To=2065553434&AnsweredBy=machine" for 127.0.0.1 at 2013-02-26 09:43:26 -0800
1540
+ Processing by TwilioController#test_start as XML
1541
+ Parameters: {"CallSid"=>"1234567", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"machine"}
1542
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
1543
+ Started GET "/twilio/test_start?format=xml&CallSid=1234567&From=2065551212&Digits=&To=2065553434&AnsweredBy=machine" for 127.0.0.1 at 2013-02-26 09:43:26 -0800
1544
+ Processing by TwilioController#test_start as XML
1545
+ Parameters: {"CallSid"=>"1234567", "From"=>"2065551212", "Digits"=>"", "To"=>"2065553434", "AnsweredBy"=>"machine"}
1546
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)