Files | Admin

Notes:

Release Name: FreeSWITCHeR 0.0.11

Notes:
FreeSWITCHeR - 0.0.0.11 Released!

After much demand;  You can now read DTMF input!

Please check out the examples/ directory as well as the README.


Changes: commit 24ff9bd7c9204a3a01990f72e272fe31e1212733 Author: Jayson Vaughn <jayson@onedrop.home> Date: Thu Apr 16 08:00:54 2009 -0500 Moved bin to examples Bumped version to 0.0.11 Updated README to show how to use 'step' commit 539461259e62a550f18bebfae66833a627ec0e70 Author: foo <jvaughn@hellspass.nationwide-recovery.com> Date: Thu Apr 16 07:51:32 2009 -0500 Added the ability for receive_reply to keep state. A user can now read input and act on that response. Please look at bin/dtmf_test.rb for example commit 4cb50029d20327c9f256828fbbe9bacceefcdced Author: Jayson Vaughn <jayson@onedrop.home> Date: Wed Apr 15 09:51:13 2009 -0500 Removed #wait_for_reply commit c63fce90e3c4e595d7fa29d8cd38bced438ea294 Author: Jayson Vaughn <jayson@onedrop.home> Date: Wed Apr 15 09:37:21 2009 -0500 Added Fsr::Listener::Outbound#wait_for_reply commit b09939be1e3b301c2212a03c0b840881c911e992 Author: Jayson Vaughn <jayson@onedrop.home> Date: Wed Apr 15 09:15:29 2009 -0500 Made sure to use #to_s on session.headers[:event_calling_function] incase it is nil commit 8b75ddc3efe6db75d7b68cb864628175a9a55d8c Author: Jayson Vaughn <jayson@onedrop.home> Date: Wed Apr 15 09:12:51 2009 -0500 Added FSR::Listener::Outbound#update_session to update session variables commit ea36a2fb12f5f9798538c8e3484c907d3c9d952d Author: Jayson Vaughn <jayson@onedrop.home> Date: Wed Apr 15 08:45:02 2009 -0500 Corrected typo in FSR::App::UuidDump#initialize commit 85086b66428a9ad57fba7501bf0beb4da0899839 Author: Jayson Vaughn <jayson@onedrop.home> Date: Wed Apr 15 08:41:46 2009 -0500 Added FSR::App::UuidSetVar Added FSR::App::UuidDump commit 7ab872715b20b887dd56d996f5cbd231b7d1398f Author: Jayson Vaughn <jayson@onedrop.home> Date: Wed Apr 15 08:29:34 2009 -0500 Corrected typo in FSR::App::UuidGetVar commit e732be4d1b786cdf4c7eeae9fb1f8435529cefd7 Author: Jayson Vaughn <jayson@onedrop.home> Date: Wed Apr 15 08:09:10 2009 -0500 Added FSR::App::UuidGetVar * use uuid_getvar("uuid", "varaible") to retreive a channel variable commit 8b3b3a47e34eed98f267f6bb9089abe883f96b77 Author: Jayson Vaughn <jayson@onedrop.home> Date: Tue Apr 14 16:47:05 2009 -0500 FSR::App::Read#sendmsg now joins arguments using " " not "|" :) commit 01d9867172e7b599308ba3e727b660ebb4a7017f Author: Jayson Vaughn <jayson@onedrop.home> Date: Tue Apr 14 15:47:35 2009 -0500 Added event-lock to FSR::App::Read by default to #sendmsg commit 654f036267925c924c8f47117e42c788680a99b4 Author: Jayson Vaughn <jayson@onedrop.home> Date: Tue Apr 14 15:39:49 2009 -0500 Added FSR::App::Read to read DTMF input commit fd827b6e3980974b8bda64451e5045439259692d Author: Mikael Bjerkeland <mikael@consoll.no> Date: Tue Apr 14 14:23:43 2009 +0200 We should inherit the dialplan and context we had before and not revert to XML default commit c093ad3f5f55557b76fdebf4fd86f5a54e689be2 Author: Mikael Bjerkeland <mikael@consoll.no> Date: Tue Apr 14 10:08:11 2009 +0200 Small clean-ups Better test coverage commit ad46f8a2af51f59972670892284764c332654dbe Author: TJ Vanderpoel <bougy.man@gmail.com> Date: Sat Apr 11 16:39:04 2009 -0500 added spec for FSA::Set