I just cannot retrieve the ANI and DNIS from MSS2007.
From what I read on books, this syntax should work
string ANI = TelephonySession.CallInfo.CallingParty.Uri.User;
string DNIS = TelephonySession.CallInfo.CalledParty.Uri.User;
However, it is always empty. Any ideas?
--
Thanks
Leo