--- a/phoneapp/phoneuiutils/inc/phoneconstants.h Thu Jul 15 18:38:16 2010 +0300
+++ b/phoneapp/phoneuiutils/inc/phoneconstants.h Thu Aug 19 09:54:27 2010 +0300
@@ -161,14 +161,18 @@
// Used in CPhoneKeys
// The character to be used as the 'wait' character, by DTMF code.
-const TUint KPhoneDtmfWaitCharacter = 'w';
+const TUint KPhoneDtmfWaitCharacter = 'w';
+const TUint KPhoneDtmfWaitCharacterUpper = 'W';
// The character to be used as the 'soft pause' character, by DTMF code.
const TUint KPhoneDtmfPauseCharacter = 'p';
+const TUint KPhoneDtmfPauseCharacterUpper = 'P';
// The character to be used as the 'speed-dial' character, by DTMF code.
const TUint KPhoneDtmfSpeedDialCharacter = '+';
+const TUint KPhoneDtmfPlusCharacter = 135; // Bluetooth SU-8W '+'
+
// The length of the speed dial prefix, used to prevent buffer overflow
const TUint KPhoneDtmfSpeedDialPrefixLength = 1;