Lync Push Notifications Issue 504 Error

I know that this is a common issue but I haven't been able to find a resolution. I am looking more for clarification and guidance at this point.
I have my Lync 2013 Server set up with an Edge server and TMG as the reverse proxy. Lync services work fine externally and the RemoteConnectivityAnalyzer performs all steps just fine. It has been working for months now.
I just decided over the weekend to try and get push notifications working. I followed a couple guides on how to do that, went through all of the commands but eventually got stuck trying to Test the federation and push. When I enter the command Test-CsFederatedPartner
-TargetFqdn lyncedge.domain.local -Domain push.lync.com I get the 504 (server time-out) error.
When I run the logging on the Edge server I see SIPAdminLog::WriteDiagnosticEvent 1198.idx that says Unable to Route the Request. The result code is 0xc3e93d6e SIPPROXY_E_EPROUTING_MSG_DISCOVERED_DOMAIN_NO_SRV_MATCH. The Data says domain="push.lync.com";fqdn1=sipfed.online.lync.com:5061";reason="The
domain of the message resolved by DNS SRV but none of the FQDNs is in the same domain".
On my external DNS I have:
SRV records
Type
Service
Protocol
Port
Weight
Priority
TTL
Name
Target
SRV
_sip
_tls
443
1
100
1 hour
<var>      <MyDomainName>       </var>
     sip.mydomainname.com
SRV
_sipfederationtls  
_tcp
5061
1
100
1 hour
<var>       <sipfed.online.lync.com></var>
          push.lync.com
SRV  _sipfederationtls   _tcp       5061 1          100       1hour         <MyDomainName>              sip.mydomainname.com
I have an A record pointing sip.mydomain.com to my TMG reverse proxy and just allowing it through to the access edge interface of my lyncedge server.
I have a public cert on all of my lync services from GoDaddy so I don't believe that is the issues as some people have come across. I think I have something mixed up in my A, CName and SRV records which are not pointing to the correct locations.
If anyone could help me out it would be very much appreciated.
Thanks,
Tmark86

You created a SRV for sipfed.online.lync.com in your external DNS server.
Delete this record.
Then open Command Prompt, run the commands below:
Nslookup
>set type=srv
>_sipfederationtls._tcp.push.lync.com
Lisa Zheng
TechNet Community Support

Similar Messages

  • Push Notification Issues - Lion Server 10.7

    Hey All,
    Am having a few issues with Push on Lion, it seems to work for a short period of time after setting up, then seems to stop being able to push.  Today I woke up to a server running at a constant ~60% processor utilisation and this error repeating itself over and over again in the log...
    Jul 29 15:11:05 mail push_notify[105]: discarding message; not connected to notification server
    There is also single errors from com.apple.APNBRidge saying "Disconnected from apn feedback server feedback.push.apple.com for topic com.apple.mail.xserver.xxxxxxxxxxxx: error (null) - there is one for each different service push supports and they are straight after connect messages.
    Do Push services require any ports opening up? I did have the server set up in DMZ for a while but it still managed to fall over, so I took it back out.  However I'd imagine the server is sending notifications out rather than listening in for anything.
    I've reinstalled this server around 5 times now and am reaching the end of my patience!  Everytime Push starts working then stops, last night Web services fell over and I was getting database connection errors, as there were push notification errors in the log, I un-ticked and re-ticked the Apple Push notification checkbox and things came back up.  It's a shame it seems very temperamental as it's such a huge feature.  I have this one set with a self signed cert, set up as per when you enable profile server.  This is also trusted by any devices testing.
    I've turned Push off for the moment as it seems intent on bringing down the rest of the services I have set up Just turned off Mail and the processor use dropped to almost nothing, restarted it and things are now calm.
    Also anyone know how to set up automount's from the command line?  My production environment has NFS sharepoints for User directories - for the purpose of being able to use fast user switching on client machines (AFP doesn't support this).  Exports are easy as are in a file, but I'm struggling with the automounts.
    Any ideas?
    Cheers all.

    Any luck on this?  I got my Lion Server running and managed to get puch notifications on Mail, but no luck with iOS.  Appear to have the same problem:
    Aug  1 10:20:25 server push_notify[102]: notification server connect failed, will retry in 300 seconds
    Aug  1 10:20:28 server push_notify[102]: discarding message; not connected to notification server
    Aug  1 10:20:58 server push_notify[102]: discarding message; not connected to notification server
    Aug  1 10:21:29 server push_notify[102]: discarding message; not connected to notification server
    Aug  1 10:21:59 server push_notify[102]: discarding message; not connected to notification server
    Aug  1 10:22:29 server push_notify[102]: discarding message; not connected to notification server
    Aug  1 10:22:59 server push_notify[102]: discarding message; not connected to notification server

  • Facebook push notification issues

    I have recently converted to an iPhone 5C.  I was previously on Android and never had this issue before.
    I have followed step by step instructions and have successfully installed other apps such as twitter, bbm, whatsapp and am able to receive notifications.
    For some reason I cannot get any push notifications from Facebook on my device.  Everything has been checked and rechecked.  I have spent hours on the phone to tech support who also contacted Apple for guidance.  Friends who also have the same handset have also had a look but cannot see what is causing the issue.
    It has been left for me to contact Facebook but they do not respond separately so am not confident that I will get a response from them.  I have been left to deal with this on my own.
    We have restored the phone to factory settings to see if this makes a difference and also gone through the notification settings on the iPhone and app settings.  All is normal!
    Can anyone please help?

    This have SOLVED all my notification problem:
    Go to ios Setting/Mail,Contacts,Calendars/Fetch New Data: set Push to ON (my was set to off)
    Scroll down to Advanced and set icloud to Push (my was set to manual)
    I deactivated all this settings because of battery drain, but after this, all works fine.
    That's all.
    Be sure that all Facebook notification settings are active in the Notifications window.
    Tommy

  • Apple Push Notification Services SSL error

    Hi all,
    I used APNS to Push Notification to my iOS App, and i take some error.
    When i send push to iOS App by Web service, I can't connect to Apple Push Server.
    This is tutorial : https://www.youtube.com/watch?v=_3YlqWWnI6s
    This is my php code :
    <?PHP
    if($_POST['message']){
      $deviceToken = 'xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx';
      $message = stripslashes($_POST['message']);
      $payload = '{
      "aps" :
      { "alert" : " '.$message.' ",
      "badge" : 1,
      "sound" : "bingbong.aiff"
      $ctx = stream_context_create();
      stream_context_set_option($ctx, 'ssl', 'local_cert', 'ck.pem');
      stream_context_set_option($ctx, 'ssl', 'passphrase', 'xxxxxxxx');
      $fp = stream_socket_client('ssl://gateway.sandbox.push.apple.com:2195', $err, $errstr, 60, STREAM_CLIENT_CONNECT, $ctx);
      if(!$fp){
      print "Failed to connect $err $errstrn";
      return;
      }else{
      print "Notifications sent!";
      $devArray = array();
      $devArray[] = $deviceToken;
      foreach($devArray as $deviceToken){
      $msg = chr(0) . pack("n",32) . pack('H*', str_replace(' ', '', $deviceToken)) . pack("n",strlen($payload)) . $payload;
      print "sending message :" . $payload . "n";
      fwrite($fp, $msg);
      fclose($fp);
    ?>
    <form action="sendnotification.php" method="post">
      <input type="text" name="message" maxlength="100">
      <input type="submit" value="Send Notification">
    </form>
    What is my wrong?
    Thanks in advance,
    --DevirosVR--

    You mean Server.app? Yeah unless there is another 'Enable Apple push notifications' checkbox somehere else. But just to clarify, I have cecked the 'Enable Apple push notifications' checkbox in Server.app->My Server->Settings.

  • Push Notifications Issues...

    I recently got the 'Whatsapp' messenger service for my iPhone 3g (on O2) as I was going over my usege of texts.
    However, when my phone is locked, this wifi being turned off & being limited to gsm (no 3g where I am...horrendous) I get no push notifications.
    If the phone is unlocked & on wifi...push works.
    This completely defeats the point of push notifications.
    Any help?

    Not having a 3G signal makes it a bit difficult wouldn't you agree ? Thats not exactly an App issue.

  • Push Notification Issues

    Is anyone else having some issues with their notifications? They don't pop up when they should. My mail never advises me when I have new mail, it only sounds the alert after I open the app. Same for Facebook, Twitter, and a few other app's as well. Is anyone having trouble with this?

    Yes! I do have exactly the same issue on my iPhone4!
    I do not get notifications on apps such as HeyTell and Viber.
    I have to check every minute to check if there is any message incoming.
    Does anyone know how to fix this issue?
    By the way, I am dead sure that push notifications are on both apps!

  • IPhone Push Notifications issues

    My iPhone 4S OS 5.0.1 wouldn't receive push notifications even when I've received SMSes.
    For example, when someone sends me a SMS / WhatsApp message, my iPhone doesn't give off any vibration or notifications saying there's a message incoming.
    (Only discover the incomin message after seeing the (1) icon in Messages)
    Note: my device was switched on..
    It's running on iOS 5.0.1
    Hopefully I can receive some help which could resolve my issues!
    Thanks! :)

    you'll need to contact the whatsapp developer if your having issue with notification, since you are using a 3rd party app for messaging and not the default message app.

  • Push Notification Issues Someone PLEASE Help IDK Why Everyones Not Responding Me!!

    I have iPhone 5S thats new and it was glitchy from the beginning when I  bought this..I used to have another iPhone 5S which I SHOULD HAVE kept!!  Now, this phone push notifications from twitter don't pop up...only at  times..what should i do??? i can't spend money for shipping fee to keep  exchanging iPhones!! I tried doing ios restore and yes it did work BUT  not for twitter..it only pops up at times and this NEVER happened on the  previous phones!! I checked settings and everything was enabled. what  should i do?? I'm VERY scared and worried!!! I'm begging you please  someone help me! I don't have time left. Does this seem like a hardware problem??

    What should I do if I already did a iOS restore once already couple days ago? Should I do it again? I'm worried if it's the device being loose somewhere in device or damaged

  • Push notification for Lync in ios5.1.1

    Hi
    MIcrosoft Lync push notification is not visible in my iphone 4s on iOS 5.1.1. However, i have tested with similar iphone 4S with iOS 5.1.1, suprisingly it appears in Settings--> Notifications. (check attachment)
    i hv tried several attempt
    1. install - reboot - login
    2. delete - reboot - install - reboot - login
    3. install from itunes
    none of these steps are working. Without seeing the Lync 2010 in Settings-NOtifications, this means the app would not work in a background. But it works on the other similar model of iphone 4s. Pls help. TQ.

    Hello, I had the same issue since a few days.... really annoying. In fact I received the "badge", the label indicating I received new mails but it wasn't able to load them. I also tried everything you mentionned but now i gave up and deleted my hotmail mailbox on my iphone and reset it as exchange mailbox. ( in the screen where you can choose which type of mailbox you want to install eg. outlook/yahoo/.... you can choose the option exchange). sadly enough you can only see the mails of max 1 month old (manually to adapt 1 day / 5 days/ etc) and you can't really browse through your mail archives. But at least I receive my mails again!
    Hope it works for you as well!

  • Isanyone else having issues with Push Notifications?

    I am having the issues push notifications with MLB at the Bat 2010, ESPN Worldcup app, ESPN Sportcenter App, Sportsatcular. No push notification for any of these apps what so ever. I get push notifications for text messages and exchange calendar events, but not much else. I have every setting for the phone and these apps set to send notifications and I am not getting any notifications on my new iphone e4. These all use to work on my old 3g.

    I was able to resolve all of my push notification issues by uninstalling and reinstalling all of the effected apps from my iphone. This tip came from the excellent support folks over at ESPN

  • Lack of Push Notifications since OTA

    Ever since I took the OTA Firmware update last week, I have had issues with a lack of push notifications on my Incredible 2.  Gmail, work email, Facebook, InstaGram, Twitter and more all require a manual "refresh" for me to get my emails and more.
    I also have this battery charging issue that appears to be widespread on the boards here, but that is another matter.
    Anyone else experiencing this push notification issue since the OTA?

    FWIW - The Background Data option under "Accounts & Sync" in Settings was disabled by the OTA.  Not only was my Exchange disabled, but I had to re-enter my Gmail address.  Once enabled and re-entered, I seem to have re-enabled my push notifications.
    Now about this battery charging issue....

  • Find My Friends on iPhone 4s gives constant push notification message

    I replaced my iPhone 4 with an iPhone 4s last night.  I was using Find My Friends on both my iPhone 4 and my iPad before I changed phones.  After the phone update, the app still works fine on the iPad.  But when I log into the FMF app on  the iPhone 4s I get the following message over and over. 
    Connect to iTunes to Use
    Push Notifications
    "Find Friends" notifications may
    include alerts, sounds and icon
    badges.
    There is an OK button at the bottom of the message.  When I press it, the message goes away for no more than two seconds and then comes back.  Over and over and over. 
    I have deleted the app and reinstalled it several times and I've turned notifications on and off several times.  I connected to iTUnes like it said, but I can't see anything that I need to do to turn on Push notifications.
    Anybody else seeing this?
    Joe
    BTW, if it matters, none of my iOS devices are jailbroken.  The old phone was (completely legally) running the iOS5 GM from the developer program.

    After further research and testing, it is clear this is not an issue with FInd My Friends.  The issue is with the loss of Push Notifications.  It is happening in other apps as well.  There are lots of threads on the Push Notification issue.  None of them have any solution except to reinstall iOS5.
    Drag.

  • Push Notification questions

    Hi,
    I have been undergoing some push notification issues and I would like to have some doubts cleared out before taking incisive action;
    - it seems that we cant get push notifications for a Newsstand app working on iPad1 with the latest supported iOS for this device installed (5.1.1). Is it an unsupported feature? Because it seems that it works fine on other devices with latest iOS installed;
    - Also, some users complain they dont get push notifications delivered. I believe this is an users iPads configuration issue, since I get them working on some devices I checked, but it would be nice to have better arguments for it.
         I would like to know if the Notify feature on DPS works only if user had not yet opened the app and received the custom notification for a new issue available for download. If, after checking it and downloading the issue, it wont receive the Notification through DPS and app wont show the bullett counter (or, if newsstand subscriber, the NEW banner wont be displayed on latest cover). Having this feature working on this scenario would help me on testing users notification issues;
    - users complain that exclusively iPad mini dont get any notification at all. Their iPad mini rendition is adapted from the normal iPad (1024x768) - due to similarity in screen size and pixel density. I suppose it operates the same as the iPad, but I would like to check it anyway.
    Thanks,
    Pedro

    http://www.adobe.com/devnet/digitalpublishingsuite/articles/dps-push-notification.html
    Read :
    1. Requirements for push and Newsstand background downloading.
    2. How to test push notifications and background downloading

  • 504 error testing Push Notification

    When I run the following
    "Test-CsMcxPushNotification -AccessEdgeFqdn [EdgeInternalFQDN]"
    I get the following error:
    Test-CsMcxPushNotification : A 504 (Server time-out) response was received from
     the network and the operation failed. See the exception details for more infor
    mation.
    At line:1 char:27
    + Test-CsMcxPushNotification <<<<  -AccessEdgeFqdn elync.middleearth.prv
        + CategoryInfo          : OperationStopped: (:) [Test-CsMcxPushNotificatio
       n], FailureResponseException
        + FullyQualifiedErrorId : WorkflowNotCompleted,Microsoft.Rtc.Management.Sy
       ntheticTransactions.TestMcxPushNotificationCmdlet
    Tracing SIP stuff on my Edge server I see this (that coincides):
    Trace-Correlation-Id: 2779320912
    Instance-Id: 00006455
    Direction: incoming;source="external edge";destination="internal edge"
    Peer: sipfed.online.lync.com:5061
    Message-Type: response
    Start-Line: SIP/2.0 504 Server time-out
    From: <sip:[email protected]>;epid=071FC4CDE8;tag=d5de7ce9d
    To: <sip:[email protected]>;tag=59FEE19DFF45B9B833CFBD36F5844FB6
    CSeq: 1 MESSAGE
    Call-ID: 55054a3cda594233865f9404fb67c370
    Via: SIP/2.0/TLS xx.xx.xx.x:49740;branch=z9hG4bK19F43140.4A6F7CB75D069D34;branched=FALSE;ms-internal-info="aiR0Dj4wu8N2n-MrxwEJfnT_JZa9t_uWycL8Xcpz6MWCO3fG9K-ro3zQAA";received=207.46.5.9;ms-received-port=49740;ms-received-cid=50E0A00
    Via: SIP/2.0/TLS xx.xx.xx.xxx:62314;branch=z9hG4bKe4c031fd;ms-received-port=62314;ms-received-cid=18B00
    Server: RTC/4.0
    Content-Length: 0
    Message-Body: –
    $$end_record
    Any thoughts on why I'm getting this 504 error? Don't have a phone setup yet to test but thought I'd get these tests straightened out first.
    thanks
    Steve

    well, here are the important details from the full SipStack trace not much to go on really. It looks like a good TLS connection is established but then my Edge server never hears back. So, any thoughts are greatly appreciated
    Steve
    TL_INFO(TF_DIAG) [0]0618.0650::12/19/2011-21:04:50.346.0000005e (SIPStack,SIPAdminLog::TraceDiagRecord:SIPAdminLog.cpp(147))$$begin_record
    LogType: DNS
    Severity: information
    Text: DNS query was successfully resolved
    Query: sipfed.online.lync.com
    Query-Type: A
    Query-Result: 207.46.5.22
    Origin: [email protected]
    Query-Time: 47
    TTL: 300
    $$end_record
    TL_INFO(TF_DIAG) [0]0618.0650::12/19/2011-21:04:50.444.00000061 (SIPStack,SIPAdminLog::TraceDiagRecord:SIPAdminLog.cpp(147))$$begin_record
    LogType: DNS
    Severity: information
    Text: DNS query against a negative record was successfully resolved
    Query: domain.local
    Query-Type: SRV
    Origin: [email protected]
    Query-Time: 94
    TTL: 30
    $$end
    TL_INFO(TF_DIAG) [0]0618.0650::12/19/2011-21:04:50.529.00000065 (SIPStack,SIPAdminLog::TraceDiagRecord:SIPAdminLog.cpp(147))$$begin_record
    LogType: DNS
    Severity: information
    Text: DNS query was successfully resolved
    Query: push.lync.com
    Query-Type: SRV
    Query-Result: sipfed.online.lync.com:5061
    Origin: [email protected]
    Query-Time: 93
    TTL: 300
    $$end_record
    TL_INFO(TF_CONNECTION) [0]0618.0650::12/19/2011-21:04:50.588.0000006c (SIPStack,SIPAdminLog::TraceConnectionRecord:SIPAdminLog.cpp(164))$$begin_record
    LogType: connection
    Severity: information
    Text: TLS negotiation started
    Local-IP: xxx.xxx.28.1:49271
    Peer-IP: 207.46.5.22:5061
    Peer-FQDN: sipfed.online.lync.com
    Connection-ID: 0x11F02
    Transport: TLS
    $$end_record
    TL_INFO(TF_PROTOCOL) [0]0618.0650::12/19/2011-21:04:50.822.00000078 (SIPStack,SIPAdminLog::TraceProtocolRecord:SIPAdminLog.cpp(125))$$begin_record
    Trace-Correlation-Id: 129864885
    Instance-Id: 000024BE
    Direction: outgoing;source="local";destination="external edge"
    Peer: sipfed.online.lync.com:5061
    Message-Type: request
    Start-Line: NEGOTIATE sip:127.0.0.1:5061 SIP/2.0
    From: sip:sip.domain.com;tag=53AA4068ECBD5322E4BD76F15422FDE1
    To: sip:sipfed.online.lync.com
    CSeq: 1 NEGOTIATE
    Call-ID: A20CA980901275ED4EE7
    Via: SIP/2.0/TLS xxx.xxx.28.1:49271;branch=z9hG4bK0B3F19AC.71A937A4D1326122;branched=FALSE
    Max-Forwards: 0
    Compression: LZ77-64K
    Supported: NewNegotiate,OCSNative,ECC
    Server: RTC/4.0
    Content-Length: 0
    Message-Body: –
    $$end_record
    TL_INFO(TF_PROTOCOL) [0]0618.0E08::12/19/2011-21:04:50.876.0000007c (SIPStack,SIPAdminLog::TraceProtocolRecord:SIPAdminLog.cpp(125))$$begin_record
    Trace-Correlation-Id: 1522472405
    Instance-Id: 000024BF
    Direction: incoming;source="external edge";destination="internal edge"
    Peer: sipfed.online.lync.com:5061
    Message-Type: response
    Start-Line: SIP/2.0 200 OK
    From: sip:sip.domain.com;tag=53AA4068ECBD5322E4BD76F15422FDE1
    To: sip:sipfed.online.lync.com;tag=59FEE19DFF45B9B833CFBD36F5844FB6
    CSeq: 1 NEGOTIATE
    Call-ID: A20CA980901275ED4EE7
    Via: SIP/2.0/TLS xxx.xxx.28.1:49271;branch=z9hG4bK0B3F19AC.71A937A4D1326122;branched=FALSE;received=207.46.5.9;ms-received-port=49271;ms-received-cid=CDCF000
    Compression: LZ77-64K
    Supported: NewNegotiate,OCSNative,ECC
    Server: RTC/4.0
    Content-Length: 0
    Message-Body: –
    $$end_record
    TL_INFO(TF_CONNECTION) [0]0618.0E08::12/19/2011-21:04:50.876.00000082 (SIPStack,SIPAdminLog::TraceConnectionRecord:SIPAdminLog.cpp(164))$$begin_record
    LogType: connection
    Severity: information
    Text: Connection established
    Local-IP: xxx.xxx.28.1:49271
    Peer-IP: 207.46.5.22:5061
    Peer-FQDN: sipfed.online.lync.com
    Peer-Name: sipfed.online.lync.com
    Connection-ID: 0x11F02
    Transport: M-TLS
    $$end_record
    TL_INFO(TF_DIAG) [0]0618.0E08::12/19/2011-21:04:50.877.00000089 (SIPStack,SIPAdminLog::TraceDiagRecord:SIPAdminLog.cpp(147))$$begin_record
    LogType: diagnostic
    Severity: information
    Text: The message has a Hosting Service domain
    SIP-Start-Line: OPTIONS sip:[email protected] SIP/2.0
    SIP-Call-ID: 5ca29c1a88c84cfca6fd0316ed39b8c2
    SIP-CSeq: 1 OPTIONS
    Peer: sipfed.online.lync.com:5061
    Data: domain="push.lync.com"
    $$end_record
    TL_INFO(TF_DIAG) [0]0618.0E08::12/19/2011-21:04:50.877.0000008b (SIPStack,SIPAdminLog::TraceDiagRecord:SIPAdminLog.cpp(147))$$begin_record
    LogType: diagnostic
    Severity: information
    Text: Routed a request to a Hosting Service federated peer
    SIP-Start-Line: OPTIONS sip:[email protected] SIP/2.0
    SIP-Call-ID: 5ca29c1a88c84cfca6fd0316ed39b8c2
    SIP-CSeq: 1 OPTIONS
    Peer: sipfed.online.lync.com:5061
    Data: destination="sipfed.online.lync.com"
    $$end_record
    TL_INFO(TF_PROTOCOL) [0]0618.0E08::12/19/2011-21:04:50.877.0000008d (SIPStack,SIPAdminLog::TraceProtocolRecord:SIPAdminLog.cpp(125))$$begin_record
    Trace-Correlation-Id: 3725312887
    Instance-Id: 000024BD
    Direction: outgoing;source="internal edge";destination="external edge"
    Peer: sipfed.online.lync.com:5061
    Message-Type: request
    Start-Line: OPTIONS sip:[email protected] SIP/2.0
    From: <sip:[email protected]>;epid=DF5A96419D;tag=a9cd3a7a1
    To: <sip:[email protected]>
    CSeq: 1 OPTIONS
    Call-ID: 5ca29c1a88c84cfca6fd0316ed39b8c2
    Record-Route: <sip:sip.domain.com:5061;transport=tls;epid=DF5A96419D;lr;ms-key-info=AAEAAb4x_MMw6VRGh77MARgJlzjQGKMNpr9JOZp2chRj79PZlYPcyanbg4evMeIGX3zJVqtwUSOvDfOyIeiTPwsLqMy03N31Xtqkto_QP9kWylFMuD5ALlppkclERF3TGzmRcxVR9f75lnZfiz8mw8WuLJGSdzl08HwCR2q_bxWQiwH3w8LGy_LYWck2COKLPL-1yqURh-oAxAzu2EtOUbketZj9CLdR7NvkhGQnmUQDXXOitgyubvEaCx7ylDpe_Lvatt5jNgQlwgd-3yodQLj2KjbwguhhjNkCAmK1EXGweI8BVOGKCLBwVrvRUn-1WFOv79gdJdwJqchNFE0Gmjye8MEqRuWBaxzTQlUFUVwU6mJo3r-KgWhHDNAewBLSz4nGtk-Bd9PnTLkdjI4R1q5XRZOrhKz2pbskw3zaMAtA2TchCCi4QFe3FwpSsHyc1QakjQ2AtQDvrffBSpBkPxqdl7iJ6S2iYbxSoSW98AinW5-RPJQBAPI_0B-kn9I7q815jIacb3SUm6lQ47z2jCuuAGi9U0f4rwAvv5dzp-p47qZc1K1g8NmYhCBUNgPCzOrSJcSVTYA-hZd4CyLoHPmlQrSXSSf4_WmYdq1Y_vr2QnOUS1OE0ZGf9gOA1KutkVo_m1NvJgFA-WjAr8etm4GmyjbNHPdciJWxbcHgxumetO6SmTXjo9Eexh3fvwxF;ms-route-sig=dabFjLEcvse3_IUujeUVfvGK4BW1PdduNoVAJIBqhU3P-Vk5Jo5cppegAA>;tag=53AA4068ECBD5322E4BD76F15422FDE1
    Via: SIP/2.0/TLS xxx.xxx.28.1:49271;branch=z9hG4bKA3BF6DE5.68929395D1123122;branched=FALSE;ms-internal-info="ckyE6xefajCWJiMl9wCFIy8vK1FepWApL0P_7wKVtUx36Vk5JoVVxTlAAA"
    Max-Forwards: 69
    Via: SIP/2.0/TLS 172.16.0.145:55661;branch=z9hG4bK351168b7;ms-received-port=55661;ms-received-cid=11E00
    ROUTE: <sip:sipfed.online.lync.com;transport=tls;lr>;ms-edge-route
    CONTACT: <sip:Lync.domain.local;ms-fe=Istar.domain.local;transport=Tls>
    CONTENT-LENGTH: 0
    USER-AGENT: RTCC/4.0.0.0
    ms-asserted-verification-level: ms-source-verified-user=verified
    Message-Body: –
    $$end_record
    TL_INFO(TF_PROTOCOL) [0]0618.0650::12/19/2011-21:04:51.064.00000090 (SIPStack,SIPAdminLog::TraceProtocolRecord:SIPAdminLog.cpp(125))$$begin_record
    Trace-Correlation-Id: 3098643150
    Instance-Id: 000024C0
    Direction: incoming;source="external edge";destination="internal edge"
    Peer: sipfed.online.lync.com:5061
    Message-Type: response
    Start-Line: SIP/2.0 504 Server time-out
    From: <sip:[email protected]>;epid=DF5A96419D;tag=a9cd3a7a1
    To: <sip:[email protected]>;tag=59FEE19DFF45B9B833CFBD36F5844FB6
    CSeq: 1 OPTIONS
    Call-ID: 5ca29c1a88c84cfca6fd0316ed39b8c2
    Via: SIP/2.0/TLS xxx.xxx.28.1:49271;branch=z9hG4bKA3BF6DE5.68929395D1123122;branched=FALSE;ms-internal-info="ckyE6xefajCWJiMl9wCFIy8vK1FepWApL0P_7wKVtUx36Vk5JoVVxTlAAA";received=207.46.5.9;ms-received-port=49271;ms-received-cid=CDCF000
    Via: SIP/2.0/TLS 172.16.0.145:55661;branch=z9hG4bK351168b7;ms-received-port=55661;ms-received-cid=11E00
    Server: RTC/4.0
    Content-Length: 0
    Message-Body: –
    $$end_record

  • Lync 2010 Push notifications

    Hey guys i am trying to enable push notifications for my lync deployment.
    everything else works correctly.
    i am getting a 504 <server time-out> error when i am trying to
    Test-CsFederatedPartner -TargetFqdn ilyncedge.internaldomain.co.uk -Domain push.lync.com -ProxyFqdn sipfed.online.lync.com -verbose
    i have checked the lync logs and have found this error.
    "ms-diagnostics: 1010;reason="certificate trust with another server could not be established";errortype="the peer certificate is not chained off a trusted root";tlstarget="sipfed.online.lync.com";hresult="0x80090325";source="sip.externaldomain.com""
    my certificate contains sip.externaldomain.com and is from go daddy i have used RUCT to check the out the certificate and even try and install localy on the servers (what ever that might do i was following another post http://social.technet.microsoft.com/Forums/lync/en-US/7faf6051-76d6-4e80-9abc-d8f561688b18/certificate-trust-with-another-server-could-not-be-established?forum=ocsedge )
    any suggestions on how i can solve this?
    Many Thanks
    Gordon

    Finally managed to solve the problem.
    it was a certificate issue on my edge server, not one of my certificates i might add.
    it was the Microsoft one, i noticed on the lync edge server that the certificate was showing an error
    "windows doesn't have enough information to verify this certificate"
    yet on my front end lync server it was fine. when i looked at the certificate i noticed that the one of the front end server looked like this.
    and the one of the edge server looked like this.
    the edge server was missing the Baltimore CyberTrust Root cert, i went to my Front end server and exported the root cert over to my Edge and imported it into the trusted root certificates and it worked.
    i use RUCT to troubleshoot the certs and to import them from the sipfed.online.lync.com and the built it in log snooper on the edge server to look at the SIP traffic.
    Cheers for the help

Maybe you are looking for