hu
unread,Jan 6, 2009, 4:53:59 AM1/6/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Adhearsion
this code doesn't work at all:
events.asterisk.hungup_call.each do |event|
puts "!!!!!! event hungup !!!!"
end
i found that :
in "events_support.rb" line 32, that is : /asterisk/hungup_call
but in "agi_server.rb" line 38, that is :
Events.trigger [:asterisk, :call_hangup], hungup_call.call
i think it's a bug.