diff options
Diffstat (limited to 'src/gui/userprofileform.ui')
-rw-r--r-- | src/gui/userprofileform.ui | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/gui/userprofileform.ui b/src/gui/userprofileform.ui index 61fe2da..4a11efa 100644 --- a/src/gui/userprofileform.ui +++ b/src/gui/userprofileform.ui @@ -2647,6 +2647,19 @@ This format is what most SIP phones use. </property> </widget> </item> + <item> + <widget class="QCheckBox" name="pAssertedIdCheckBox"> + <property name="whatsThis"> + <string>Include a P-Asserted-Identity header with your identity in an INVITE request for a call with identity hiding.</string> + </property> + <property name="text"> + <string>&Send P-Asserted-Identity header when hiding user identity</string> + </property> + <property name="shortcut"> + <string>Alt+A</string> + </property> + </widget> + </item> </layout> </widget> </item> @@ -4761,6 +4774,7 @@ Sollicited message waiting indication as specified by RFC 3842. <tabstop>refreshReferSubCheckBox</tabstop> <tabstop>referAorCheckBox</tabstop> <tabstop>pPreferredIdCheckBox</tabstop> + <tabstop>pAssertedIdCheckBox</tabstop> <tabstop>sipTransportComboBox</tabstop> <tabstop>udpThresholdSpinBox</tabstop> <tabstop>displayTelUserCheckBox</tabstop> |