From 75b682f49b4d294d10d90174d54f2308c0faa7b7 Mon Sep 17 00:00:00 2001 From: Alexandre Savard <alexandre.savard@savoirfairelinux.com> Date: Thu, 23 Sep 2010 10:15:43 -0400 Subject: [PATCH] [#4123] Add sample configuration file for unit tests --- sflphone-common/test/sflphoned-sample.yml | 106 ++++++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 sflphone-common/test/sflphoned-sample.yml diff --git a/sflphone-common/test/sflphoned-sample.yml b/sflphone-common/test/sflphoned-sample.yml new file mode 100644 index 0000000000..2d1f7c49d0 --- /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: +... -- GitLab