mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Also added a note indicating to the user the necessity of restarting Linphone for SIP account to take effect Fixes issue: 107, 80
89 lines
2.1 KiB
Text
89 lines
2.1 KiB
Text
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>PreferenceSpecifiers</key>
|
|
<array>
|
|
<dict>
|
|
<key>DefaultValue</key>
|
|
<false/>
|
|
<key>Key</key>
|
|
<string>debugenable_preference</string>
|
|
<key>Title</key>
|
|
<string>Debug</string>
|
|
<key>Type</key>
|
|
<string>PSToggleSwitchSpecifier</string>
|
|
</dict>
|
|
<dict>
|
|
<key>AutocapitalizationType</key>
|
|
<string>None</string>
|
|
<key>AutocorrectionType</key>
|
|
<string>No</string>
|
|
<key>DefaultValue</key>
|
|
<string></string>
|
|
<key>IsSecure</key>
|
|
<false/>
|
|
<key>Key</key>
|
|
<string>prefix_preference</string>
|
|
<key>KeyboardType</key>
|
|
<string>NumberPad</string>
|
|
<key>Title</key>
|
|
<string>Prefix</string>
|
|
<key>Type</key>
|
|
<string>PSTextFieldSpecifier</string>
|
|
</dict>
|
|
<dict>
|
|
<key>DefaultValue</key>
|
|
<false/>
|
|
<key>Key</key>
|
|
<string>substitute_+_by_00_preference</string>
|
|
<key>Title</key>
|
|
<string>Substitue + by 00</string>
|
|
<key>Type</key>
|
|
<string>PSToggleSwitchSpecifier</string>
|
|
</dict>
|
|
<dict>
|
|
<key>DefaultValue</key>
|
|
<string>udp</string>
|
|
<key>Key</key>
|
|
<string>transport_preference</string>
|
|
<key>Title</key>
|
|
<string>Transport</string>
|
|
<key>Titles</key>
|
|
<array>
|
|
<string>udp</string>
|
|
<string>tcp</string>
|
|
<string>tls</string>
|
|
</array>
|
|
<key>Type</key>
|
|
<string>PSMultiValueSpecifier</string>
|
|
<key>Values</key>
|
|
<array>
|
|
<string>udp</string>
|
|
<string>tcp</string>
|
|
<string>tls</string>
|
|
</array>
|
|
</dict>
|
|
<dict>
|
|
<key>DefaultValue</key>
|
|
<false/>
|
|
<key>Key</key>
|
|
<string>enable_srtp_preference</string>
|
|
<key>Title</key>
|
|
<string>Secure rtp</string>
|
|
<key>Type</key>
|
|
<string>PSToggleSwitchSpecifier</string>
|
|
</dict>
|
|
<dict>
|
|
<key>DefaultValue</key>
|
|
<true/>
|
|
<key>Key</key>
|
|
<string>backgroundmode_preference</string>
|
|
<key>Title</key>
|
|
<string>Background mode</string>
|
|
<key>Type</key>
|
|
<string>PSToggleSwitchSpecifier</string>
|
|
</dict>
|
|
</array>
|
|
</dict>
|
|
</plist>
|