diff --git a/sflphone-common/test/sflphoned-sample.yml b/sflphone-common/test/sflphoned-sample.yml new file mode 100644 index 0000000000000000000000000000000000000000..2d1f7c49d0eca296ff951d86e071abc8c0ef780c --- /dev/null +++ b/sflphone-common/test/sflphoned-sample.yml @@ -0,0 +1,106 @@ +--- +accounts: +- alias: + codecs: 0/ + credential: + count: 0 + displayName: + dtmfType: sipinfo + enable: true + expire: + hostname: + id: IP2IP + interface: default + mailbox: 97 + password: + port: 5060 + publishAddr: + publishPort: 5060 + resolveOnce: false + ringtoneEnabled: true + ringtonePath: /usr/share/sflphone/ringtones/konga.ul + sameasLocal: true + serviceRoute: + srtp: + enable: false + keyExchange: sdes + rtpFallback: false + stunEnabled: false + stunServer: stun.sflphone.org + tls: + calist: + certificate: + ciphers: + enable: false + method: TLSv1 + password: + privateKey: + requireCertif: true + server: + timeout: 2 + tlsPort: 5061 + verifyClient: true + verifyServer: true + type: SIP + username: + zrtp: + displaySas: true + displaySasOnce: false + helloHashEnabled: true + notSuppWarning: true +preferences: + audioApi: pulseaudio + historyLimit: 30 + historyMaxCalls: 20 + md5Hash: false + notifyMails: false + order: Account:1285192081/Account:1285184087/Account:1285182355/ + portNum: 5060 + registrationExpire: 180 + searchBarDisplay: true + zeroConfenable: false + zoneToneChoice: North America +voipPreferences: + playDtmf: true + playTones: true + pulseLength: 250 + symmetric: true + zidFile: zidFile +addressbook: + business: true + enabled: true + home: true + list: + maxResults: 25 + mobile: true + photo: true +hooks: + iax2Enabled: false + numberAddPrefix: + numberEnabled: false + sipEnabled: false + urlCommand: x-www-browser + urlSipField: X-sflphone-url +audio: + alsa: + cardIn: 0 + cardOut: 0 + cardRing: 0 + frameSize: 20 + plugin: default + smplRate: 44100 + noiseReduce: true + pulse: + devicePlayback: alsa_output.pci-0000_00_1b.0.analog-stereo + deviceRecord: alsa_input.pci-0000_00_1b.0.analog-stereo + deviceRingtone: alsa_output.pci-0000_00_1b.0.analog-stereo + recordPath: + volumeMic: 100 + volumeSpkr: 100 +shortcuts: + hangUp: + pickUp: + popupWindow: + toggleHold: + togglePickupHangup: +...