bougyman-freeswitcher 0.4.1 → 0.4.2
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/AUTHORS +4 -2
- data/CHANGELOG +348 -262
- data/MANIFEST +4 -1
- data/README +1 -1
- data/Rakefile +1 -0
- data/examples/inbound_event_socket.rb +1 -1
- data/freeswitcher.gemspec +7 -7
- data/lib/fsr.rb +11 -6
- data/lib/fsr/cmd/uuid_dump.rb +27 -0
- data/lib/fsr/listener/inbound.rb +2 -0
- data/lib/fsr/listener/mock.rb +23 -0
- data/lib/fsr/listener/outbound.rb +0 -1
- data/lib/fsr/version.rb +1 -1
- data/spec/fsr/cmd/uuid_dump.rb +13 -0
- data/spec/fsr/listener/inbound.rb +45 -5
- data/spec/fsr/listener/outbound.rb +109 -9
- data/spec/fsr/loading.rb +1 -1
- data/spec/fsr_listener_helper.rb +22 -0
- data/tasks/setup.rake +12 -4
- metadata +9 -5
- data/tasks/rcov.rake +0 -23
data/AUTHORS
CHANGED
@@ -1,11 +1,13 @@
|
|
1
1
|
Following persons have contributed to freeswitcher.
|
2
2
|
(Sorted by number of submitted patches, then alphabetically)
|
3
3
|
|
4
|
-
|
5
|
-
|
4
|
+
125 TJ Vanderpoel <bougy.man@gmail.com>
|
5
|
+
112 Jayson Vaughn <vaughn.jayson@gmail.com>
|
6
6
|
40 Michael Fellinger <m.fellinger@gmail.com>
|
7
7
|
6 Mikael Bjerkeland <mikael@consoll.no>
|
8
8
|
4 foo <jvaughn@hellspass.nationwide-recovery.com>
|
9
9
|
3 Kevin Berry <kevin@opensourcealchemist.com>
|
10
10
|
2 freeswitch <freeswitch@falcon.(none)>
|
11
|
+
2 TJ Vanderpoel <Jayson Vaughn jv@rubyists.com>
|
12
|
+
1 TJ Vanderpoel <bougyman@zero.(none)>
|
11
13
|
1 U-Paul-PC\Paul <Paul@Paul-PC.(none)>
|
data/CHANGELOG
CHANGED
@@ -1,189 +1,275 @@
|
|
1
|
-
[
|
1
|
+
[360c877 | 2009-06-22 01:45:56 UTC] bougyman <bougyman@gotdebt.nationwide-recovery.com>
|
2
|
+
|
3
|
+
* removed rcov dependency, added setup_spec task (for tmm1-em-spec)
|
4
|
+
|
5
|
+
[684ce82 | 2009-06-20 17:00:01 UTC] TJ Vanderpoel <bougyman@zero.(none)>
|
6
|
+
|
7
|
+
* made sent_data an array like replies
|
8
|
+
|
9
|
+
[f27b71d | 2009-06-17 18:09:17 UTC] Jayson Vaughn <jayson@onedrop.(none)>
|
10
|
+
|
11
|
+
* Added spec/fsr_listener_helper.rb to gemspec list
|
12
|
+
|
13
|
+
[52ef44b | 2009-06-16 20:26:30 UTC] TJ Vanderpoel <Jayson Vaughn jv@rubyists.com>
|
14
|
+
|
15
|
+
* added some helpers for speccing listener apps
|
16
|
+
|
17
|
+
[dcd2125 | 2009-06-15 14:12:12 UTC] Jayson Vaughn <jayson@onedrop.(none)>
|
18
|
+
|
19
|
+
* Changed uuid_dump params to have default assignment for 1.8.x compat
|
20
|
+
|
21
|
+
[d427e58 | 2009-06-06 23:21:20 UTC] Jayson Vaughn <vaughn.jayson@gmail.com>
|
22
|
+
|
23
|
+
* In outbound listener spec, made sure to test variable is nil in update session test for a more complete test
|
24
|
+
|
25
|
+
[c47ffc2 | 2009-06-06 22:17:17 UTC] Jayson Vaughn <vaughn.jayson@gmail.com>
|
26
|
+
|
27
|
+
* changed spec description for update_session
|
28
|
+
|
29
|
+
[d741758 | 2009-06-06 22:15:41 UTC] Jayson Vaughn <vaughn.jayson@gmail.com>
|
30
|
+
|
31
|
+
* Added spec for FSR::Listener::Outbound#update_session
|
32
|
+
|
33
|
+
[6936e80 | 2009-06-06 21:55:33 UTC] Jayson Vaughn <vaughn.jayson@gmail.com>
|
34
|
+
|
35
|
+
* Added FSR::Cmd::UuidDump and specs
|
36
|
+
|
37
|
+
[bf386f6 | 2009-06-06 21:33:16 UTC] Jayson Vaughn <vaughn.jayson@gmail.com>
|
38
|
+
|
39
|
+
* added spec to FSR::Listener:Inbound for auth
|
40
|
+
|
41
|
+
[a458fbf | 2009-06-06 21:09:47 UTC] Jayson Vaughn <vaughn.jayson@gmail.com>
|
42
|
+
|
43
|
+
* s/@queue << block/@queue.unshift block
|
44
|
+
|
45
|
+
[c2219d2 | 2009-06-06 21:05:37 UTC] Jayson Vaughn <vaughn.jayson@gmail.com>
|
46
|
+
|
47
|
+
* corrected spec description typos
|
48
|
+
|
49
|
+
[78053cc | 2009-06-06 21:02:13 UTC] Jayson Vaughn <vaughn.jayson@gmail.com>
|
50
|
+
|
51
|
+
* Added em-specs for FSR::Listener::Inbound class
|
52
|
+
|
53
|
+
* Added spec to test FSL::Inbound.add_event_hook
|
54
|
+
|
55
|
+
[2d56635 | 2009-06-06 20:11:58 UTC] Jayson Vaughn <vaughn.jayson@gmail.com>
|
56
|
+
|
57
|
+
* Added specs to test our proc based state machine
|
58
|
+
|
59
|
+
[214be2b | 2009-06-06 18:16:29 UTC] Jayson Vaughn <vaughn.jayson@gmail.com>
|
60
|
+
|
61
|
+
* Added em-epecs to test basic functionality of the Outbound Event Socket
|
62
|
+
|
63
|
+
* Test we can process a response sent in multiple transmissions
|
64
|
+
* Test we can receive a reply after a session is created
|
65
|
+
* Test that we send connect to freeswitch upon a new connection
|
66
|
+
|
67
|
+
TODO: Need to test Outbound Event socket state machine
|
68
|
+
|
69
|
+
[48ffd21 | 2009-06-05 19:36:20 UTC] TJ Vanderpoel <Jayson Vaughn jv@rubyists.com>
|
70
|
+
|
71
|
+
* Added em-spec capabilities
|
72
|
+
|
73
|
+
|
74
|
+
|
75
|
+
[76e6798 | 2009-06-04 17:24:29 UTC] TJ Vanderpoel <bougy.man@gmail.com>
|
76
|
+
|
77
|
+
* re-added ability to send auth to the inbound/outbound listeners. (thanks, lewdsilver)
|
78
|
+
|
79
|
+
[a724963 | 2009-06-04 00:04:24 UTC] Jayson Vaughn <vaughn.jayson@gmail.com>
|
80
|
+
|
81
|
+
* Forgot to include these... woops
|
82
|
+
|
83
|
+
[840dfa1 | 2009-06-03 23:46:14 UTC] Jayson Vaughn <vaughn.jayson@gmail.com>
|
84
|
+
|
85
|
+
* Version 0.4.1
|
86
|
+
|
87
|
+
[26c4f0c | 2009-06-03 23:42:52 UTC] Jayson Vaughn <vaughn.jayson@gmail.com>
|
2
88
|
|
3
89
|
* s/queue << block/queue.unshift block/g
|
4
90
|
|
5
|
-
[6b589a3 |
|
91
|
+
[6b589a3 | 2009-06-03 23:13:15 UTC] Jayson Vaughn <vaughn.jayson@gmail.com>
|
6
92
|
|
7
93
|
* Version 0.4.0
|
8
94
|
|
9
|
-
[55753af |
|
95
|
+
[55753af | 2009-06-03 23:10:22 UTC] Jayson Vaughn <vaughn.jayson@gmail.com>
|
10
96
|
|
11
97
|
* Updated outbound_event_socket.rb example
|
12
98
|
|
13
|
-
[234a17e |
|
99
|
+
[234a17e | 2009-06-03 23:01:56 UTC] Jayson Vaughn <vaughn.jayson@gmail.com>
|
14
100
|
|
15
101
|
* Refactored api to be a method of FSR::Listener::Outbound
|
16
102
|
|
17
|
-
[0bc8973 |
|
103
|
+
[0bc8973 | 2009-06-03 21:55:02 UTC] Jayson Vaughn <vaughn.jayson@gmail.com>
|
18
104
|
|
19
105
|
* Added FSR::App::Api
|
20
106
|
|
21
|
-
[9d2cc41 |
|
107
|
+
[9d2cc41 | 2009-05-30 18:49:08 UTC] Jayson Vaughn <jayson@onedrop.(none)>
|
22
108
|
|
23
109
|
* Made some changes so FSR is Ruby 1.9.1 compat
|
24
110
|
|
25
111
|
* Monkey patched, unfortunately, String class with alias :each
|
26
112
|
* :each_line compat with EventMachine
|
27
113
|
|
28
|
-
[a40e1ed |
|
114
|
+
[a40e1ed | 2009-05-30 18:10:35 UTC] Jayson Vaughn <jayson@onedrop.(none)>
|
29
115
|
|
30
116
|
* Corrected typo in examples/outbound_event_socket.rb
|
31
117
|
|
32
|
-
[0a3f680 |
|
118
|
+
[0a3f680 | 2009-05-29 16:15:15 UTC] Jayson Vaughn <jayson@onedrop.(none)>
|
33
119
|
|
34
120
|
* Added .to_s at end of Dir[load_path.join("*.rb").to_s] for Ruby 1.9.1
|
35
121
|
|
36
122
|
|
37
123
|
|
38
|
-
[f267c17 |
|
124
|
+
[f267c17 | 2009-05-27 20:49:27 UTC] Jayson Vaughn <jayson@onedrop.(none)>
|
39
125
|
|
40
126
|
* Updated header_and_content specs
|
41
127
|
|
42
|
-
[19ee736 |
|
128
|
+
[19ee736 | 2009-05-23 18:34:18 UTC] TJ Vanderpoel <bougy.man@gmail.com>
|
43
129
|
|
44
130
|
* Change example and readme to match what is demoed at sip:8084@falcon.rubyists.com
|
45
131
|
|
46
|
-
[5be4271 |
|
132
|
+
[5be4271 | 2009-05-19 21:02:09 UTC] freeswitch <freeswitch@falcon.(none)>
|
47
133
|
|
48
134
|
* try to load log4r for logging (Logger buffers, bugs with runit services), fall back to Logger from stdlib if log4r not found
|
49
135
|
|
50
|
-
[921251a |
|
136
|
+
[921251a | 2009-05-19 20:13:47 UTC] freeswitch <freeswitch@falcon.(none)>
|
51
137
|
|
52
138
|
* reverted regression to listeners, back to functional
|
53
139
|
|
54
|
-
[eb72db4 |
|
140
|
+
[eb72db4 | 2009-05-19 15:15:04 UTC] TJ Vanderpoel <bougy.man@gmail.com>
|
55
141
|
|
56
142
|
* changed spacing in content#find
|
57
143
|
|
58
|
-
[c275898 |
|
144
|
+
[c275898 | 2009-05-19 15:12:39 UTC] TJ Vanderpoel <bougy.man@gmail.com>
|
59
145
|
|
60
146
|
* improve the regex for matching a header: value in content of HeaderAndContentResponse
|
61
147
|
|
62
|
-
[4bfaf24 |
|
148
|
+
[4bfaf24 | 2009-05-20 05:05:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
|
63
149
|
|
64
150
|
* headers/content come in as Array
|
65
151
|
|
66
|
-
[5640b6f |
|
152
|
+
[5640b6f | 2009-05-20 04:54:42 UTC] Michael Fellinger <m.fellinger@gmail.com>
|
67
153
|
|
68
154
|
* Fix the listener/outbound spec
|
69
155
|
|
70
|
-
[29527e2 |
|
156
|
+
[29527e2 | 2009-05-19 23:20:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
|
71
157
|
|
72
158
|
* Minor cleanup
|
73
159
|
|
74
|
-
[38b98fa |
|
160
|
+
[38b98fa | 2009-05-19 21:04:41 UTC] Michael Fellinger <m.fellinger@gmail.com>
|
75
161
|
|
76
162
|
* Add some more outbound specs and refactor
|
77
163
|
|
78
|
-
[817e731 |
|
164
|
+
[817e731 | 2009-05-19 21:04:22 UTC] Michael Fellinger <m.fellinger@gmail.com>
|
79
165
|
|
80
166
|
* Add HeaderAndContentResponse subclass that will take care of parsing the content if it should be parsed
|
81
167
|
|
82
|
-
[d44c3f0 |
|
168
|
+
[d44c3f0 | 2009-05-19 20:45:48 UTC] Michael Fellinger <m.fellinger@gmail.com>
|
83
169
|
|
84
170
|
* Minor refactor and some more specs for inbound listener
|
85
171
|
|
86
|
-
[4f945e5 |
|
172
|
+
[4f945e5 | 2009-05-19 20:28:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
|
87
173
|
|
88
174
|
* Refactor and basic specs of HeaderAndContentResponse, integration with inbound/outbound follow
|
89
175
|
|
90
|
-
[e3c3142 |
|
176
|
+
[e3c3142 | 2009-05-19 19:29:21 UTC] Michael Fellinger <m.fellinger@gmail.com>
|
91
177
|
|
92
178
|
* A little bit less annoying require_relative look-alike
|
93
179
|
|
94
|
-
[e80cbc1 |
|
180
|
+
[e80cbc1 | 2009-05-19 00:27:53 UTC] TJ Vanderpoel <bougy.man@gmail.com>
|
95
181
|
|
96
182
|
* updated authors and changelog
|
97
183
|
|
98
|
-
[9451ba8 |
|
184
|
+
[9451ba8 | 2009-05-19 00:26:26 UTC] TJ Vanderpoel <bougy.man@gmail.com>
|
99
185
|
|
100
186
|
* Version 0.3.1 fixes bug in FS_ROOT not being populated properly
|
101
187
|
|
102
|
-
[fbaf84c |
|
188
|
+
[fbaf84c | 2009-05-18 23:24:58 UTC] TJ Vanderpoel <bougy.man@gmail.com>
|
103
189
|
|
104
190
|
* Version 0.3.0
|
105
191
|
|
106
|
-
[bf6befa |
|
192
|
+
[bf6befa | 2009-05-18 23:22:36 UTC] TJ Vanderpoel <bougy.man@gmail.com>
|
107
193
|
|
108
194
|
* functionality for receiving variables passed to a block complete. README updated. Convert Rakefile file options to Pathname
|
109
195
|
|
110
|
-
[7b0bf11 |
|
196
|
+
[7b0bf11 | 2009-05-18 20:31:48 UTC] Jayson Vaughn <jayson@onedrop.nationwide-recovery.com>
|
111
197
|
|
112
198
|
* Added yardoc comments
|
113
199
|
|
114
|
-
[7b7efa7 |
|
200
|
+
[7b7efa7 | 2009-05-18 20:10:30 UTC] Jayson Vaughn <jayson@onedrop.nationwide-recovery.com>
|
115
201
|
|
116
202
|
* Removed FSR::Log.info debugging line from uuid_getvar and setvar
|
117
203
|
|
118
|
-
[fda2ff4 |
|
204
|
+
[fda2ff4 | 2009-05-18 19:55:19 UTC] TJ Vanderpoel <bougy.man@gmail.com>
|
119
205
|
|
120
206
|
* Added FSR::App::UuidGetVar and UuidSetVar
|
121
207
|
|
122
|
-
[39338cd |
|
208
|
+
[39338cd | 2009-05-18 18:55:17 UTC] Jayson Vaughn <jayson@onedrop.nationwide-recovery.com>
|
123
209
|
|
124
210
|
* Corrected typo s/header_and_content/header_and_content_hash
|
125
211
|
|
126
|
-
[cb4d1cc |
|
212
|
+
[cb4d1cc | 2009-05-18 18:54:08 UTC] Jayson Vaughn <jayson@onedrop.nationwide-recovery.com>
|
127
213
|
|
128
214
|
* And also it seems I need to include a parameter for hash_header in
|
129
215
|
|
130
|
-
[a818d62 |
|
216
|
+
[a818d62 | 2009-05-18 18:51:25 UTC] Jayson Vaughn <jayson@onedrop.nationwide-recovery.com>
|
131
217
|
|
132
218
|
* Need to add a second paremeter to check_for_updated_session that
|
133
219
|
|
134
220
|
|
135
221
|
|
136
|
-
[6302892 |
|
222
|
+
[6302892 | 2009-05-18 18:49:17 UTC] Jayson Vaughn <jayson@onedrop.nationwide-recovery.com>
|
137
223
|
|
138
224
|
* Changed session_header_and_content to header_and_content_hash
|
139
225
|
|
140
|
-
[5b8d9a4 |
|
226
|
+
[5b8d9a4 | 2009-05-18 18:47:57 UTC] Jayson Vaughn <jayson@onedrop.nationwide-recovery.com>
|
141
227
|
|
142
228
|
* Corrected some typos in previous refactor of Outbound#receive_reply
|
143
229
|
|
144
|
-
[12a13eb |
|
230
|
+
[12a13eb | 2009-05-18 18:41:40 UTC] Jayson Vaughn <jayson@onedrop.nationwide-recovery.com>
|
145
231
|
|
146
232
|
* Refactored Outbound#receive_request to decouple it a tad. Still could
|
147
233
|
|
148
234
|
|
149
235
|
|
150
|
-
[6a95fa1 |
|
236
|
+
[6a95fa1 | 2009-05-18 18:16:43 UTC] Jayson Vaughn <jayson@onedrop.nationwide-recovery.com>
|
151
237
|
|
152
238
|
* Refactored FSR::App::PlayAndGetDigits to now yeild the read_var in a
|
153
239
|
|
154
240
|
|
155
241
|
|
156
|
-
[5093e71 |
|
242
|
+
[5093e71 | 2009-05-18 15:08:39 UTC] TJ Vanderpoel <bougy.man@gmail.com>
|
157
243
|
|
158
244
|
* Read will now yield the read variable in a block
|
159
245
|
|
160
246
|
Updated README
|
161
247
|
|
162
|
-
[e71a1a5 |
|
248
|
+
[e71a1a5 | 2009-05-18 01:55:43 UTC] TJ Vanderpoel <bougy.man@gmail.com>
|
163
249
|
|
164
250
|
* reverted design error, putting SENDMSG_METHOD into Read attaching to Outbound, not App
|
165
251
|
|
166
|
-
[273bdaf |
|
252
|
+
[273bdaf | 2009-05-18 01:34:02 UTC] TJ Vanderpoel <bougy.man@gmail.com>
|
167
253
|
|
168
254
|
* removed &block from read method definition after failing spec
|
169
255
|
|
170
|
-
[ad1bbd1 |
|
256
|
+
[ad1bbd1 | 2009-05-18 00:37:44 UTC] TJ Vanderpoel <bougy.man@gmail.com>
|
171
257
|
|
172
258
|
* left out another to_sym
|
173
259
|
|
174
|
-
[19f8581 |
|
260
|
+
[19f8581 | 2009-05-18 00:32:23 UTC] TJ Vanderpoel <bougy.man@gmail.com>
|
175
261
|
|
176
262
|
* left out a to_sym
|
177
263
|
|
178
|
-
[f445058 |
|
264
|
+
[f445058 | 2009-05-18 00:31:43 UTC] TJ Vanderpoel <bougy.man@gmail.com>
|
179
265
|
|
180
266
|
* typos galore, fixed wrong constant name in Read. created the queue_pop method to handle popping procs, adding the session.headers[@read_var] if it exist to the proc called
|
181
267
|
|
182
|
-
[93ecad2 |
|
268
|
+
[93ecad2 | 2009-05-18 00:19:16 UTC] TJ Vanderpoel <bougy.man@gmail.com>
|
183
269
|
|
184
270
|
* TEST push to test changes, read/outbound test needed
|
185
271
|
|
186
|
-
[30a39ad |
|
272
|
+
[30a39ad | 2009-05-16 20:41:41 UTC] TJ Vanderpoel <bougy.man@gmail.com>
|
187
273
|
|
188
274
|
* Added specs for originate, defaults to Cmd
|
189
275
|
|
@@ -192,91 +278,91 @@
|
|
192
278
|
* Move default_options method to FSR::Cmd::Command as well.
|
193
279
|
* Used default_options block in Originate for options population
|
194
280
|
|
195
|
-
[865d177 |
|
281
|
+
[865d177 | 2009-05-16 17:56:45 UTC] TJ Vanderpoel <bougy.man@gmail.com>
|
196
282
|
|
197
283
|
* filling out originate specs, testing options and argument types
|
198
284
|
|
199
|
-
[19b81ff |
|
285
|
+
[19b81ff | 2009-05-13 16:03:35 UTC] TJ Vanderpoel <bougy.man@gmail.com>
|
200
286
|
|
201
287
|
* refactored to a new default_options
|
202
288
|
|
203
|
-
[081112a |
|
289
|
+
[081112a | 2009-05-13 15:32:20 UTC] TJ Vanderpoel <bougy.man@gmail.com>
|
204
290
|
|
205
291
|
* changed handling of :ignore_early_media in target_options of originate to behave properly. Added argument checks for some originate arguments
|
206
292
|
|
207
|
-
[55ec1c5 |
|
293
|
+
[55ec1c5 | 2009-05-11 17:14:34 UTC] Jayson Vaughn <jayson@onedrop.(none)>
|
208
294
|
|
209
295
|
* New specs now pass
|
210
296
|
|
211
|
-
[ab262c9 |
|
297
|
+
[ab262c9 | 2009-05-11 17:13:48 UTC] Jayson Vaughn <jayson@onedrop.(none)>
|
212
298
|
|
213
299
|
* Added specs for FSR::App::Answer, FSBreak, and FSSleep
|
214
300
|
|
215
|
-
[1faf55f |
|
301
|
+
[1faf55f | 2009-05-11 16:44:51 UTC] Jayson Vaughn <jayson@onedrop.(none)>
|
216
302
|
|
217
303
|
* Updated gemspec for 0.1.4
|
218
304
|
|
219
|
-
[011a3e6 |
|
305
|
+
[011a3e6 | 2009-05-11 16:43:14 UTC] Jayson Vaughn <jayson@onedrop.(none)>
|
220
306
|
|
221
307
|
* Sync changes with Master
|
222
308
|
|
223
309
|
|
224
310
|
|
225
|
-
[f036509 |
|
311
|
+
[f036509 | 2009-05-11 16:36:04 UTC] Jayson Vaughn <jayson@onedrop.(none)>
|
226
312
|
|
227
313
|
* Version 0.1.4
|
228
314
|
|
229
|
-
[a110dc6 |
|
315
|
+
[a110dc6 | 2009-05-11 16:12:17 UTC] Jayson Vaughn <jayson@onedrop.(none)>
|
230
316
|
|
231
317
|
* Corrected typos in README
|
232
318
|
|
233
|
-
[da6d963 |
|
319
|
+
[da6d963 | 2009-05-11 16:00:35 UTC] Jayson Vaughn <jayson@onedrop.(none)>
|
234
320
|
|
235
321
|
* Removed 'puts $LOAD_PATH.inspect'
|
236
322
|
|
237
|
-
[5fd154d |
|
323
|
+
[5fd154d | 2009-05-11 15:57:36 UTC] Jayson Vaughn <jayson@onedrop.(none)>
|
238
324
|
|
239
325
|
* Updated README
|
240
326
|
|
241
327
|
|
242
328
|
|
243
|
-
[981d6bb |
|
329
|
+
[981d6bb | 2009-05-11 15:42:27 UTC] Jayson Vaughn <jayson@onedrop.(none)>
|
244
330
|
|
245
331
|
* Updating README
|
246
332
|
|
247
333
|
|
248
334
|
|
249
|
-
[2d2fdb5 |
|
335
|
+
[2d2fdb5 | 2009-05-05 12:32:35 UTC] TJ Vanderpoel <bougy.man@gmail.com>
|
250
336
|
|
251
337
|
* added some yard documentation
|
252
338
|
|
253
|
-
[0e72f02 |
|
339
|
+
[0e72f02 | 2009-05-04 22:15:48 UTC] TJ Vanderpoel <bougy.man@gmail.com>
|
254
340
|
|
255
341
|
* fixed broken tasks, tested all tasks
|
256
342
|
|
257
|
-
[8e6f7e8 |
|
343
|
+
[8e6f7e8 | 2009-05-04 21:38:28 UTC] TJ Vanderpoel <bougy.man@gmail.com>
|
258
344
|
|
259
345
|
* updated package building and added a bunch of convenience tasks
|
260
346
|
|
261
|
-
[8b94e17 |
|
347
|
+
[8b94e17 | 2009-05-04 20:31:56 UTC] Jayson Vaughn <jayson@onedrop.home>
|
262
348
|
|
263
349
|
* Changed @state to @queue.
|
264
350
|
|
265
351
|
|
266
352
|
|
267
|
-
[54e2702 |
|
353
|
+
[54e2702 | 2009-05-04 20:04:25 UTC] TJ Vanderpoel <bougy.man@gmail.com>
|
268
354
|
|
269
355
|
* Changed state machine
|
270
356
|
|
271
357
|
|
272
358
|
|
273
|
-
[0f134f2 |
|
359
|
+
[0f134f2 | 2009-05-03 20:07:27 UTC] Jayson Vaughn <jayson@onedrop.home>
|
274
360
|
|
275
361
|
* No longer 100% necessary to override receive_reply method so I removed
|
276
362
|
|
277
363
|
|
278
364
|
|
279
|
-
[f70a43c |
|
365
|
+
[f70a43c | 2009-05-03 19:53:06 UTC] Jayson Vaughn <jayson@onedrop.home>
|
280
366
|
|
281
367
|
* Added a different way to keep state.
|
282
368
|
|
@@ -286,219 +372,219 @@
|
|
286
372
|
end
|
287
373
|
end
|
288
374
|
|
289
|
-
[a4b9832 |
|
375
|
+
[a4b9832 | 2009-05-02 22:00:37 UTC] TJ Vanderpoel <bougy.man@gmail.com>
|
290
376
|
|
291
377
|
* upped version and built new gemspec
|
292
378
|
|
293
|
-
[202d05b |
|
379
|
+
[202d05b | 2009-05-02 22:00:05 UTC] TJ Vanderpoel <bougy.man@gmail.com>
|
294
380
|
|
295
381
|
* moved limit to FSR::App where it belonged
|
296
382
|
|
297
|
-
[17fa4e6 |
|
383
|
+
[17fa4e6 | 2009-05-02 21:46:50 UTC] TJ Vanderpoel <bougy.man@gmail.com>
|
298
384
|
|
299
385
|
* upped version and built new gem
|
300
386
|
|
301
|
-
[93220f3 |
|
387
|
+
[93220f3 | 2009-05-02 21:46:16 UTC] TJ Vanderpoel <bougy.man@gmail.com>
|
302
388
|
|
303
389
|
* added limit command
|
304
390
|
|
305
|
-
[4b918cd |
|
391
|
+
[4b918cd | 2009-05-02 21:12:18 UTC] TJ Vanderpoel <bougy.man@gmail.com>
|
306
392
|
|
307
393
|
* upped version and built new gemspec
|
308
394
|
|
309
|
-
[159f978 |
|
395
|
+
[159f978 | 2009-05-02 21:11:40 UTC] TJ Vanderpoel <bougy.man@gmail.com>
|
310
396
|
|
311
397
|
* added #next_step to manually increment state machine
|
312
398
|
|
313
|
-
[738e6da |
|
399
|
+
[738e6da | 2009-05-02 21:02:46 UTC] TJ Vanderpoel <bougy.man@gmail.com>
|
314
400
|
|
315
401
|
* upped version and made new gemspec
|
316
402
|
|
317
|
-
[faf4c5a |
|
403
|
+
[faf4c5a | 2009-05-02 21:00:53 UTC] TJ Vanderpoel <bougy.man@gmail.com>
|
318
404
|
|
319
405
|
* added Cmd::Calls and a Model::Call to describe call data
|
320
406
|
|
321
|
-
[8ef6196 |
|
407
|
+
[8ef6196 | 2009-04-30 20:48:12 UTC] TJ Vanderpoel <bougy.man@gmail.com>
|
322
408
|
|
323
409
|
* Added FSR::App::PlayAndGetDigits
|
324
410
|
|
325
411
|
1.9.1
|
326
412
|
Updated specs for FSR::App::PlayAndGetDigits
|
327
413
|
|
328
|
-
[426ea94 |
|
414
|
+
[426ea94 | 2009-04-16 15:12:54 UTC] Jayson Vaughn <jayson@onedrop.home>
|
329
415
|
|
330
416
|
* Version bump 0.0.13
|
331
417
|
|
332
418
|
|
333
419
|
|
334
|
-
[1b81841 |
|
420
|
+
[1b81841 | 2009-04-16 15:11:37 UTC] Jayson Vaughn <jayson@onedrop.home>
|
335
421
|
|
336
422
|
* Updated README to reflect refactor in FSR::Listener::Outbound
|
337
423
|
|
338
424
|
Version bump 0.0.13
|
339
425
|
|
340
|
-
[8bc8cdc |
|
426
|
+
[8bc8cdc | 2009-04-16 15:08:31 UTC] foo <jvaughn@hellspass.nationwide-recovery.com>
|
341
427
|
|
342
428
|
* Added Hash#strip_new_newlines helper
|
343
429
|
|
344
|
-
[5da2747 |
|
430
|
+
[5da2747 | 2009-04-16 14:48:26 UTC] Jayson Vaughn <jayson@onedrop.home>
|
345
431
|
|
346
432
|
* Updated examples/dtmf_test.rb and oes_demo.rb
|
347
433
|
|
348
434
|
* This reflects the new changes to FSR::Listener::Outbound
|
349
435
|
|
350
|
-
[8465069 |
|
436
|
+
[8465069 | 2009-04-16 14:43:50 UTC] foo <jvaughn@hellspass.nationwide-recovery.com>
|
351
437
|
|
352
438
|
* Refactored FSR::Listener::Outbound
|
353
439
|
|
354
440
|
session object
|
355
441
|
#update_session now fully updates @session
|
356
442
|
|
357
|
-
[0fa32ea |
|
443
|
+
[0fa32ea | 2009-04-16 13:14:08 UTC] Jayson Vaughn <jayson@onedrop.home>
|
358
444
|
|
359
445
|
* Updated README
|
360
446
|
|
361
447
|
Updated examples/dtm_read.rb
|
362
448
|
Bumped version to 0.0.12
|
363
449
|
|
364
|
-
[24ff9bd |
|
450
|
+
[24ff9bd | 2009-04-16 13:00:54 UTC] Jayson Vaughn <jayson@onedrop.home>
|
365
451
|
|
366
452
|
* Moved bin to examples
|
367
453
|
|
368
454
|
Updated README to show how to use 'step'
|
369
455
|
|
370
|
-
[5394612 |
|
456
|
+
[5394612 | 2009-04-16 12:51:32 UTC] foo <jvaughn@hellspass.nationwide-recovery.com>
|
371
457
|
|
372
458
|
* Added the ability for receive_reply to keep state.
|
373
459
|
|
374
460
|
Please look at bin/dtmf_test.rb for example
|
375
461
|
|
376
|
-
[4cb5002 |
|
462
|
+
[4cb5002 | 2009-04-15 14:51:13 UTC] Jayson Vaughn <jayson@onedrop.home>
|
377
463
|
|
378
464
|
* Removed #wait_for_reply
|
379
465
|
|
380
|
-
[c63fce9 |
|
466
|
+
[c63fce9 | 2009-04-15 14:37:21 UTC] Jayson Vaughn <jayson@onedrop.home>
|
381
467
|
|
382
468
|
* Added Fsr::Listener::Outbound#wait_for_reply
|
383
469
|
|
384
|
-
[b09939b |
|
470
|
+
[b09939b | 2009-04-15 14:15:29 UTC] Jayson Vaughn <jayson@onedrop.home>
|
385
471
|
|
386
472
|
* Made sure to use #to_s on session.headers[:event_calling_function] incase it is nil
|
387
473
|
|
388
|
-
[8b75ddc |
|
474
|
+
[8b75ddc | 2009-04-15 14:12:51 UTC] Jayson Vaughn <jayson@onedrop.home>
|
389
475
|
|
390
476
|
* Added FSR::Listener::Outbound#update_session to update session variables
|
391
477
|
|
392
|
-
[ea36a2f |
|
478
|
+
[ea36a2f | 2009-04-15 13:45:02 UTC] Jayson Vaughn <jayson@onedrop.home>
|
393
479
|
|
394
480
|
* Corrected typo in FSR::App::UuidDump#initialize
|
395
481
|
|
396
|
-
[85086b6 |
|
482
|
+
[85086b6 | 2009-04-15 13:41:46 UTC] Jayson Vaughn <jayson@onedrop.home>
|
397
483
|
|
398
484
|
* Added FSR::App::UuidSetVar
|
399
485
|
|
400
486
|
|
401
487
|
|
402
|
-
[7ab8727 |
|
488
|
+
[7ab8727 | 2009-04-15 13:29:34 UTC] Jayson Vaughn <jayson@onedrop.home>
|
403
489
|
|
404
490
|
* Corrected typo in FSR::App::UuidGetVar
|
405
491
|
|
406
|
-
[e732be4 |
|
492
|
+
[e732be4 | 2009-04-15 13:09:10 UTC] Jayson Vaughn <jayson@onedrop.home>
|
407
493
|
|
408
494
|
* Added FSR::App::UuidGetVar
|
409
495
|
|
410
496
|
* use uuid_getvar("uuid", "varaible") to retreive a channel variable
|
411
497
|
|
412
|
-
[8b3b3a4 |
|
498
|
+
[8b3b3a4 | 2009-04-14 21:47:05 UTC] Jayson Vaughn <jayson@onedrop.home>
|
413
499
|
|
414
500
|
* FSR::App::Read#sendmsg now joins arguments using " " not "|" :)
|
415
501
|
|
416
|
-
[01d9867 |
|
502
|
+
[01d9867 | 2009-04-14 20:47:35 UTC] Jayson Vaughn <jayson@onedrop.home>
|
417
503
|
|
418
504
|
* Added event-lock to FSR::App::Read by default to #sendmsg
|
419
505
|
|
420
|
-
[654f036 |
|
506
|
+
[654f036 | 2009-04-14 20:39:49 UTC] Jayson Vaughn <jayson@onedrop.home>
|
421
507
|
|
422
508
|
* Added FSR::App::Read to read DTMF input
|
423
509
|
|
424
|
-
[fd827b6 |
|
510
|
+
[fd827b6 | 2009-04-14 19:23:43 UTC] Mikael Bjerkeland <mikael@consoll.no>
|
425
511
|
|
426
512
|
* We should inherit the dialplan and context we had before
|
427
513
|
|
428
514
|
|
429
515
|
|
430
|
-
[c093ad3 |
|
516
|
+
[c093ad3 | 2009-04-14 15:08:11 UTC] Mikael Bjerkeland <mikael@consoll.no>
|
431
517
|
|
432
518
|
* Small clean-ups
|
433
519
|
|
434
520
|
|
435
521
|
|
436
|
-
[ad46f8a |
|
522
|
+
[ad46f8a | 2009-04-11 21:39:04 UTC] TJ Vanderpoel <bougy.man@gmail.com>
|
437
523
|
|
438
524
|
* added spec for FSA::Set
|
439
525
|
|
440
|
-
[123bdaf |
|
526
|
+
[123bdaf | 2009-04-11 21:25:37 UTC] Jayson Vaughn <jayson@onedrop.home>
|
441
527
|
|
442
528
|
* Version Bump to 0.0.10
|
443
529
|
|
444
|
-
[4e6abe7 |
|
530
|
+
[4e6abe7 | 2009-04-11 21:22:12 UTC] Jayson Vaughn <jayson@onedrop.home>
|
445
531
|
|
446
532
|
* Updated README to reflect new api of #set
|
447
533
|
|
448
|
-
[de358d9 |
|
534
|
+
[de358d9 | 2009-04-09 15:45:54 UTC] Jayson Vaughn <jayson@onedrop.home>
|
449
535
|
|
450
536
|
* Changed gem name to all lowercase. Camel case can be annoying
|
451
537
|
|
452
|
-
[f0c6fa4 |
|
538
|
+
[f0c6fa4 | 2009-04-08 20:50:08 UTC] TJ Vanderpoel <bougy.man@gmail.com>
|
453
539
|
|
454
540
|
* upped the version to generate a new gem
|
455
541
|
|
456
|
-
[e413b96 |
|
542
|
+
[e413b96 | 2009-04-08 20:46:15 UTC] TJ Vanderpoel <bougy.man@gmail.com>
|
457
543
|
|
458
544
|
* added EM dependency to gemspec, updated news
|
459
545
|
|
460
|
-
[0abbdd6 |
|
546
|
+
[0abbdd6 | 2009-04-08 20:37:23 UTC] Jayson Vaughn <jayson@onedrop.home>
|
461
547
|
|
462
548
|
* Changed VERSION
|
463
549
|
|
464
|
-
[b6a8137 |
|
550
|
+
[b6a8137 | 2009-04-08 20:36:59 UTC] Jayson Vaughn <jayson@onedrop.home>
|
465
551
|
|
466
552
|
* Up'd version
|
467
553
|
|
468
|
-
[736a88d |
|
554
|
+
[736a88d | 2009-04-07 13:22:11 UTC] jayson vaughn <jayson@falcon.(none)>
|
469
555
|
|
470
556
|
* Changed FSR::App::Log#initiailize to make sure both parameters have a default setting. Can not have an optional parameter as your first one in Ruby it seems.
|
471
557
|
|
472
558
|
Updated spec/fsr/loading.rb to include FSR::App::Log
|
473
559
|
|
474
|
-
[e253698 |
|
560
|
+
[e253698 | 2009-04-07 18:26:35 UTC] Mikael Bjerkeland <mikael@consoll.no>
|
475
561
|
|
476
562
|
* Set now takes two arguments (like #set in Adhearsion)
|
477
563
|
|
478
|
-
[38181ce |
|
564
|
+
[38181ce | 2009-04-07 18:18:43 UTC] Mikael Bjerkeland <mikael@consoll.no>
|
479
565
|
|
480
566
|
* Added Log functionality to (OES)
|
481
567
|
|
482
568
|
Small documentation change in Set (OES)
|
483
569
|
oes_demo.rb now also demonstrates Log
|
484
570
|
|
485
|
-
[ab2ca12 |
|
571
|
+
[ab2ca12 | 2009-04-07 14:39:02 UTC] Mikael Bjerkeland <mikael@consoll.no>
|
486
572
|
|
487
573
|
* A few more examples
|
488
574
|
|
489
|
-
[c3b2df3 |
|
575
|
+
[c3b2df3 | 2009-04-06 20:25:22 UTC] Jayson Vaughn <jayson@onedrop.home>
|
490
576
|
|
491
577
|
* Updated specs
|
492
578
|
|
493
579
|
|
494
580
|
|
495
|
-
[9e761f9 |
|
581
|
+
[9e761f9 | 2009-04-06 20:47:11 UTC] Mikael Bjerkeland <mikael@consoll.no>
|
496
582
|
|
497
583
|
* Added a few more commands. If anything looks stupid please correct it :-
|
498
584
|
|
499
585
|
|
500
586
|
|
501
|
-
[7ec04a5 |
|
587
|
+
[7ec04a5 | 2009-04-03 19:31:35 UTC] Jayson Vaughn <jayson@onedrop.home>
|
502
588
|
|
503
589
|
* Refactored FSR::Listener::Outbound to be a subclass of
|
504
590
|
|
@@ -511,20 +597,20 @@
|
|
511
597
|
|
512
598
|
*** NOTE session.headers's keys are now symbols! ***
|
513
599
|
|
514
|
-
[00f0919 |
|
600
|
+
[00f0919 | 2009-04-03 18:27:42 UTC] Jayson Vaughn <jayson@onedrop.home>
|
515
601
|
|
516
602
|
* Updated bin/ies_demo.rb and README to show
|
517
603
|
|
518
604
|
|
519
605
|
|
520
|
-
[c1108d7 |
|
606
|
+
[c1108d7 | 2009-04-03 18:14:10 UTC] Jayson Vaughn <jayson@onedrop.home>
|
521
607
|
|
522
608
|
* Playing catchup - Made sure FSR::Listener::Inbound is now a subclass of
|
523
609
|
|
524
610
|
|
525
611
|
Made sure inspired's hook system still works
|
526
612
|
|
527
|
-
[4ac5698 |
|
613
|
+
[4ac5698 | 2009-04-03 17:57:00 UTC] Jayson Vaughn <jayson@onedrop.home>
|
528
614
|
|
529
615
|
* Fixing conflict
|
530
616
|
|
@@ -532,7 +618,7 @@
|
|
532
618
|
bougyman added NEWS
|
533
619
|
inspiried added bin/ies_demo_with_hook.rb
|
534
620
|
|
535
|
-
[86db618 |
|
621
|
+
[86db618 | 2009-04-03 13:37:38 UTC] Jayson Vaughn <jayson@onedrop.home>
|
536
622
|
|
537
623
|
* Changed FSR::Listner::Inbound to be a subclass of
|
538
624
|
|
@@ -543,113 +629,113 @@
|
|
543
629
|
|
544
630
|
Updated README
|
545
631
|
|
546
|
-
[803bfbc |
|
632
|
+
[803bfbc | 2009-03-31 15:49:30 UTC] Jayson Vaughn <jayson@onedrop.home>
|
547
633
|
|
548
634
|
* Added some comments to the code
|
549
635
|
|
550
|
-
[d36c2e0 |
|
636
|
+
[d36c2e0 | 2009-03-31 15:21:44 UTC] Jayson Vaughn <jayson@onedrop.home>
|
551
637
|
|
552
638
|
* Made sure Reply checks for "Control" vs :control
|
553
639
|
|
554
|
-
[08e49f7 |
|
640
|
+
[08e49f7 | 2009-03-31 15:12:38 UTC] Jayson Vaughn <jayson@onedrop.home>
|
555
641
|
|
556
642
|
* Reverted back to using strings as hash keys. This ensures that custom
|
557
643
|
|
558
644
|
|
559
645
|
|
560
|
-
[a698d18 |
|
646
|
+
[a698d18 | 2009-03-31 14:51:24 UTC] Jayson Vaughn <jayson@onedrop.home>
|
561
647
|
|
562
648
|
* Corrected issue, now headers and body hash work with symbols
|
563
649
|
|
564
|
-
[b8cbcb0 |
|
650
|
+
[b8cbcb0 | 2009-03-31 14:45:42 UTC] Jayson Vaughn <jayson@onedrop.home>
|
565
651
|
|
566
652
|
* Trying .to_sym once more in Inbound::Event
|
567
653
|
|
568
|
-
[1a48504 |
|
654
|
+
[1a48504 | 2009-03-31 14:44:12 UTC] Jayson Vaughn <jayson@onedrop.home>
|
569
655
|
|
570
656
|
* Changed back to original
|
571
657
|
|
572
|
-
[7c1d26c |
|
658
|
+
[7c1d26c | 2009-03-31 14:42:36 UTC] Jayson Vaughn <jayson@onedrop.home>
|
573
659
|
|
574
660
|
* typo
|
575
661
|
|
576
|
-
[792311e |
|
662
|
+
[792311e | 2009-03-31 14:36:57 UTC] Jayson Vaughn <jayson@onedrop.home>
|
577
663
|
|
578
664
|
* s/.to.s_gsub/.to_s.gsub/
|
579
665
|
|
580
|
-
[90a757c |
|
666
|
+
[90a757c | 2009-03-31 14:31:28 UTC] Jayson Vaughn <jayson@onedrop.home>
|
581
667
|
|
582
668
|
* Changed FSR::Listener::Inbound::Event to use symbols for hash keys
|
583
669
|
|
584
|
-
[239dba6 |
|
670
|
+
[239dba6 | 2009-03-31 14:28:29 UTC] Jayson Vaughn <jayson@onedrop.home>
|
585
671
|
|
586
672
|
* Updated README and sample bin/oes_demo.rb to reflect changes in headers
|
587
673
|
|
588
674
|
|
589
675
|
|
590
|
-
[7b75019 |
|
676
|
+
[7b75019 | 2009-03-31 14:24:49 UTC] Jayson Vaughn <jayson@onedrop.home>
|
591
677
|
|
592
678
|
* Needed to check against @headers[:control] instead of
|
593
679
|
|
594
680
|
|
595
681
|
|
596
|
-
[bdb5444 |
|
682
|
+
[bdb5444 | 2009-03-31 14:22:06 UTC] Jayson Vaughn <jayson@onedrop.home>
|
597
683
|
|
598
684
|
* Added #to_s to correct bug with value
|
599
685
|
|
600
|
-
[845623a |
|
686
|
+
[845623a | 2009-03-31 14:17:45 UTC] Jayson Vaughn <jayson@onedrop.home>
|
601
687
|
|
602
688
|
* Changed SocketResponse#headers to now use a symbol as the hash key
|
603
689
|
|
604
|
-
[431cd2c |
|
690
|
+
[431cd2c | 2009-03-30 22:05:03 UTC] TJ Vanderpoel <bougy.man@gmail.com>
|
605
691
|
|
606
692
|
* Added FSBreak to send a 'break' command during an Outbound Event
|
607
693
|
|
608
694
|
|
609
695
|
|
610
|
-
[cf77986 |
|
696
|
+
[cf77986 | 2009-03-25 21:58:02 UTC] Jayson Vaughn <jayson@onedrop.home>
|
611
697
|
|
612
698
|
* Updated bin/oes_demo.rb and README to correctly describe how to use
|
613
699
|
|
614
700
|
|
615
701
|
|
616
|
-
[ab373dd |
|
702
|
+
[ab373dd | 2009-03-24 00:52:38 UTC] Michael Fellinger <m.fellinger@gmail.com>
|
617
703
|
|
618
704
|
* Remove cruft from form helper
|
619
705
|
|
620
|
-
[0464d4e |
|
706
|
+
[0464d4e | 2009-03-19 19:17:41 UTC] Jayson Vaughn <jayson@onedrop.home>
|
621
707
|
|
622
708
|
* Updated specs to include new apps
|
623
709
|
|
624
|
-
[045ffe8 |
|
710
|
+
[045ffe8 | 2009-03-12 01:38:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
|
625
711
|
|
626
712
|
* Update style for auth forms
|
627
713
|
|
628
|
-
[41e87ef |
|
714
|
+
[41e87ef | 2009-03-12 01:33:28 UTC] Michael Fellinger <m.fellinger@gmail.com>
|
629
715
|
|
630
716
|
* Put the label/input from join/start into a table for nicer listing
|
631
717
|
|
632
|
-
[8815d88 |
|
718
|
+
[8815d88 | 2009-03-12 01:32:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
|
633
719
|
|
634
720
|
* Add auth related links to layout
|
635
721
|
|
636
|
-
[abd4506 |
|
722
|
+
[abd4506 | 2009-03-12 01:32:21 UTC] Michael Fellinger <m.fellinger@gmail.com>
|
637
723
|
|
638
724
|
* Fix two minor issues
|
639
725
|
|
640
|
-
[c15f39d |
|
726
|
+
[c15f39d | 2009-03-12 01:31:59 UTC] Michael Fellinger <m.fellinger@gmail.com>
|
641
727
|
|
642
728
|
* Refactor MainController a bit and suggest alternate random conference id generation
|
643
729
|
|
644
|
-
[d2d42f6 |
|
730
|
+
[d2d42f6 | 2009-03-12 01:31:22 UTC] Michael Fellinger <m.fellinger@gmail.com>
|
645
731
|
|
646
732
|
* Finish up auth, still needs some testing for openid and a profile page
|
647
733
|
|
648
|
-
[04bff23 |
|
734
|
+
[04bff23 | 2009-03-07 15:07:35 UTC] TJ Vanderpoel <bougy.man@gmail.com>
|
649
735
|
|
650
736
|
* removed contrib from the gemspec, unneeded. JV added a bunch of applications
|
651
737
|
|
652
|
-
[1cf0e5a |
|
738
|
+
[1cf0e5a | 2009-03-04 22:29:20 UTC] Jayson Vaughn <jayson@onedrop.(none)>
|
653
739
|
|
654
740
|
* Abstracted how to start listeners.
|
655
741
|
|
@@ -659,75 +745,75 @@
|
|
659
745
|
* changed default log level to Logger::INFO
|
660
746
|
* Updated README
|
661
747
|
|
662
|
-
[c525445 |
|
748
|
+
[c525445 | 2009-03-04 21:30:24 UTC] Jayson Vaughn <jayson@onedrop.(none)>
|
663
749
|
|
664
750
|
* added some String#strip magic
|
665
751
|
|
666
|
-
[b8d70b7 |
|
752
|
+
[b8d70b7 | 2009-02-25 22:49:51 UTC] Michael Fellinger <m.fellinger@gmail.com>
|
667
753
|
|
668
754
|
* Fix some stuff around auth, needs more
|
669
755
|
|
670
|
-
[e9ef028 |
|
756
|
+
[e9ef028 | 2009-02-25 22:41:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
|
671
757
|
|
672
758
|
* Remove the model/account
|
673
759
|
|
674
|
-
[88f58f8 |
|
760
|
+
[88f58f8 | 2009-02-25 22:39:36 UTC] Michael Fellinger <m.fellinger@gmail.com>
|
675
761
|
|
676
762
|
* Default engine is Haml
|
677
763
|
|
678
|
-
[f41c42b |
|
764
|
+
[f41c42b | 2009-02-25 04:27:45 UTC] bougyman <bougyman@Esther.(none)>
|
679
765
|
|
680
766
|
* fixed FreeSWITCHeR link
|
681
767
|
|
682
|
-
[bfd7482 |
|
768
|
+
[bfd7482 | 2009-02-25 04:16:12 UTC] bougyman <bougyman@Esther.(none)>
|
683
769
|
|
684
770
|
* changed spec to match new 30 second default timeout
|
685
771
|
|
686
|
-
[033cb6b |
|
772
|
+
[033cb6b | 2009-02-25 04:12:44 UTC] bougyman <bougyman@Esther.(none)>
|
687
773
|
|
688
774
|
* wrapped user-supplied vars in h(), moved conference logic into model/conference.rb
|
689
775
|
|
690
|
-
[f55194b |
|
776
|
+
[f55194b | 2009-02-25 18:31:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
|
691
777
|
|
692
778
|
* A little cleanup
|
693
779
|
|
694
|
-
[d1c5fc0 |
|
780
|
+
[d1c5fc0 | 2009-02-25 18:30:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
|
695
781
|
|
696
782
|
* Rough cut of auth system
|
697
783
|
|
698
|
-
[fe4e9e8 |
|
784
|
+
[fe4e9e8 | 2009-02-25 03:27:42 UTC] bougyman <bougyman@Esther.(none)>
|
699
785
|
|
700
786
|
* Use 8k (default) conferences instead of 32kHz. Make link show up in joined_conference view (style.css change)
|
701
787
|
|
702
|
-
[74bb49a |
|
788
|
+
[74bb49a | 2009-02-25 02:49:31 UTC] TJ Vanderpoel <bougy.man@gmail.com>
|
703
789
|
|
704
790
|
* make sure ignore_early_media has a default (true)
|
705
791
|
|
706
|
-
[d18c622 |
|
792
|
+
[d18c622 | 2009-02-25 02:42:49 UTC] bougyman <bougyman@Esther.(none)>
|
707
793
|
|
708
794
|
* corrected the legend
|
709
795
|
|
710
|
-
[b243a82 |
|
796
|
+
[b243a82 | 2009-02-25 02:31:51 UTC] bougyman <bougyman@Esther.(none)>
|
711
797
|
|
712
798
|
* added call control legend to conference_joined view
|
713
799
|
|
714
|
-
[55dfdae |
|
800
|
+
[55dfdae | 2009-02-24 21:11:46 UTC] bougyman <bougyman@Esther.(none)>
|
715
801
|
|
716
802
|
* removed unneeded index file
|
717
803
|
|
718
|
-
[1127bbb |
|
804
|
+
[1127bbb | 2009-02-24 21:11:27 UTC] bougyman <bougyman@Esther.(none)>
|
719
805
|
|
720
806
|
* added a gitignore for ride in the sample app
|
721
807
|
|
722
|
-
[c053826 |
|
808
|
+
[c053826 | 2009-02-24 21:09:12 UTC] bougyman <bougyman@Esther.(none)>
|
723
809
|
|
724
810
|
* got sample app deployed and fixed a couple bugs
|
725
811
|
|
726
|
-
[e2a64eb |
|
812
|
+
[e2a64eb | 2009-02-24 18:49:34 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
727
813
|
|
728
814
|
* added a little sample app, will be confme.com
|
729
815
|
|
730
|
-
[f971037 |
|
816
|
+
[f971037 | 2009-02-24 18:11:05 UTC] Jayson Vaughn <jayson@onedrop.home>
|
731
817
|
|
732
818
|
* Moved FSR::Event to FSR::Listener::Inbound::Event namespace
|
733
819
|
|
@@ -735,11 +821,11 @@
|
|
735
821
|
* Added specs for FSR::Listener::Inbound
|
736
822
|
* Updated bin/ies_demo.rb with on_event hook
|
737
823
|
|
738
|
-
[05a7acc |
|
824
|
+
[05a7acc | 2009-02-24 17:59:39 UTC] Jayson Vaughn <jayson@onedrop.home>
|
739
825
|
|
740
826
|
* change ies_demo.rb to default to localhost
|
741
827
|
|
742
|
-
[f1987ab |
|
828
|
+
[f1987ab | 2009-02-24 17:57:16 UTC] Jayson Vaughn <jayson@onedrop.home>
|
743
829
|
|
744
830
|
* Started work on FSR::Listener::Inbound
|
745
831
|
|
@@ -749,38 +835,38 @@
|
|
749
835
|
* namesspace FSR::Listener::Inbound::Event
|
750
836
|
* Created bin/ies_demo.rb to demo how to use the refactor
|
751
837
|
|
752
|
-
[bd15285 |
|
838
|
+
[bd15285 | 2009-02-24 14:52:17 UTC] U-Paul-PC\Paul <Paul@Paul-PC.(none)>
|
753
839
|
|
754
840
|
* Make specs work in Win32. No pretty green colors, though. :(
|
755
841
|
|
756
|
-
[d9ee68e |
|
842
|
+
[d9ee68e | 2009-02-23 02:21:56 UTC] Kevin Berry <kevin@opensourcealchemist.com>
|
757
843
|
|
758
844
|
* Version 0.0.4:
|
759
845
|
|
760
846
|
* functionality can still be used.
|
761
847
|
|
762
|
-
[52a9570 |
|
848
|
+
[52a9570 | 2009-02-23 01:12:51 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
763
849
|
|
764
850
|
* updated version to get a new GH gem
|
765
851
|
|
766
|
-
[21e0ea5 |
|
852
|
+
[21e0ea5 | 2009-02-22 19:03:09 UTC] Jayson Vaughn <jayson@onedrop.home>
|
767
853
|
|
768
854
|
* Modified bin/oes_demo.rb to use session_initiated method instead of
|
769
855
|
|
770
856
|
|
771
857
|
Removed on_call alias from FSR::Listener::Outbound
|
772
858
|
|
773
|
-
[0257bcc |
|
859
|
+
[0257bcc | 2009-02-23 00:51:20 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
774
860
|
|
775
861
|
* fixed spec
|
776
862
|
|
777
|
-
[8df4a28 |
|
863
|
+
[8df4a28 | 2009-02-22 18:45:01 UTC] Jayson Vaughn <jayson@onedrop.home>
|
778
864
|
|
779
865
|
* Added a test to ensure on_call is always called after a session is
|
780
866
|
|
781
867
|
|
782
868
|
|
783
|
-
[1300fbe |
|
869
|
+
[1300fbe | 2009-02-23 00:39:00 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
784
870
|
|
785
871
|
* Made all FSR::App classes have an #arguments array
|
786
872
|
|
@@ -790,11 +876,11 @@
|
|
790
876
|
* Removed the #caller test in Application#to_s, now defaults to
|
791
877
|
#sendmsg
|
792
878
|
|
793
|
-
[5f152a3 |
|
879
|
+
[5f152a3 | 2009-02-22 19:12:05 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
794
880
|
|
795
881
|
* fixed the else side of data handling to be the same as the if side
|
796
882
|
|
797
|
-
[0827e9f |
|
883
|
+
[0827e9f | 2009-02-22 19:05:36 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
798
884
|
|
799
885
|
* Fixed receive_data to be able to handle incomlete responses/lines
|
800
886
|
|
@@ -802,24 +888,24 @@
|
|
802
888
|
parsing any data received
|
803
889
|
* Added specs for testing this case
|
804
890
|
|
805
|
-
[fb5ec1e |
|
891
|
+
[fb5ec1e | 2009-02-22 18:39:06 UTC] Jayson Vaughn <jayson@onedrop.home>
|
806
892
|
|
807
893
|
* Added spec to make sure "on_call" hook is called after a session is
|
808
894
|
|
809
895
|
|
810
896
|
|
811
|
-
[0fc1d6d |
|
897
|
+
[0fc1d6d | 2009-02-22 17:42:11 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
812
898
|
|
813
899
|
* added a check of the @data array on a Command Reply to the outbound spec
|
814
900
|
|
815
|
-
[f5c5931 |
|
901
|
+
[f5c5931 | 2009-02-22 17:37:58 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
816
902
|
|
817
903
|
* Made Session more specific, changed @data to an array.
|
818
904
|
|
819
905
|
* Fixed bug where new session headers were not being added to @headers
|
820
906
|
* Modified specs to use more of the bacon dsl and fewer == test
|
821
907
|
|
822
|
-
[7461cbc |
|
908
|
+
[7461cbc | 2009-02-22 16:32:30 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
823
909
|
|
824
910
|
* Made CommandReply instances an array instance variable on Session
|
825
911
|
|
@@ -829,7 +915,7 @@
|
|
829
915
|
fire on #initiated? Sessions or a Session getting a #complete? reply
|
830
916
|
* TODO #complete? needs logic to decide whether or not it's complete
|
831
917
|
|
832
|
-
[c516f24 |
|
918
|
+
[c516f24 | 2009-02-22 16:04:22 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
833
919
|
|
834
920
|
* Modified outbound to know less about Session, made Session more
|
835
921
|
|
@@ -840,11 +926,11 @@
|
|
840
926
|
case it's split across receive_data calls
|
841
927
|
* Rewrote Outbond spec to check for a valid Session
|
842
928
|
|
843
|
-
[2fd2d22 |
|
929
|
+
[2fd2d22 | 2009-02-22 01:06:23 UTC] Jayson Vaughn <jayson@onedrop.home>
|
844
930
|
|
845
931
|
* Added more comments explaining outbound.rb
|
846
932
|
|
847
|
-
[7bf1a6f |
|
933
|
+
[7bf1a6f | 2009-02-22 00:53:24 UTC] Jayson Vaughn <jayson@onedrop.home>
|
848
934
|
|
849
935
|
* Heavy Refactor of FSR::Listener::Outbound
|
850
936
|
|
@@ -857,19 +943,19 @@
|
|
857
943
|
TODO: Now that we can chain multipule commands, need to work in
|
858
944
|
responses to commands so we can peform condition logic
|
859
945
|
|
860
|
-
[b6c51f5 |
|
946
|
+
[b6c51f5 | 2009-02-21 17:53:13 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
861
947
|
|
862
948
|
* a little magic to get the proper string, based on sendmsg being in the caller stack
|
863
949
|
|
864
|
-
[767cfb2 |
|
950
|
+
[767cfb2 | 2009-02-20 23:27:59 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
865
951
|
|
866
952
|
* ignore the .gemspec.erb file in spec_files for gem building
|
867
953
|
|
868
|
-
[412e65a |
|
954
|
+
[412e65a | 2009-02-20 23:14:54 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
869
955
|
|
870
956
|
* Removed the gemspec.erb from the spec.files list
|
871
957
|
|
872
|
-
[6c8d46a |
|
958
|
+
[6c8d46a | 2009-02-20 23:11:23 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
873
959
|
|
874
960
|
* Added rake tasks for package building
|
875
961
|
|
@@ -878,23 +964,23 @@
|
|
878
964
|
to built a compliant gemspec
|
879
965
|
* Added FSR::VERSION constant to keep track of current version
|
880
966
|
|
881
|
-
[0fcc86f |
|
967
|
+
[0fcc86f | 2009-02-20 22:21:07 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
882
968
|
|
883
969
|
* bumped version number to try and force a GH gem build
|
884
970
|
|
885
|
-
[9b7dc90 |
|
971
|
+
[9b7dc90 | 2009-02-20 22:14:58 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
886
972
|
|
887
973
|
* renamed gemspec so GH builds the gem
|
888
974
|
|
889
|
-
[444ed09 |
|
975
|
+
[444ed09 | 2009-02-20 22:14:26 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
890
976
|
|
891
977
|
* did not need gem in tree, GH builds on-the-fly from .gemspec
|
892
978
|
|
893
|
-
[b2565a7 |
|
979
|
+
[b2565a7 | 2009-02-20 22:10:32 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
894
980
|
|
895
981
|
* Renamed demo listener
|
896
982
|
|
897
|
-
[1ef570b |
|
983
|
+
[1ef570b | 2009-02-20 22:08:37 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
898
984
|
|
899
985
|
* First gem release, added minor docs to README
|
900
986
|
|
@@ -903,7 +989,7 @@
|
|
903
989
|
* Added docs to README
|
904
990
|
* Include current version gem in pkg/ for GH
|
905
991
|
|
906
|
-
[38c8615 |
|
992
|
+
[38c8615 | 2009-02-20 21:12:10 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
907
993
|
|
908
994
|
* Added specs for FSR::Listener::Outbound, removed unused methods from FSR::Listener
|
909
995
|
|
@@ -912,7 +998,7 @@
|
|
912
998
|
FSR::Listener::Outbound::CommandReply
|
913
999
|
* Added new Top-Level constant FSL which references FSR::Listener.
|
914
1000
|
|
915
|
-
[575455a |
|
1001
|
+
[575455a | 2009-02-20 17:27:32 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
916
1002
|
|
917
1003
|
* Refactored FSR::Listener::Outbound, now a module instead of a class
|
918
1004
|
|
@@ -924,15 +1010,15 @@
|
|
924
1010
|
session_initiated(FSR::Listener::Outbound::Session.new) and
|
925
1011
|
command_reply(FSR::Listener::Outbound::CommandReply.new)
|
926
1012
|
|
927
|
-
[a1a7a5a |
|
1013
|
+
[a1a7a5a | 2009-02-20 15:58:24 UTC] bougyman <bougyman@jimmy.nationwide-recovery.com>
|
928
1014
|
|
929
1015
|
* fixed error when no freeswitch install is available
|
930
1016
|
|
931
|
-
[99f328d |
|
1017
|
+
[99f328d | 2009-02-19 23:09:22 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
932
1018
|
|
933
1019
|
* this commit breaks everything done thus far. have fun
|
934
1020
|
|
935
|
-
[22023cc |
|
1021
|
+
[22023cc | 2009-02-18 23:28:32 UTC] Jayson Vaughn <jayson@onedrop.home>
|
936
1022
|
|
937
1023
|
* Changed Listener base class to a subclass of EventMachine::Connection
|
938
1024
|
|
@@ -940,38 +1026,38 @@
|
|
940
1026
|
every new connection
|
941
1027
|
* Created simple bin/oes_listener.rb to test new class
|
942
1028
|
|
943
|
-
[1cb04d1 |
|
1029
|
+
[1cb04d1 | 2009-02-18 19:50:34 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
944
1030
|
|
945
1031
|
* added FSC and FSA top-level constants, pointing to FSR::App and FSR::Cmd
|
946
1032
|
|
947
|
-
[7c68537 |
|
1033
|
+
[7c68537 | 2009-02-19 08:09:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
|
948
1034
|
|
949
1035
|
* Add FSR::Listener
|
950
1036
|
|
951
|
-
[45984f9 |
|
1037
|
+
[45984f9 | 2009-02-18 01:38:34 UTC] TJ Vanderpoel <bougy.man@gmail.com>
|
952
1038
|
|
953
1039
|
* added homepage ref in README
|
954
1040
|
|
955
|
-
[5796a3a |
|
1041
|
+
[5796a3a | 2009-02-18 01:37:13 UTC] TJ Vanderpoel <bougy.man@gmail.com>
|
956
1042
|
|
957
1043
|
* fixed specs to not care about the order of the array, but still only allow commands if they are in the expected command/application set
|
958
1044
|
|
959
|
-
[af4cda9 |
|
1045
|
+
[af4cda9 | 2009-02-17 19:45:53 UTC] Kevin Berry <kevin@opensourcealchemist.com>
|
960
1046
|
|
961
1047
|
* Add MIT License.
|
962
1048
|
|
963
|
-
[36a1227 |
|
1049
|
+
[36a1227 | 2009-02-17 19:19:54 UTC] TJ Vanderpoel <bougy.man@gmail.com>
|
964
1050
|
|
965
1051
|
* removed necessity of local freeswitch install, now gives warning when not running on a machine with a local freeswitch running
|
966
1052
|
|
967
|
-
[f5b17ca |
|
1053
|
+
[f5b17ca | 2009-02-17 18:01:27 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
968
1054
|
|
969
1055
|
* Moved FSR::Cmd::Sofia::Profile specs to it's own file
|
970
1056
|
|
971
1057
|
|
972
1058
|
Updated specs to reflect new options hash
|
973
1059
|
|
974
|
-
[d87d69d |
|
1060
|
+
[d87d69d | 2009-02-17 17:44:26 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
975
1061
|
|
976
1062
|
* Added class level commands to profile and more argument type handling
|
977
1063
|
|
@@ -980,13 +1066,13 @@
|
|
980
1066
|
* Sofia.new.profile(arguments) still works with a string, but now
|
981
1067
|
also accepts an options hash {:action => :start, :name => "foo"}
|
982
1068
|
|
983
|
-
[ace59a6 |
|
1069
|
+
[ace59a6 | 2009-02-17 16:46:47 UTC] Jayson Vaughn <jayson@onedrop.home>
|
984
1070
|
|
985
1071
|
* Refactored profile so that start, stop, etc just create
|
986
1072
|
|
987
1073
|
|
988
1074
|
|
989
|
-
[b057b46 |
|
1075
|
+
[b057b46 | 2009-02-17 00:40:36 UTC] Jayson Vaughn <jayson@onedrop.home>
|
990
1076
|
|
991
1077
|
* Refactored FSR::Cmd::Sofia::Profile and updated specs
|
992
1078
|
|
@@ -998,7 +1084,7 @@
|
|
998
1084
|
sofia.profile.stop("internal").raw
|
999
1085
|
=> "sofia profile internal stop"
|
1000
1086
|
|
1001
|
-
[4308560 |
|
1087
|
+
[4308560 | 2009-02-16 23:16:00 UTC] Jayson Vaughn <jayson@onedrop.home>
|
1002
1088
|
|
1003
1089
|
* Added FSR::Cmd::Sofia::Profile
|
1004
1090
|
|
@@ -1009,7 +1095,7 @@
|
|
1009
1095
|
|
1010
1096
|
Updated spec/cmd/sofia.rb to test Sofia::Profile
|
1011
1097
|
|
1012
|
-
[1e03eba |
|
1098
|
+
[1e03eba | 2009-02-16 22:14:30 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
1013
1099
|
|
1014
1100
|
* Added App::Fifo and specs for it
|
1015
1101
|
|
@@ -1017,22 +1103,22 @@
|
|
1017
1103
|
* Fifo << "myqueue" shortcut for Fifo.new("myqueue", "in")
|
1018
1104
|
* Fifo >> "myqueue" shortcut for Fifo.new("myqueue", "out", :wait => false)
|
1019
1105
|
|
1020
|
-
[a8fe3d7 |
|
1106
|
+
[a8fe3d7 | 2009-02-16 19:01:22 UTC] Jayson Vaughn <jayson@onedrop.home>
|
1021
1107
|
|
1022
1108
|
* Added specs for FSR::Cmd::Sofia
|
1023
1109
|
|
1024
|
-
[0c2a106 |
|
1110
|
+
[0c2a106 | 2009-02-16 18:52:24 UTC] Jayson Vaughn <jayson@onedrop.home>
|
1025
1111
|
|
1026
1112
|
* Added spec for cmd/orignate.rb
|
1027
1113
|
|
1028
1114
|
Changed Originate#raw to sort the keys on target options before adding
|
1029
1115
|
them to command. This ensures we can test on raw
|
1030
1116
|
|
1031
|
-
[55bf869 |
|
1117
|
+
[55bf869 | 2009-02-16 18:29:16 UTC] Kevin Berry <kevin@opensourcealchemist.com>
|
1032
1118
|
|
1033
1119
|
* Get better error messages for FS root path issues.
|
1034
1120
|
|
1035
|
-
[b368c5b |
|
1121
|
+
[b368c5b | 2009-02-16 18:08:34 UTC] Jayson Vaughn <jayson@onedrop.home>
|
1036
1122
|
|
1037
1123
|
* Refactored sofia command to use composition for it's features
|
1038
1124
|
|
@@ -1045,15 +1131,15 @@
|
|
1045
1131
|
|
1046
1132
|
TODO: Need to add cmd/sofia/profile.rb
|
1047
1133
|
|
1048
|
-
[33e3bc7 |
|
1134
|
+
[33e3bc7 | 2009-02-16 16:54:31 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
1049
1135
|
|
1050
1136
|
* better handling of caller_id
|
1051
1137
|
|
1052
|
-
[b0e4442 |
|
1138
|
+
[b0e4442 | 2009-02-17 07:41:56 UTC] Michael Fellinger <m.fellinger@gmail.com>
|
1053
1139
|
|
1054
1140
|
* FSR::FakeSocket - to be adapted as we need it
|
1055
1141
|
|
1056
|
-
[0405b64 |
|
1142
|
+
[0405b64 | 2009-02-16 14:59:22 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
1057
1143
|
|
1058
1144
|
* Removed fs_socket requirement from commands, refactored Cmd::Originate
|
1059
1145
|
|
@@ -1064,17 +1150,17 @@
|
|
1064
1150
|
a typecheck determines whether endpoint is an App and runs #raw, or
|
1065
1151
|
a string and just sends the string
|
1066
1152
|
|
1067
|
-
[32ba63e |
|
1153
|
+
[32ba63e | 2009-02-16 17:06:47 UTC] Michael Fellinger <m.fellinger@gmail.com>
|
1068
1154
|
|
1069
1155
|
* A little bit nicer specs
|
1070
1156
|
|
1071
|
-
[3373217 |
|
1157
|
+
[3373217 | 2009-02-15 22:04:14 UTC] Jayson Vaughn <jayson@onedrop.home>
|
1072
1158
|
|
1073
1159
|
* Added a check for args[:status] parameter to ensure it is either
|
1074
1160
|
|
1075
1161
|
|
1076
1162
|
|
1077
|
-
[d72c6c0 |
|
1163
|
+
[d72c6c0 | 2009-02-15 21:50:57 UTC] Jayson Vaughn <jayson@onedrop.home>
|
1078
1164
|
|
1079
1165
|
* Created FSR::Cmd::Sofia
|
1080
1166
|
|
@@ -1086,27 +1172,27 @@
|
|
1086
1172
|
TODO: Need to add "sofia profile" command
|
1087
1173
|
Need to add "sofia status" stand alone
|
1088
1174
|
|
1089
|
-
[43fccce |
|
1175
|
+
[43fccce | 2009-02-15 15:51:35 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
1090
1176
|
|
1091
1177
|
* * Added specs for a simple application - FSR::App::Conference
|
1092
1178
|
|
1093
1179
|
* Added convenience method FSR::App::Conference[conf_spec]
|
1094
1180
|
|
1095
|
-
[f703128 |
|
1181
|
+
[f703128 | 2009-02-15 15:14:27 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
1096
1182
|
|
1097
1183
|
* a decent view of the tree from ride-console, use with
|
1098
1184
|
|
1099
1185
|
|
1100
1186
|
|
1101
|
-
[818d52b |
|
1187
|
+
[818d52b | 2009-02-15 15:14:27 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
1102
1188
|
|
1103
1189
|
* a decent view of the tree from ride-console
|
1104
1190
|
|
1105
|
-
[00cfbd6 |
|
1191
|
+
[00cfbd6 | 2009-02-15 15:08:56 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
1106
1192
|
|
1107
1193
|
* fixed some straggling old-namespace files that were missed in the namespace refactor
|
1108
1194
|
|
1109
|
-
[4ccf214 |
|
1195
|
+
[4ccf214 | 2009-02-15 14:58:06 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
1110
1196
|
|
1111
1197
|
* * Added rakefile (from rasta) which includes everything in tasks/
|
1112
1198
|
|
@@ -1114,7 +1200,7 @@
|
|
1114
1200
|
* Added some info output to spec/helper when they don't have bacon
|
1115
1201
|
(TODO: add link for bacon source)
|
1116
1202
|
|
1117
|
-
[0a6dc32 |
|
1203
|
+
[0a6dc32 | 2009-02-15 14:33:07 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
1118
1204
|
|
1119
1205
|
* * Refactored to shorten/clean namespaces
|
1120
1206
|
|
@@ -1123,77 +1209,77 @@
|
|
1123
1209
|
* Note the spec/fsr/loading.rb, it must be maintained as new apps or
|
1124
1210
|
commands are added
|
1125
1211
|
|
1126
|
-
[907d642 |
|
1212
|
+
[907d642 | 2009-02-16 04:54:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
|
1127
1213
|
|
1128
1214
|
* Require spec/helper and use subdir
|
1129
1215
|
|
1130
|
-
[1efbd6d |
|
1216
|
+
[1efbd6d | 2009-02-15 13:53:27 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
1131
1217
|
|
1132
1218
|
* un-did the lazy rubygems require
|
1133
1219
|
|
1134
|
-
[2c4e101 |
|
1220
|
+
[2c4e101 | 2009-02-15 13:49:57 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
1135
1221
|
|
1136
1222
|
* added rubygems requirement
|
1137
1223
|
|
1138
|
-
[1f5fd24 |
|
1224
|
+
[1f5fd24 | 2009-02-15 13:46:16 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
1139
1225
|
|
1140
1226
|
* added spec for a couple fsR module methods
|
1141
1227
|
|
1142
|
-
[6351bab |
|
1228
|
+
[6351bab | 2009-02-16 04:33:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
|
1143
1229
|
|
1144
1230
|
* Require freeswitcher in spec/helper
|
1145
1231
|
|
1146
|
-
[66510ae |
|
1232
|
+
[66510ae | 2009-02-16 04:31:55 UTC] Michael Fellinger <m.fellinger@gmail.com>
|
1147
1233
|
|
1148
1234
|
* Add spec/helper.rb
|
1149
1235
|
|
1150
|
-
[a3f373d |
|
1236
|
+
[a3f373d | 2009-02-16 04:30:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
|
1151
1237
|
|
1152
1238
|
* support absolute paths and load all applications
|
1153
1239
|
|
1154
|
-
[fb2d4ab |
|
1240
|
+
[fb2d4ab | 2009-02-15 13:01:58 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
1155
1241
|
|
1156
1242
|
* added conference application, fixed originate when you send an extension instead of application (target_opts)
|
1157
1243
|
|
1158
|
-
[0ec0026 |
|
1244
|
+
[0ec0026 | 2009-02-16 02:36:06 UTC] Michael Fellinger <m.fellinger@gmail.com>
|
1159
1245
|
|
1160
1246
|
* Some more refactoring
|
1161
1247
|
|
1162
|
-
[fc399cb |
|
1248
|
+
[fc399cb | 2009-02-15 22:14:41 UTC] Michael Fellinger <m.fellinger@gmail.com>
|
1163
1249
|
|
1164
1250
|
* Start using Pathname
|
1165
1251
|
|
1166
|
-
[70b57a3 |
|
1252
|
+
[70b57a3 | 2009-02-15 21:03:08 UTC] Michael Fellinger <m.fellinger@gmail.com>
|
1167
1253
|
|
1168
1254
|
* Remove (null).rb
|
1169
1255
|
|
1170
|
-
[34421cd |
|
1256
|
+
[34421cd | 2009-02-15 20:57:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
|
1171
1257
|
|
1172
1258
|
* Easier load methods
|
1173
1259
|
|
1174
|
-
[89a7ba5 |
|
1260
|
+
[89a7ba5 | 2009-02-15 05:38:59 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
1175
1261
|
|
1176
1262
|
* * Added Applications module, mimicks Commands module, for
|
1177
1263
|
|
1178
1264
|
* Refactored Originate to use an Application class
|
1179
1265
|
|
1180
|
-
[a02c9a3 |
|
1266
|
+
[a02c9a3 | 2009-02-14 22:29:45 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
1181
1267
|
|
1182
1268
|
* renamed #command_text to #raw, shorter and sweeter (thedonvaughn suggestion)
|
1183
1269
|
|
1184
|
-
[63762c9 |
|
1270
|
+
[63762c9 | 2009-02-14 22:27:36 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
1185
1271
|
|
1186
1272
|
* woops, messed up the conf and db paths, fixed
|
1187
1273
|
|
1188
|
-
[49c8bf5 |
|
1274
|
+
[49c8bf5 | 2009-02-14 22:21:17 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
1189
1275
|
|
1190
1276
|
* added a search for the freeswitch install in FS_INTSALL_PATHS to figure out where freeswitch is installed
|
1191
1277
|
|
1192
|
-
[d953804 |
|
1278
|
+
[d953804 | 2009-02-14 22:12:32 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
1193
1279
|
|
1194
1280
|
* changed FS_ROOT to standard /usr/local/freeswitch location
|
1195
1281
|
|
1196
|
-
[9804dfb |
|
1282
|
+
[9804dfb | 2009-02-14 21:13:04 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
1197
1283
|
|
1198
1284
|
* * Refactored originate to more closely model FS originate,
|
1199
1285
|
|
@@ -1201,15 +1287,15 @@
|
|
1201
1287
|
* Made command_text its own method, so run only sends the command_text
|
1202
1288
|
return string to the fs event socket
|
1203
1289
|
|
1204
|
-
[8ae592b |
|
1290
|
+
[8ae592b | 2009-02-14 17:41:39 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
1205
1291
|
|
1206
1292
|
* added defaults to FreeSwitcher callerid and such
|
1207
1293
|
|
1208
|
-
[8797be8 |
|
1294
|
+
[8797be8 | 2009-02-14 17:22:31 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
1209
1295
|
|
1210
1296
|
* pulled duplicated code for setting table name
|
1211
1297
|
|
1212
|
-
[d0994c7 |
|
1298
|
+
[d0994c7 | 2009-02-14 17:16:27 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
1213
1299
|
|
1214
1300
|
* * Began mapping of Free Switch database
|
1215
1301
|
|
@@ -1227,7 +1313,7 @@
|
|
1227
1313
|
irb(main):003:0> FreeSwitcher::Database::Core::Complete.all.size
|
1228
1314
|
=> 51
|
1229
1315
|
|
1230
|
-
[9644f6f |
|
1316
|
+
[9644f6f | 2009-02-14 16:05:35 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
1231
1317
|
|
1232
1318
|
* * db/init is meant to initialize the db, had to sort out permissions on
|
1233
1319
|
|
@@ -1257,19 +1343,19 @@
|
|
1257
1343
|
D, [2009-02-14T10:11:38.093333 #4123] DEBUG -- : saying bgapi originate {ignore_early_media=true,origination_timeout=15}sofia/gateway/carlos/6666 &bridge(user/bougyman)
|
1258
1344
|
=> {"Job-UUID"=>"b2677f8a-9ba7-42f6-9422-65f09b9c3762", "body"=>"", "Content-Type"=>"command/reply", "Reply-Text"=>"+OK Job-UUID: b2677f8a-9ba7-42f6-9422-65f09b9c3762"}
|
1259
1345
|
|
1260
|
-
[e120547 |
|
1346
|
+
[e120547 | 2009-02-14 02:47:46 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
1261
1347
|
|
1262
1348
|
* New Command structure
|
1263
1349
|
|
1264
|
-
[b5cc476 |
|
1350
|
+
[b5cc476 | 2009-02-14 02:21:07 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
1265
1351
|
|
1266
1352
|
* Adding FreeSwitcher::Log
|
1267
1353
|
|
1268
|
-
[e93e462 |
|
1354
|
+
[e93e462 | 2009-02-14 02:20:14 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
1269
1355
|
|
1270
1356
|
* Move InboundEventSocket to CommandSocket
|
1271
1357
|
|
1272
|
-
[bc83ac5 |
|
1358
|
+
[bc83ac5 | 2009-02-13 18:20:22 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
1273
1359
|
|
1274
1360
|
* * Changed order of default requires to put commands last
|
1275
1361
|
|
@@ -1277,92 +1363,92 @@
|
|
1277
1363
|
Originate
|
1278
1364
|
* Renamed the 'send' method to 'say' in EventSocket for clarity
|
1279
1365
|
|
1280
|
-
[154e909 |
|
1366
|
+
[154e909 | 2009-02-12 22:36:25 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
1281
1367
|
|
1282
1368
|
* refactored includes so they load properly. rewrote FreeSwitcher::Commands.register and .list
|
1283
1369
|
|
1284
|
-
[1c8a642 |
|
1370
|
+
[1c8a642 | 2009-02-12 17:28:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
|
1285
1371
|
|
1286
1372
|
* Clean up lib/ a bit
|
1287
1373
|
|
1288
|
-
[2416d4b |
|
1374
|
+
[2416d4b | 2009-02-12 01:15:22 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
1289
1375
|
|
1290
1376
|
* renamed method to include all of its functionality
|
1291
1377
|
|
1292
|
-
[290dcc6 |
|
1378
|
+
[290dcc6 | 2009-02-12 01:11:56 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
1293
1379
|
|
1294
1380
|
* finished parsing in EventSocket without sending to Event.from
|
1295
1381
|
|
1296
|
-
[068f7f3 |
|
1382
|
+
[068f7f3 | 2009-02-12 00:23:09 UTC] Jayson Vaughn <vaughn.jayson@gmail.com>
|
1297
1383
|
|
1298
1384
|
* Return the body, not just the header in event_socket.rb
|
1299
1385
|
|
1300
|
-
[66ccf4f |
|
1386
|
+
[66ccf4f | 2009-02-11 22:21:05 UTC] TJ Vanderpoel <bougy.man@gmail.com>
|
1301
1387
|
|
1302
1388
|
* removed web branch
|
1303
1389
|
|
1304
|
-
[3223431 |
|
1390
|
+
[3223431 | 2009-02-11 21:44:54 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
1305
1391
|
|
1306
1392
|
* removed irb history file, added full path spec to library includes
|
1307
1393
|
|
1308
|
-
[b889e58 |
|
1394
|
+
[b889e58 | 2009-02-11 21:44:18 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
1309
1395
|
|
1310
1396
|
* removed irb history file, added full path spec to library includes
|
1311
1397
|
|
1312
|
-
[c3798a1 |
|
1398
|
+
[c3798a1 | 2009-02-11 21:28:49 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
1313
1399
|
|
1314
1400
|
* added fully qualified path to the require of event
|
1315
1401
|
|
1316
|
-
[ef29cea |
|
1402
|
+
[ef29cea | 2009-02-11 21:16:06 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
1317
1403
|
|
1318
1404
|
* removed the rest of ride
|
1319
1405
|
|
1320
|
-
[6102073 |
|
1406
|
+
[6102073 | 2009-02-11 21:15:18 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
1321
1407
|
|
1322
1408
|
* removed ride from tree
|
1323
1409
|
|
1324
|
-
[8cdd8f1 |
|
1410
|
+
[8cdd8f1 | 2009-02-11 21:13:51 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
1325
1411
|
|
1326
1412
|
* unneded ride files
|
1327
1413
|
|
1328
|
-
[b01400e |
|
1414
|
+
[b01400e | 2009-02-11 21:11:44 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
1329
1415
|
|
1330
1416
|
* should not have been in the tree
|
1331
1417
|
|
1332
|
-
[b712888 |
|
1418
|
+
[b712888 | 2009-02-11 21:11:07 UTC] bougyman <bougyman@hellspass.nationwide-recovery.com>
|
1333
1419
|
|
1334
1420
|
* Added ramaze tree to hold configurator and sequel models
|
1335
1421
|
|
1336
|
-
[cfe4d14 |
|
1422
|
+
[cfe4d14 | 2009-02-11 01:10:27 UTC] Jayson Vaughn <vaughn.jayson@gmail.com>
|
1337
1423
|
|
1338
1424
|
* s/return_result/response
|
1339
1425
|
|
1340
|
-
[9304554 |
|
1426
|
+
[9304554 | 2009-02-11 01:00:07 UTC] Jayson Vaughn <vaughn.jayson@gmail.com>
|
1341
1427
|
|
1342
1428
|
* Moved FreeSwitcher::Event into lib
|
1343
1429
|
|
1344
1430
|
Created FreeSwitcher::EventSocket base class
|
1345
1431
|
Created FreeSwitcher::InboundEventSocket
|
1346
1432
|
|
1347
|
-
[2f31803 |
|
1433
|
+
[2f31803 | 2009-02-09 18:11:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
|
1348
1434
|
|
1349
1435
|
* More EM, no Threads
|
1350
1436
|
|
1351
|
-
[8f20e9c |
|
1437
|
+
[8f20e9c | 2009-02-09 00:57:08 UTC] Jayson Vaughn <vaughn.jayson@gmail.com>
|
1352
1438
|
|
1353
1439
|
* Added a controller on port 9000. Anything you send to port 9000 will be
|
1354
1440
|
|
1355
1441
|
|
1356
1442
|
|
1357
|
-
[303a136 |
|
1443
|
+
[303a136 | 2009-02-09 06:42:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
|
1358
1444
|
|
1359
1445
|
* s/Response/Event/
|
1360
1446
|
|
1361
|
-
[71fc503 |
|
1447
|
+
[71fc503 | 2009-02-09 06:35:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
|
1362
1448
|
|
1363
1449
|
* Initial bin/freeswitcher
|
1364
1450
|
|
1365
|
-
[966b75f |
|
1451
|
+
[966b75f | 2009-02-07 14:36:57 UTC] TJ Vanderpoel <bougy.man@gmail.com>
|
1366
1452
|
|
1367
1453
|
* initial tree
|
1368
1454
|
|