JLChen
2021-08-02 38f4fb064df09f344fc3237409c76a9fba2a8a9e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<?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>Type</key>
            <string>PSToggleSwitchSpecifier</string>
            <key>Title</key>
            <string>Send inband DTMFs</string>
            <key>Key</key>
            <string>rfc_dtmf_preference</string>
            <key>DefaultValue</key>
            <true/>
        </dict>
        <dict>
            <key>Type</key>
            <string>PSToggleSwitchSpecifier</string>
            <key>Title</key>
            <string>Send SIP INFO DTMFs</string>
            <key>Key</key>
            <string>sipinfo_dtmf_preference</string>
            <key>DefaultValue</key>
            <true/>
        </dict>
        <dict>
            <key>Key</key>
            <string>incoming_call_timeout_preference</string>
            <key>Title</key>
            <string>Incoming call timeout</string>
            <key>Type</key>
            <string>PSTextFieldSpecifier</string>
            <key>AutocapitalizationType</key>
            <string>None</string>
            <key>AutocorrectionType</key>
            <string>No</string>
            <key>KeyboardType</key>
            <string>NumberPad</string>
            <key>DefaultValue</key>
            <integer>30</integer>
            <key>IASKTextAlignment</key>
            <string>IASKUITextAlignmentRight</string>
        </dict>
        <dict>
            <key>Key</key>
            <string>in_call_timeout_preference</string>
            <key>Title</key>
            <string>In call timeout</string>
            <key>Type</key>
            <string>PSTextFieldSpecifier</string>
            <key>AutocapitalizationType</key>
            <string>None</string>
            <key>AutocorrectionType</key>
            <string>No</string>
            <key>KeyboardType</key>
            <string>NumberPad</string>
            <key>DefaultValue</key>
            <integer>0</integer>
            <key>IASKTextAlignment</key>
            <string>IASKUITextAlignmentRight</string>
        </dict>
        <dict>
            <key>Key</key>
            <string>voice_mail_uri_preference</string>
            <key>Title</key>
            <string>Voice mail URI</string>
            <key>AutocapitalizationType</key>
            <string>None</string>
            <key>AutocorrectionType</key>
            <string>No</string>
            <key>DefaultValue</key>
            <string></string>
            <key>IsSecure</key>
            <false/>
            <key>Type</key>
            <string>PSTextFieldSpecifier</string>
            <key>IASKTextAlignment</key>
            <string>IASKUITextAlignmentRight</string>
        </dict>
        <dict>
            <key>DefaultValue</key>
            <true/>
            <key>Key</key>
            <string>repeat_call_notification_preference</string>
            <key>Title</key>
            <string>Repeat call notification</string>
            <key>Type</key>
            <string>PSToggleSwitchSpecifier</string>
        </dict>
        <dict>
            <key>DefaultValue</key>
            <false/>
            <key>Key</key>
            <string>media_encrption_mandatory_preference</string>
            <key>Title</key>
            <string>Media Encryption mandatory</string>
            <key>Type</key>
            <string>PSToggleSwitchSpecifier</string>
        </dict>
        <dict>
            <key>DefaultValue</key>
            <string>None</string>
            <key>Key</key>
            <string>media_encryption_preference</string>
            <key>Title</key>
            <string>Media Encryption</string>
            <key>Titles</key>
            <array>
                <string>None</string>
                <string>SRTP</string>
                <string>ZRTP</string>
                <string>DTLS</string>
            </array>
            <key>Type</key>
            <string>PSMultiValueSpecifier</string>
            <key>Values</key>
            <array>
                <string>None</string>
                <string>SRTP</string>
                <string>ZRTP</string>
                <string>DTLS</string>
            </array>
        </dict>
        <dict>
            <key>DefaultValue</key>
            <false/>
            <key>Key</key>
            <string>pref_accept_early_media_preference</string>
            <key>Title</key>
            <string>Accept early-media</string>
            <key>Type</key>
            <string>PSToggleSwitchSpecifier</string>
        </dict>
    </array>
</dict>
</plist>