twilio-test-toolkit 1.0.0 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +22 -10
- data/lib/twilio-test-toolkit/call_in_progress.rb +15 -7
- data/lib/twilio-test-toolkit/call_scope.rb +21 -12
- data/lib/twilio-test-toolkit/dsl.rb +7 -4
- data/lib/twilio-test-toolkit/version.rb +1 -1
- data/spec/dummy/app/controllers/twilio_controller.rb +1 -1
- data/spec/dummy/app/views/twilio/{testaction.xml.erb → test_action.xml.erb} +0 -0
- data/spec/dummy/app/views/twilio/{testdial.xml.erb → test_dial.xml.erb} +0 -0
- data/spec/dummy/app/views/twilio/{testhangup.xml.erb → test_hangup.xml.erb} +0 -0
- data/spec/dummy/app/views/twilio/test_redirect.xml.erb +1 -0
- data/spec/dummy/app/views/twilio/{testsay.xml.erb → test_say.xml.erb} +0 -0
- data/spec/dummy/app/views/twilio/test_start.xml.erb +5 -0
- data/spec/dummy/config/routes.rb +7 -6
- data/spec/requests/call_scope_spec.rb +20 -20
- data/spec/requests/dsl_spec.rb +12 -4
- metadata +71 -35
- data/spec/dummy/app/views/twilio/testredirect.xml.erb +0 -1
- data/spec/dummy/app/views/twilio/teststart.xml.erb +0 -5
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/log/test.log +0 -1475
data/spec/dummy/log/test.log
DELETED
@@ -1,1475 +0,0 @@
|
|
1
|
-
Connecting to database specified by database.yml
|
2
|
-
|
3
|
-
|
4
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:33:45 -0700
|
5
|
-
Processing by TwilioController#teststart as XML
|
6
|
-
Parameters: {"CallSid"=>"c8a211f3-4824-4fae-a97e-0f7dd72aeb5b", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
7
|
-
Rendered twilio/teststart.xml.erb within layouts/twilio.layout (2.8ms)
|
8
|
-
Completed 200 OK in 13ms (Views: 12.8ms | ActiveRecord: 0.0ms)
|
9
|
-
|
10
|
-
|
11
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:33:45 -0700
|
12
|
-
Processing by TwilioController#teststart as XML
|
13
|
-
Parameters: {"CallSid"=>"6f835d3f-cc32-410f-a936-b28f16220a76", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
14
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
15
|
-
|
16
|
-
|
17
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:33:45 -0700
|
18
|
-
Processing by TwilioController#teststart as XML
|
19
|
-
Parameters: {"CallSid"=>"8ad3086f-e2cc-41f4-b30f-18c4959b75f3", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
20
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
21
|
-
|
22
|
-
|
23
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:33:45 -0700
|
24
|
-
Processing by TwilioController#teststart as XML
|
25
|
-
Parameters: {"CallSid"=>"2725fbcc-07a8-434c-aee4-2fc20acddd55", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
26
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
27
|
-
|
28
|
-
|
29
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:33:45 -0700
|
30
|
-
Processing by TwilioController#teststart as XML
|
31
|
-
Parameters: {"CallSid"=>"53a9640c-7519-4f6d-a1a5-492542559b34", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
32
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
33
|
-
|
34
|
-
|
35
|
-
Started POST "/twilio/testredirect" for 127.0.0.1 at 2012-09-17 16:33:45 -0700
|
36
|
-
Processing by TwilioController#testredirect as XML
|
37
|
-
Parameters: {"CallSid"=>"78334640-0b74-4071-8575-5cc2ec5f309f", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
38
|
-
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
|
39
|
-
|
40
|
-
|
41
|
-
Started POST "/twilio/testredirect" for 127.0.0.1 at 2012-09-17 16:33:45 -0700
|
42
|
-
Processing by TwilioController#testredirect as XML
|
43
|
-
Parameters: {"CallSid"=>"2ea08a01-8b3a-4ee4-9e7b-d86acf58ac7f", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
44
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
45
|
-
|
46
|
-
|
47
|
-
Started POST "/twilio/testredirect" for 127.0.0.1 at 2012-09-17 16:33:45 -0700
|
48
|
-
Processing by TwilioController#testredirect as XML
|
49
|
-
Parameters: {"CallSid"=>"cc6f8035-d6fb-4779-a361-048d53a24699", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
50
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
51
|
-
|
52
|
-
|
53
|
-
Started POST "/twilio/testredirect" for 127.0.0.1 at 2012-09-17 16:33:45 -0700
|
54
|
-
Processing by TwilioController#testredirect as XML
|
55
|
-
Parameters: {"CallSid"=>"9865d68c-2a20-437f-8347-fada774ff212", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
56
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
57
|
-
|
58
|
-
|
59
|
-
Started POST "/twilio/testredirect" for 127.0.0.1 at 2012-09-17 16:33:45 -0700
|
60
|
-
Processing by TwilioController#testredirect as XML
|
61
|
-
Parameters: {"CallSid"=>"1de73364-2036-4421-9a1a-ba09576259aa", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
62
|
-
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
63
|
-
|
64
|
-
|
65
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:33:45 -0700
|
66
|
-
Processing by TwilioController#teststart as XML
|
67
|
-
Parameters: {"CallSid"=>"1de73364-2036-4421-9a1a-ba09576259aa", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
68
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
69
|
-
|
70
|
-
|
71
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:33:45 -0700
|
72
|
-
Processing by TwilioController#testsay as XML
|
73
|
-
Parameters: {"CallSid"=>"71f55f48-c0c6-4ad8-b48b-555ea32a1492", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
74
|
-
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
75
|
-
|
76
|
-
|
77
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:33:45 -0700
|
78
|
-
Processing by TwilioController#testsay as XML
|
79
|
-
Parameters: {"CallSid"=>"caec56b5-041b-4498-810d-d3456e8ca5fb", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
80
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
81
|
-
|
82
|
-
|
83
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:33:45 -0700
|
84
|
-
Processing by TwilioController#testsay as XML
|
85
|
-
Parameters: {"CallSid"=>"94eeb8a5-3e70-45e2-a188-df7f24b23bad", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
86
|
-
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
87
|
-
|
88
|
-
|
89
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:33:45 -0700
|
90
|
-
Processing by TwilioController#testsay as XML
|
91
|
-
Parameters: {"CallSid"=>"e0e14c7d-cd77-41df-aabb-3e7e72d6d87d", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
92
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
93
|
-
|
94
|
-
|
95
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:33:45 -0700
|
96
|
-
Processing by TwilioController#testsay as XML
|
97
|
-
Parameters: {"CallSid"=>"63bd189f-20e4-4aaf-b598-c1ae7535a0f1", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
98
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
99
|
-
|
100
|
-
|
101
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:33:45 -0700
|
102
|
-
Processing by TwilioController#testsay as XML
|
103
|
-
Parameters: {"CallSid"=>"caa6aabe-c504-4550-8be1-0e865dedb349", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
104
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
105
|
-
|
106
|
-
|
107
|
-
Started POST "/twilio/testdial" for 127.0.0.1 at 2012-09-17 16:33:45 -0700
|
108
|
-
Processing by TwilioController#testdial as XML
|
109
|
-
Parameters: {"CallSid"=>"a212fc93-dcec-4c97-ac74-8e005184df8a", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
110
|
-
Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
111
|
-
|
112
|
-
|
113
|
-
Started POST "/twilio/testdial" for 127.0.0.1 at 2012-09-17 16:33:45 -0700
|
114
|
-
Processing by TwilioController#testdial as XML
|
115
|
-
Parameters: {"CallSid"=>"51e1e874-264a-4703-a404-5460ef12070a", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
116
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
117
|
-
|
118
|
-
|
119
|
-
Started POST "/twilio/testhangup" for 127.0.0.1 at 2012-09-17 16:33:45 -0700
|
120
|
-
Processing by TwilioController#testhangup as XML
|
121
|
-
Parameters: {"CallSid"=>"704d4792-2ab6-445c-a355-e6a75f18ed05", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
122
|
-
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
123
|
-
|
124
|
-
|
125
|
-
Started POST "/twilio/testhangup" for 127.0.0.1 at 2012-09-17 16:33:45 -0700
|
126
|
-
Processing by TwilioController#testhangup as XML
|
127
|
-
Parameters: {"CallSid"=>"c2042529-69b7-4e28-84fe-4b890f982446", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
128
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
129
|
-
|
130
|
-
|
131
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:33:45 -0700
|
132
|
-
Processing by TwilioController#teststart as XML
|
133
|
-
Parameters: {"CallSid"=>"413f807c-6068-4236-8b97-d0b3a560a64e", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
134
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
135
|
-
|
136
|
-
|
137
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:33:45 -0700
|
138
|
-
Processing by TwilioController#teststart as XML
|
139
|
-
Parameters: {"CallSid"=>"a1036aaa-ca5a-4325-a40a-8a32607870d1", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
140
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
141
|
-
|
142
|
-
|
143
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:33:45 -0700
|
144
|
-
Processing by TwilioController#teststart as XML
|
145
|
-
Parameters: {"CallSid"=>"650bbae0-6a66-4067-baf6-77981c5cfb6a", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
146
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
147
|
-
|
148
|
-
|
149
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:33:45 -0700
|
150
|
-
Processing by TwilioController#teststart as XML
|
151
|
-
Parameters: {"CallSid"=>"f0770280-f076-452f-b0cf-1e7423482d11", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
152
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
153
|
-
|
154
|
-
|
155
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:33:45 -0700
|
156
|
-
Processing by TwilioController#teststart as XML
|
157
|
-
Parameters: {"CallSid"=>"3be0bb76-c172-426d-a8c6-59d108b71c08", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
158
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
159
|
-
|
160
|
-
|
161
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:33:45 -0700
|
162
|
-
Processing by TwilioController#teststart as XML
|
163
|
-
Parameters: {"CallSid"=>"b1b4517d-aa29-435b-a0e0-abf3a67f5d62", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
164
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
165
|
-
|
166
|
-
|
167
|
-
Started POST "/twilio/testaction" for 127.0.0.1 at 2012-09-17 16:33:45 -0700
|
168
|
-
Processing by TwilioController#testaction as XML
|
169
|
-
Parameters: {"CallSid"=>"b1b4517d-aa29-435b-a0e0-abf3a67f5d62", "Digits"=>"98765", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
170
|
-
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
|
171
|
-
|
172
|
-
|
173
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:33:45 -0700
|
174
|
-
Processing by TwilioController#teststart as XML
|
175
|
-
Parameters: {"CallSid"=>"238b290d-ff8f-45d0-957f-3db0b85c6194", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
176
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
177
|
-
|
178
|
-
|
179
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:33:45 -0700
|
180
|
-
Processing by TwilioController#testsay as XML
|
181
|
-
Parameters: {"CallSid"=>"0816cfe2-0c02-46a2-a4b2-24f2d3e79d0d", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
182
|
-
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
183
|
-
|
184
|
-
|
185
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:33:45 -0700
|
186
|
-
Processing by TwilioController#testsay as XML
|
187
|
-
Parameters: {"CallSid"=>"d4155b3b-b15e-4726-addd-20f04d4473b3", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
188
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
189
|
-
|
190
|
-
|
191
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:33:45 -0700
|
192
|
-
Processing by TwilioController#testsay as XML
|
193
|
-
Parameters: {"CallSid"=>"424dfce2-2e22-49b5-9058-bfd050fca8fc", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
194
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
195
|
-
|
196
|
-
|
197
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:33:45 -0700
|
198
|
-
Processing by TwilioController#testsay as XML
|
199
|
-
Parameters: {"CallSid"=>"7d3496c5-b3de-4965-b27d-d27702c7c16a", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
200
|
-
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
201
|
-
|
202
|
-
|
203
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:33:45 -0700
|
204
|
-
Processing by TwilioController#teststart as XML
|
205
|
-
Parameters: {"CallSid"=>"fd981984-3788-4b29-8b98-f3ee79b54585", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
206
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
207
|
-
|
208
|
-
|
209
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:33:45 -0700
|
210
|
-
Processing by TwilioController#teststart as XML
|
211
|
-
Parameters: {"CallSid"=>"80bbe0ed-6ed9-4510-a36c-3663d0d53b31", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
212
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
213
|
-
|
214
|
-
|
215
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:33:45 -0700
|
216
|
-
Processing by TwilioController#teststart as XML
|
217
|
-
Parameters: {"CallSid"=>"5ae797e7-5d71-43bb-8621-75b7beb20732", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
218
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
219
|
-
|
220
|
-
|
221
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:33:45 -0700
|
222
|
-
Processing by TwilioController#teststart as XML
|
223
|
-
Parameters: {"CallSid"=>"1234567", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"machine"}
|
224
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
225
|
-
|
226
|
-
|
227
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:33:45 -0700
|
228
|
-
Processing by TwilioController#teststart as XML
|
229
|
-
Parameters: {"CallSid"=>"1234567", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"machine"}
|
230
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
231
|
-
Connecting to database specified by database.yml
|
232
|
-
|
233
|
-
|
234
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:34:13 -0700
|
235
|
-
Processing by TwilioController#teststart as XML
|
236
|
-
Parameters: {"CallSid"=>"97342626-af68-4be0-a282-073abff81a8f", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
237
|
-
Rendered twilio/teststart.xml.erb within layouts/twilio.layout (2.8ms)
|
238
|
-
Completed 200 OK in 13ms (Views: 12.8ms | ActiveRecord: 0.0ms)
|
239
|
-
|
240
|
-
|
241
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:34:13 -0700
|
242
|
-
Processing by TwilioController#teststart as XML
|
243
|
-
Parameters: {"CallSid"=>"b0a0e543-31d1-4f87-83e6-094d20f7b559", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
244
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
245
|
-
|
246
|
-
|
247
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:34:13 -0700
|
248
|
-
Processing by TwilioController#teststart as XML
|
249
|
-
Parameters: {"CallSid"=>"adb490d0-8d81-4d21-8c33-0f9808a2d2ef", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
250
|
-
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
251
|
-
|
252
|
-
|
253
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:34:13 -0700
|
254
|
-
Processing by TwilioController#teststart as XML
|
255
|
-
Parameters: {"CallSid"=>"cbeab56c-02e3-428f-8757-77d9cec41644", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
256
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
257
|
-
|
258
|
-
|
259
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:34:13 -0700
|
260
|
-
Processing by TwilioController#teststart as XML
|
261
|
-
Parameters: {"CallSid"=>"ea6a5da9-2ee1-4e76-8c30-6dea8c7ea35a", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
262
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
263
|
-
|
264
|
-
|
265
|
-
Started POST "/twilio/testredirect" for 127.0.0.1 at 2012-09-17 16:34:13 -0700
|
266
|
-
Processing by TwilioController#testredirect as XML
|
267
|
-
Parameters: {"CallSid"=>"cec49fde-2b83-42f8-8fcc-21e246d9d82d", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
268
|
-
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
|
269
|
-
|
270
|
-
|
271
|
-
Started POST "/twilio/testredirect" for 127.0.0.1 at 2012-09-17 16:34:13 -0700
|
272
|
-
Processing by TwilioController#testredirect as XML
|
273
|
-
Parameters: {"CallSid"=>"72cfb75a-86bb-4973-b714-0d35f3ff082e", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
274
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
275
|
-
|
276
|
-
|
277
|
-
Started POST "/twilio/testredirect" for 127.0.0.1 at 2012-09-17 16:34:13 -0700
|
278
|
-
Processing by TwilioController#testredirect as XML
|
279
|
-
Parameters: {"CallSid"=>"70bd08da-7719-4313-bfec-3bacacbdc8d9", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
280
|
-
Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms)
|
281
|
-
|
282
|
-
|
283
|
-
Started POST "/twilio/testredirect" for 127.0.0.1 at 2012-09-17 16:34:13 -0700
|
284
|
-
Processing by TwilioController#testredirect as XML
|
285
|
-
Parameters: {"CallSid"=>"26428ec0-4b78-4acb-a04c-695ce201efff", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
286
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
287
|
-
|
288
|
-
|
289
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:34:13 -0700
|
290
|
-
Processing by TwilioController#teststart as XML
|
291
|
-
Parameters: {"CallSid"=>nil, "Digits"=>"", "From"=>nil, "To"=>nil, "AnsweredBy"=>"human"}
|
292
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
293
|
-
|
294
|
-
|
295
|
-
Started POST "/twilio/testredirect" for 127.0.0.1 at 2012-09-17 16:34:13 -0700
|
296
|
-
Processing by TwilioController#testredirect as XML
|
297
|
-
Parameters: {"CallSid"=>"440fc31d-7022-4563-b077-209c5f731aa1", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
298
|
-
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
299
|
-
|
300
|
-
|
301
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:34:13 -0700
|
302
|
-
Processing by TwilioController#teststart as XML
|
303
|
-
Parameters: {"CallSid"=>"440fc31d-7022-4563-b077-209c5f731aa1", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
304
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
305
|
-
|
306
|
-
|
307
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:34:13 -0700
|
308
|
-
Processing by TwilioController#testsay as XML
|
309
|
-
Parameters: {"CallSid"=>"744e85cb-5ff3-47d7-bba5-d68c00ffe7cf", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
310
|
-
Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
311
|
-
|
312
|
-
|
313
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:34:13 -0700
|
314
|
-
Processing by TwilioController#testsay as XML
|
315
|
-
Parameters: {"CallSid"=>"db173dbd-9989-48dd-b727-1958d0817ec7", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
316
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
317
|
-
|
318
|
-
|
319
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:34:13 -0700
|
320
|
-
Processing by TwilioController#testsay as XML
|
321
|
-
Parameters: {"CallSid"=>"26df8358-cd89-4514-89cf-13c1b95b6421", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
322
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
323
|
-
|
324
|
-
|
325
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:34:13 -0700
|
326
|
-
Processing by TwilioController#testsay as XML
|
327
|
-
Parameters: {"CallSid"=>"f4567482-1c8a-4698-b19c-083c6b47f3fb", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
328
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
329
|
-
|
330
|
-
|
331
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:34:13 -0700
|
332
|
-
Processing by TwilioController#testsay as XML
|
333
|
-
Parameters: {"CallSid"=>"6d1a001a-763c-41eb-9ceb-70b0c83a4f1f", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
334
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
335
|
-
|
336
|
-
|
337
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:34:13 -0700
|
338
|
-
Processing by TwilioController#testsay as XML
|
339
|
-
Parameters: {"CallSid"=>"82e64990-3c7d-4471-86b7-c8292a7d6125", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
340
|
-
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
341
|
-
|
342
|
-
|
343
|
-
Started POST "/twilio/testdial" for 127.0.0.1 at 2012-09-17 16:34:13 -0700
|
344
|
-
Processing by TwilioController#testdial as XML
|
345
|
-
Parameters: {"CallSid"=>"aeba0eba-adb1-41b5-a6ff-340a2dc876f6", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
346
|
-
Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
|
347
|
-
|
348
|
-
|
349
|
-
Started POST "/twilio/testdial" for 127.0.0.1 at 2012-09-17 16:34:13 -0700
|
350
|
-
Processing by TwilioController#testdial as XML
|
351
|
-
Parameters: {"CallSid"=>"2031a874-d3d8-4819-a8da-626daf955d21", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
352
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
353
|
-
|
354
|
-
|
355
|
-
Started POST "/twilio/testhangup" for 127.0.0.1 at 2012-09-17 16:34:13 -0700
|
356
|
-
Processing by TwilioController#testhangup as XML
|
357
|
-
Parameters: {"CallSid"=>"d9519b5a-1ade-4fb4-8d17-1421e73be9b0", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
358
|
-
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
359
|
-
|
360
|
-
|
361
|
-
Started POST "/twilio/testhangup" for 127.0.0.1 at 2012-09-17 16:34:13 -0700
|
362
|
-
Processing by TwilioController#testhangup as XML
|
363
|
-
Parameters: {"CallSid"=>"7d65763d-bd5b-49a9-8fbc-2d869cb0e192", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
364
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
365
|
-
|
366
|
-
|
367
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:34:13 -0700
|
368
|
-
Processing by TwilioController#teststart as XML
|
369
|
-
Parameters: {"CallSid"=>"3ad53fda-163a-4fd5-ad7f-b5616fa07345", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
370
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
371
|
-
|
372
|
-
|
373
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:34:13 -0700
|
374
|
-
Processing by TwilioController#teststart as XML
|
375
|
-
Parameters: {"CallSid"=>"ab4ee51d-b35a-4ea4-a730-de600f6ec597", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
376
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
377
|
-
|
378
|
-
|
379
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:34:13 -0700
|
380
|
-
Processing by TwilioController#teststart as XML
|
381
|
-
Parameters: {"CallSid"=>"3c3d8b00-f0c4-4677-9703-359e22237972", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
382
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
383
|
-
|
384
|
-
|
385
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:34:13 -0700
|
386
|
-
Processing by TwilioController#teststart as XML
|
387
|
-
Parameters: {"CallSid"=>"1efba434-e92f-41a3-8414-5c0130425990", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
388
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
389
|
-
|
390
|
-
|
391
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:34:13 -0700
|
392
|
-
Processing by TwilioController#teststart as XML
|
393
|
-
Parameters: {"CallSid"=>"e1bd910b-ec03-4ec0-855f-c6ce54db811d", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
394
|
-
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
395
|
-
|
396
|
-
|
397
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:34:13 -0700
|
398
|
-
Processing by TwilioController#teststart as XML
|
399
|
-
Parameters: {"CallSid"=>"40bf7793-1516-4130-a518-106382e0eb80", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
400
|
-
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
401
|
-
|
402
|
-
|
403
|
-
Started POST "/twilio/testaction" for 127.0.0.1 at 2012-09-17 16:34:13 -0700
|
404
|
-
Processing by TwilioController#testaction as XML
|
405
|
-
Parameters: {"CallSid"=>"40bf7793-1516-4130-a518-106382e0eb80", "Digits"=>"98765", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
406
|
-
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
|
407
|
-
|
408
|
-
|
409
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:34:13 -0700
|
410
|
-
Processing by TwilioController#teststart as XML
|
411
|
-
Parameters: {"CallSid"=>"9cbbc27c-2449-4da3-a2aa-88a86600fa31", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
412
|
-
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
413
|
-
|
414
|
-
|
415
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:34:13 -0700
|
416
|
-
Processing by TwilioController#testsay as XML
|
417
|
-
Parameters: {"CallSid"=>"70158090-4820-4663-a0c6-a53f146616ca", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
418
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
419
|
-
|
420
|
-
|
421
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:34:13 -0700
|
422
|
-
Processing by TwilioController#testsay as XML
|
423
|
-
Parameters: {"CallSid"=>"8148eabe-85f1-4c58-b176-1bfb2abaa176", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
424
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
425
|
-
|
426
|
-
|
427
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:34:13 -0700
|
428
|
-
Processing by TwilioController#testsay as XML
|
429
|
-
Parameters: {"CallSid"=>"36fc1e1f-f310-4997-bc91-02ad1228ce32", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
430
|
-
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
431
|
-
|
432
|
-
|
433
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:34:13 -0700
|
434
|
-
Processing by TwilioController#testsay as XML
|
435
|
-
Parameters: {"CallSid"=>"8d869486-3670-41da-b7eb-e589b7b16f91", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
436
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
437
|
-
|
438
|
-
|
439
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:34:13 -0700
|
440
|
-
Processing by TwilioController#teststart as XML
|
441
|
-
Parameters: {"CallSid"=>"d1678d97-be6e-4776-ba4e-d3303578dfbb", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
442
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
443
|
-
|
444
|
-
|
445
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:34:13 -0700
|
446
|
-
Processing by TwilioController#teststart as XML
|
447
|
-
Parameters: {"CallSid"=>"f6b6e99b-bda5-4348-88c1-579638a7ca34", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
448
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
449
|
-
|
450
|
-
|
451
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:34:13 -0700
|
452
|
-
Processing by TwilioController#teststart as XML
|
453
|
-
Parameters: {"CallSid"=>"95f4768b-5b7f-424a-b15d-44efaf08516a", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
454
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
455
|
-
|
456
|
-
|
457
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:34:13 -0700
|
458
|
-
Processing by TwilioController#teststart as XML
|
459
|
-
Parameters: {"CallSid"=>"1234567", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"machine"}
|
460
|
-
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
461
|
-
|
462
|
-
|
463
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:34:13 -0700
|
464
|
-
Processing by TwilioController#teststart as XML
|
465
|
-
Parameters: {"CallSid"=>"1234567", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"machine"}
|
466
|
-
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
467
|
-
Connecting to database specified by database.yml
|
468
|
-
|
469
|
-
|
470
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:34:28 -0700
|
471
|
-
Processing by TwilioController#teststart as XML
|
472
|
-
Parameters: {"CallSid"=>"e9033bad-0939-4e23-bf7e-2919878c93a2", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
473
|
-
Rendered twilio/teststart.xml.erb within layouts/twilio.layout (2.8ms)
|
474
|
-
Completed 200 OK in 14ms (Views: 13.1ms | ActiveRecord: 0.0ms)
|
475
|
-
|
476
|
-
|
477
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:34:28 -0700
|
478
|
-
Processing by TwilioController#teststart as XML
|
479
|
-
Parameters: {"CallSid"=>"50264470-1026-4ceb-a39f-4b44aed74c55", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
480
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
481
|
-
|
482
|
-
|
483
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:34:28 -0700
|
484
|
-
Processing by TwilioController#teststart as XML
|
485
|
-
Parameters: {"CallSid"=>"9c228e43-a1ff-4382-aaa2-9f29aedb312a", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
486
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
487
|
-
|
488
|
-
|
489
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:34:28 -0700
|
490
|
-
Processing by TwilioController#teststart as XML
|
491
|
-
Parameters: {"CallSid"=>"1e3c5cbd-35bf-403d-94be-9c6838e9e49b", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
492
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
493
|
-
|
494
|
-
|
495
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:34:28 -0700
|
496
|
-
Processing by TwilioController#teststart as XML
|
497
|
-
Parameters: {"CallSid"=>"9b86cb0e-5ce0-4e5e-bc98-bcf630567acf", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
498
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
499
|
-
|
500
|
-
|
501
|
-
Started POST "/twilio/testredirect" for 127.0.0.1 at 2012-09-17 16:34:28 -0700
|
502
|
-
Processing by TwilioController#testredirect as XML
|
503
|
-
Parameters: {"CallSid"=>"bd6a68e2-1ecf-4eb6-9f9a-d3e9b724c30b", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
504
|
-
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
505
|
-
|
506
|
-
|
507
|
-
Started POST "/twilio/testredirect" for 127.0.0.1 at 2012-09-17 16:34:28 -0700
|
508
|
-
Processing by TwilioController#testredirect as XML
|
509
|
-
Parameters: {"CallSid"=>"ee2801e8-48c1-46ef-b9c5-193282fbfc7c", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
510
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
511
|
-
|
512
|
-
|
513
|
-
Started POST "/twilio/testredirect" for 127.0.0.1 at 2012-09-17 16:34:28 -0700
|
514
|
-
Processing by TwilioController#testredirect as XML
|
515
|
-
Parameters: {"CallSid"=>"f488c732-f320-4616-9d05-21196ca8663c", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
516
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
517
|
-
|
518
|
-
|
519
|
-
Started POST "/twilio/testredirect" for 127.0.0.1 at 2012-09-17 16:34:28 -0700
|
520
|
-
Processing by TwilioController#testredirect as XML
|
521
|
-
Parameters: {"CallSid"=>"f5f27be7-a8b5-4913-8dee-c0f72a930df8", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
522
|
-
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
523
|
-
|
524
|
-
|
525
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:34:28 -0700
|
526
|
-
Processing by TwilioController#teststart as XML
|
527
|
-
Parameters: {"CallSid"=>nil, "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
528
|
-
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
529
|
-
|
530
|
-
|
531
|
-
Started POST "/twilio/testredirect" for 127.0.0.1 at 2012-09-17 16:34:28 -0700
|
532
|
-
Processing by TwilioController#testredirect as XML
|
533
|
-
Parameters: {"CallSid"=>"1d3f1b09-5fd6-4698-b125-8b33f41a74ba", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
534
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
535
|
-
|
536
|
-
|
537
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:34:28 -0700
|
538
|
-
Processing by TwilioController#teststart as XML
|
539
|
-
Parameters: {"CallSid"=>"1d3f1b09-5fd6-4698-b125-8b33f41a74ba", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
540
|
-
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
541
|
-
|
542
|
-
|
543
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:34:28 -0700
|
544
|
-
Processing by TwilioController#testsay as XML
|
545
|
-
Parameters: {"CallSid"=>"3301eb7c-2ff3-441b-8b2f-a4b8fe3646aa", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
546
|
-
Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
547
|
-
|
548
|
-
|
549
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:34:28 -0700
|
550
|
-
Processing by TwilioController#testsay as XML
|
551
|
-
Parameters: {"CallSid"=>"26d82df3-3fda-4c57-b91f-b783957b7424", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
552
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
553
|
-
|
554
|
-
|
555
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:34:28 -0700
|
556
|
-
Processing by TwilioController#testsay as XML
|
557
|
-
Parameters: {"CallSid"=>"2fb5dbf1-f1b3-4068-b0e6-cb99ca8e7505", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
558
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
559
|
-
|
560
|
-
|
561
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:34:28 -0700
|
562
|
-
Processing by TwilioController#testsay as XML
|
563
|
-
Parameters: {"CallSid"=>"b466f5f4-0d3c-4e7a-9860-f5f907466d91", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
564
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
565
|
-
|
566
|
-
|
567
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:34:28 -0700
|
568
|
-
Processing by TwilioController#testsay as XML
|
569
|
-
Parameters: {"CallSid"=>"1563341b-d19a-444e-9257-6256184f380f", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
570
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
571
|
-
|
572
|
-
|
573
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:34:28 -0700
|
574
|
-
Processing by TwilioController#testsay as XML
|
575
|
-
Parameters: {"CallSid"=>"dba2b527-5618-4960-9097-ea81c1f6262a", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
576
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
577
|
-
|
578
|
-
|
579
|
-
Started POST "/twilio/testdial" for 127.0.0.1 at 2012-09-17 16:34:28 -0700
|
580
|
-
Processing by TwilioController#testdial as XML
|
581
|
-
Parameters: {"CallSid"=>"8bd57e13-4865-4fb5-a811-20c9e9fa5c09", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
582
|
-
Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
583
|
-
|
584
|
-
|
585
|
-
Started POST "/twilio/testdial" for 127.0.0.1 at 2012-09-17 16:34:28 -0700
|
586
|
-
Processing by TwilioController#testdial as XML
|
587
|
-
Parameters: {"CallSid"=>"d17eac2e-6b30-4122-baef-90a40f2e8245", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
588
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
589
|
-
|
590
|
-
|
591
|
-
Started POST "/twilio/testhangup" for 127.0.0.1 at 2012-09-17 16:34:28 -0700
|
592
|
-
Processing by TwilioController#testhangup as XML
|
593
|
-
Parameters: {"CallSid"=>"7917b884-43e6-49a9-abcf-843ee413d2a6", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
594
|
-
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
595
|
-
|
596
|
-
|
597
|
-
Started POST "/twilio/testhangup" for 127.0.0.1 at 2012-09-17 16:34:28 -0700
|
598
|
-
Processing by TwilioController#testhangup as XML
|
599
|
-
Parameters: {"CallSid"=>"74b48717-2cec-42f6-9749-eea59e7b1ef2", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
600
|
-
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
601
|
-
|
602
|
-
|
603
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:34:28 -0700
|
604
|
-
Processing by TwilioController#teststart as XML
|
605
|
-
Parameters: {"CallSid"=>"7dac04bf-7fb2-4cce-b230-b9821715f98c", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
606
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
607
|
-
|
608
|
-
|
609
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:34:28 -0700
|
610
|
-
Processing by TwilioController#teststart as XML
|
611
|
-
Parameters: {"CallSid"=>"959c1e80-f175-433b-bb9c-43e24204f29f", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
612
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
613
|
-
|
614
|
-
|
615
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:34:28 -0700
|
616
|
-
Processing by TwilioController#teststart as XML
|
617
|
-
Parameters: {"CallSid"=>"70fed4fd-6388-414f-9888-52489222450a", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
618
|
-
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
619
|
-
|
620
|
-
|
621
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:34:28 -0700
|
622
|
-
Processing by TwilioController#teststart as XML
|
623
|
-
Parameters: {"CallSid"=>"38a023d0-9d35-4615-8b98-61e4f8b77f5e", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
624
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
625
|
-
|
626
|
-
|
627
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:34:28 -0700
|
628
|
-
Processing by TwilioController#teststart as XML
|
629
|
-
Parameters: {"CallSid"=>"2b152a42-11f1-4dcd-a670-3e7c81ef4a32", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
630
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
631
|
-
|
632
|
-
|
633
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:34:28 -0700
|
634
|
-
Processing by TwilioController#teststart as XML
|
635
|
-
Parameters: {"CallSid"=>"69025839-dee6-4e17-836f-6934eaecc973", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
636
|
-
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
637
|
-
|
638
|
-
|
639
|
-
Started POST "/twilio/testaction" for 127.0.0.1 at 2012-09-17 16:34:28 -0700
|
640
|
-
Processing by TwilioController#testaction as XML
|
641
|
-
Parameters: {"CallSid"=>"69025839-dee6-4e17-836f-6934eaecc973", "Digits"=>"98765", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
642
|
-
Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)
|
643
|
-
|
644
|
-
|
645
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:34:28 -0700
|
646
|
-
Processing by TwilioController#teststart as XML
|
647
|
-
Parameters: {"CallSid"=>"005fd495-d2c5-4e87-8966-c87f97d20ee9", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
648
|
-
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
649
|
-
|
650
|
-
|
651
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:34:28 -0700
|
652
|
-
Processing by TwilioController#testsay as XML
|
653
|
-
Parameters: {"CallSid"=>"9552d3e1-5e77-4dc7-83d4-87b6d5778be3", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
654
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
655
|
-
|
656
|
-
|
657
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:34:28 -0700
|
658
|
-
Processing by TwilioController#testsay as XML
|
659
|
-
Parameters: {"CallSid"=>"751fac8a-e436-40e9-8731-ad98cf013e64", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
660
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
661
|
-
|
662
|
-
|
663
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:34:28 -0700
|
664
|
-
Processing by TwilioController#testsay as XML
|
665
|
-
Parameters: {"CallSid"=>"77845c5d-2e4a-4a75-8db7-13154a8e4696", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
666
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
667
|
-
|
668
|
-
|
669
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:34:28 -0700
|
670
|
-
Processing by TwilioController#testsay as XML
|
671
|
-
Parameters: {"CallSid"=>"b9658e43-db81-4d50-924b-90214a75e6a6", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
672
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
673
|
-
|
674
|
-
|
675
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:34:28 -0700
|
676
|
-
Processing by TwilioController#teststart as XML
|
677
|
-
Parameters: {"CallSid"=>"7752b7cb-1528-405f-8a4f-708359f710c7", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
678
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
679
|
-
|
680
|
-
|
681
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:34:28 -0700
|
682
|
-
Processing by TwilioController#teststart as XML
|
683
|
-
Parameters: {"CallSid"=>"90c75ef4-cd75-4c87-8761-1660bf8dbf5b", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
684
|
-
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
685
|
-
|
686
|
-
|
687
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:34:28 -0700
|
688
|
-
Processing by TwilioController#teststart as XML
|
689
|
-
Parameters: {"CallSid"=>"897a42c9-f759-42dc-aa44-ade8a7d233cf", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
690
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
691
|
-
|
692
|
-
|
693
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:34:28 -0700
|
694
|
-
Processing by TwilioController#teststart as XML
|
695
|
-
Parameters: {"CallSid"=>"1234567", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"machine"}
|
696
|
-
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
697
|
-
|
698
|
-
|
699
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:34:28 -0700
|
700
|
-
Processing by TwilioController#teststart as XML
|
701
|
-
Parameters: {"CallSid"=>"1234567", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"machine"}
|
702
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
703
|
-
Connecting to database specified by database.yml
|
704
|
-
|
705
|
-
|
706
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:34:51 -0700
|
707
|
-
Processing by TwilioController#teststart as XML
|
708
|
-
Parameters: {"CallSid"=>"6a1adc69-5fc8-4e5d-bb45-81e198af647f", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
709
|
-
Rendered twilio/teststart.xml.erb within layouts/twilio.layout (2.9ms)
|
710
|
-
Completed 200 OK in 13ms (Views: 13.0ms | ActiveRecord: 0.0ms)
|
711
|
-
|
712
|
-
|
713
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:34:51 -0700
|
714
|
-
Processing by TwilioController#teststart as XML
|
715
|
-
Parameters: {"CallSid"=>"919c0584-6d6d-46c5-afea-e83e8a249149", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
716
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
717
|
-
|
718
|
-
|
719
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:34:51 -0700
|
720
|
-
Processing by TwilioController#teststart as XML
|
721
|
-
Parameters: {"CallSid"=>"92c802af-cdf3-4349-8397-2e41727d700a", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
722
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
723
|
-
|
724
|
-
|
725
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:34:51 -0700
|
726
|
-
Processing by TwilioController#teststart as XML
|
727
|
-
Parameters: {"CallSid"=>"342ada39-ed82-4da8-b665-594852378d57", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
728
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
729
|
-
|
730
|
-
|
731
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:34:51 -0700
|
732
|
-
Processing by TwilioController#teststart as XML
|
733
|
-
Parameters: {"CallSid"=>"0337cccc-0537-415f-8161-eee360946a6b", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
734
|
-
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
735
|
-
|
736
|
-
|
737
|
-
Started POST "/twilio/testredirect" for 127.0.0.1 at 2012-09-17 16:34:51 -0700
|
738
|
-
Processing by TwilioController#testredirect as XML
|
739
|
-
Parameters: {"CallSid"=>"d6ae2ae2-2bf9-4201-98fe-0737321cda9a", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
740
|
-
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
|
741
|
-
|
742
|
-
|
743
|
-
Started POST "/twilio/testredirect" for 127.0.0.1 at 2012-09-17 16:34:51 -0700
|
744
|
-
Processing by TwilioController#testredirect as XML
|
745
|
-
Parameters: {"CallSid"=>"190111b8-b2d8-4c26-acf8-d6e7838b1173", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
746
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
747
|
-
|
748
|
-
|
749
|
-
Started POST "/twilio/testredirect" for 127.0.0.1 at 2012-09-17 16:34:51 -0700
|
750
|
-
Processing by TwilioController#testredirect as XML
|
751
|
-
Parameters: {"CallSid"=>"876dc80b-e7ee-41bf-9bdf-05f5beb7bc6b", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
752
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
753
|
-
|
754
|
-
|
755
|
-
Started POST "/twilio/testredirect" for 127.0.0.1 at 2012-09-17 16:34:51 -0700
|
756
|
-
Processing by TwilioController#testredirect as XML
|
757
|
-
Parameters: {"CallSid"=>"dbe8035a-dce2-47ff-a60f-7264746d59e7", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
758
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
759
|
-
|
760
|
-
|
761
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:34:51 -0700
|
762
|
-
Processing by TwilioController#teststart as XML
|
763
|
-
Parameters: {"CallSid"=>"dbe8035a-dce2-47ff-a60f-7264746d59e7", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
764
|
-
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
765
|
-
|
766
|
-
|
767
|
-
Started POST "/twilio/testredirect" for 127.0.0.1 at 2012-09-17 16:34:51 -0700
|
768
|
-
Processing by TwilioController#testredirect as XML
|
769
|
-
Parameters: {"CallSid"=>"29be02ac-1588-40fd-9cc9-40187f8bc26a", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
770
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
771
|
-
|
772
|
-
|
773
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:34:51 -0700
|
774
|
-
Processing by TwilioController#teststart as XML
|
775
|
-
Parameters: {"CallSid"=>"29be02ac-1588-40fd-9cc9-40187f8bc26a", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
776
|
-
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
777
|
-
|
778
|
-
|
779
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:34:51 -0700
|
780
|
-
Processing by TwilioController#testsay as XML
|
781
|
-
Parameters: {"CallSid"=>"05b7949d-cf4e-4f21-bc2f-7a91c349b50d", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
782
|
-
Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
783
|
-
|
784
|
-
|
785
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:34:51 -0700
|
786
|
-
Processing by TwilioController#testsay as XML
|
787
|
-
Parameters: {"CallSid"=>"2d793fe8-a2a3-447c-816e-56b46ce27537", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
788
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
789
|
-
|
790
|
-
|
791
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:34:51 -0700
|
792
|
-
Processing by TwilioController#testsay as XML
|
793
|
-
Parameters: {"CallSid"=>"cb40b328-45b9-4cbd-a262-adf007df3cbb", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
794
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
795
|
-
|
796
|
-
|
797
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:34:51 -0700
|
798
|
-
Processing by TwilioController#testsay as XML
|
799
|
-
Parameters: {"CallSid"=>"17577092-5a23-4b9b-b988-dab501668cd6", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
800
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
801
|
-
|
802
|
-
|
803
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:34:51 -0700
|
804
|
-
Processing by TwilioController#testsay as XML
|
805
|
-
Parameters: {"CallSid"=>"65c7ba2c-2f57-45ea-ab2d-ccc602652dee", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
806
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
807
|
-
|
808
|
-
|
809
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:34:51 -0700
|
810
|
-
Processing by TwilioController#testsay as XML
|
811
|
-
Parameters: {"CallSid"=>"d0f293c9-adda-43cd-aba5-8598d1e56150", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
812
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
813
|
-
|
814
|
-
|
815
|
-
Started POST "/twilio/testdial" for 127.0.0.1 at 2012-09-17 16:34:51 -0700
|
816
|
-
Processing by TwilioController#testdial as XML
|
817
|
-
Parameters: {"CallSid"=>"8e149701-20ee-43be-b5f1-23c6eac0206d", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
818
|
-
Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
819
|
-
|
820
|
-
|
821
|
-
Started POST "/twilio/testdial" for 127.0.0.1 at 2012-09-17 16:34:51 -0700
|
822
|
-
Processing by TwilioController#testdial as XML
|
823
|
-
Parameters: {"CallSid"=>"35243f31-aa03-4680-ad3a-85b712563164", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
824
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
825
|
-
|
826
|
-
|
827
|
-
Started POST "/twilio/testhangup" for 127.0.0.1 at 2012-09-17 16:34:51 -0700
|
828
|
-
Processing by TwilioController#testhangup as XML
|
829
|
-
Parameters: {"CallSid"=>"727d6192-9629-4b3d-9f27-fcb1bacb8464", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
830
|
-
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
831
|
-
|
832
|
-
|
833
|
-
Started POST "/twilio/testhangup" for 127.0.0.1 at 2012-09-17 16:34:51 -0700
|
834
|
-
Processing by TwilioController#testhangup as XML
|
835
|
-
Parameters: {"CallSid"=>"260a6fd9-4510-4073-9fdc-c2f2be9e2401", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
836
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
837
|
-
|
838
|
-
|
839
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:34:51 -0700
|
840
|
-
Processing by TwilioController#teststart as XML
|
841
|
-
Parameters: {"CallSid"=>"801b81fb-f92e-462e-944b-bc5185daf56d", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
842
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
843
|
-
|
844
|
-
|
845
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:34:51 -0700
|
846
|
-
Processing by TwilioController#teststart as XML
|
847
|
-
Parameters: {"CallSid"=>"daee061c-e2fb-42a2-b784-b4457129eeb7", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
848
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
849
|
-
|
850
|
-
|
851
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:34:51 -0700
|
852
|
-
Processing by TwilioController#teststart as XML
|
853
|
-
Parameters: {"CallSid"=>"5342848a-dc24-47ba-a5c0-f1810b2f2edd", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
854
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
855
|
-
|
856
|
-
|
857
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:34:51 -0700
|
858
|
-
Processing by TwilioController#teststart as XML
|
859
|
-
Parameters: {"CallSid"=>"98afea36-1508-4a13-981c-ca42990dc2ee", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
860
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
861
|
-
|
862
|
-
|
863
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:34:51 -0700
|
864
|
-
Processing by TwilioController#teststart as XML
|
865
|
-
Parameters: {"CallSid"=>"46f70295-9ebf-45df-9bf7-dfed4c5b6fca", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
866
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
867
|
-
|
868
|
-
|
869
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:34:51 -0700
|
870
|
-
Processing by TwilioController#teststart as XML
|
871
|
-
Parameters: {"CallSid"=>"364a4bbc-680f-4aad-8778-c42e5cee0ef0", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
872
|
-
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
873
|
-
|
874
|
-
|
875
|
-
Started POST "/twilio/testaction" for 127.0.0.1 at 2012-09-17 16:34:51 -0700
|
876
|
-
Processing by TwilioController#testaction as XML
|
877
|
-
Parameters: {"CallSid"=>"364a4bbc-680f-4aad-8778-c42e5cee0ef0", "Digits"=>"98765", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
878
|
-
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
|
879
|
-
|
880
|
-
|
881
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:34:51 -0700
|
882
|
-
Processing by TwilioController#teststart as XML
|
883
|
-
Parameters: {"CallSid"=>"88666596-d570-435d-8959-585311564562", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
884
|
-
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
885
|
-
|
886
|
-
|
887
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:34:51 -0700
|
888
|
-
Processing by TwilioController#testsay as XML
|
889
|
-
Parameters: {"CallSid"=>"3e8aa6cc-351a-43b9-bddf-c6565af58bb9", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
890
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
891
|
-
|
892
|
-
|
893
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:34:51 -0700
|
894
|
-
Processing by TwilioController#testsay as XML
|
895
|
-
Parameters: {"CallSid"=>"9b0f1c3e-c875-4f43-81a8-7657e8aa4d06", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
896
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
897
|
-
|
898
|
-
|
899
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:34:51 -0700
|
900
|
-
Processing by TwilioController#testsay as XML
|
901
|
-
Parameters: {"CallSid"=>"63c93be2-e4cb-4e2d-888d-6fa674e848d2", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
902
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
903
|
-
|
904
|
-
|
905
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:34:51 -0700
|
906
|
-
Processing by TwilioController#testsay as XML
|
907
|
-
Parameters: {"CallSid"=>"3da62c5d-0ea3-45fa-9af2-0925d2947df5", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
908
|
-
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
909
|
-
|
910
|
-
|
911
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:34:51 -0700
|
912
|
-
Processing by TwilioController#teststart as XML
|
913
|
-
Parameters: {"CallSid"=>"5edf40bc-dd66-4743-91c3-4abf670cc372", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
914
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
915
|
-
|
916
|
-
|
917
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:34:51 -0700
|
918
|
-
Processing by TwilioController#teststart as XML
|
919
|
-
Parameters: {"CallSid"=>"982d7760-b8be-4675-83a6-2a54d0522992", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
920
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
921
|
-
|
922
|
-
|
923
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:34:51 -0700
|
924
|
-
Processing by TwilioController#teststart as XML
|
925
|
-
Parameters: {"CallSid"=>"77ff4aae-8c0e-4f16-b912-49c03fe2859f", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
926
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
927
|
-
|
928
|
-
|
929
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:34:51 -0700
|
930
|
-
Processing by TwilioController#teststart as XML
|
931
|
-
Parameters: {"CallSid"=>"1234567", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"machine"}
|
932
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
933
|
-
|
934
|
-
|
935
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:34:51 -0700
|
936
|
-
Processing by TwilioController#teststart as XML
|
937
|
-
Parameters: {"CallSid"=>"1234567", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"machine"}
|
938
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
939
|
-
Connecting to database specified by database.yml
|
940
|
-
|
941
|
-
|
942
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:35:34 -0700
|
943
|
-
Processing by TwilioController#teststart as XML
|
944
|
-
Parameters: {"CallSid"=>"c35a6bcb-af90-424a-a892-c2a326ca51c8", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
945
|
-
Rendered twilio/teststart.xml.erb within layouts/twilio.layout (2.7ms)
|
946
|
-
Completed 200 OK in 14ms (Views: 13.2ms | ActiveRecord: 0.0ms)
|
947
|
-
|
948
|
-
|
949
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:35:34 -0700
|
950
|
-
Processing by TwilioController#teststart as XML
|
951
|
-
Parameters: {"CallSid"=>"303defe2-af19-495d-bfda-8687d6ab4986", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
952
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
953
|
-
|
954
|
-
|
955
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:35:34 -0700
|
956
|
-
Processing by TwilioController#teststart as XML
|
957
|
-
Parameters: {"CallSid"=>"072213dc-3fbc-4d1e-bf10-bb7583158dd1", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
958
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
959
|
-
|
960
|
-
|
961
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:35:34 -0700
|
962
|
-
Processing by TwilioController#teststart as XML
|
963
|
-
Parameters: {"CallSid"=>"2ff12fb8-09d5-4814-82cc-39ddd660a855", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
964
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
965
|
-
|
966
|
-
|
967
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:35:34 -0700
|
968
|
-
Processing by TwilioController#teststart as XML
|
969
|
-
Parameters: {"CallSid"=>"dd22c04f-50c2-4c11-b99f-783ac04e6b21", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
970
|
-
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
971
|
-
|
972
|
-
|
973
|
-
Started POST "/twilio/testredirect" for 127.0.0.1 at 2012-09-17 16:35:34 -0700
|
974
|
-
Processing by TwilioController#testredirect as XML
|
975
|
-
Parameters: {"CallSid"=>"84f4d40b-8004-4338-a2ce-59d513b4aa20", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
976
|
-
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
|
977
|
-
|
978
|
-
|
979
|
-
Started POST "/twilio/testredirect" for 127.0.0.1 at 2012-09-17 16:35:34 -0700
|
980
|
-
Processing by TwilioController#testredirect as XML
|
981
|
-
Parameters: {"CallSid"=>"9cd97108-818b-4065-9e10-16eafd9a7d24", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
982
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
983
|
-
|
984
|
-
|
985
|
-
Started POST "/twilio/testredirect" for 127.0.0.1 at 2012-09-17 16:35:34 -0700
|
986
|
-
Processing by TwilioController#testredirect as XML
|
987
|
-
Parameters: {"CallSid"=>"20da6551-0978-4070-8005-981035497d44", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
988
|
-
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
989
|
-
|
990
|
-
|
991
|
-
Started POST "/twilio/testredirect" for 127.0.0.1 at 2012-09-17 16:35:34 -0700
|
992
|
-
Processing by TwilioController#testredirect as XML
|
993
|
-
Parameters: {"CallSid"=>"d205ab2a-4b99-4967-b0b0-d6649fd768e8", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
994
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
995
|
-
|
996
|
-
|
997
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:35:34 -0700
|
998
|
-
Processing by TwilioController#teststart as XML
|
999
|
-
Parameters: {"CallSid"=>"d205ab2a-4b99-4967-b0b0-d6649fd768e8", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1000
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
1001
|
-
|
1002
|
-
|
1003
|
-
Started POST "/twilio/testredirect" for 127.0.0.1 at 2012-09-17 16:35:34 -0700
|
1004
|
-
Processing by TwilioController#testredirect as XML
|
1005
|
-
Parameters: {"CallSid"=>"5b834493-e7a7-43a5-a1e6-4ca1c7f858ff", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1006
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
1007
|
-
|
1008
|
-
|
1009
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:35:34 -0700
|
1010
|
-
Processing by TwilioController#teststart as XML
|
1011
|
-
Parameters: {"CallSid"=>"5b834493-e7a7-43a5-a1e6-4ca1c7f858ff", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1012
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
1013
|
-
|
1014
|
-
|
1015
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:35:34 -0700
|
1016
|
-
Processing by TwilioController#testsay as XML
|
1017
|
-
Parameters: {"CallSid"=>"1abcc4b2-ec9a-4788-82a0-c9f673f61131", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1018
|
-
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
1019
|
-
|
1020
|
-
|
1021
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:35:34 -0700
|
1022
|
-
Processing by TwilioController#testsay as XML
|
1023
|
-
Parameters: {"CallSid"=>"91c175b5-1b3d-4215-a88f-e58da44c0138", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1024
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
1025
|
-
|
1026
|
-
|
1027
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:35:34 -0700
|
1028
|
-
Processing by TwilioController#testsay as XML
|
1029
|
-
Parameters: {"CallSid"=>"179fda9c-58bd-4557-927c-5a71b9e79d99", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1030
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
1031
|
-
|
1032
|
-
|
1033
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:35:34 -0700
|
1034
|
-
Processing by TwilioController#testsay as XML
|
1035
|
-
Parameters: {"CallSid"=>"fcb1d1f3-9283-408d-825d-677ad2a9acd5", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1036
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
1037
|
-
|
1038
|
-
|
1039
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:35:34 -0700
|
1040
|
-
Processing by TwilioController#testsay as XML
|
1041
|
-
Parameters: {"CallSid"=>"a38e548f-b22b-404d-9910-2bf838e29c23", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1042
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
1043
|
-
|
1044
|
-
|
1045
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:35:34 -0700
|
1046
|
-
Processing by TwilioController#testsay as XML
|
1047
|
-
Parameters: {"CallSid"=>"dc037258-dcab-4bce-a01e-07752ed7e717", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1048
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
1049
|
-
|
1050
|
-
|
1051
|
-
Started POST "/twilio/testdial" for 127.0.0.1 at 2012-09-17 16:35:34 -0700
|
1052
|
-
Processing by TwilioController#testdial as XML
|
1053
|
-
Parameters: {"CallSid"=>"333c92ea-b8c7-409d-ab63-b201c584f57d", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1054
|
-
Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
1055
|
-
|
1056
|
-
|
1057
|
-
Started POST "/twilio/testdial" for 127.0.0.1 at 2012-09-17 16:35:34 -0700
|
1058
|
-
Processing by TwilioController#testdial as XML
|
1059
|
-
Parameters: {"CallSid"=>"1cbfdaf2-deac-4519-a7c5-6936e8a246aa", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1060
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
1061
|
-
|
1062
|
-
|
1063
|
-
Started POST "/twilio/testhangup" for 127.0.0.1 at 2012-09-17 16:35:34 -0700
|
1064
|
-
Processing by TwilioController#testhangup as XML
|
1065
|
-
Parameters: {"CallSid"=>"01eb74a2-0e3a-47be-b119-5d58425d7d06", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1066
|
-
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
1067
|
-
|
1068
|
-
|
1069
|
-
Started POST "/twilio/testhangup" for 127.0.0.1 at 2012-09-17 16:35:34 -0700
|
1070
|
-
Processing by TwilioController#testhangup as XML
|
1071
|
-
Parameters: {"CallSid"=>"bb390afc-72f4-461c-8984-d8c1ef46d011", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1072
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
1073
|
-
|
1074
|
-
|
1075
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:35:34 -0700
|
1076
|
-
Processing by TwilioController#teststart as XML
|
1077
|
-
Parameters: {"CallSid"=>"c4802abb-084b-46dd-9722-0d932573e159", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1078
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
1079
|
-
|
1080
|
-
|
1081
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:35:34 -0700
|
1082
|
-
Processing by TwilioController#teststart as XML
|
1083
|
-
Parameters: {"CallSid"=>"41abac88-5717-4e57-a546-2712cfe67f17", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1084
|
-
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
1085
|
-
|
1086
|
-
|
1087
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:35:34 -0700
|
1088
|
-
Processing by TwilioController#teststart as XML
|
1089
|
-
Parameters: {"CallSid"=>"0c0d0260-c732-4a33-ad54-e63b7eaab823", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1090
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
1091
|
-
|
1092
|
-
|
1093
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:35:34 -0700
|
1094
|
-
Processing by TwilioController#teststart as XML
|
1095
|
-
Parameters: {"CallSid"=>"c190a565-8d38-45ce-9b66-89e4d93ed4a3", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1096
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
1097
|
-
|
1098
|
-
|
1099
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:35:34 -0700
|
1100
|
-
Processing by TwilioController#teststart as XML
|
1101
|
-
Parameters: {"CallSid"=>"e58bdc20-a9ac-492e-962d-8d2417fc240d", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1102
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
1103
|
-
|
1104
|
-
|
1105
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:35:34 -0700
|
1106
|
-
Processing by TwilioController#teststart as XML
|
1107
|
-
Parameters: {"CallSid"=>"4749646f-4448-4291-8f02-9fa7459f9d24", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1108
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
1109
|
-
|
1110
|
-
|
1111
|
-
Started POST "/twilio/testaction" for 127.0.0.1 at 2012-09-17 16:35:34 -0700
|
1112
|
-
Processing by TwilioController#testaction as XML
|
1113
|
-
Parameters: {"CallSid"=>"4749646f-4448-4291-8f02-9fa7459f9d24", "Digits"=>"98765", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1114
|
-
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
|
1115
|
-
|
1116
|
-
|
1117
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:35:34 -0700
|
1118
|
-
Processing by TwilioController#teststart as XML
|
1119
|
-
Parameters: {"CallSid"=>"5db69389-59a8-40c7-ab4f-c16efa4c7946", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1120
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
1121
|
-
|
1122
|
-
|
1123
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:35:34 -0700
|
1124
|
-
Processing by TwilioController#testsay as XML
|
1125
|
-
Parameters: {"CallSid"=>"cb3b0e3f-a3c1-44a3-9181-fac0ab443a83", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1126
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
1127
|
-
|
1128
|
-
|
1129
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:35:34 -0700
|
1130
|
-
Processing by TwilioController#testsay as XML
|
1131
|
-
Parameters: {"CallSid"=>"6feb8ba6-4eaf-4644-a9b0-2b96012875d0", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1132
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
1133
|
-
|
1134
|
-
|
1135
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:35:34 -0700
|
1136
|
-
Processing by TwilioController#testsay as XML
|
1137
|
-
Parameters: {"CallSid"=>"549928ff-4c13-462f-b3fa-ddbffda17414", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1138
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
1139
|
-
|
1140
|
-
|
1141
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:35:34 -0700
|
1142
|
-
Processing by TwilioController#testsay as XML
|
1143
|
-
Parameters: {"CallSid"=>"65ee0e1f-5e4a-4a96-97af-ae0f813e1598", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1144
|
-
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
1145
|
-
|
1146
|
-
|
1147
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:35:34 -0700
|
1148
|
-
Processing by TwilioController#teststart as XML
|
1149
|
-
Parameters: {"CallSid"=>"6828f015-9e00-4b62-8003-01e33c8a5fbc", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1150
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
1151
|
-
|
1152
|
-
|
1153
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:35:34 -0700
|
1154
|
-
Processing by TwilioController#teststart as XML
|
1155
|
-
Parameters: {"CallSid"=>"c710e076-ec27-45f6-a55e-0bc8da01d5ee", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1156
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
1157
|
-
|
1158
|
-
|
1159
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:35:34 -0700
|
1160
|
-
Processing by TwilioController#teststart as XML
|
1161
|
-
Parameters: {"CallSid"=>"80dea224-b8af-4153-88cb-dac8e14d5739", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1162
|
-
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
1163
|
-
|
1164
|
-
|
1165
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:35:34 -0700
|
1166
|
-
Processing by TwilioController#teststart as XML
|
1167
|
-
Parameters: {"CallSid"=>"1234567", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"machine"}
|
1168
|
-
Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
1169
|
-
|
1170
|
-
|
1171
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:35:34 -0700
|
1172
|
-
Processing by TwilioController#teststart as XML
|
1173
|
-
Parameters: {"CallSid"=>"1234567", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"machine"}
|
1174
|
-
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
1175
|
-
Connecting to database specified by database.yml
|
1176
|
-
|
1177
|
-
|
1178
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:50:46 -0700
|
1179
|
-
Processing by TwilioController#teststart as XML
|
1180
|
-
Parameters: {"CallSid"=>"1234567", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"machine"}
|
1181
|
-
Completed 200 OK in 57ms (Views: 57.0ms | ActiveRecord: 0.0ms)
|
1182
|
-
|
1183
|
-
|
1184
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:50:46 -0700
|
1185
|
-
Processing by TwilioController#teststart as XML
|
1186
|
-
Parameters: {"CallSid"=>"1234567", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"machine"}
|
1187
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
1188
|
-
Connecting to database specified by database.yml
|
1189
|
-
|
1190
|
-
|
1191
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:51:12 -0700
|
1192
|
-
Processing by TwilioController#teststart as XML
|
1193
|
-
Parameters: {"CallSid"=>"1234567", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"machine"}
|
1194
|
-
Completed 200 OK in 53ms (Views: 52.8ms | ActiveRecord: 0.0ms)
|
1195
|
-
|
1196
|
-
|
1197
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:51:12 -0700
|
1198
|
-
Processing by TwilioController#teststart as XML
|
1199
|
-
Parameters: {"CallSid"=>"1234567", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"machine"}
|
1200
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
1201
|
-
Connecting to database specified by database.yml
|
1202
|
-
|
1203
|
-
|
1204
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:51:32 -0700
|
1205
|
-
Processing by TwilioController#teststart as XML
|
1206
|
-
Parameters: {"CallSid"=>"1234567", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"machine"}
|
1207
|
-
Completed 200 OK in 54ms (Views: 54.0ms | ActiveRecord: 0.0ms)
|
1208
|
-
|
1209
|
-
|
1210
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:51:32 -0700
|
1211
|
-
Processing by TwilioController#teststart as XML
|
1212
|
-
Parameters: {"CallSid"=>"1234567", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"machine"}
|
1213
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
1214
|
-
Connecting to database specified by database.yml
|
1215
|
-
|
1216
|
-
|
1217
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:52:15 -0700
|
1218
|
-
Processing by TwilioController#teststart as XML
|
1219
|
-
Parameters: {"CallSid"=>"1234567", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"machine"}
|
1220
|
-
Completed 200 OK in 58ms (Views: 57.0ms | ActiveRecord: 0.0ms)
|
1221
|
-
|
1222
|
-
|
1223
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:52:15 -0700
|
1224
|
-
Processing by TwilioController#teststart as XML
|
1225
|
-
Parameters: {"CallSid"=>"1234567", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"machine"}
|
1226
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
1227
|
-
Connecting to database specified by database.yml
|
1228
|
-
|
1229
|
-
|
1230
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:53:28 -0700
|
1231
|
-
Processing by TwilioController#teststart as XML
|
1232
|
-
Parameters: {"CallSid"=>"1234567", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"machine"}
|
1233
|
-
Completed 200 OK in 13ms (Views: 12.9ms | ActiveRecord: 0.0ms)
|
1234
|
-
|
1235
|
-
|
1236
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:53:28 -0700
|
1237
|
-
Processing by TwilioController#teststart as XML
|
1238
|
-
Parameters: {"CallSid"=>"1234567", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"machine"}
|
1239
|
-
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1240
|
-
Connecting to database specified by database.yml
|
1241
|
-
|
1242
|
-
|
1243
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:54:12 -0700
|
1244
|
-
Processing by TwilioController#teststart as XML
|
1245
|
-
Parameters: {"CallSid"=>"24b5206e-0e88-40d2-a2f0-c83f92c0b8b6", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1246
|
-
Rendered twilio/teststart.xml.erb within layouts/twilio.layout (2.8ms)
|
1247
|
-
Completed 200 OK in 58ms (Views: 57.1ms | ActiveRecord: 0.0ms)
|
1248
|
-
|
1249
|
-
|
1250
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:54:12 -0700
|
1251
|
-
Processing by TwilioController#teststart as XML
|
1252
|
-
Parameters: {"CallSid"=>"83d7b502-6926-4554-b38b-83380c1ac4f6", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1253
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
1254
|
-
|
1255
|
-
|
1256
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:54:12 -0700
|
1257
|
-
Processing by TwilioController#teststart as XML
|
1258
|
-
Parameters: {"CallSid"=>"9c551b03-6f21-4ad4-b2fc-bf569b8cf8cd", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1259
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
1260
|
-
|
1261
|
-
|
1262
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:54:12 -0700
|
1263
|
-
Processing by TwilioController#teststart as XML
|
1264
|
-
Parameters: {"CallSid"=>"a84a3828-8784-4a43-aa21-dbc86493ae2d", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1265
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
1266
|
-
|
1267
|
-
|
1268
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:54:12 -0700
|
1269
|
-
Processing by TwilioController#teststart as XML
|
1270
|
-
Parameters: {"CallSid"=>"f48b2c0d-473c-436e-9fba-2d7b758d8c52", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1271
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
1272
|
-
|
1273
|
-
|
1274
|
-
Started POST "/twilio/testredirect" for 127.0.0.1 at 2012-09-17 16:54:12 -0700
|
1275
|
-
Processing by TwilioController#testredirect as XML
|
1276
|
-
Parameters: {"CallSid"=>"787e78df-3a96-4443-a23c-0abcb304702e", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1277
|
-
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
|
1278
|
-
|
1279
|
-
|
1280
|
-
Started POST "/twilio/testredirect" for 127.0.0.1 at 2012-09-17 16:54:12 -0700
|
1281
|
-
Processing by TwilioController#testredirect as XML
|
1282
|
-
Parameters: {"CallSid"=>"adc48bac-e3d1-4a3a-b11a-0c1a47e69f7c", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1283
|
-
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1284
|
-
|
1285
|
-
|
1286
|
-
Started POST "/twilio/testredirect" for 127.0.0.1 at 2012-09-17 16:54:12 -0700
|
1287
|
-
Processing by TwilioController#testredirect as XML
|
1288
|
-
Parameters: {"CallSid"=>"4fc6e52f-67cd-46b9-b333-0df74f4a2828", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1289
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
1290
|
-
|
1291
|
-
|
1292
|
-
Started POST "/twilio/testredirect" for 127.0.0.1 at 2012-09-17 16:54:12 -0700
|
1293
|
-
Processing by TwilioController#testredirect as XML
|
1294
|
-
Parameters: {"CallSid"=>"7cce909b-4d30-48f7-99d8-6cad8d7f2197", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1295
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
1296
|
-
|
1297
|
-
|
1298
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:54:12 -0700
|
1299
|
-
Processing by TwilioController#teststart as XML
|
1300
|
-
Parameters: {"CallSid"=>"7cce909b-4d30-48f7-99d8-6cad8d7f2197", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1301
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
1302
|
-
|
1303
|
-
|
1304
|
-
Started POST "/twilio/testredirect" for 127.0.0.1 at 2012-09-17 16:54:12 -0700
|
1305
|
-
Processing by TwilioController#testredirect as XML
|
1306
|
-
Parameters: {"CallSid"=>"89e9e19b-cb13-46b6-9563-2378e4d72da5", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1307
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
1308
|
-
|
1309
|
-
|
1310
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:54:12 -0700
|
1311
|
-
Processing by TwilioController#teststart as XML
|
1312
|
-
Parameters: {"CallSid"=>"89e9e19b-cb13-46b6-9563-2378e4d72da5", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1313
|
-
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
1314
|
-
|
1315
|
-
|
1316
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:54:12 -0700
|
1317
|
-
Processing by TwilioController#testsay as XML
|
1318
|
-
Parameters: {"CallSid"=>"c8379d16-1be0-4882-9bed-ea5b24906c74", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1319
|
-
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
1320
|
-
|
1321
|
-
|
1322
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:54:12 -0700
|
1323
|
-
Processing by TwilioController#testsay as XML
|
1324
|
-
Parameters: {"CallSid"=>"15f7ae5a-d3a3-45b1-9bac-643bf0acddab", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1325
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
1326
|
-
|
1327
|
-
|
1328
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:54:12 -0700
|
1329
|
-
Processing by TwilioController#testsay as XML
|
1330
|
-
Parameters: {"CallSid"=>"9fb71f71-049b-4583-8aab-025e39723857", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1331
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
1332
|
-
|
1333
|
-
|
1334
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:54:12 -0700
|
1335
|
-
Processing by TwilioController#testsay as XML
|
1336
|
-
Parameters: {"CallSid"=>"5af1abcf-237c-4c0b-be5e-2d1c3a16aa52", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1337
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
1338
|
-
|
1339
|
-
|
1340
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:54:12 -0700
|
1341
|
-
Processing by TwilioController#testsay as XML
|
1342
|
-
Parameters: {"CallSid"=>"b746f30b-f7ec-4b0d-b3af-08499d9a97c0", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1343
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
1344
|
-
|
1345
|
-
|
1346
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:54:12 -0700
|
1347
|
-
Processing by TwilioController#testsay as XML
|
1348
|
-
Parameters: {"CallSid"=>"1f624879-827c-4c80-819a-73dad68b0969", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1349
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
1350
|
-
|
1351
|
-
|
1352
|
-
Started POST "/twilio/testdial" for 127.0.0.1 at 2012-09-17 16:54:12 -0700
|
1353
|
-
Processing by TwilioController#testdial as XML
|
1354
|
-
Parameters: {"CallSid"=>"503310bf-df0a-4959-9128-6dbc8a57af23", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1355
|
-
Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
1356
|
-
|
1357
|
-
|
1358
|
-
Started POST "/twilio/testdial" for 127.0.0.1 at 2012-09-17 16:54:12 -0700
|
1359
|
-
Processing by TwilioController#testdial as XML
|
1360
|
-
Parameters: {"CallSid"=>"4264a4be-fcfe-4159-a134-eefa404d7299", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1361
|
-
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
1362
|
-
|
1363
|
-
|
1364
|
-
Started POST "/twilio/testhangup" for 127.0.0.1 at 2012-09-17 16:54:12 -0700
|
1365
|
-
Processing by TwilioController#testhangup as XML
|
1366
|
-
Parameters: {"CallSid"=>"7f110867-c787-40af-9059-23c74e6a8e47", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1367
|
-
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
1368
|
-
|
1369
|
-
|
1370
|
-
Started POST "/twilio/testhangup" for 127.0.0.1 at 2012-09-17 16:54:12 -0700
|
1371
|
-
Processing by TwilioController#testhangup as XML
|
1372
|
-
Parameters: {"CallSid"=>"a63d46c7-1d04-4ce3-b4d5-0b02cecf60d4", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1373
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
1374
|
-
|
1375
|
-
|
1376
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:54:12 -0700
|
1377
|
-
Processing by TwilioController#teststart as XML
|
1378
|
-
Parameters: {"CallSid"=>"949d888b-052c-4111-870e-167446dae227", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1379
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
1380
|
-
|
1381
|
-
|
1382
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:54:12 -0700
|
1383
|
-
Processing by TwilioController#teststart as XML
|
1384
|
-
Parameters: {"CallSid"=>"bf88b678-4bfa-439e-8a15-a517f8f02a48", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1385
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
1386
|
-
|
1387
|
-
|
1388
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:54:12 -0700
|
1389
|
-
Processing by TwilioController#teststart as XML
|
1390
|
-
Parameters: {"CallSid"=>"0667e87a-4dec-4bac-9eab-ab61ceec93f1", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1391
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
1392
|
-
|
1393
|
-
|
1394
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:54:12 -0700
|
1395
|
-
Processing by TwilioController#teststart as XML
|
1396
|
-
Parameters: {"CallSid"=>"1f0dc9d3-d632-44ba-b9ee-a3a6e73a46e9", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1397
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
1398
|
-
|
1399
|
-
|
1400
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:54:12 -0700
|
1401
|
-
Processing by TwilioController#teststart as XML
|
1402
|
-
Parameters: {"CallSid"=>"6e074dd3-eeac-44c5-8e34-851d288f98f8", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1403
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
1404
|
-
|
1405
|
-
|
1406
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:54:12 -0700
|
1407
|
-
Processing by TwilioController#teststart as XML
|
1408
|
-
Parameters: {"CallSid"=>"71d25fbc-4a6a-4144-821a-ba02bec1e219", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1409
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
1410
|
-
|
1411
|
-
|
1412
|
-
Started POST "/twilio/testaction" for 127.0.0.1 at 2012-09-17 16:54:12 -0700
|
1413
|
-
Processing by TwilioController#testaction as XML
|
1414
|
-
Parameters: {"CallSid"=>"71d25fbc-4a6a-4144-821a-ba02bec1e219", "Digits"=>"98765", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1415
|
-
Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
|
1416
|
-
|
1417
|
-
|
1418
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:54:12 -0700
|
1419
|
-
Processing by TwilioController#teststart as XML
|
1420
|
-
Parameters: {"CallSid"=>"0f34df9d-a349-4df2-9e96-d6fc96647a0c", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1421
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
1422
|
-
|
1423
|
-
|
1424
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:54:12 -0700
|
1425
|
-
Processing by TwilioController#testsay as XML
|
1426
|
-
Parameters: {"CallSid"=>"89a8e7e6-e60c-43c7-822f-4fd083c022b8", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1427
|
-
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
1428
|
-
|
1429
|
-
|
1430
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:54:12 -0700
|
1431
|
-
Processing by TwilioController#testsay as XML
|
1432
|
-
Parameters: {"CallSid"=>"be265517-b676-4c66-a180-8a5074d4fe25", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1433
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
1434
|
-
|
1435
|
-
|
1436
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:54:12 -0700
|
1437
|
-
Processing by TwilioController#testsay as XML
|
1438
|
-
Parameters: {"CallSid"=>"b5b47c58-6ea4-4c7f-a528-306d0642d6e6", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1439
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
1440
|
-
|
1441
|
-
|
1442
|
-
Started POST "/twilio/testsay" for 127.0.0.1 at 2012-09-17 16:54:12 -0700
|
1443
|
-
Processing by TwilioController#testsay as XML
|
1444
|
-
Parameters: {"CallSid"=>"d1ec105d-4d4d-43f8-b4ab-1ce0f98053c5", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1445
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
1446
|
-
|
1447
|
-
|
1448
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:54:12 -0700
|
1449
|
-
Processing by TwilioController#teststart as XML
|
1450
|
-
Parameters: {"CallSid"=>"b2a012cd-f70f-4336-8142-6f2387801891", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1451
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
1452
|
-
|
1453
|
-
|
1454
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:54:12 -0700
|
1455
|
-
Processing by TwilioController#teststart as XML
|
1456
|
-
Parameters: {"CallSid"=>"32552205-02f1-4260-be67-e0165ed88e09", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1457
|
-
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
1458
|
-
|
1459
|
-
|
1460
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:54:12 -0700
|
1461
|
-
Processing by TwilioController#teststart as XML
|
1462
|
-
Parameters: {"CallSid"=>"f1e8120b-2cb1-4000-a4e9-6b6f58cbc25d", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"human"}
|
1463
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
1464
|
-
|
1465
|
-
|
1466
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:54:12 -0700
|
1467
|
-
Processing by TwilioController#teststart as XML
|
1468
|
-
Parameters: {"CallSid"=>"1234567", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"machine"}
|
1469
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
1470
|
-
|
1471
|
-
|
1472
|
-
Started POST "/twilio/teststart" for 127.0.0.1 at 2012-09-17 16:54:12 -0700
|
1473
|
-
Processing by TwilioController#teststart as XML
|
1474
|
-
Parameters: {"CallSid"=>"1234567", "Digits"=>"", "From"=>"2065551212", "To"=>"2065553434", "AnsweredBy"=>"machine"}
|
1475
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|