Sha256: 6c61165cbf7a15c11600cd9f97f7ed94b5bdbe9cd5bdd144b6743012de0b684c

Contents?: true

Size: 422 Bytes

Versions: 7

Compression:

Stored size: 422 Bytes

Contents

# -*- encoding: UTF-8 -*-

module CSD
  module Application
    module I2conf
      
      CONFIG_EXAMPLE = %{
<interface>eth0</interface>
<use_udp>true</use_udp>
<use_tcp>false</use_tcp>
<sip_identity>
  <uri>mcu@carenet-se.se</uri>
  <local_port>5060</local_port>
  <register>true</register>
  <username>mcu</username>
  <password>YOURPASSWORD</password>
  <realm>carenet-se.se</realm>
</sip_identity>}

    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
csd-0.3.3 lib/csd/application/i2conf/config_example.rb
csd-0.3.2 lib/csd/application/i2conf/config_example.rb
csd-0.3.1 lib/csd/application/i2conf/config_example.rb
csd-0.3.0 lib/csd/application/i2conf/config_example.rb
csd-0.2.2 lib/csd/application/i2conf/config_example.rb
csd-0.2.1 lib/csd/application/i2conf/config_example.rb
csd-0.2.0 lib/csd/application/i2conf/config_example.rb