Sha256: 892feaa2f87470688ba887fb35547cd6649639d25e94b53930fd06df53883477

Contents?: true

Size: 1.08 KB

Versions: 2

Compression:

Stored size: 1.08 KB

Contents

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)
	This release have minor a minor change.
	There have an example file in examples/call_log.rb
	You can use call_log.rb to keep your incoming call history in syslog.

1.0.0 (2006-01-08)
	This is the first stable version of ruby-agi

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ruby-agi-1.1.0 Release-Notes
ruby-agi-2.0.0 Release-Notes