lib/adhearsion/generators/app/templates/config/adhearsion.rb in adhearsion-2.4.0.beta1 vs lib/adhearsion/generators/app/templates/config/adhearsion.rb in adhearsion-2.4.0.beta2

- old
+ new

@@ -20,11 +20,11 @@ config.development do |dev| dev.platform.logging.level = :debug end ## - # Use with Rayo (eg Voxeo PRISM) + # Use with Rayo (eg Voxeo PRISM or FreeSWITCH mod_rayo) # # config.punchblock.username = "" # Your XMPP JID for use with Rayo # config.punchblock.password = "" # Your XMPP password ## @@ -34,10 +34,12 @@ # config.punchblock.username = "" # Your AMI username # config.punchblock.password = "" # Your AMI password # config.punchblock.host = "127.0.0.1" # Your AMI host ## - # Use with FreeSWITCH + # 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 = "" # Your Inbound EventSocket password # config.punchblock.host = "127.0.0.1" # Your IES host end