Skip to content

Commit

Permalink
[CS] EventSocket support is deprecated, remove config template
Browse files Browse the repository at this point in the history
  • Loading branch information
benlangfeld committed Jan 22, 2014
1 parent 2054808 commit 712c9b4
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions lib/adhearsion/generators/app/templates/adhearsion.erb
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,4 @@ Adhearsion.config do |config|
# config.punchblock.username = "manager" # Your AMI username
# config.punchblock.password = "password" # Your AMI password
# config.punchblock.host = "asterisk.local-dev.mojolingo.com" # Your AMI host

<% unless options[:empty] %>
##
# Use with FreeSWITCH via EventSocket
#
# This configuration is no longer recommended and mod_rayo is preferred
#
# config.punchblock.platform = :freeswitch # Use FreeSWITCH
# config.punchblock.password = "ClueCon" # Your Inbound EventSocket password
# config.punchblock.host = "freeswitch.local-dev.mojolingo.com" # Your IES host
<% end %>
end

0 comments on commit 712c9b4

Please sign in to comment.