Forum Discussion

Brian Lang's avatar
Brian Lang
Copper Contributor
Jul 12, 2017

error enabling Unified Messaging - number already registered

Using skype for business 2015 with exchange online. 

Getting the following error when attempting to enable voicemail for a specific user. 

 

"The phone number you entered has already been registered by someone else"  see attached image

 

confirmed the number is not duplicated in the skype for business control panel using this command:

Get-CsUser | Select-Object DisplayName,SipAddress,LineURI | Export-Csv -Path C:\CsUser.csv -NoTypeInformation

 

 

 

12 Replies

  • Andrew Price's avatar
    Andrew Price
    Brass Contributor

    Hi Brian

     

    This will be indicating a duplicate number within Exchange Online and not Skype for Business on-premises.

     

    http://jackstromberg.com/2014/01/office-365-the-phone-number-you-entered-has-already-been-registered-by-someone-else/

     

    Regards

    Andrew J. Price

    • Brian Lang's avatar
      Brian Lang
      Copper Contributor

      Hi Andrew,

      Thank you for the quick reply.  I did see that site, but

      when I run the following PS command it doesn't find any reslults. 

       

      Get-Recipient -ResultSize Unlimited | where{$_.emailaddresses -like “*EUM:*removed*”} | fl displayname,emailaddresses

       

       

      • MarkVale's avatar
        MarkVale
        Iron Contributor

        I haven't checked shouldn't it be $_.ProxyAddressess -Like not emailaddresses?

Resources