diff -r 73a1feb507fb -r bc78a40cd63c inc/mussesseioninformationapi.h --- a/inc/mussesseioninformationapi.h Tue Aug 31 15:12:07 2010 +0300 +++ b/inc/mussesseioninformationapi.h Wed Sep 01 12:31:01 2010 +0100 @@ -51,7 +51,8 @@ ENoCall, ECallConnected, ECallHold, - EConferenceCall + EConferenceCall, + EConferenceTerminated }; /** Contains the call direction */ @@ -73,11 +74,25 @@ EMUSAllowed = 1, EMUSForbidden }; - /** Contains the call provider information. ( For example Skype ) - * This string will be used to parse the corresponding ecom plugin - * which implements the livecomms engine api - */ - const TInt KMUSCallProvider( 0x102823A4 ); + + /** Contains the call privacy */ + const TInt KMUSPrivacy( 0x102823A4 ); + /** Contains the possible values for call privacy*/ + enum TMusCallPrivacy + { + EPrivacyOn = 1, + EPrivacyOff + }; + + /** Phone's CLIR setting. This is used in MO case to determine if the + * caller's phone number/id is sent to remote party */ + const TInt KMusClirSetting( 0x102823A5 ); + /** Possible values for KMusClirSetting */ + enum TMusClirSetting + { + ESendOwnNumber, + EDoNotSendOwnNumber + }; } #endif // MUSRESOURCEPROPERTIES_H