Advertisement
Guest User

Untitled

a guest
May 2nd, 2018
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.68 KB | None | 0 0
  1. accounts:
  2.   - id: IP2IP
  3.     alias: IP2IP
  4.     enable: true
  5.     type: SIP
  6.     allCodecs: 1/2/3/4/5/6/7/8/9/10/11/
  7.     mailbox: ""
  8.     autoAnswer: false
  9.     activeCallLimit: -1
  10.     ringtoneEnabled: true
  11.     ringtonePath: /usr/share/ring/ringtones/default.wav
  12.     hasCustomUserAgent: false
  13.     useragent: Ring/3.0.0
  14.     displayName: ""
  15.     hostname: ""
  16.     upnpEnabled: false
  17.     audioPortMax: 32766
  18.     audioPortMin: 16384
  19.     dtmfType: overrtp
  20.     interface: default
  21.     publishAddr: ""
  22.     publishPort: 5060
  23.     sameasLocal: true
  24.     videoEnabled: true
  25.     videoPortMax: 65534
  26.     videoPortMin: 49152
  27.     stunEnabled: false
  28.     stunServer: ""
  29.     turnEnabled: false
  30.     turnServer: ""
  31.     turnServerUserName: ""
  32.     turnServerPassword: ""
  33.     turnServerRealm: ""
  34.     port: 5060
  35.     username: ""
  36.     credential:
  37.       - Account.password: ""
  38.         Account.realm: "*"
  39.         Account.username: ""
  40.     keepAlive: false
  41.     presenceModuleEnabled: false
  42.     presencePublishSupported: false
  43.     presenceSubscribeSupported: false
  44.     registrationexpire: 60
  45.     serviceRoute: ""
  46.     tls:
  47.       calist: ""
  48.       certificate: ""
  49.       password: ""
  50.       privateKey: ""
  51.       enable: false
  52.       tlsPort: 5061
  53.       verifyClient: true
  54.       verifyServer: false
  55.       requireCertif: true
  56.       timeout: 2
  57.       ciphers: ""
  58.       method: TLSv1
  59.       server: ""
  60.     srtp:
  61.       keyExchange: ""
  62.       rtpFallback: false
  63. preferences:
  64.   historyLimit: 0
  65.   historyMaxCalls: 20
  66.   md5Hash: false
  67.   order: IP2IP/
  68.   portNum: 5060
  69.   registrationexpire: 180
  70.   searchBarDisplay: true
  71.   zoneToneChoice: North America
  72. voipPreferences:
  73.   playDtmf: true
  74.   playTones: true
  75.   pulseLength: 250
  76.   symmetric: true
  77.   zidFile: ""
  78. hooks:
  79.   numberAddPrefix: ""
  80.   sipEnabled: false
  81.   urlCommand: x-www-browser
  82.   urlSipField: X-ring-url
  83. audio:
  84.   alsa:
  85.     cardIn: 0
  86.     cardOut: 0
  87.     cardRing: 0
  88.     plugin: default
  89.     smplRate: 44100
  90.   alwaysRecording: false
  91.   audioApi: pulseaudio
  92.   automaticGainControl: false
  93.   captureMuted: false
  94.   noiseReduce: false
  95.   playbackMuted: false
  96.   pulse:
  97.     devicePlayback: ""
  98.     deviceRecord: ""
  99.     deviceRingtone: ""
  100.   recordPath: ""
  101.   volumeMic: 1
  102.   volumeSpkr: 1
  103. video:
  104.   decodingAccelerated: true
  105.   devices:
  106.     - framerate: 30
  107.       channel: Camera 1
  108.       name: "Integrated Camera: Integrated C"
  109.       video_size: 960x540
  110.     - framerate: 30
  111.       channel: Camera 1
  112.       video_size: 800x600
  113.       name: Logitech BRIO
  114.     - framerate: 30
  115.       name: Integrated Camera
  116.       video_size: 960x540
  117.       channel: Camera 1
  118. shortcuts:
  119.   hangUp: ""
  120.   pickUp: ""
  121.   popupWindow: ""
  122.   toggleHold: ""
  123.   togglePickupHangup: ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement