Lync 2010 - Display AD User Numbers


0
The expressions and their replacements will allow Lync 2010 to normalize user telephone numbers in AD that are in the format: +CC (0) NNNNNNNNN and display this in the client contact details. This should be used to create the Company_Phone_number_normalization_rules.txt file which you place int ABFiles folder. To modify the format to include more digits contained within brackets, simply replace the 0 with the expected digits / number of expected digits. e.g. to process a number in the format +1 (555) 123456, simply change the expression to \+(\d+)?(^[0-9]555[^0-9])(\d(\d+))$. Alternatively, any number in the format +1(xxx)123456 will be handled with: \+(\d+)?(^[0-9]\d{3}[^0-9])(\d(\d+))$. Good luck! Stan.
Stanley Crooks
08/14/2012 05:48:45


1 comment so far.
Stanley Crooks said on 08/14/2012 09:57:54
Sorry, I modified the expression AFTER posting and it now handles ANY telephone numbers formatted: +CC(x)NNNNNN. So there&#39;s no need to modify the expressions, just save and away you go.<br />Stan



<< back to Library