README in freeswitcher-0.0.9 vs README in freeswitcher-0.0.10
- old
+ new
@@ -46,10 +46,10 @@
def session_initiated(session)
number = session.headers[:caller_caller_id_number] # Grab the inbound caller id
FSR::Log.info "*** Answering incoming call from #{number}"
answer # Answer the call
- set "hangup_after_bridge=true" # Set a variable
+ set("hangup_after_bridge", "true")# Set a variable
speak 'Hello, This is your phone switch. Have a great day' # use mod_flite to speak
hangup # Hangup the call
end
end