Release-Notes in ruby-agi-1.0.2 vs Release-Notes in ruby-agi-1.1.0

- old
+ new

@@ -1,4 +1,13 @@ +1.1.0 (2006-01-17) + addition of method 'jump_to' + jump_to would take three arguments ex. jump_to(context, extension, priority) + enhanced callerid, calleridname and calleridnumber. calleridnumber is an addtional method to this release. + Regardless of Asterisk version above three caller variables would return uniform value. + Such as, callerid would return "John Smith" <1234567890> or empty string, if unidentified + calleridnumber would return number part of callerid (as string) ex. 1234567890 or empty string, if unidentified + calleridname would return name part of callerid ex. John Smith or emtpy string, if unidentified + 1.0.2 (2006-01-09) Because of a yaml bug in ruby-1.8.3, rubyforge server doesn't support any package that were built on ruby-1.8.3 This version is basically re-build of version 1.0.1 on ruby-1.8.4 instead of ruby-1.8.3 1.0.1 (2006-01-08)