Configuring for push notifications
The push notification is a cloud-based service used to send notifications to Lync mobile clients installed on devices such as Windows Phone, even if the application is inactive. The mechanism is used to notify the user of lost invitations to IM conversations or of waiting voice mail messages.
Note
Lync 2013 mobile on Apple devices does not need push notification (required by the Lync 2010 mobile client).
An example of the process for push notification is explained in the Understanding Push Notifications for Lync 2013 Mobility article (http://www.bhargavs.com/index.php/2013/03/28/configuring-lync-2013-mobility-for-push-notifications/).
The configuration requires the following:
To connect to Microsoft's hosted Lync platform, you will have to run the following command from the Lync Management Shell:
New-CsHostingProvider –Identity "LyncOnline" –Enabled $True –ProxyFqdn "sipfed.online.lync.com" –VerificationLevel UseSourceVerification
To allow federation with Microsoft...