Notes:
New exciting release of FreeSWITCHeR 0.1.3
This includes a new state machine!
Changes:
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
commit a4b9832b67967861a934a514f17bf92c76db6662
Author: TJ Vanderpoel <bougy.man@gmail.com>
Date: Sat May 2 17:00:37 2009 -0500
upped version and built new gemspec
commit 202d05b0afe05d92603476f903488d678d85f2b1
Author: TJ Vanderpoel <bougy.man@gmail.com>
Date: Sat May 2 17:00:05 2009 -0500
moved limit to FSR::App where it belonged
commit 17fa4e68ddd777c04dd89c61f48d12059f66daff
Author: TJ Vanderpoel <bougy.man@gmail.com>
Date: Sat May 2 16:46:50 2009 -0500
upped version and built new gem
commit 93220f3361e42e2c7d222917abc6ad36268721ff
Author: TJ Vanderpoel <bougy.man@gmail.com>
Date: Sat May 2 16:46:16 2009 -0500
added limit command
commit 4b918cdc7bcc34067db98f857d6c325f2da8bac6
Author: TJ Vanderpoel <bougy.man@gmail.com>
Date: Sat May 2 16:12:18 2009 -0500
upped version and built new gemspec
commit 159f9785406d9ac081f379602657c2de6b15d582
Author: TJ Vanderpoel <bougy.man@gmail.com>
Date: Sat May 2 16:11:40 2009 -0500
added #next_step to manually increment state machine
commit 738e6dae2a5ce640a5c5b7869e8a559486031e2a
Author: TJ Vanderpoel <bougy.man@gmail.com>
Date: Sat May 2 16:02:46 2009 -0500
upped version and made new gemspec
commit faf4c5ab6612b77d6620bdcf944bb8b1514d5a5b
Author: TJ Vanderpoel <bougy.man@gmail.com>
Date: Sat May 2 16:00:53 2009 -0500
added Cmd::Calls and a Model::Call to describe call data
commit 8ef6196b1461556265e4e1fa3243535cbb6b8614
Author: TJ Vanderpoel <bougy.man@gmail.com>
Date: Thu Apr 30 15:48:12 2009 -0500
Added FSR::App::PlayAndGetDigits
Fixed Hash#strip_value_newlines to be compat with Ruby 1.8.6 and Ruby
1.9.1
Updated specs for FSR::App::PlayAndGetDigits
|