MSS will provide the info if it gets it from the network.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
"Pienasola" wrote:
> This might be a simple question, but I cannot find the answer anywhere.
>
> 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