~ubuntu-branches/ubuntu/saucy/sflphone/saucy

« back to all changes in this revision

Viewing changes to sflphone-common/test/sflphoned-sample.yml

  • Committer: Bazaar Package Importer
  • Author(s): Francois Marier
  • Date: 2010-12-24 16:33:55 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20101224163355-tkvvikqxbrbav6up
Tags: 0.9.11-1
* New upstream release
* Add new build dependencies on libwebkit-dev and libyaml-dev

* Bump Standards-Version up to 3.9.1
* Bump debhelper compatibility to 8
* Patch another typo in the upstream code (lintian notice)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
---
 
2
accounts:
 
3
- alias: 
 
4
  codecs: 0/
 
5
  credential:
 
6
    count: 0
 
7
  displayName: 
 
8
  dtmfType: sipinfo
 
9
  enable: true
 
10
  expire: 
 
11
  hostname: 
 
12
  id: IP2IP
 
13
  interface: default
 
14
  mailbox: 
 
15
  password: 
 
16
  port: 5060
 
17
  publishAddr: 
 
18
  publishPort: 5060
 
19
  resolveOnce: false
 
20
  ringtoneEnabled: true
 
21
  ringtonePath: /usr/share/sflphone/ringtones/konga.ul
 
22
  sameasLocal: true
 
23
  serviceRoute: 
 
24
  srtp:
 
25
    enable: false
 
26
    keyExchange: sdes
 
27
    rtpFallback: false
 
28
  stunEnabled: false
 
29
  stunServer: stun.sflphone.org
 
30
  tls:
 
31
    calist: 
 
32
    certificate: 
 
33
    ciphers: 
 
34
    enable: false
 
35
    method: TLSv1
 
36
    password: 
 
37
    privateKey: 
 
38
    requireCertif: true
 
39
    server: 
 
40
    timeout: 2
 
41
    tlsPort: 5061
 
42
    verifyClient: true
 
43
    verifyServer: true
 
44
  type: SIP
 
45
  username: 
 
46
  zrtp:
 
47
    displaySas: true
 
48
    displaySasOnce: false
 
49
    helloHashEnabled: true
 
50
    notSuppWarning: true
 
51
preferences:
 
52
  audioApi: pulseaudio
 
53
  historyLimit: 30
 
54
  historyMaxCalls: 20
 
55
  md5Hash: false
 
56
  notifyMails: false
 
57
  order: Account:1288964768/Account:1288964603/Account:1288964434/Account:1288964141/Account:1288964134/
 
58
  portNum: 5060
 
59
  registrationExpire: 180
 
60
  searchBarDisplay: true
 
61
  zeroConfenable: false
 
62
  zoneToneChoice: North America
 
63
voipPreferences:
 
64
  playDtmf: true
 
65
  playTones: true
 
66
  pulseLength: 250
 
67
  symmetric: true
 
68
  zidFile: zidFile
 
69
addressbook:
 
70
  business: true
 
71
  enabled: true
 
72
  home: true
 
73
  list: 
 
74
  maxResults: 25
 
75
  mobile: true
 
76
  photo: true
 
77
hooks:
 
78
  iax2Enabled: false
 
79
  numberAddPrefix: 
 
80
  numberEnabled: false
 
81
  sipEnabled: false
 
82
  urlCommand: x-www-browser
 
83
  urlSipField: X-sflphone-url
 
84
audio:
 
85
  alsa:
 
86
    cardIn: 0
 
87
    cardOut: 0
 
88
    cardRing: 0
 
89
    frameSize: 20
 
90
    plugin: default
 
91
    smplRate: 44100
 
92
  noiseReduce: true
 
93
  pulse:
 
94
    devicePlayback: alsa_output.pci-0000_00_1b.0.analog-stereo
 
95
    deviceRecord: alsa_input.pci-0000_00_1b.0.analog-stereo
 
96
    deviceRingtone: alsa_output.pci-0000_00_1b.0.analog-stereo
 
97
  recordPath: 
 
98
  volumeMic: 100
 
99
  volumeSpkr: 100
 
100
shortcuts:
 
101
  hangUp: 
 
102
  pickUp: 
 
103
  popupWindow: 
 
104
  toggleHold: 
 
105
  togglePickupHangup: 
 
106
...