Search This Blog

Tuesday, June 10, 2014

Lync address book debug

1) Normalisation debug

$a = debug-csaddressbookreplication -user sip:test@domain.com -poolfqdn pool.fqdn -OutVerboseVariable TestOutput
$a.attributevalues
$testoutput


2) C:\Program Files\Microsoft Lync Server 2013\Server\Core>abserver.exe -testPhoneNorm "+1 123 456 7890;Ext=1234"
args[1]: +1 123 456 7890;Ext=1234
+1 123 456 7890;Ext=1234 -> tel:+11234567890;ext=1234
    Matching Rule in Company_Phone_Number_Normalization_Rules.txt on line 123
        ^\++(\d+)[;ext=|;EXT=]+(\d{4})*$


No comments: