Files | Admin

Notes:

Release Name: FreeSWITCHeR 0.1.4

Notes:
FreeSWITCHeR 0.1.4 has been released!

* Documentation has been updated
* Many bug fixes
* New proc based state machine implemented!


Changes: commit 1faf55f930a5d785a0c029a4e5d36b53854350be Author: Jayson Vaughn <jayson@onedrop.(none)> Date: Mon May 11 11:44:51 2009 -0500 Updated gemspec for 0.1.4 commit 011a3e675a3707be2b805cb75d82f07b2330a92f Author: Jayson Vaughn <jayson@onedrop.(none)> Date: Mon May 11 11:43:14 2009 -0500 Sync changes with Master Version Bump 0.1.4 commit f0365098b18fe739283f7ff3deba899c171c9039 Author: Jayson Vaughn <jayson@onedrop.(none)> Date: Mon May 11 11:36:04 2009 -0500 Version 0.1.4 commit a110dc6b10369456c03065f5555d076d3ecfb669 Author: Jayson Vaughn <jayson@onedrop.(none)> Date: Mon May 11 11:12:17 2009 -0500 Corrected typos in README commit da6d9638de17ab6992a8512220c113f84ed01153 Author: Jayson Vaughn <jayson@onedrop.(none)> Date: Mon May 11 11:00:35 2009 -0500 Removed 'puts $LOAD_PATH.inspect' commit 5fd154dcbc8cfb57e417649e2ba3264118db80c5 Author: Jayson Vaughn <jayson@onedrop.(none)> Date: Mon May 11 10:57:36 2009 -0500 Updated README Updated examples/ dir commit 981d6bb732ed07391ed2439d7a65bef607a0370f Author: Jayson Vaughn <jayson@onedrop.(none)> Date: Mon May 11 10:42:27 2009 -0500 Updating README Added examples/outbound_event_socket.rb commit 2d2fdb5d6c08429313b5ef5ba0fe9aa0f2b670d9 Author: TJ Vanderpoel <bougy.man@gmail.com> Date: Tue May 5 07:32:35 2009 -0500 added some yard documentation commit 0e72f02d9fd25537103922adcbfd156e3cee531f Author: TJ Vanderpoel <bougy.man@gmail.com> Date: Mon May 4 17:15:48 2009 -0500 fixed broken tasks, tested all tasks commit 8e6f7e8734f298869d269b11414c9649b44af42c Author: TJ Vanderpoel <bougy.man@gmail.com> Date: Mon May 4 16:38:28 2009 -0500 updated package building and added a bunch of convenience tasks commit 8b94e178361981eaf0bad1cb20c019fe5e7caa1f Author: Jayson Vaughn <jayson@onedrop.home> Date: Mon May 4 15:31:56 2009 -0500 Changed @state to @queue. @queue holds the blocks ready to be #call'd commit 54e2702592933e90a2fe35f3c3bfe796c2d208c3 Author: TJ Vanderpoel <bougy.man@gmail.com> Date: Mon May 4 15:04:25 2009 -0500 Changed state machine Please look at examples/new_state_machine_test.rb commit 0f134f24fd35c0560f153aa837ce70a80d483b54 Author: Jayson Vaughn <jayson@onedrop.home> Date: Sun May 3 15:07:27 2009 -0500 No longer 100% necessary to override receive_reply method so I removed the FSR::Log.warn commit f70a43c328732d547baf1b333d739973822b393b Author: Jayson Vaughn <jayson@onedrop.home> Date: Sun May 3 14:53:06 2009 -0500 Added a different way to keep state. cmd do playback 'blah' cmd do bridge 'blah' end end