Files | Admin

Notes:

Release Name: FreeSWITCHeR 0.4.0

Notes:
FreeSWITCheR 0.4.0 is now released!  The premier Ruby framework for building FreeSWITCH applications.

Many bug fixes.

Important feature:
Now Ruby 1.9.1 compat




Changes: ommit 6b589a341cbe302175b7e50ba6a3962b697f0085 Author: Jayson Vaughn <vaughn.jayson@gmail.com> Date: Wed Jun 3 18:13:15 2009 -0500 Version 0.4.0 commit 55753af56f89cf7815cb98e58992a006f77e8dd9 Author: Jayson Vaughn <vaughn.jayson@gmail.com> Date: Wed Jun 3 18:10:22 2009 -0500 Updated outbound_event_socket.rb example commit 234a17e2e7381f607375da47eb55e518274aa211 Author: Jayson Vaughn <vaughn.jayson@gmail.com> Date: Wed Jun 3 18:01:56 2009 -0500 Refactored api to be a method of FSR::Listener::Outbound commit 0bc89737cb1b8c3a636705cbab92196f9c55d176 Author: Jayson Vaughn <vaughn.jayson@gmail.com> Date: Wed Jun 3 16:55:02 2009 -0500 Added FSR::App::Api commit 9d2cc4151870a823daa02cb12c2003460519270d Author: Jayson Vaughn <jayson@onedrop.(none)> Date: Sat May 30 13:49:08 2009 -0500 Made some changes so FSR is Ruby 1.9.1 compat * Check class for HeaderAndContentProtocol#content * Monkey patched, unfortunately, String class with alias :each * :each_line compat with EventMachine commit a40e1ed95a1a34d7eb71d213c4c70ffb232287e6 Author: Jayson Vaughn <jayson@onedrop.(none)> Date: Sat May 30 13:10:35 2009 -0500 Corrected typo in examples/outbound_event_socket.rb commit 0a3f680c760ab50dcf10f06cc16074ff56c570de Author: Jayson Vaughn <jayson@onedrop.(none)> Date: Fri May 29 11:15:15 2009 -0500 Added .to_s at end of Dir[load_path.join("*.rb").to_s] for Ruby 1.9.1 compat commit f267c17578fc66e3d285b41fce777bd0088f3ff1 Author: Jayson Vaughn <jayson@onedrop.(none)> Date: Wed May 27 15:49:27 2009 -0500 Updated header_and_content specs commit 922db18f1be46a40f98cf0b53db47aa84a91300e Merge: 19ee736... 5be4271... Author: TJ Vanderpoel <bougy.man@gmail.com> Date: Sat May 23 13:34:30 2009 -0500 Merge branch 'master' of rubyists.com:/gits/freeswitcher commit 19ee736c1fd7095b5812e07a4b917b9db8f92c5c Author: TJ Vanderpoel <bougy.man@gmail.com> Date: Sat May 23 13:34:18 2009 -0500 Change example and readme to match what is demoed at sip:8084@falcon.rubyists.com commit 5be42715eaecff0ba252d836a4431f81aac723a1 Author: freeswitch <freeswitch@falcon.(none)> Date: Tue May 19 16:02:09 2009 -0400 try to load log4r for logging (Logger buffers, bugs with runit services), fall back to Logger from stdlib if log4r not found commit 921251a2a5bc4f86edf80b6c78dd560b7c7b2150 Author: freeswitch <freeswitch@falcon.(none)> Date: Tue May 19 15:13:47 2009 -0400 reverted regression to listeners, back to functional commit eb72db498d868cc8fedb3cc5cc9eda8be6ea3d7d Author: TJ Vanderpoel <bougy.man@gmail.com> Date: Tue May 19 10:15:04 2009 -0500 changed spacing in content#find commit c275898273b608d1aa183a3b60915446698bfe3c Author: TJ Vanderpoel <bougy.man@gmail.com> Date: Tue May 19 10:12:39 2009 -0500 improve the regex for matching a header: value in content of HeaderAndContentResponse commit 4bfaf24d658429c39a87b95cedf740d4c518eb6a Author: Michael Fellinger <m.fellinger@gmail.com> Date: Wed May 20 00:05:07 2009 +0900 headers/content come in as Array commit 5640b6fa6c469cd196eb6c9b57e1a49691bb4836 Author: Michael Fellinger <m.fellinger@gmail.com> Date: Tue May 19 23:54:42 2009 +0900 Fix the listener/outbound spec commit 29527e2a310ea3e2950565339df65debea7e746b Author: Michael Fellinger <m.fellinger@gmail.com> Date: Tue May 19 18:20:24 2009 +0900 Minor cleanup commit 38b98fabda9350413fec1df7f0e5f07d53e589d9 Author: Michael Fellinger <m.fellinger@gmail.com> Date: Tue May 19 16:04:41 2009 +0900 Add some more outbound specs and refactor commit 817e731d4c6b37fa844a387c9e055d67ecb3739b Author: Michael Fellinger <m.fellinger@gmail.com> Date: Tue May 19 16:04:22 2009 +0900 Add HeaderAndContentResponse subclass that will take care of parsing the content if it should be parsed commit d44c3f09364144f40707263ef6bd0e880037cafa Author: Michael Fellinger <m.fellinger@gmail.com> Date: Tue May 19 15:45:48 2009 +0900 Minor refactor and some more specs for inbound listener commit 4f945e5059c2a5954d72f04b8a529473e0bc7858 Author: Michael Fellinger <m.fellinger@gmail.com> Date: Tue May 19 15:28:53 2009 +0900 Refactor and basic specs of HeaderAndContentResponse, integration with inbound/outbound follow commit e3c31423d4c3f364157603e0ca5af725a7a177b9 Author: Michael Fellinger <m.fellinger@gmail.com> Date: Tue May 19 14:29:21 2009 +0900 A little bit less annoying require_relative look-alike