Question : Cisco CME - One DID to display its own number in caller ID

Hello,

Setup: CME calling over a T1-PRI.

I need to make one 3 digit extension to show its caller ID as a number that is not related the extension.

IE: x 123 shows on external caller ID as (222) 545-8684
Currently that 10 digit number is the DID to 123.

Thanks!

Answer : Cisco CME - One DID to display its own number in caller ID


You're mis-understanding the display.

Name is not part of the array, it's there because your output is formatted. It's adding the header becase Name is the only property in your array of objects.

Consider the output from this:

$ServerList | ForEach-Object { $_.Name }

Notice now that you have no header, there's no reason for this other than you're removing the objects and changing it into an array of strings.

None of this will have an impact on the Excel sheet you're generating.

Chris
Random Solutions  
 
programming4us programming4us