Integrating External JQUERY code with Edge Animate

Hi all...
There are two ways i can see of integrating Edge Animate With External JQuery
Something happens within Adobe edge and triggers something to happen externally or vice versa.....
1: When an action is performed (mouseUp MouseOver... etc...) we can initiate some external Jquery
For example
When I "mouseUp" my play button i run the function  "playPause()" and my audio starts to play
function playPause(){
    if( $("#liveStream").data("jPlayer").status.paused ) {
        $("#liveStream").jPlayer("play");
    else {
        $("#liveStream").jPlayer("pause");
So this is fine... i perform an action in Adobe Edge and something external to the composition occurs, in this case it connects to a live stream of audio and the user gets the desired result.
2:When an event occurs in external Jquery (playing, connection lost, audio not ready... etc...) we can perform an action within Adobe Edge
For example
When the audio stream is playing and the user is definatly hearing music i need to perform an action within Adobe Edge like "sym.$("playButton").hide();" which hides the play button because obviously there is no need to click play anymore when the music is already playing..
This is were my Jquery understanding ends..
Questions:
1: Where do i put global code within my Adobe Edge composition that triggers actions when external jQuery returns an event
2: How do i go about coding this...
Below is my best attempt
function playStatus(){
     $("#liveStream").bind($.jPlayer.event.playing, function (event) {
          sym.$("playButton").hide();
Now my attempt is probably way off the truth but im hoping you understand what i am trying to achieve..
Thank you for reading this through
Any advice would be greatly appreciated.....
Justin..

Hi, thanks for the assistance....
I have tried to integrate the following code into the "creationComplete event"
//Initiate JPlayer
$(document).ready(function(){
    var stream = {
        mp3: "http://streaming.radionomy.com/ABC-Jazz"
    ready = false;
    $("#liveStream").jPlayer({
        ready: function (event) {
            ready = true;
            $(this).jPlayer("setMedia", stream);
        pause: function() {
            $(this).jPlayer("clearMedia");
        error: function(event) {
            if(ready && event.jPlayer.error.type === $.jPlayer.error.URL_NOT_SET) {
                // Setup the media stream again and play it.
                $(this).jPlayer("setMedia", stream).jPlayer("play");
        swfPath: "js",
        supplied: "mp3",
        preload: "none",
        wmode: "window",
        keyEnabled: true
//Create function for Play & Pause
function playPause(){
    if( $("#liveStream").data("jPlayer").status.paused ) {
        $("#liveStream").jPlayer("play");
    else {
        $("#liveStream").jPlayer("pause");
The above code used to be within a player.js file that i called into edge, As you have recomended to me i have moved this code to within edge...
When i try to play the stream i get the following error from the console "Javascript error in event handler! Event Type = element"
It is refering to edge.3.0.0.min.js
In a bit stuck now as to why it is not working....
This error is usually generated when the scripts are not talking to each other so im guessing it should be an easy one for you guys as my knowledge of jquery is not great!

Similar Messages

  • JS error on export with Edge Animate?

    Ive just started messing around with Edge Animate and Muse.  The first time or two that I exported it worked.  But I'm not sure what I did but now everytime I export I ge tthis:
    http://i.imgur.com/gtqQDiH.png
    It runs FINE in the preview, but when I export I get this error everytime.
    Even with a new site and a new animation.

    Hi,
    Great. I must tell you that the most common cause of JavaScript errors on a Muse page is .js files missing from the server or .js files, or other files on the server, not all being from the save version of Muse. If you're using an external FTP client, you must re-upload all files and folders whenever a site is exported using an updated version of Muse (since the code generated by Muse changes from release to release to improve page load performance, support new features, address new browser versions and/or devices, etc., etc.).
    The second most common cause of JavaScript errors on a Muse page is buggy embed code and/or embed code that conflicts with the JavaScript used by Muse.
    Regards,
    Rohit Nair

  • Update only a part of a project with Edge Animate CC 2014.1.1 PROBLEM

    WIN 8.1
    Edge Animate CC 2014.1.1
    Firefox 35.0
    The Problem started after Update to Edge Animate CC 2014.1.1
    I want to update text which is an Edge Animate file
    The original Project was programmed with Edge Animate 1.0(not CC)
    After I made the changes and saved the file I get a “updatedtext_upgraded” folder that contains the new files.
    I am not sure what to do with that folder:
    A) Do I have to exchange the data from the Folder ”updatedtext_upgraded”?
    or
    B) Do I have to put the whole project into the folder “updatedtext1_upgraded”?
    or
    C) Do I have to develop the whole Project new with AN CC 2014.1.1?
    Thank you

    I am currently having issues opening older compositions in 2014.1.1
    I have never used an earlier version but have a large project and I am using EA for the first time.
    Before I started it I gathered many tutorials and downloaded examples of the features I would need in my new project only to find that they all were created in earlier versions of EA and when I publish from my version they are not working properly in a wide variety of ways.
    It seems there are few tutorials built for the very latest version - things like custom scrollbars for text and loading and unloading composiitons - see huge lists online of things Adobe have apparently 'fixed' with this version but it feels like other things are broken.
    I am now desperately searching for information on what exactly is deprecated and what I need to do to get files working correctly.
    Very worried indeed.

  • Glitches and Load Speed Issues with Edge Animate Site

    I recently created a website at www.goshowpro.com and am having some glitches and load issues occur and would appreciate any help or insight into the matter. The site loads relatively quickly on my computer and my hosting servers technical support system but when I show it to my client it takes anywhere from 15-20 seconds, even after I have cleared the cache and cookies. All my image files are 'gifs' as to alleviate memory usage and I don't know what else to do that I haven't tried yet. Additionally, when you go to the services page from the about page, the light beams don't connect to the lighting fixtures and the text is placed differently than what I initially had in Adobe Edge Animate before I published the files. And the facebook link doesn't go to facebook but to www.goshowpro.com/facebook.... (ie I get a 404 error) even though in the program I have the link set as www.facebook.com....  I don't know what else to do besides what I have been doing and would very much appreciate any insight into these issues.
    I should also mention that I used more html files than I initially planned due to lack of support on creating complete animation functionality with Edge Animate. I would like to have everything on one page but I don't know if that would be possible with the current version of Adobe Edge Animate (1.0.1.204.22434). Thank you again for your help.
    Mike

    Hi, Mike-
    Have you tried profiling?  You can use Firefox's Firebug or Google Chrome Inspector to see what's taking so long to download.
    http://blogs.adobe.com/edge/2012/01/04/why-cant-it-just-work/
    -Elaine

  • Buttons created with edge animate are not working on android and windows devices

    Hello, I created a moble version of my website with edge animate (3.0).
    The menue-bars/buttons work fine with iphone and ipad, but not with android and windows devices.
    http://www.design-werk.org/buchgestaltung_kunstbuch.html
    Does anyone have an idea and can help me with that?
    Thank you guys,
    Wolfram

    Hello, I created a moble version of my website with edge animate (3.0).
    The menue-bars/buttons work fine with iphone and ipad, but not with android and windows devices.
    http://www.design-werk.org/buchgestaltung_kunstbuch.html
    Does anyone have an idea and can help me with that?
    Thank you guys,
    Wolfram

  • How to zoom and pan with Edge animate?

    Hi,
    I have been trying to make a project with Edge Animate, it is all about an image, but I want to be able to zoom and pan the image. Can you please send me an example if there is any around? or Can you explain me how to zoom and pan with Edge Animate?
    Thanks,
    Guasch

    I am having this same issue! I am searching through forums on what tools to use to create a good zoom and pan on an image that contains hyperlinks an other things, developed in Adobe Edge Animate.
    So far, here are some solutions I have come across:
    http://craigfrancis.github.io/zoomify/
    http://zynga.github.io/scroller/demo/dom.html
    These two seem to be the closest solutions to what I'm looking for. Now I just have to integrate the javascript into my adobe ege animate composition. Hopefully that won't be too hard. Are there any suggestions from the adobe community on how to do this?

  • Is snippet master compatible with edge animate? Or another easy to use cms?

    I am looking for an easy way for clients to update their website text, and am looking at making a whole site with edge animate.
    Any ideas? From anyone who has tried this?
    Thank you.

    Hi there,
    Thanks for your suggestions! We're looking at ways to make the timeline more flexible as far as nesting and/or hiding elements, so hopefully these types of improvements will come as Animate continues to grow. Just wanted to quickly pop in to address a few of your bullet points - hopefully, other Animate users can answer regarding whether they use Animate for software simulation.
    Your first two points (I think) can be at least somewhat addressed by using symbols. Each symbol has its own timeline which can contain many elements, but it will appear as a single element in the main (Stage) timeline.
    Regarding video, there's currently only one HTML5 browser that natively supports video with alpha transparency: Chrome, using video encoded to the webm format. See here for more info: Alpha transparency in Chrome video - HTML5Rocks Updates
    Once other browsers start incorporating native support for video with transparency, this could be pretty cool. But as of now, native browser support is still quite limited.
    Thanks,
    Joe

  • How can I capture a snapshot/screenshot from my game made with edge animate

    I am wondering if its possible to put a symbol button inside edge animate once the user clicks on it it downloads a screenshot from the current screen the user is on because it's a required inside the project I have made and the client is really asking for this advantage and I made the whole game with edge animate so please if anyone has any solutions to tell me about them..Thanks

    Hey, HeavenChains-
    We don't use canvas natively, so the html5 canvas screenshot may not work for you.  I did a quick websearch and there are libraries out there that may take a screenshot for you, but you may want to be wary due to privacy concerns with using third party software.
    Here's one of the ones I found (please don't take this as a recommendation, as I haven't tried it myself):
    http://grabz.it/api/javascript/
    Hope that helps,
    -Elaine

  • Captivate integration with Edge Animate or Photoshop

    Hello everyone,
    I’m an Adobe CC premium member and I’m interesting to buy Adobe Captivate but I'm not sure it can be really what I need.
    How can I customize the graphical interface of the Adobe Captivate slides with others Adobe softwares?
    I mean, can I integrate this software with adobe Edge Animate for example? In particular within Javascript and jQuery code snippets I would know.
    Thanks in advance for your help

    >> I didnt understand this. <<
    i'm not surprised.  i'm so far down the learning curve i don't know what question to ask.
    i am willing to invest time and energy to learn Animate or DW.  i have never used either and it sounds like Animate might be simpler for my simple task.  what i meant by that question relates to what is the output of Animate or DW?  i know how to upload "images" to a web site (jpg, TIF, GIF).  is the output of animate an "image" or is it some code snippet i have to learn how to integrate into the webite i want to publish to?
    did that make sense?

  • Scrubbing a wheel and turning a pot with Edge Animate!

    Hi all!
    With the wonderful Edge Animate and the external JQuery Ui library (for the drag), I've made a wheel that you can move with a scrubber-bar.
    The original, super-useful code from wich I started is made by JackPister in this thread: http://forums.adobe.com/message/4752554#4752554.
    I've used Jquery Ui for dragging so I've simplified the code.
    Here's a  prototype: http://www.terredainventare.it/edge/wheel/Wheel.html.
    Here are the Edge project files: http://www.terredainventare.it/edge/wheel/Wheel.zip
    Now, (almost) all is working, but I have two question for the Forum readers and the Edge Animate experts and staff:
    1) do you see that when I hover with the mouse on the scrubber, the wheel moves? Why this?
    2) What if I would (and I want!) build a circular scrubber that moves together with the wheel? I'm more explicit with these picture. It would be like a pot that you move dragging the handle!!
    Many thanks for your help!!!
    Davide

    Thanks for you quick feedback, Jack!
    1) Yes, your/Darrel's solution it's sure more elegant but I need to use JQuery Ui library so I can use the handle-option to build the handle of the pot.... Any hint about the use of JQuery Ui for dragging without this tedious "over" effetct?
    2) Here http://threedubmedia.com/code/event/drag I've found this code:
    <script type="text/javascript">
    jQuery(function($){
       $('.drag')
          .drag('start',function( ev, dd ){
             if ( !$.data( this, 'circle' ) )
                $.data( this, 'circle', {
                   radius: 160,
                   centerX: dd.originalX + 160 + 30,
                   centerY: dd.originalY + 30
          .drag(function( ev, dd ){
             var data = $.data( this, 'circle' ),
             angle = Math.atan2( ev.pageX - data.centerX, ev.pageY - data.centerY );
             $( this ).css({
                top: data.centerY + Math.cos( angle ) * data.radius - 30,
                left: data.centerX + Math.sin( angle ) * data.radius - 30
    </script>
    <h1>Circular Drag Demo</h1>
    <p>Drag the boxes around the page, they only move along a circular path.</p>
    <div class="drag" style="left:60px;">&bull;</div>
    <div class="drag" style="left:170px;">&bull;</div>
    <div class="drag" style="left:280px;">&bull;</div>
    <style type="text/css">
    body {
       background: #FFF url("http://threedubmedia.com/inc/img/circles.gif") no-repeat 0px 0px;
    .drag {
       position: absolute;
       border: 1px solid #89B;
       background: #BCE;
       height: 58px;
       width: 58px;
       top: 180px;
       cursor: move;
       text-align: center;
       font: 24px/62px "Courier New", Courier, monospace;
       filter: alpha(opacity=75);
       -moz-opacity: 0.75;
       opacity: 0.75;
    </style>
    Do you think can be useful?
    Many many thanks!!!
    Davide

  • Adobe Muse with Edge Animate components plays great on the Mac but images don't show in Windows. Any suggestions?

    I am using CC with both Edge Animate and Muse. After uploading to the website host it plays great on the Mac but images don't appear when I'm using Windows. Any suggestions?

    Hi, VelveteenWebDesignGroup-
    You're in luck!  We just added in a feature to the latest version of Edge Animate CC (3.0) to enable the CDN option for OAM publish (what we call the "Animate Deployment Package").  This means that your Animate compositions can now references jQuery and the Animate runtime from the network instead of from the project directory.  (Please note that this will only make sense for Dreamweaver and Muse integration with OAM and won't make sense for InDesign.)
    To turn this on, launch Animate and go to File > Publish Settings.  Then select the Animate Deployment Package on the left and click "Host runtime files on Adobe CDN."  Save and publish, and you should be good to go.
    Hope this helps,
    -Elaine

  • Lync External Access issue with Edge

    Hi All,
    We have single edge server configured and while logging with external it is asking user name and password and then throws error.
    The server is temporary unavailable. i have enbled lync logging. below is the detailed error.
    1 Login: FAIL (hr = 0x80ee001c) 
     VerifyOnEnableEvent result return 10
         ONENABLE_FAIL_SERVER_NOT_REACHABLE
       status=0x80ee001c
        ACTION: SERVER NOT REACHABLE
            NO MORE SERVER TO TRY
        ACTION : PERMANENT ERROR
    1.1 Lync-autodiscovery: PASS
    1.1.1 Get-NewWebTicket: PASS
    1.1.1.1 ExecuteWithMetadataInternal: FAIL (hr = 0x3d0000) 
    Executing wws method with windows auth auth, asyncContext=00000058D529A040,
     context: WebRequest context@ :3647102064
      MethodType:4
      ExecutionComplete? :1
      Callback@ :00000058D562E378
      AsyncHResult:80f10041
      TargetUri:https://lyncextws1.Test.com/WebTicket/WebTicketService.svc
      OperationName:http://tempuri.org/:IWebTicketService
     Error:
    There was an error communicating with the endpoint at 'https://lyncextws1.Test.com/WebTicket/WebTicketService.svc'.
    The server returned HTTP status code '401 (0x191)' with text 'Unauthorized'.
    The requested resource requires user authentication.
    1.1.1.2 ExecuteWithWindowsOrNoAuthInternal: PASS
    1.1.1.3 ExecuteWithWindowsOrNoAuthInternal: FAIL (hr = 0x3d0000) 
    Created CManagedCredential[SPECIFIC this=00000058D969ABC0, domain=, userName=]
    1.1.1.4 ExecuteWithWindowsOrNoAuthInternal: FAIL (hr = 0x3d0000) 
    Executing wws method with windows auth auth, asyncContext=00000058D529A040,
     context: WebRequest context@ :3647102064
      MethodType:4
      ExecutionComplete? :1
      Callback@ :00000058D562E378
      AsyncHResult:3d0000
      TargetUri:https://lyncextws1.Test.com/WebTicket/WebTicketService.svc
      OperationName:http://tempuri.org/:IWebTicketService
    1.1.2 ExecuteWithWindowsOrNoAuthInternal: PASS
    =================================================
    UCCAPILOG
    ===================================
    02/24/2015|19:55:55.354 6FC:28C INFO  :: ********************************************************************************
    #######  module=UccApi flavor=fre version=15.0.4623.1000 ######
    02/24/2015|19:55:55.354 6FC:28C INFO  :: Initialization flags (100)
    02/24/2015|19:55:55.594 6FC:28C TRACE :: CUccMediaManagerEventAdapter::Initialize Start Initialize message handler(...)
    02/24/2015|19:55:55.594 6FC:28C TRACE :: CUccMediaManagerEventAdapter::Initialize End Initialize message handler(...)
    02/24/2015|19:55:55.595 6FC:28C ERROR :: CHidManager::AddHidDevice - CreateFile(\\?\hid#vid_093a&pid_2510#7&3a277b37&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}) failed with 0x80070005
    02/24/2015|19:55:55.595 6FC:28C ERROR :: CHidManager::EnumerateHidDevices - AddHidDevice failed 0x80070005
    02/24/2015|19:55:55.595 6FC:28C INFO  :: CHidManager::AddHidDevice - HID device <\\?\hid#vid_0a81&pid_0101&mi_01&col01#7&dc7527c&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}> is not a telephony device
    02/24/2015|19:55:55.595 6FC:28C ERROR :: CHidManager::AddHidDevice - CreateFile(\\?\hid#vid_0a81&pid_0101&mi_00#7&20f76eba&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}) failed with 0x80070005
    02/24/2015|19:55:55.595 6FC:28C ERROR :: CHidManager::EnumerateHidDevices - AddHidDevice failed 0x80070005
    02/24/2015|19:55:55.595 6FC:28C INFO  :: CHidManager::AddHidDevice - HID device <\\?\hid#vid_0a81&pid_0101&mi_01&col02#7&dc7527c&0&0001#{4d1e55b2-f16f-11cf-88cb-001111000030}> is not a telephony device
    02/24/2015|19:55:55.595 6FC:28C INFO  :: MediaManager found 4 devices
    02/24/2015|19:55:55.595 6FC:28C INFO  :: Function: CUccAudioMediaDevice::InternalInitialize
    02/24/2015|19:55:55.595 6FC:28C ERROR :: HRESULT API failed: 80004005 = hr. ParsePidVidMi
    02/24/2015|19:55:55.595 6FC:28C INFO  :: CUccAudioMediaDevice::InternalInitialize - DisplayName set to Realtek High Definition Audio
    02/24/2015|19:55:55.601 6FC:28C INFO  :: Function: CUccAudioMediaDevice::InternalInitialize
    02/24/2015|19:55:55.601 6FC:28C ERROR :: HRESULT API failed: 80004005 = hr. ParsePidVidMi
    02/24/2015|19:55:55.601 6FC:28C INFO  :: CUccAudioMediaDevice::InternalInitialize - DisplayName set to Realtek High Definition Audio
    02/24/2015|19:55:55.617 6FC:28C INFO  :: Function: CUccAudioMediaDevice::InternalInitialize
    02/24/2015|19:55:55.617 6FC:28C ERROR :: HRESULT API failed: 80004005 = hr. ParsePidVidMi
    02/24/2015|19:55:55.617 6FC:28C INFO  :: CUccAudioMediaDevice::InternalInitialize - DisplayName set to Realtek High Definition Audio
    02/24/2015|19:55:55.632 6FC:28C INFO  :: Function: CUccAudioMediaDevice::InternalInitialize
    02/24/2015|19:55:55.632 6FC:28C ERROR :: HRESULT API failed: 80004005 = hr. ParsePidVidMi
    02/24/2015|19:55:55.632 6FC:28C INFO  :: CUccAudioMediaDevice::InternalInitialize - DisplayName set to Realtek High Definition Audio
    02/24/2015|19:55:55.648 6FC:28C INFO  :: CUccMediaDeviceManager::UpdateTelDeviceAdded - Checking if PnpName \\?\HDAUDIO#FUNC_01&VEN_10EC&DEV_0892&SUBSYS_1043841B&REV_1003#4&1d1d2e48&0&0001#{0.0.0.00000000}.{0d4bf642-8545-4036-a0ae-87c575452367}#
    has EndpointID or not
    02/24/2015|19:55:55.648 6FC:28C INFO  :: CUccMediaDeviceManager::UpdateTelDeviceAdded - Found endpointID. PnpName without EndpointID is \\?\HDAUDIO#FUNC_01&VEN_10EC&DEV_0892&SUBSYS_1043841B&REV_1003#4&1d1d2e48&0&0001#
    02/24/2015|19:55:55.648 6FC:28C INFO  :: CUccMediaDeviceManager::UpdateTelDeviceAdded - Checking if PnpName \\?\HDAUDIO#FUNC_01&VEN_10EC&DEV_0892&SUBSYS_1043841B&REV_1003#4&1d1d2e48&0&0001#{0.0.0.00000000}.{47ed6c68-55a2-4934-ad9a-4ab9cdfc13b1}#
    has EndpointID or not
    02/24/2015|19:55:55.648 6FC:28C INFO  :: CUccMediaDeviceManager::UpdateTelDeviceAdded - Found endpointID. PnpName without EndpointID is \\?\HDAUDIO#FUNC_01&VEN_10EC&DEV_0892&SUBSYS_1043841B&REV_1003#4&1d1d2e48&0&0001#
    02/24/2015|19:55:55.648 6FC:28C INFO  :: CUccMediaDeviceManager::UpdateTelDeviceAdded - Checking if PnpName \\?\HDAUDIO#FUNC_01&VEN_10EC&DEV_0892&SUBSYS_1043841B&REV_1003#4&1d1d2e48&0&0001#{0.0.0.00000000}.{b64a636b-6948-4f0a-9735-3984f2a89afd}#
    has EndpointID or not
    02/24/2015|19:55:55.648 6FC:28C INFO  :: CUccMediaDeviceManager::UpdateTelDeviceAdded - Found endpointID. PnpName without EndpointID is \\?\HDAUDIO#FUNC_01&VEN_10EC&DEV_0892&SUBSYS_1043841B&REV_1003#4&1d1d2e48&0&0001#
    02/24/2015|19:55:55.648 6FC:28C INFO  :: CUccMediaDeviceManager::UpdateTelDeviceAdded - Checking if PnpName \\?\HDAUDIO#FUNC_01&VEN_10EC&DEV_0892&SUBSYS_1043841B&REV_1003#4&1d1d2e48&0&0001#{0.0.0.00000000}.{c9d132e2-ba0c-48a2-8540-4a70255359c1}#
    has EndpointID or not
    02/24/2015|19:55:55.648 6FC:28C INFO  :: CUccMediaDeviceManager::UpdateTelDeviceAdded - Found endpointID. PnpName without EndpointID is \\?\HDAUDIO#FUNC_01&VEN_10EC&DEV_0892&SUBSYS_1043841B&REV_1003#4&1d1d2e48&0&0001#
    02/24/2015|19:55:55.648 6FC:28C INFO  :: CUccMediaDeviceManager::LoadDeviceVolumeCollection: Volume was not found in registry for deviceid = Speakers (Realtek High Definition Audio), initialized default volume to 26214
    02/24/2015|19:55:55.648 6FC:28C INFO  :: CUccMediaDeviceManager::LoadDeviceVolumeCollection: Volume was not found in registry for deviceid = Realtek HD Audio 2nd output (Realtek High Definition Audio), initialized default volume to 26214
    02/24/2015|19:55:55.648 6FC:28C INFO  :: CUccMediaDeviceManager::LoadDeviceVolumeCollection: Volume was not found in registry for deviceid = Realtek Digital Output (Realtek High Definition Audio), initialized default volume to 26214
    02/24/2015|19:55:55.648 6FC:28C INFO  :: CUccMediaDeviceManager::LoadDeviceVolumeCollection: Volume was not found in registry for deviceid = Realtek Digital Output(Optical) (Realtek High Definition Audio), initialized default volume to 26214
    02/24/2015|19:55:55.648 6FC:28C INFO  :: CUccMediaDeviceManager::LoadDeviceVolumeCollection: Volume was not found in registry for deviceid = Speakers (Realtek High Definition Audio), initialized default volume to 26214
    02/24/2015|19:55:55.648 6FC:28C INFO  :: CUccMediaDeviceManager::LoadDeviceVolumeCollection: Volume was not found in registry for deviceid = Realtek HD Audio 2nd output (Realtek High Definition Audio), initialized default volume to 26214
    02/24/2015|19:55:55.648 6FC:28C INFO  :: CUccMediaDeviceManager::LoadDeviceVolumeCollection: Volume was not found in registry for deviceid = Realtek Digital Output (Realtek High Definition Audio), initialized default volume to 26214
    02/24/2015|19:55:55.648 6FC:28C INFO  :: CUccMediaDeviceManager::LoadDeviceVolumeCollection: Volume was not found in registry for deviceid = Realtek Digital Output(Optical) (Realtek High Definition Audio), initialized default volume to 26214
    02/24/2015|19:55:55.648 6FC:28C ERROR :: CUccMediaDeviceManager::LoadCustomTelephonyDeviceCollection: HRESULT failed: 80070002 = hr. Audio capture
    02/24/2015|19:55:55.648 6FC:28C ERROR :: CUccMediaDeviceManager::LoadCustomTelephonyDeviceCollection: HRESULT failed: 80070002 = hr. Audio capture
    02/24/2015|19:55:55.648 6FC:28C WARN  :: We did not find device based on Name and Moniker match. Let's try to find device based on only name match
    02/24/2015|19:55:55.648 6FC:28C INFO  :: Function: CUccMediaDeviceManager::GetBoolProperty
    02/24/2015|19:55:55.648 6FC:28C TRACE :: Condition failed with 80ee0058: 'spProperty.IsValid()'
    02/24/2015|19:55:55.648 6FC:28C INFO  :: Function: CUccMediaDeviceManager::GetBoolProperty
    02/24/2015|19:55:55.648 6FC:28C TRACE :: Condition failed with 80ee0058: 'spProperty.IsValid()'
    02/24/2015|19:55:55.648 6FC:28C INFO  :: Function: CUccMediaDeviceManager::GetBoolProperty
    02/24/2015|19:55:55.648 6FC:28C TRACE :: Condition failed with 80ee0058: 'spProperty.IsValid()'
    02/24/2015|19:55:55.648 6FC:28C INFO  :: Function: CUccMediaDeviceManager::GetBoolProperty
    02/24/2015|19:55:55.648 6FC:28C TRACE :: Condition failed with 80ee0058: 'spProperty.IsValid()'
    02/24/2015|19:55:55.648 6FC:28C INFO  :: Function: CUccMediaDeviceManager::GetBoolProperty
    02/24/2015|19:55:55.648 6FC:28C TRACE :: Condition failed with 80ee0058: 'spProperty.IsValid()'
    02/24/2015|19:55:55.648 6FC:28C INFO  :: Function: CUccMediaDeviceManager::GetBoolProperty
    02/24/2015|19:55:55.648 6FC:28C TRACE :: Condition failed with 80ee0058: 'spProperty.IsValid()'
    02/24/2015|19:55:55.648 6FC:28C INFO  :: CUccMediaDeviceManager::FireDeviceChanged - Default device changed to <Realtek HD Audio 2nd output (Realtek High Definition Audio)> for category=3 media=1 direction=2 reason=2
    02/24/2015|19:55:55.648 6FC:28C INFO  :: CUccMediaDeviceManager::FireDeviceChanged - Selected device changed to <Realtek HD Audio 2nd output (Realtek High Definition Audio)> for category=3 media=1 direction=2 reason=2
    02/24/2015|19:55:55.648 6FC:28C TRACE :: SipStackGlobalInit - Doing WSAStatusup(1,1)
    02/24/2015|19:55:55.648 6FC:28C TRACE :: SipStackGlobalInit - WsaData fields: wsaVersion=1.1(0x101), wVersion=1.1(0x101), wHighVersion=2.2(0x202)
    02/24/2015|19:55:55.663 6FC:28C INFO  :: ProxyMessageHandler::Initialize: ProxyMessageHandler Initialized
    02/24/2015|19:55:55.663 6FC:28C TRACE :: client[00000058D3E8FF60] new sipStack[00000058D402C440]
    02/24/2015|19:55:55.663 6FC:28C INFO  :: SIP_STACK::QueryPlatformAuthCaps ProtocolsFromPlatform=0x2f
    02/24/2015|19:55:55.663 6FC:28C WARN  :: CUccPlatform::EnableTracing: tracing is already enabled
    02/24/2015|19:55:55.710 6FC:28C INFO  :: Crop=2 
    02/24/2015|19:55:55.846 6FC:28C INFO  :: CUccServerEndpoint::Initialize - This endpoint is  sharing presentity data.
    02/24/2015|19:55:55.846 6FC:28C INFO  :: CUccEndpoint::put_TelephonyTypewrite - Set TTY enabled to false
    02/24/2015|19:56:01.723 6FC:28C INFO  :: UCCP:ClientAllowedAuthProts0x1000c
    02/24/2015|19:56:01.723 6FC:28C INFO  :: CUccServerSignalingSettings::put_AllowedHttpProxyAuthenticationModes set auth modes 0x3f
    02/24/2015|19:56:01.723 6FC:28C INFO  :: CUccDnsResolverManager::Start MR-INFO - [00000058D95E5D40] DNS resolver manager started
    02/24/2015|19:56:01.723 6FC:28C INFO  :: UCCP:NegotiatedAuthProt0x0
    02/24/2015|19:56:01.723 6FC:28C INFO  :: UCCP:ServerAuthProts0x0
    02/24/2015|19:56:01.723 6FC:28C INFO  :: CUccPrincipalServerEndpoint::GetSipProviderProfile - Found no http proxy creds
    02/24/2015|19:56:01.723 6FC:28C INFO  :: SIP_ENDPOINT::SetSipAuthBroker (00000058D961EAE0) _IUccSipAuthBroker(0x0000000000000000)
    02/24/2015|19:56:01.723 6FC:28C INFO  :: UCCP:ServerAuthProts0x0
    02/24/2015|19:56:01.723 6FC:28C INFO  :: SIP_AUTH(d961f1c8) PrepareAuth at state: 0
    02/24/2015|19:56:01.723 6FC:28C INFO  :: SIP_REGISTER:State (0) => (1)
    02/24/2015|19:56:01.723 6FC:28C INFO  :: Outgoing 00000058D9625C10-<sip:[email protected]>, local=(null)
    02/24/2015|19:56:01.723 6FC:28C INFO  :: Function: StringToSockAddress
    02/24/2015|19:56:01.723 6FC:28C ERROR :: HRESULT failed: 80072726 = HRESULT_FROM_WIN32(::ShimWSAGetLastError()) . Failed to convert string IP to SOCKADDR
    02/24/2015|19:56:01.723 6FC:28C INFO  :: Created Async workitem 00000058D980F838, txn timeout 0, time sensitive 0, txn (0000000000000000)
    02/24/2015|19:56:01.723 6FC:28C INFO  :: Out trxn corr-id (00000058D559F8F0)
    02/24/2015|19:56:01.723 6FC:28C INFO  :: SIP_MSG_PROCESSOR::GetLocalConnectionAddrSubnet get loca IP address returned NULL
    02/24/2015|19:56:01.723 6FC:6F4 INFO  :: Function: StringToSockAddress
    02/24/2015|19:56:01.723 6FC:28C INFO  :: SIP_MSG_PROCESSOR::GetSubnetHeader Invalid subnet -1
    02/24/2015|19:56:01.723 6FC:6F4 ERROR :: HRESULT failed: 80072726 = HRESULT_FROM_WIN32(::ShimWSAGetLastError()) . Failed to convert string IP to SOCKADDR
    02/24/2015|19:56:01.723 6FC:28C INFO  :: REGISTER_CONTEXT(d9625c10) SetAndNotify Recv(4) at State (0)
    02/24/2015|19:56:01.723 6FC:28C INFO  :: REGISTER_CONTEXT:State (0) => (4)
    02/24/2015|19:56:01.723 6FC:28C TRACE :: SIP_MSG_PROCESSOR::OnDnsResolutionComplete[00000058D9625C10] Entered host LyncAccess.test.com
    02/24/2015|19:56:01.723 6FC:28C TRACE :: SIP_MSG_PROCESSOR::OnDnsResolutionComplete get DNS result server: LyncAccess.test.com IP: 125.16.131.241:5061 
    02/24/2015|19:56:01.723 6FC:28C INFO  :: Use proxy server cache:1
    02/24/2015|19:56:01.723 6FC:28C INFO  :: Remote Addr: 125.16.131.241
    02/24/2015|19:56:01.723 6FC:28C INFO  :: Verification Flags: 1
    02/24/2015|19:56:01.723 6FC:28C INFO  :: Interface Index: 6
    02/24/2015|19:56:01.723 6FC:28C INFO  :: Interface Type: 0
    02/24/2015|19:56:01.723 6FC:28C INFO  :: GetAdaptersAddresses Succeeded.
    02/24/2015|19:56:01.723 6FC:28C INFO  :: Identified local Ipv4 address: 192.168.0.101
    02/24/2015|19:56:01.723 6FC:28C INFO  :: Found local routable Ipv4 address for SIP proxy server from proxy address list
    02/24/2015|19:56:01.723 6FC:28C INFO  :: SockMgr: Create New Connection:DestName:(LyncAccess.test.com)DestPort:(5061)Transport:(2)httpTunnel:(0)TLS RemotePrincipalName:(LyncAccess.test.com)
    02/24/2015|19:56:01.723 6FC:28C TRACE :: DestAddr :125.16.131.241:5061
    02/24/2015|19:56:01.723 6FC:28C TRACE :: CSIPTransportLayer::CSIPTransportLayer - [0x00000058D971EF90]
    02/24/2015|19:56:01.723 6FC:28C TRACE :: CSIPTransportLayerNotify::CSIPTransportLayerNotify - [0x00000058D971EFA0]
    02/24/2015|19:56:01.723 6FC:28C TRACE :: SSIPTransportContext::SSIPTransportContext - [0x00000058D971EFF8]
    02/24/2015|19:56:01.723 6FC:28C TRACE :: SSIPTransportContext::SSIPTransportContext - [0x00000058C8DBE6B0]
    02/24/2015|19:56:01.723 6FC:28C TRACE :: CSIPTransportLayer::CSIPTransportLayer - [0x00000058D96B22A0]
    02/24/2015|19:56:01.723 6FC:28C TRACE :: CSIPTransportLayerNotify::CSIPTransportLayerNotify - [0x00000058D96B22B0]
    02/24/2015|19:56:01.723 6FC:28C TRACE :: CSIPAsyncSocket::CSIPAsyncSocket - [0x00000058D96B22A0]
    02/24/2015|19:56:01.723 6FC:28C TRACE :: CSIPAsyncSocket::Initialize - [0x00000058D96B22A0]
    02/24/2015|19:56:01.723 6FC:28C TRACE :: CSIPTransportLayer::CSIPTransportLayer - [0x00000058D96D4B00]
    02/24/2015|19:56:01.723 6FC:28C TRACE :: CSIPTransportLayerNotify::CSIPTransportLayerNotify - [0x00000058D96D4B10]
    02/24/2015|19:56:01.723 6FC:28C TRACE :: CSIPTransportLayerSecurity::CSIPTransportLayerSecurity - [0x00000058D96D4B00]
    02/24/2015|19:56:01.723 6FC:28C TRACE :: CSIPTransportLayer::CSIPTransportLayer - [0x00000058D96B1E80]
    02/24/2015|19:56:01.723 6FC:28C TRACE :: CSIPTransportLayerNotify::CSIPTransportLayerNotify - [0x00000058D96B1E90]
    02/24/2015|19:56:01.723 6FC:28C TRACE :: CSIPCompression::CSIPCompression - [0x00000058D96B1E80]
    02/24/2015|19:56:01.723 6FC:28C INFO  :: CSIPCompressor::Initialize - Compression setting 1, threshold 128000, timeout 5000
    02/24/2015|19:56:01.723 6FC:28C TRACE :: CSIPTransportLayerNotify::CSIPTransportLayerNotify - [0x00000058D9680300]
    02/24/2015|19:56:01.723 6FC:28C TRACE :: CSIPMessageCollator::CSIPMessageCollator - [0x00000058D9680300]
    02/24/2015|19:56:01.723 6FC:28C INFO  :: CAsyncSocketWin32::Connect 00000058D56266F0 connecting(async) window 000000000005035A socket:1f0c DestAddr:125.16.131.241:5061
    02/24/2015|19:56:01.723 6FC:28C ERROR :: CSIPAsyncSocket::Connect: HRESULT API failed: 80072733 = hr
    02/24/2015|19:56:01.723 6FC:28C TRACE :: SSIPTransportContext::~SSIPTransportContext - [0x00000058C8DBE6B0]
    02/24/2015|19:56:01.723 6FC:28C INFO  :: deleting Async workitem 00000058D980F838
    02/24/2015|19:56:01.754 6FC:28C TRACE :: CSIPAsyncSocket::SetLocalAddr - [0x00000058D96B22A0]
    02/24/2015|19:56:01.754 6FC:28C TRACE :: CSIPAsyncSocket::SetRemoteAddr - [0x00000058D96B22A0]
    02/24/2015|19:56:01.754 6FC:28C TRACE :: CSIPAsyncSocket::SetNetworkId - [0x00000058D96B22A0]
    02/24/2015|19:56:01.754 6FC:28C INFO  :: Created Async workitem 00000058D95A3D20, txn timeout 0, time sensitive 0, txn (0000000000000000)
    02/24/2015|19:56:01.754 6FC:28C TRACE :: Async work item posted for TLS negotiation: this 00000058D96D4B00
    02/24/2015|19:56:01.754 6FC:28C TRACE :: CSIPAsyncSocket::Send this 00000058D96B22A0, sending pbSendBuf 00000058D948BDB0, dwSendBufSize = 188
    02/24/2015|19:56:01.754 6FC:28C TRACE :: CSIPAsyncSocket::SendHelper - [0x00000058D96B22A0]
    02/24/2015|19:56:01.754 6FC:28C TRACE :: CAsyncSocketWin32::Send this 00000058D56266F0, pbSendBuf 00000058D948BDB0, dwSendBufSize = 188, dwBytesSent = 188
    02/24/2015|19:56:01.754 6FC:28C INFO  :: deleting Async workitem 00000058D95A3D20
    02/24/2015|19:56:01.801 6FC:28C TRACE :: CSIPTransportLayerNotify::OnRecv - [0x00000058D96B22B0]
    02/24/2015|19:56:01.801 6FC:28C INFO  :: Created Async workitem 00000058D95A4260, txn timeout 0, time sensitive 0, txn (0000000000000000)
    02/24/2015|19:56:01.801 6FC:28C TRACE :: Async work item posted for TLS negotiation: this 00000058D96D4B00
    02/24/2015|19:56:01.801 6FC:28C INFO  :: deleting Async workitem 00000058D95A4260
    02/24/2015|19:56:01.801 6FC:28C TRACE :: CSIPTransportLayerNotify::OnRecv - [0x00000058D96B22B0]
    02/24/2015|19:56:01.801 6FC:28C INFO  :: Created Async workitem 00000058D95A3360, txn timeout 0, time sensitive 0, txn (0000000000000000)
    02/24/2015|19:56:01.801 6FC:28C TRACE :: Async work item posted for TLS negotiation: this 00000058D96D4B00
    02/24/2015|19:56:01.801 6FC:28C INFO  :: deleting Async workitem 00000058D95A3360
    02/24/2015|19:56:01.801 6FC:28C TRACE :: CSIPTransportLayerNotify::OnRecv - [0x00000058D96B22B0]
    02/24/2015|19:56:01.801 6FC:28C INFO  :: Created Async workitem 00000058D95A3360, txn timeout 0, time sensitive 0, txn (0000000000000000)
    02/24/2015|19:56:01.801 6FC:28C TRACE :: Async work item posted for TLS negotiation: this 00000058D96D4B00
    02/24/2015|19:56:01.816 6FC:28C TRACE :: CSIPAsyncSocket::Send this 00000058D96B22A0, sending pbSendBuf 00000058D948A960, dwSendBufSize = 189
    02/24/2015|19:56:01.816 6FC:28C TRACE :: CSIPAsyncSocket::SendHelper - [0x00000058D96B22A0]
    02/24/2015|19:56:01.816 6FC:28C TRACE :: CAsyncSocketWin32::Send this 00000058D56266F0, pbSendBuf 00000058D948A960, dwSendBufSize = 189, dwBytesSent = 189
    02/24/2015|19:56:01.816 6FC:28C INFO  :: deleting Async workitem 00000058D95A3360
    02/24/2015|19:56:01.863 6FC:28C TRACE :: CSIPTransportLayerNotify::OnRecv - [0x00000058D96B22B0]
    02/24/2015|19:56:01.863 6FC:28C INFO  :: Created Async workitem 00000058D96B4B90, txn timeout 0, time sensitive 0, txn (0000000000000000)
    02/24/2015|19:56:01.863 6FC:28C TRACE :: Async work item posted for TLS negotiation: this 00000058D96D4B00
    02/24/2015|19:56:01.863 6FC:28C ERROR :: CSIPClientConnection::OnConnect (80072745) this: 00000058D971EF90
    02/24/2015|19:56:01.863 6FC:28C INFO  :: SIP_MSG_PROCESSOR::OnRequestConnectionConnectComplete - Enter this: 00000058D9625C10, callid=(null), ErrorCode: 0x80072745
    02/24/2015|19:56:01.863 6FC:28C ERROR :: Releasing connection and notifying transactions
    02/24/2015|19:56:01.863 6FC:28C ERROR :: SIP_MSG_PROCESSOR::NotifyRequestConnectionConnectComplete - Error: 80072745
    02/24/2015|19:56:01.863 6FC:28C INFO  :: CSIPAsyncSocket::Disconnect Shuttingdown 00000058D56266F0
    02/24/2015|19:56:01.863 6FC:6F4 TRACE :: SECURE_SOCKET: security negotiation has completed successfully
    02/24/2015|19:56:01.863 6FC:6F4 TRACE :: SECURE_SOCKET: stream sizes: header 21 trailer 64 max message 16384 buffers 4 block size 16
    02/24/2015|19:56:01.863 6FC:28C TRACE :: CSIPTransportLayerSecurity::Shutdown - [0x00000058D96D4B00]
    02/24/2015|19:56:01.863 6FC:28C TRACE :: CSIPMessageCollator::~CSIPMessageCollator - [0x00000058D9680300]
    02/24/2015|19:56:01.863 6FC:28C TRACE :: CSIPTransportLayerNotify::~CSIPTransportLayerNotify - [0x00000058D9680300]
    02/24/2015|19:56:01.863 6FC:28C TRACE :: CSIPTransportLayerNotify::~CSIPTransportLayerNotify - [0x00000058D96B1E90]
    02/24/2015|19:56:01.863 6FC:28C TRACE :: CSIPTransportLayer::~CSIPTransportLayer - [0x00000058D96B1E80]
    02/24/2015|19:56:01.863 6FC:28C TRACE :: CSIPTransportLayerNotify::~CSIPTransportLayerNotify - [0x00000058D96D4B10]
    02/24/2015|19:56:01.863 6FC:28C TRACE :: CSIPTransportLayer::~CSIPTransportLayer - [0x00000058D96D4B00]
    02/24/2015|19:56:01.863 6FC:28C TRACE :: CSIPTransportLayerNotify::~CSIPTransportLayerNotify - [0x00000058D96B22B0]
    02/24/2015|19:56:01.863 6FC:28C TRACE :: CSIPTransportLayer::~CSIPTransportLayer - [0x00000058D96B22A0]
    02/24/2015|19:56:01.863 6FC:28C TRACE :: SSIPTransportContext::~SSIPTransportContext - [0x00000058D971EFF8]
    02/24/2015|19:56:01.863 6FC:28C TRACE :: CSIPTransportLayerNotify::~CSIPTransportLayerNotify - [0x00000058D971EFA0]
    02/24/2015|19:56:01.863 6FC:28C TRACE :: CSIPTransportLayer::~CSIPTransportLayer - [0x00000058D971EF90]
    02/24/2015|19:56:01.863 6FC:28C ERROR :: OUTGOING_TRANSACTION::OnRequestConnectionConnectComplete - connection failed error 80072745
    02/24/2015|19:56:01.863 6FC:28C INFO  :: REGISTER_CONTEXT:State (4) => (5)
    02/24/2015|19:56:01.863 6FC:28C INFO  :: REGISTER_CONTEXT(d9625c10) SetAndNotify Recv(6) at State (5)
    02/24/2015|19:56:01.863 6FC:28C INFO  :: REGISTER_CONTEXT:State (5) => (6)
    02/24/2015|19:56:01.863 6FC:28C INFO  :: SIP_REGISTER:State (1) => (0)
    02/24/2015|19:56:01.863 6FC:28C TRACE :: CUccServerEndpoint::UpdateEndpointState - Update state from 1 to 0. Status 80072745. Status text (null).
    02/24/2015|19:56:01.863 6FC:28C INFO  :: Function: CUccServiceOperationManager::DisableServManager
    02/24/2015|19:56:01.863 6FC:28C TRACE :: Condition failed with 80ee0061: 'm_fServMgrEnabled'
    02/24/2015|19:56:01.863 6FC:28C INFO  :: Function: CUccServerEndpoint::UpdateEndpointState
    02/24/2015|19:56:01.863 6FC:28C ERROR :: HRESULT API failed: 80ee0061 = hr. DisableServManager
    02/24/2015|19:56:01.863 6FC:28C INFO  :: CUccDnsResolverManager::Stop MR-INFO - [00000058D95E5D40] DNS resolver manager stopped
    02/24/2015|19:56:01.863 6FC:28C INFO  :: ~Out trxn corr-id (00000058D559F8F0)
    02/24/2015|19:56:01.863 6FC:28C INFO  :: deleting Async workitem 00000058D96B4B90
    02/24/2015|19:56:01.863 6FC:28C INFO  :: UCCP:ClientAllowedAuthProts0x1000c
    02/24/2015|19:56:01.863 6FC:28C INFO  :: CUccServerSignalingSettings::put_AllowedHttpProxyAuthenticationModes set auth modes 0x3f
    02/24/2015|19:56:01.863 6FC:28C INFO  :: CUccDnsResolverManager::Start MR-INFO - [00000058D95E5D40] DNS resolver manager started
    02/24/2015|19:56:01.863 6FC:28C INFO  :: UCCP:NegotiatedAuthProt0x0
    02/24/2015|19:56:01.863 6FC:28C INFO  :: UCCP:ServerAuthProts0x0
    02/24/2015|19:56:01.863 6FC:28C INFO  :: CUccPrincipalServerEndpoint::GetSipProviderProfile - Found no http proxy creds
    02/24/2015|19:56:01.863 6FC:28C INFO  :: SIP_ENDPOINT::SetSipAuthBroker (00000058D961EAE0) _IUccSipAuthBroker(0x0000000000000000)
    02/24/2015|19:56:01.863 6FC:28C INFO  :: UCCP:ServerAuthProts0x0
    02/24/2015|19:56:01.863 6FC:28C INFO  :: SIP_AUTH(d961f1c8) PrepareAuth at state: 0
    02/24/2015|19:56:01.863 6FC:28C INFO  :: SIP_REGISTER:State (0) => (1)
    02/24/2015|19:56:01.863 6FC:28C INFO  :: Outgoing 00000058D9625C10-<sip:[email protected]>, local=(null)
    02/24/2015|19:56:01.863 6FC:28C INFO  :: Function: StringToSockAddress
    02/24/2015|19:56:01.863 6FC:28C ERROR :: HRESULT failed: 80072726 = HRESULT_FROM_WIN32(::ShimWSAGetLastError()) . Failed to convert string IP to SOCKADDR
    02/24/2015|19:56:01.863 6FC:28C INFO  :: Created Async workitem 00000058D980F838, txn timeout 0, time sensitive 0, txn (0000000000000000)
    02/24/2015|19:56:01.863 6FC:28C INFO  :: Out trxn corr-id (00000058D559F8F0)
    02/24/2015|19:56:01.863 6FC:28C INFO  :: SIP_MSG_PROCESSOR::GetLocalConnectionAddrSubnet get loca IP address returned NULL
    02/24/2015|19:56:01.863 6FC:28C INFO  :: SIP_MSG_PROCESSOR::GetSubnetHeader Invalid subnet -1
    02/24/2015|19:56:01.863 6FC:28C INFO  :: REGISTER_CONTEXT(d9625c10) SetAndNotify Recv(4) at State (0)
    02/24/2015|19:56:01.863 6FC:28C INFO  :: REGISTER_CONTEXT:State (0) => (4)
    02/24/2015|19:56:01.863 6FC:6F4 INFO  :: Function: StringToSockAddress
    02/24/2015|19:56:01.863 6FC:6F4 ERROR :: HRESULT failed: 80072726 = HRESULT_FROM_WIN32(::ShimWSAGetLastError()) . Failed to convert string IP to SOCKADDR
    02/24/2015|19:56:01.863 6FC:6F4 ERROR :: ResolveHostNameUsingGetAddrInfo - getaddrinfo(testGROUPPOOL1.test.com) failed hr=0x80072AF9
    02/24/2015|19:56:01.863 6FC:6F4 WARN  :: ResolveHostName - getaddrinfo failed for testGROUPPOOL1.test.com hr=0x80072AF9
    02/24/2015|19:56:01.863 6FC:6F4 ERROR :: ResolveHostNameUsingDnsQuery - DnsQuery(testGROUPPOOL1.test.com) failed error=9003
    02/24/2015|19:56:01.863 6FC:6F4 WARN  :: ResolveHostName - DNS lookup failed for testGROUPPOOL1.test.com hr=0x80004005
    02/24/2015|19:56:01.863 6FC:6F4 ERROR :: ResolveHostName - Name resolution for testGROUPPOOL1.test.com failed
    02/24/2015|19:56:01.863 6FC:6F4 ERROR :: ResolveHostSync ResolveHostName failed 8000ffff
    02/24/2015|19:56:01.863 6FC:6F4 ERROR :: DNS_RESOLUTION_WORKITEM::ProcessWorkItem ResolveHostName failed 8000ffff
    02/24/2015|19:56:01.863 6FC:28C TRACE :: SIP_MSG_PROCESSOR::OnDnsResolutionComplete[00000058D9625C10] Entered host testGROUPPOOL1.test.com
    02/24/2015|19:56:01.863 6FC:28C ERROR :: SIP_MSG_PROCESSOR::OnDnsResolutionComplete - error : 80ee0066
    02/24/2015|19:56:01.863 6FC:28C INFO  :: Use proxy server cache:1
    02/24/2015|19:56:01.863 6FC:28C INFO  :: Unable to find routable Ipv4 address from proxy server list. Attempting to find one from proxy server cache list.
    02/24/2015|19:56:01.863 6FC:28C WARN  :: Unable to find local routable Ipv4 address for SIP proxy server
    02/24/2015|19:56:01.863 6FC:28C TRACE :: SIP_MSG_PROCESSOR::UseAutoHttpProxy try resolve HttpProxy
    02/24/2015|19:56:01.863 6FC:28C TRACE :: HTTPPROXYCB:internetStatus 0x3c
    02/24/2015|19:56:01.895 6FC:28C TRACE :: HTTPPROXYCB:internetStatus 0x3c
    02/24/2015|19:56:01.895 6FC:28C ERROR :: SIP_MSG_PROCESSOR::OnDnsResolutionComplete - setting m_RequestConnectionErrorCode to 0. Old value is 80ee0066
    02/24/2015|19:56:01.895 6FC:28C INFO  :: deleting Async workitem 00000058D980F838
    02/24/2015|19:56:01.895 6FC:1330 TRACE :: HTTPPROXYCB:internetStatus 0x50
    02/24/2015|19:56:01.910 6FC:1330 TRACE :: HTTPPROXYCB:internetStatus 0xa
    02/24/2015|19:56:01.910 6FC:1330 TRACE :: HTTPPROXYCB:request Complete result(0x0) error(0x2ee7)
    02/24/2015|19:56:01.910 6FC:28C ERROR :: HTTP_PROXY_RESOLVE_CONTEXT::~HTTP_PROXY_RESOLVE_CONTEXT HPContext handle 1 deleted, this 00000058D96B4650
    02/24/2015|19:56:01.910 6FC:28C TRACE :: HTTPPROXYCB:internetStatus 0x46
    02/24/2015|19:56:01.910 6FC:28C TRACE :: HTTPPROXYCB:internetStatus 0x46
    02/24/2015|19:56:01.910 6FC:28C INFO  :: SIP_MSG_PROCESSOR::OnRequestConnectionConnectComplete - Enter this: 00000058D9625C10, callid=(null), ErrorCode: 0x80ee001c
    02/24/2015|19:56:01.910 6FC:28C ERROR :: Releasing connection and notifying transactions
    02/24/2015|19:56:01.910 6FC:28C ERROR :: SIP_MSG_PROCESSOR::NotifyRequestConnectionConnectComplete - Error: 80ee001c
    02/24/2015|19:56:01.910 6FC:28C ERROR :: OUTGOING_TRANSACTION::OnRequestConnectionConnectComplete - connection failed error 80ee001c
    02/24/2015|19:56:01.910 6FC:28C INFO  :: REGISTER_CONTEXT:State (4) => (5)
    02/24/2015|19:56:01.910 6FC:28C INFO  :: REGISTER_CONTEXT(d9625c10) SetAndNotify Recv(6) at State (5)
    02/24/2015|19:56:01.910 6FC:28C INFO  :: REGISTER_CONTEXT:State (5) => (6)
    02/24/2015|19:56:01.910 6FC:28C INFO  :: SIP_REGISTER:State (1) => (0)
    02/24/2015|19:56:01.910 6FC:28C TRACE :: CUccServerEndpoint::UpdateEndpointState - Update state from 1 to 0. Status 80EE001C. Status text (null).
    02/24/2015|19:56:01.910 6FC:28C INFO  :: Function: CUccServiceOperationManager::DisableServManager
    02/24/2015|19:56:01.910 6FC:28C TRACE :: Condition failed with 80ee0061: 'm_fServMgrEnabled'
    02/24/2015|19:56:01.910 6FC:28C INFO  :: Function: CUccServerEndpoint::UpdateEndpointState
    02/24/2015|19:56:01.910 6FC:28C ERROR :: HRESULT API failed: 80ee0061 = hr. DisableServManager
    02/24/2015|19:56:01.910 6FC:28C INFO  :: CUccDnsResolverManager::Stop MR-INFO - [00000058D95E5D40] DNS resolver manager stopped
    02/24/2015|19:56:01.910 6FC:28C INFO  :: ~Out trxn corr-id (00000058D559F8F0)
    02/24/2015|19:56:01.910 6FC:28C INFO  :: UCCP:ClientAllowedAuthProts0x1000c
    02/24/2015|19:56:01.910 6FC:28C INFO  :: CUccServerSignalingSettings::put_AllowedHttpProxyAuthenticationModes set auth modes 0x3f
    02/24/2015|19:56:01.910 6FC:28C INFO  :: CUccDnsResolverManager::Start MR-INFO - [00000058D95E5D40] DNS resolver manager started
    02/24/2015|19:56:01.910 6FC:28C INFO  :: UCCP:NegotiatedAuthProt0x0
    02/24/2015|19:56:01.910 6FC:28C INFO  :: UCCP:ServerAuthProts0x0
    02/24/2015|19:56:01.910 6FC:28C INFO  :: CUccPrincipalServerEndpoint::GetSipProviderProfile - Found no http proxy creds
    02/24/2015|19:56:01.910 6FC:28C INFO  :: SIP_ENDPOINT::SetSipAuthBroker (00000058D961EAE0) _IUccSipAuthBroker(0x0000000000000000)
    02/24/2015|19:56:01.910 6FC:28C INFO  :: UCCP:ServerAuthProts0x0
    02/24/2015|19:56:01.910 6FC:28C INFO  :: SIP_AUTH(d961f1c8) PrepareAuth at state: 0
    02/24/2015|19:56:01.910 6FC:28C INFO  :: SIP_REGISTER:State (0) => (1)
    02/24/2015|19:56:01.910 6FC:28C INFO  :: Outgoing 00000058D103ADB0-<sip:[email protected]>, local=(null)
    02/24/2015|19:56:01.910 6FC:28C INFO  :: Function: StringToSockAddress
    02/24/2015|19:56:01.910 6FC:28C ERROR :: HRESULT failed: 80072726 = HRESULT_FROM_WIN32(::ShimWSAGetLastError()) . Failed to convert string IP to SOCKADDR
    02/24/2015|19:56:01.926 6FC:28C INFO  :: Created Async workitem 00000058D98201F8, txn timeout 0, time sensitive 0, txn (0000000000000000)
    02/24/2015|19:56:01.926 6FC:28C INFO  :: Out trxn corr-id (00000058D559F8F0)
    02/24/2015|19:56:01.926 6FC:28C INFO  :: SIP_MSG_PROCESSOR::GetLocalConnectionAddrSubnet get loca IP address returned NULL
    02/24/2015|19:56:01.926 6FC:28C INFO  :: SIP_MSG_PROCESSOR::GetSubnetHeader Invalid subnet -1
    02/24/2015|19:56:01.926 6FC:28C INFO  :: REGISTER_CONTEXT(d103adb0) SetAndNotify Recv(4) at State (0)
    02/24/2015|19:56:01.926 6FC:6F4 INFO  :: Function: StringToSockAddress
    02/24/2015|19:56:01.926 6FC:28C INFO  :: REGISTER_CONTEXT:State (0) => (4)
    02/24/2015|19:56:01.926 6FC:6F4 ERROR :: HRESULT failed: 80072726 = HRESULT_FROM_WIN32(::ShimWSAGetLastError()) . Failed to convert string IP to SOCKADDR
    02/24/2015|19:56:01.926 6FC:6F4 ERROR :: ResolveHostNameUsingGetAddrInfo - getaddrinfo(sipinternal.test.com) failed hr=0x80072AF9
    02/24/2015|19:56:01.926 6FC:6F4 WARN  :: ResolveHostName - getaddrinfo failed for sipinternal.test.com hr=0x80072AF9
    02/24/2015|19:56:01.926 6FC:6F4 ERROR :: ResolveHostNameUsingDnsQuery - DnsQuery(sipinternal.test.com) failed error=9003
    02/24/2015|19:56:01.926 6FC:6F4 WARN  :: ResolveHostName - DNS lookup failed for sipinternal.test.com hr=0x80004005
    02/24/2015|19:56:01.926 6FC:6F4 ERROR :: ResolveHostName - Name resolution for sipinternal.test.com failed
    02/24/2015|19:56:01.926 6FC:6F4 ERROR :: ResolveHostSync ResolveHostName failed 8000ffff
    02/24/2015|19:56:01.926 6FC:6F4 ERROR :: DNS_RESOLUTION_WORKITEM::ProcessWorkItem ResolveHostName failed 8000ffff
    02/24/2015|19:56:01.926 6FC:28C TRACE :: SIP_MSG_PROCESSOR::OnDnsResolutionComplete[00000058D103ADB0] Entered host sipinternal.test.com
    02/24/2015|19:56:01.926 6FC:28C ERROR :: SIP_MSG_PROCESSOR::OnDnsResolutionComplete - error : 80ee0066
    02/24/2015|19:56:01.926 6FC:28C INFO  :: Use proxy server cache:1
    02/24/2015|19:56:01.926 6FC:28C INFO  :: Unable to find routable Ipv4 address from proxy server list. Attempting to find one from proxy server cache list.
    02/24/2015|19:56:01.926 6FC:28C WARN  :: Unable to find local routable Ipv4 address for SIP proxy server
    02/24/2015|19:56:01.926 6FC:28C TRACE :: SIP_MSG_PROCESSOR::UseAutoHttpProxy try resolve HttpProxy
    02/24/2015|19:56:01.926 6FC:28C TRACE :: HTTPPROXYCB:internetStatus 0x3c
    02/24/2015|19:56:01.926 6FC:28C TRACE :: HTTPPROXYCB:internetStatus 0x3c
    02/24/2015|19:56:01.926 6FC:28C ERROR :: SIP_MSG_PROCESSOR::OnDnsResolutionComplete - setting m_RequestConnectionErrorCode to 0. Old value is 80ee0066
    02/24/2015|19:56:01.926 6FC:28C INFO  :: deleting Async workitem 00000058D98201F8
    02/24/2015|19:56:01.926 6FC:1330 TRACE :: HTTPPROXYCB:internetStatus 0x50
    02/24/2015|19:56:01.926 6FC:1330 TRACE :: HTTPPROXYCB:internetStatus 0xa
    02/24/2015|19:56:01.926 6FC:1330 TRACE :: HTTPPROXYCB:request Complete result(0x0) error(0x2ee7)
    02/24/2015|19:56:01.926 6FC:28C ERROR :: HTTP_PROXY_RESOLVE_CONTEXT::~HTTP_PROXY_RESOLVE_CONTEXT HPContext handle 2 deleted, this 00000058D96B3ED0
    02/24/2015|19:56:01.926 6FC:28C TRACE :: HTTPPROXYCB:internetStatus 0x46
    02/24/2015|19:56:01.926 6FC:28C TRACE :: HTTPPROXYCB:internetStatus 0x46
    02/24/2015|19:56:01.926 6FC:28C INFO  :: SIP_MSG_PROCESSOR::OnRequestConnectionConnectComplete - Enter this: 00000058D103ADB0, callid=(null), ErrorCode: 0x80ee001c
    02/24/2015|19:56:01.926 6FC:28C ERROR :: Releasing connection and notifying transactions
    02/24/2015|19:56:01.926 6FC:28C ERROR :: SIP_MSG_PROCESSOR::NotifyRequestConnectionConnectComplete - Error: 80ee001c
    02/24/2015|19:56:01.926 6FC:28C ERROR :: OUTGOING_TRANSACTION::OnRequestConnectionConnectComplete - connection failed error 80ee001c
    02/24/2015|19:56:01.926 6FC:28C INFO  :: REGISTER_CONTEXT:State (4) => (5)
    02/24/2015|19:56:01.926 6FC:28C INFO  :: REGISTER_CONTEXT(d103adb0) SetAndNotify Recv(6) at State (5)
    02/24/2015|19:56:01.926 6FC:28C INFO  :: REGISTER_CONTEXT:State (5) => (6)
    02/24/2015|19:56:01.926 6FC:28C INFO  :: SIP_REGISTER:State (1) => (0)
    02/24/2015|19:56:01.926 6FC:28C TRACE :: CUccServerEndpoint::UpdateEndpointState - Update state from 1 to 0. Status 80EE001C. Status text (null).
    02/24/2015|19:56:01.926 6FC:28C INFO  :: Function: CUccServiceOperationManager::DisableServManager
    02/24/2015|19:56:01.926 6FC:28C TRACE :: Condition failed with 80ee0061: 'm_fServMgrEnabled'
    02/24/2015|19:56:01.926 6FC:28C INFO  :: Function: CUccServerEndpoint::UpdateEndpointState
    02/24/2015|19:56:01.926 6FC:28C ERROR :: HRESULT API failed: 80ee0061 = hr. DisableServManager
    02/24/2015|19:56:01.926 6FC:28C INFO  :: CUccDnsResolverManager::Stop MR-INFO - [00000058D95E5D40] DNS resolver manager stopped
    02/24/2015|19:56:01.926 6FC:28C INFO  :: ~Out trxn corr-id (00000058D559F8F0)
    02/24/2015|19:56:01.926 6FC:28C INFO  :: UCCP:ClientAllowedAuthProts0x1000c
    02/24/2015|19:56:01.926 6FC:28C INFO  :: CUccServerSignalingSettings::put_AllowedHttpProxyAuthenticationModes set auth modes 0x3f
    02/24/2015|19:56:01.926 6FC:28C INFO  :: CUccDnsResolverManager::Start MR-INFO - [00000058D95E5D40] DNS resolver manager started
    02/24/2015|19:56:01.926 6FC:28C INFO  :: UCCP:NegotiatedAuthProt0x0
    02/24/2015|19:56:01.926 6FC:28C INFO  :: UCCP:ServerAuthProts0x0
    02/24/2015|19:56:01.926 6FC:28C INFO  :: CUccPrincipalServerEndpoint::GetSipProviderProfile - Found no http proxy creds
    02/24/2015|19:56:01.926 6FC:28C INFO  :: SIP_ENDPOINT::SetSipAuthBroker (00000058D961EAE0) _IUccSipAuthBroker(0x0000000000000000)
    02/24/2015|19:56:01.926 6FC:28C INFO  :: UCCP:ServerAuthProts0x0
    02/24/2015|19:56:01.926 6FC:28C INFO  :: SIP_AUTH(d961f1c8) PrepareAuth at state: 0
    02/24/2015|19:56:01.926 6FC:28C INFO  :: SIP_REGISTER:State (0) => (1)
    02/24/2015|19:56:01.926 6FC:28C INFO  :: Outgoing 00000058D103ADB0-<sip:[email protected]>, local=(null)
    02/24/2015|19:56:01.926 6FC:28C INFO  :: Function: StringToSockAddress
    02/24/2015|19:56:01.926 6FC:28C ERROR :: HRESULT failed: 80072726 = HRESULT_FROM_WIN32(::ShimWSAGetLastError()) . Failed to convert string IP to SOCKADDR
    02/24/2015|19:56:01.926 6FC:28C INFO  :: Created Async workitem 00000058D98201F8, txn timeout 0, time sensitive 0, txn (0000000000000000)
    02/24/2015|19:56:01.926 6FC:28C INFO  :: Out trxn corr-id (00000058D559F8F0)
    02/24/2015|19:56:01.926 6FC:28C INFO  :: SIP_MSG_PROCESSOR::GetLocalConnectionAddrSubnet get loca IP address returned NULL
    02/24/2015|19:56:01.926 6FC:28C INFO  :: SIP_MSG_PROCESSOR::GetSubnetHeader Invalid subnet -1
    02/24/2015|19:56:01.926 6FC:28C INFO  :: REGISTER_CONTEXT(d103adb0) SetAndNotify Recv(4) at State (0)
    02/24/2015|19:56:01.926 6FC:28C INFO  :: REGISTER_CONTEXT:State (0) => (4)
    02/24/2015|19:56:01.926 6FC:6F4 INFO  :: Function: StringToSockAddress
    02/24/2015|19:56:01.926 6FC:6F4 ERROR :: HRESULT failed: 80072726 = HRESULT_FROM_WIN32(::ShimWSAGetLastError()) . Failed to convert string IP to SOCKADDR
    02/24/2015|19:56:01.926 6FC:6F4 ERROR :: ResolveHostNameUsingGetAddrInfo - getaddrinfo(sip.test.com) failed hr=0x80072AF9
    02/24/2015|19:56:01.926 6FC:6F4 WARN  :: ResolveHostName - getaddrinfo failed for sip.test.com hr=0x80072AF9
    02/24/2015|19:56:01.926 6FC:6F4 ERROR :: ResolveHostNameUsingDnsQuery - DnsQuery(sip.test.com) failed error=9003
    02/24/2015|19:56:01.926 6FC:6F4 WARN  :: ResolveHostName - DNS lookup failed for sip.test.com hr=0x80004005
    02/24/2015|19:56:01.926 6FC:6F4 ERROR :: ResolveHostName - Name resolution for sip.test.com failed
    02/24/2015|19:56:01.926 6FC:6F4 ERROR :: ResolveHostSync ResolveHostName failed 8000ffff
    02/24/2015|19:56:01.926 6FC:6F4 ERROR :: DNS_RESOLUTION_WORKITEM::ProcessWorkItem ResolveHostName failed 8000ffff
    02/24/2015|19:56:01.926 6FC:28C TRACE :: SIP_MSG_PROCESSOR::OnDnsResolutionComplete[00000058D103ADB0] Entered host sip.test.com
    02/24/2015|19:56:01.926 6FC:28C ERROR :: SIP_MSG_PROCESSOR::OnDnsResolutionComplete - error : 80ee0066
    02/24/2015|19:56:01.926 6FC:28C INFO  :: Use proxy server cache:1
    02/24/2015|19:56:01.926 6FC:28C INFO  :: Unable to find routable Ipv4 address from proxy server list. Attempting to find one from proxy server cache list.
    02/24/2015|19:56:01.926 6FC:28C WARN  :: Unable to find local routable Ipv4 address for SIP proxy server
    02/24/2015|19:56:01.926 6FC:28C TRACE :: SIP_MSG_PROCESSOR::UseAutoHttpProxy try resolve HttpProxy
    02/24/2015|19:56:01.926 6FC:28C TRACE :: HTTPPROXYCB:internetStatus 0x3c
    02/24/2015|19:56:01.926 6FC:28C TRACE :: HTTPPROXYCB:internetStatus 0x3c
    02/24/2015|19:56:01.926 6FC:28C ERROR :: SIP_MSG_PROCESSOR::OnDnsResolutionComplete - setting m_RequestConnectionErrorCode to 0. Old value is 80ee0066
    02/24/2015|19:56:01.926 6FC:28C INFO  :: deleting Async workitem 00000058D98201F8
    02/24/2015|19:56:01.926 6FC:1330 TRACE :: HTTPPROXYCB:internetStatus 0x50
    02/24/2015|19:56:01.926 6FC:1330 TRACE :: HTTPPROXYCB:internetStatus 0xa
    02/24/2015|19:56:01.926 6FC:1330 TRACE :: HTTPPROXYCB:request Complete result(0x0) error(0x2ee7)
    02/24/2015|19:56:01.926 6FC:28C ERROR :: HTTP_PROXY_RESOLVE_CONTEXT::~HTTP_PROXY_RESOLVE_CONTEXT HPContext handle 3 deleted, this 00000058D96B4A10
    02/24/2015|19:56:01.926 6FC:28C TRACE :: HTTPPROXYCB:internetStatus 0x46
    02/24/2015|19:56:01.926 6FC:28C TRACE :: HTTPPROXYCB:internetStatus 0x46
    02/24/2015|19:56:01.926 6FC:28C INFO  :: SIP_MSG_PROCESSOR::OnRequestConnectionConnectComplete - Enter this: 00000058D103ADB0, callid=(null), ErrorCode: 0x80ee001c
    02/24/2015|19:56:01.926 6FC:28C ERROR :: Releasing connection and notifying transactions
    02/24/2015|19:56:01.926 6FC:28C ERROR :: SIP_MSG_PROCESSOR::NotifyRequestConnectionConnectComplete - Error: 80ee001c
    02/24/2015|19:56:01.926 6FC:28C ERROR :: OUTGOING_TRANSACTION::OnRequestConnectionConnectComplete - connection failed error 80ee001c
    02/24/2015|19:56:01.926 6FC:28C INFO  :: REGISTER_CONTEXT:State (4) => (5)
    02/24/2015|19:56:01.926 6FC:28C INFO  :: REGISTER_CONTEXT(d103adb0) SetAndNotify Recv(6) at State (5)
    02/24/2015|19:56:01.926 6FC:28C INFO  :: REGISTER_CONTEXT:State (5) => (6)
    02/24/2015|19:56:01.926 6FC:28C INFO  :: SIP_REGISTER:State (1) => (0)
    02/24/2015|19:56:01.926 6FC:28C TRACE :: CUccServerEndpoint::UpdateEndpointState - Update state from 1 to 0. Status 80EE001C. Status text (null).
    02/24/2015|19:56:01.926 6FC:28C INFO  :: Function: CUccServiceOperationManager::DisableServManager
    02/24/2015|19:56:01.926 6FC:28C TRACE :: Condition failed with 80ee0061: 'm_fServMgrEnabled'
    02/24/2015|19:56:01.926 6FC:28C INFO  :: Function: CUccServerEndpoint::UpdateEndpointState
    02/24/2015|19:56:01.926 6FC:28C ERROR :: HRESULT API failed: 80ee0061 = hr. DisableServManager
    02/24/2015|19:56:01.926 6FC:28C INFO  :: CUccDnsResolverManager::Stop MR-INFO - [00000058D95E5D40] DNS resolver manager stopped
    02/24/2015|19:56:01.926 6FC:28C INFO  :: ~Out trxn corr-id (00000058D559F8F0)
    02/24/2015|19:56:01.926 6FC:28C INFO  :: UCCP:ClientAllowedAuthProts0x1000c
    02/24/2015|19:56:01.926 6FC:28C INFO  :: CUccServerSignalingSettings::put_AllowedHttpProxyAuthenticationModes set auth modes 0x3f
    02/24/2015|19:56:01.926 6FC:28C INFO  :: CUccDnsResolverManager::Start MR-INFO - [00000058D95E5D40] DNS resolver manager started
    02/24/2015|19:56:01.926 6FC:28C INFO  :: UCCP:NegotiatedAuthProt0x0
    02/24/2015|19:56:01.926 6FC:28C INFO  :: UCCP:ServerAuthProts0x0
    02/24/2015|19:56:01.926 6FC:28C INFO  :: CUccPrincipalServerEndpoint::GetSipProviderProfile - Found no http proxy creds
    02/24/2015|19:56:01.926 6FC:28C INFO  :: SIP_ENDPOINT::SetSipAuthBroker (00000058D961EAE0) _IUccSipAuthBroker(0x0000000000000000)
    02/24/2015|19:56:01.926 6FC:28C INFO  :: UCCP:ServerAuthProts0x0
    02/24/2015|19:56:01.926 6FC:28C INFO  :: SIP_AUTH(d961f1c8) PrepareAuth at state: 0
    02/24/2015|19:56:01.926 6FC:28C INFO  :: SIP_REGISTER:State (0) => (1)
    02/24/2015|19:56:01.926 6FC:28C INFO  :: Outgoing 00000058D103ADB0-<sip:[email protected]>, local=(null)
    02/24/2015|19:56:01.926 6FC:28C INFO  :: Function: StringToSockAddress
    02/24/2015|19:56:01.926 6FC:28C ERROR :: HRESULT failed: 80072726 = HRESULT_FROM_WIN32(::ShimWSAGetLastError()) . Failed to convert string IP to SOCKADDR
    02/24/2015|19:56:01.926 6FC:28C INFO  :: Created Async workitem 00000058D98201F8, txn timeout 0, time sensitive 0, txn (0000000000000000)
    02/24/2015|19:56:01.926 6FC:28C INFO  :: Out trxn corr-id (00000058D559F8F0)
    02/24/2015|19:56:01.926 6FC:28C INFO  :: SIP_MSG_PROCESSOR::GetLocalConnectionAddrSubnet get loca IP address returned NULL
    02/24/2015|19:56:01.926 6FC:28C INFO  :: SIP_MSG_PROCESSOR::GetSubnetHeader Invalid subnet -1
    02/24/2015|19:56:01.926 6FC:28C INFO  :: REGISTER_CONTEXT(d103adb0) SetAndNotify Recv(4) at State (0)
    02/24/2015|19:56:01.926 6FC:28C INFO  :: REGISTER_CONTEXT:State (0) => (4)
    02/24/2015|19:56:01.926 6FC:6F4 INFO  :: Function: StringToSockAddress
    02/24/2015|19:56:01.926 6FC:6F4 ERROR :: HRESULT failed: 80072726 = HRESULT_FROM_WIN32(::ShimWSAGetLastError()) . Failed to convert string IP to SOCKADDR
    02/24/2015|19:56:01.926 6FC:6F4 ERROR :: ResolveHostNameUsingGetAddrInfo - getaddrinfo(sip.test.com) failed hr=0x80072AF9
    02/24/2015|19:56:01.926 6FC:6F4 WARN  :: ResolveHostName - getaddrinfo failed for sip.test.com hr=0x80072AF9
    02/24/2015|19:56:01.926 6FC:6F4 ERROR :: ResolveHostNameUsingDnsQuery - DnsQuery(sip.test.com) failed error=9003
    02/24/2015|19:56:01.926 6FC:6F4 WARN  :: ResolveHostName - DNS lookup failed for sip.test.com hr=0x80004005
    02/24/2015|19:56:01.926 6FC:6F4 ERROR :: ResolveHostName - Name resolution for sip.test.com failed
    02/24/2015|19:56:01.926 6FC:6F4 ERROR :: ResolveHostSync ResolveHostName failed 8000ffff
    02/24/2015|19:56:01.926 6FC:6F4 ERROR :: DNS_RESOLUTION_WORKITEM::ProcessWorkItem ResolveHostName failed 8000ffff
    02/24/2015|19:56:01.926 6FC:28C TRACE :: SIP_MSG_PROCESSOR::OnDnsResolutionComplete[00000058D103ADB0] Entered host sip.test.com
    02/24/2015|19:56:01.926 6FC:28C ERROR :: SIP_MSG_PROCESSOR::OnDnsResolutionComplete - error : 80ee0066
    02/24/2015|19:56:01.926 6FC:28C INFO  :: Use proxy server cache:1
    02/24/2015|19:56:01.926 6FC:28C INFO  :: Unable to find routable Ipv4 address from proxy server list. Attempting to find one from proxy server cache list.
    02/24/2015|19:56:01.926 6FC:28C WARN  :: Unable to find local routable Ipv4 address for SIP proxy server
    02/24/2015|19:56:01.926 6FC:28C TRACE :: SIP_MSG_PROCESSOR::UseAutoHttpProxy try resolve HttpProxy
    02/24/2015|19:56:01.926 6FC:28C TRACE :: HTTPPROXYCB:internetStatus 0x3c
    02/24/2015|19:56:01.926 6FC:28C TRACE :: HTTPPROXYCB:internetStatus 0x3c
    02/24/2015|19:56:01.926 6FC:28C ERROR :: SIP_MSG_PROCESSOR::OnDnsResolutionComplete - setting m_RequestConnectionErrorCode to 0. Old value is 80ee0066
    02/24/2015|19:56:01.926 6FC:28C INFO  :: deleting Async workitem 00000058D98201F8
    02/24/2015|19:56:01.926 6FC:1330 TRACE :: HTTPPROXYCB:internetStatus 0x50
    02/24/2015|19:56:01.926 6FC:1330 TRACE :: HTTPPROXYCB:internetStatus 0xa
    02/24/2015|19:56:01.926 6FC:1330 TRACE :: HTTPPROXYCB:request Complete result(0x0) error(0x2ee7)
    02/24/2015|19:56:01.926 6FC:28C ERROR :: HTTP_PROXY_RESOLVE_CONTEXT::~HTTP_PROXY_RESOLVE_CONTEXT HPContext handle 4 deleted, this 00000058D96B3F90
    02/24/2015|19:56:01.926 6FC:28C TRACE :: HTTPPROXYCB:internetStatus 0x46
    02/24/2015|19:56:01.926 6FC:28C TRACE :: HTTPPROXYCB:internetStatus 0x46
    02/24/2015|19:56:01.926 6FC:28C INFO  :: SIP_MSG_PROCESSOR::OnRequestConnectionConnectComplete - Enter this: 00000058D103ADB0, callid=(null), ErrorCode: 0x80ee001c
    02/24/2015|19:56:01.926 6FC:28C ERROR :: Releasing connection and notifying transactions
    02/24/2015|19:56:01.926 6FC:28C ERROR :: SIP_MSG_PROCESSOR::NotifyRequestConnectionConnectComplete - Error: 80ee001c
    02/24/2015|19:56:01.926 6FC:28C ERROR :: OUTGOING_TRANSACTION::OnRequestConnectionConnectComplete - connection failed error 80ee001c
    02/24/2015|19:56:01.926 6FC:28C INFO  :: REGISTER_CONTEXT:State (4) => (5)
    02/24/2015|19:56:01.926 6FC:28C INFO  :: REGISTER_CONTEXT(d103adb0) SetAndNotify Recv(6) at State (5)
    02/24/2015|19:56:01.926 6FC:28C INFO  :: REGISTER_CONTEXT:State (5) => (6)
    02/24/2015|19:56:01.926 6FC:28C INFO  :: SIP_REGISTER:State (1) => (0)
    02/24/2015|19:56:01.926 6FC:28C TRACE :: CUccServerEndpoint::UpdateEndpointState - Update state from 1 to 0. Status 80EE001C. Status text (null).
    02/24/2015|19:56:01.926 6FC:28C INFO  :: Function: CUccServiceOperationManager::DisableServManager
    02/24/2015|19:56:01.926 6FC:28C TRACE :: Condition failed with 80ee0061: 'm_fServMgrEnabled'
    02/24/2015|19:56:01.926 6FC:28C INFO  :: Function: CUccServerEndpoint::UpdateEndpointState
    02/24/2015|19:56:01.926 6FC:28C ERROR :: HRESULT API failed: 80ee0061 = hr. DisableServManager
    02/24/2015|19:56:01.926 6FC:28C INFO  :: CUccDnsResolverManager::Stop MR-INFO - [00000058D95E5D40] DNS resolver manager stopped
    02/24/2015|19:56:01.926 6FC:28C INFO  :: ~Out trxn corr-id (00000058D559F8F0)
    02/24/2015|19:56:01.926 6FC:28C INFO  :: UCCP:ClientAllowedAuthProts0x1000c
    02/24/2015|19:56:01.926 6FC:28C INFO  :: CUccServerSignalingSettings::put_AllowedHttpProxyAuthenticationModes set auth modes 0x3f
    02/24/2015|19:56:01.942 6FC:28C INFO  :: CUccDnsResolverManager::Start MR-INFO - [00000058D95E5D40] DNS resolver manager started
    02/24/2015|19:56:01.942 6FC:28C INFO  :: UCCP:NegotiatedAuthProt0x0
    02/24/2015|19:56:01.942 6FC:28C INFO  :: UCCP:ServerAuthProts0x0
    02/24/2015|19:56:01.942 6FC:28C INFO  :: CUccPrincipalServerEndpoint::GetSipProviderProfile - Found no http proxy creds
    02/24/2015|19:56:01.942 6FC:28C INFO  :: SIP_ENDPOINT::SetSipAuthBroker (00000058D961EAE0) _IUccSipAuthBroker(0x0000000000000000)
    02/24/2015|19:56:01.942 6FC:28C INFO  :: UCCP:ServerAuthProts0x0
    02/24/2015|19:56:01.942 6FC:28C INFO  :: SIP_AUTH(d961f1c8) PrepareAuth at state: 0
    02/24/2015|19:56:01.942 6FC:28C INFO  :: SIP_REGISTER:State (0) => (1)

    HRESULT_FROM_WIN32(::ShimWSAGetLastError()) . Failed to convert string IP to SOCKADDR
    02/24/2015|19:59:53.017 6FC:28C INFO  :: Created Async workitem 00000058D9593658, txn timeout 0, time sensitive 0, txn (0000000000000000)
    02/24/2015|19:59:53.017 6FC:28C INFO  :: Out trxn corr-id (00000058D979D320)
    02/24/2015|19:59:53.017 6FC:28C INFO  :: SIP_MSG_PROCESSOR::GetLocalConnectionAddrSubnet get loca IP address returned NULL
    02/24/2015|19:59:53.017 6FC:6F4 INFO  :: Function: StringToSockAddress
    02/24/2015|19:59:53.017 6FC:28C INFO  :: SIP_MSG_PROCESSOR::GetSubnetHeader Invalid subnet -1
    02/24/2015|19:59:53.017 6FC:6F4 ERROR :: HRESULT failed: 80072726 = HRESULT_FROM_WIN32(::ShimWSAGetLastError()) . Failed to convert string IP to SOCKADDR
    02/24/2015|19:59:53.017 6FC:28C INFO  :: REGISTER_CONTEXT(d98ad220) SetAndNotify Recv(4) at State (0)
    02/24/2015|19:59:53.017 6FC:28C INFO  :: REGISTER_CONTEXT:State (0) => (4)
    02/24/2015|19:59:53.017 6FC:28C TRACE :: SIP_MSG_PROCESSOR::OnDnsResolutionComplete[00000058D98AD220] Entered host lyncaccess.test.com
    02/24/2015|19:59:53.017 6FC:28C TRACE :: SIP_MSG_PROCESSOR::OnDnsResolutionComplete get DNS result server: lyncaccess.test.com IP: 125.16.131.241:5061 
    02/24/2015|19:59:53.017 6FC:28C INFO  :: Use proxy server cache:1
    02/24/2015|19:59:53.017 6FC:28C INFO  :: Remote Addr: 125.16.131.241
    02/24/2015|19:59:53.017 6FC:28C INFO  :: Verification Flags: 1
    02/24/2015|19:59:53.017 6FC:28C INFO  :: Interface Index: 6
    02/24/2015|19:59:53.017 6FC:28C INFO  :: Interface Type: 0
    02/24/2015|19:59:53.017 6FC:28C INFO  :: GetAdaptersAddresses Succeeded.
    02/24/2015|19:59:53.017 6FC:28C INFO  :: Identified local Ipv4 address: 192.168.0.101
    02/24/2015|19:59:53.017 6FC:28C INFO  :: Found local routable Ipv4 address for SIP proxy server from proxy address list
    02/24/2015|19:59:53.017 6FC:28C INFO  :: SockMgr: Create New Connection:DestName:(lyncaccess.test.com)DestPort:(5061)Transport:(2)httpTunnel:(0)TLS RemotePrincipalName:(lyncaccess.test.com)
    02/24/2015|19:59:53.017 6FC:28C TRACE :: DestAddr :125.16.131.241:5061
    02/24/2015|19:59:53.017 6FC:28C TRACE :: CSIPTransportLayer::CSIPTransportLayer - [0x00000058D95B1910]
    02/24/2015|19:59:53.017 6FC:28C TRACE :: CSIPTransportLayerNotify::CSIPTransportLayerNotify - [0x00000058D95B1920]
    02/24/2015|19:59:53.017 6FC:28C TRACE :: SSIPTransportContext::SSIPTransportContext - [0x00000058D95B1978]
    02/24/2015|19:59:53.017 6FC:28C TRACE :: SSIPTransportContext::SSIPTransportContext - [0x00000058C8DBE6B0]
    02/24/2015|19:59:53.017 6FC:28C TRACE :: CSIPTransportLayer::CSIPTransportLayer - [0x00000058D561D960]
    02/24/2015|19:59:53.017 6FC:28C TRACE :: CSIPTransportLayerNotify::CSIPTransportLayerNotify - [0x00000058D561D970]
    02/24/2015|19:59:53.017 6FC:28C TRACE :: CSIPAsyncSocket::CSIPAsyncSocket - [0x00000058D561D960]
    02/24/2015|19:59:53.017 6FC:28C TRACE :: CSIPAsyncSocket::Initialize - [0x00000058D561D960]
    02/24/2015|19:59:53.017 6FC:28C TRACE :: CSIPTransportLayer::CSIPTransportLayer - [0x00000058D96D7E00]
    02/24/2015|19:59:53.017 6FC:28C TRACE :: CSIPTransportLayerNotify::CSIPTransportLayerNotify - [0x00000058D96D7E10]
    02/24/2015|19:59:53.017 6FC:28C TRACE :: CSIPTransportLayerSecurity::CSIPTransportLayerSecurity - [0x00000058D96D7E00]
    02/24/2015|19:59:53.017 6FC:28C TRACE :: CSIPTransportLayer::CSIPTransportLayer - [0x00000058D561ED50]
    02/24/2015|19:59:53.017 6FC:28C TRACE :: CSIPTransportLayerNotify::CSIPTransportLayerNotify - [0x00000058D561ED60]
    02/24/2015|19:59:53.017 6FC:28C TRACE :: CSIPCompression::CSIPCompression - [0x00000058D561ED50]
    02/24/2015|19:59:53.017 6FC:28C INFO  :: CSIPCompressor::Initialize - Compression setting 1, threshold 128000, timeout 5000
    02/24/2015|19:59:53.017 6FC:28C TRACE :: CSIPTransportLayerNotify::CSIPTransportLayerNotify - [0x00000058D5605480]
    02/24/2015|19:59:53.017 6FC:28C TRACE :: CSIPMessageCollator::CSIPMessageCollator - [0x00000058D5605480]
    02/24/2015|19:59:53.017 6FC:28C INFO  :: CAsyncSocketWin32::Connect 00000058D9794860 connecting(async) window 00000000000404D2 socket:1f64 DestAddr:125.16.131.241:5061
    02/24/2015|19:59:53.017 6FC:28C ERROR :: CSIPAsyncSocket::Connect: HRESULT API failed: 80072733 = hr
    02/24/2015|19:59:53.017 6FC:28C TRACE :: SSIPTransportContext::~SSIPTransportContext - [0x00000058C8DBE6B0]
    02/24/2015|19:59:53.017 6FC:28C INFO  :: deleting Async workitem 00000058D9593658
    02/24/2015|19:59:53.048 6FC:28C TRACE :: CSIPAsyncSocket::SetLocalAddr - [0x00000058D561D960]
    02/24/2015|19:59:53.048 6FC:28C TRACE :: CSIPAsyncSocket::SetRemoteAddr - [0x00000058D561D960]
    02/24/2015|19:59:53.048 6FC:28C TRACE :: CSIPAsyncSocket::SetNetworkId - [0x00000058D561D960]
    02/24/2015|19:59:53.048 6FC:28C INFO  :: Created Async workitem 00000058D97C6350, txn timeout 0, time sensitive 0, txn (0000000000000000)
    02/24/2015|19:59:53.048 6FC:28C TRACE :: Async work item posted for TLS negotiation: this 00000058D96D7E00
    02/24/2015|19:59:53.048 6FC:28C TRACE :: CSIPAsyncSocket::Send this 00000058D561D960, sending pbSendBuf 00000058D9815DD0, dwSendBufSize = 188
    02/24/2015|19:59:53.048 6FC:28C TRACE :: CSIPAsyncSocket::SendHelper - [0x00000058D561D960]
    02/24/2015|19:59:53.048 6FC:28C TRACE :: CAsyncSocketWin32::Send this 00000058D9794860, pbSendBuf 00000058D9815DD0, dwSendBufSize = 188, dwBytesSent = 188
    02/24/2015|19:59:53.048 6FC:28C INFO  :: deleting Async workitem 00000058D97C6350
    02/24/2015|19:59:53.079 6FC:28C TRACE :: CSIPTransportLayerNotify::OnRecv - [0x00000058D561D970]
    02/24/2015|19:59:53.079 6FC:28C INFO  :: Created Async workitem 00000058D97C6410, txn timeout 0, time sensitive 0, txn (0000000000000000)
    02/24/2015|19:59:53.079 6FC:28C TRACE :: Async work item posted for TLS negotiation: this 00000058D96D7E00
    02/24/2015|19:59:53.079 6FC:28C INFO  :: deleting Async workitem 00000058D97C6410
    02/24/2015|19:59:53.079 6FC:28C TRACE :: CSIPTransportLayerNotify::OnRecv - [0x00000058D561D970]
    02/24/2015|19:59:53.079 6FC:28C INFO  :: Created Async workitem 00000058D97C5990, txn timeout 0, time sensitive 0, txn (0000000000000000)
    02/24/2015|19:59:53.079 6FC:28C TRACE :: Async work item posted for TLS negotiation: this 00000058D96D7E00
    02/24/2015|19:59:53.079 6FC:28C INFO  :: deleting Async workitem 00000058D97C5990
    02/24/2015|19:59:53.079 6FC:28C TRACE :: CSIPTransportLayerNotify::OnRecv - [0x00000058D561D970]
    02/24/2015|19:59:53.079 6FC:28C INFO  :: Created Async workitem 00000058D97C5990, txn timeout 0, time sensitive 0, txn (0000000000000000)
    02/24/2015|19:59:53.079 6FC:28C TRACE :: Async work item posted for TLS negotiation: this 00000058D96D7E00
    02/24/2015|19:59:53.095 6FC:28C TRACE :: CSIPAsyncSocket::Send this 00000058D561D960, sending pbSendBuf 00000058D9816450, dwSendBufSize = 189
    02/24/2015|19:59:53.095 6FC:28C TRACE :: CSIPAsyncSocket::SendHelper - [0x00000058D561D960]
    02/24/2015|19:59:53.095 6FC:28C TRACE :: CAsyncSocketWin32::Send this 00000058D9794860, pbSendBuf 00000058D9816450, dwSendBufSize = 189, dwBytesSent = 189
    02/24/2015|19:59:53.095 6FC:28C INFO  :: deleting Async workitem 00000058D97C5990
    02/24/2015|19:59:53.126 6FC:28C TRACE :: CSIPTransportLayerNotify::OnRecv - [0x00000058D561D970]
    02/24/2015|19:59:53.126 6FC:28C INFO  :: Created Async workitem 00000058D97C6410, txn timeout 0, time sensitive 0, txn (0000000000000000)
    02/24/2015|19:59:53.126 6FC:28C TRACE :: Async work item posted for TLS negotiation: this 00000058D96D7E00
    02/24/2015|19:59:53.126 6FC:6F4 TRACE :: SECURE_SOCKET: security negotiation has completed successfully
    02/24/2015|19:59:53.126 6FC:6F4 TRACE :: SECURE_SOCKET: stream sizes: header 21 trailer 64 max message 16384 buffers 4 block size 16
    02/24/2015|19:59:53.126 6FC:28C INFO  :: CSIPTransportLayerSecurity::OnTlsNegotiationComplete (00000058D96D7E00) successful. Raising OnConnect with S_OK
    02/24/2015|19:59:53.126 6FC:28C INFO  :: CSIPCompressor::StartCompressionNegotiation - Link test not yet performed, checking compression settings configured by core
    02/24/2015|19:59:53.126 6FC:28C INFO  :: CSIPCompressor::StartCompressionNegotiation - Compression requested - beginning negotiation.
    02/24/2015|19:59:53.126 6FC:28C TRACE :: - encrypted buffer length: 389 bytes.  First 8 bytes:
    02/24/2015|19:59:53.126 6FC:28C TRACE :: 
    17 03 03 01 80 44 E5 18  :....€Då.
    02/24/2015|19:59:53.126 6FC:28C TRACE :: CSIPTransportLayerSecurity::Send after encryption, BytesLeft = 304, BytesProcessed = 304, cbEncryptedBufSize = 389, spEncryptedBuff = 00000058D973F590 
    02/24/2015|19:59:53.126 6FC:28C TRACE :: CSIPAsyncSocket::Send this 00000058D561D960, sending pbSendBuf 00000058D973F590, dwSendBufSize = 389
    02/24/2015|19:59:53.126 6FC:28C TRACE :: CSIPAsyncSocket::SendHelper - [0x00000058D561D960]
    02/24/2015|19:59:53.126 6FC:28C ERROR :: CAsyncSocketWin32::Send failed for sendBuffer 00000058D973F590 , this 00000058D9794860
    02/24/2015|19:59:53.126 6FC:28C TRACE :: CAsyncSocketWin32::Send this 00000058D9794860, pbSendBuf 00000058D973F590, dwSendBufSize = 389, dwBytesSent = 0
    02/24/2015|19:59:53.126 6FC:28C ERROR :: CSIPAsyncSocket::SendHelper failed for sendBuffer 00000058D973F590 , this 00000058D561D960
    02/24/2015|19:59:53.126 6FC:28C ERROR :: CSIPTransportLayerSecurity::Send Send failed 80072746
    02/24/2015|19:59:53.126 6FC:28C INFO  :: Function: CSIPCompressor::SendNegotiateRequest
    02/24/2015|19:59:53.126 6FC:28C ERROR :: HRESULT API failed: 80072746 = m_pSIPCompression->Send( spBuffer, cbBufSize )
    02/24/2015|19:59:53.126 6FC:28C INFO  :: Input registration address 192.168.0.101:65392
    02/24/2015|19:59:53.126 6FC:28C INFO  :: Input registration address is Ipv6/Ipv4
    02/24/2015|19:59:53.142 6FC:28C INFO  :: SIP_MSG_PROCESSOR::OnRequestConnectionConnectComplete - Enter this: 00000058D98AD220, callid=(null), ErrorCode: 0x0
    02/24/2015|19:59:53.142 6FC:28C INFO  :: deleting Async workitem 00000058D97C6410
    02/24/2015|19:59:53.142 6FC:28C INFO  :: SIP_AUTH(d979c478) SetState (0) => (1)
    02/24/2015|19:59:53.142 6FC:28C INFO  :: SignMsg: send request without signature for trans(d979d388)
    02/24/2015|19:59:53.142 6FC:28C INFO  :: Trxn corr-id (00000058D979D320), SIP msg corr-id (19128d3b)
    02/24/2015|19:59:53.142 6FC:28C INFO  :: Sending Packet - 125.16.131.241:5061 (From Local Address: 192.168.0.101:65392) 785 bytes:
    02/24/2015|19:59:53.142 6FC:28C INFO  :: REGISTER sip:test.com SIP/2.0Via: SIP/2.0/TLS 192.168.0.101:65392Max-Forwards: 70From: <sip:[email protected]>;tag=387b1a6927;epid=9976554941To: <sip:[email protected]>Call-ID: fae7e636a6b5450bbc853885166c29b6CSeq:
    1 REGISTERContact: <sip:192.168.0.101:65392;transport=tls;ms-opaque=c48079c42b>;methods="INVITE, MESSAGE, INFO, OPTIONS, BYE, CANCEL, NOTIFY, ACK, REFER, BENOTIFY";proxy=replace;+sip.instance="<urn:uuid:ECF8F1E5-1EFC-58ED-835A-2E991DB84C02>"User-Agent:
    UCCAPI/15.0.4623.1000 OC/15.0.4623.1000 (Microsoft Lync)Supported: gruu-10, adhoclist, msrtc-event-categoriesSupported: ms-forkingSupported: ms-cluster-failoverSupported: ms-userservices-state-notificationms-keep-alive: UAC;hop-hop=yesEvent: registrationContent-Length:
    0
    02/24/2015|19:59:53.142 6FC:28C INFO  :: End of Sending Packet - 125.16.131.241:5061 (From Local Address: 192.168.0.101:65392) 785 bytes
    02/24/2015|19:59:53.142 6FC:28C TRACE :: - encrypted buffer length: 869 bytes.  First 8 bytes:
    02/24/2015|19:59:53.142 6FC:28C TRACE :: 
    17 03 03 03 60 E6 07 5F  :....`æ._
    02/24/2015|19:59:53.142 6FC:28C TRACE :: CSIPTransportLayerSecurity::Send after encryption, BytesLeft = 785, BytesProcessed = 785, cbEncryptedBufSize = 869, spEncryptedBuff = 00000058D55CBB80 
    02/24/2015|19:59:53.142 6FC:28C TRACE :: CSIPAsyncSocket::Send this 00000058D561D960, sending pbSendBuf 00000058D55CBB80, dwSendBufSize = 869
    02/24/2015|19:59:53.142 6FC:28C TRACE :: CSIPAsyncSocket::SendHelper - [0x00000058D561D960]
    02/24/2015|19:59:53.142 6FC:28C ERROR :: CAsyncSocketWin32::Send failed for sendBuffer 00000058D55CBB80 , this 00000058D9794860
    02/24/2015|19:59:53.142 6FC:28C TRACE :: CAsyncSocketWin32::Send this 00000058D9794860, pbSendBuf 00000058D55CBB80, dwSendBufSize = 869, dwBytesSent = 0
    02/24/2015|19:59:53.142 6FC:28C ERROR :: CSIPAsyncSocket::SendHelper failed for sendBuffer 00000058D55CBB80 , this 00000058D561D960
    02/24/2015|19:59:53.142 6FC:28C ERROR :: CSIPTransportLayerSecurity::Send Send failed 80072746
    02/24/2015|19:59:53.142 6FC:28C INFO  :: CSIPClientConnection::AsyncOnSend hr=0x80072746
    02/24/2015|19:59:53.142 6FC:28C ERROR :: OUTGOING_TRANSACTION::SendRequestAndSetTimer SendRequestMsg failed 80072746
    02/24/2015|19:59:53.142 6FC:28C ERROR :: OUTGOING_TRANSACTION::OnSendReady SendRequestAndSetTimer failed 80072746
    02/24/2015|19:59:53.142 6FC:28C ERROR :: CSIPClientConnection::ThrottleRequest outgoing transaction 00000058D979D320 OnSendReady failed 80072746, this 00000058D95B1910
    02/24/2015|19:59:53.142 6FC:28C ERROR :: SIP_MSG_PROCESSOR::ThrottleRequestForConnection m_pRequestConnection->ThrottleRequest() failed for 80072746
    02/24/2015|19:59:53.142 6FC:28C ERROR :: OUTGOING_TRANSACTION::CreateAndSendRequestMsg SIP_MSG_PROCESSOR 00000058D98AD220 ThrottleRequestForConnection failed 80072746, this 00000058D979D320
    02/24/2015|19:59:53.142 6FC:28C ERROR :: OUTGOING_TRANSACTION::CheckRequestConnectionAndSendRequestMsgAfterConnectComplete - CreateAndSendRequestMsg failed 80072746
    02/24/2015|19:59:53.142 6FC:28C ERROR :: OUTGOING_TRANSACTION::OnRequestConnectionConnectComplete CheckRequestConnectionAndSendRequestMsgAfterConnectComplete failed 80072746
    02/24/2015|19:59:53.142 6FC:28C INFO  :: REGISTER_CONTEXT:State (4) => (5)
    02/24/2015|19:59:53.142 6FC:28C INFO  :: REGISTER_CONTEXT(d98ad220) SetAndNotify Recv(6) at State (5)
    02/24/2015|19:59:53.142 6FC:28C INFO  :: REGISTER_CONTEXT:State (5) => (6)
    02/24/2015|19:59:53.142 6FC:28C INFO  :: CSIPAsyncSocket::Disconnect Shuttingdown 00000058D9794860
    02/24/2015|19:59:53.142 6FC:28C TRACE :: CSIPTransportLayerSecurity::Shutdown - [0x00000058D96D7E00]
    02/24/2015|19:59:53.142 6FC:28C TRACE :: CSIPMessageCollator::~CSIPMessageCollator - [0x00000058D5605480]
    02/24/2015|19:59:53.142 6FC:28C TRACE :: CSIPTransportLayerNotify::~CSIPTransportLayerNotify - [0x00000058D5605480]
    02/24/2015|19:59:53.142 6FC:28C TRACE :: CSIPTransportLayerNotify::~CSIPTransportLayerNotify - [0x00000058D561ED60]
    02/24/2015|19:59:53.142 6FC:28C TRACE :: CSIPTransportLayer::~CSIPTransportLayer - [0x00000058D561ED50]
    02/24/2015|19:59:53.142 6FC:28C TRACE :: CSIPTransportLayerNotify::~CSIPTransportLayerNotify - [0x00000058D96D7E10]
    02/24/2015|19:59:53.142 6FC:28C TRACE :: CSIPTransportLayer::~CSIPTransportLayer - [0x00000058D96D7E00]
    02/24/2015|19:59:53.142 6FC:28C TRACE :: CSIPTransportLayerNotify::~CSIPTransportLayerNotify - [0x00000058D561D970]
    02/24/2015|19:59:53.142 6FC:28C TRACE :: CSIPTransportLayer::~CSIPTransportLayer - [0x00000058D561D960]
    02/24/2015|19:59:53.142 6FC:28C TRACE :: SSIPTransportContext::~SSIPTransportContext - [0x00000058D95B1978]
    02/24/2015|19:59:53.142 6FC:28C TRACE :: CSIPTransportLayerNotify::~CSIPTransportLayerNotify - [0x00000058D95B1920]
    02/24/2015|19:59:53.142 6FC:28C TRACE :: CSIPTransportLayer::~CSIPTransportLayer - [0x00000058D95B1910]
    02/24/2015|19:59:53.142 6FC:28C INFO  :: SIP_REGISTER:State (1) => (0)
    02/24/2015|19:59:53.142 6FC:28C TRACE :: CUccServerEndpoint::UpdateEndpointState - Update state from 1 to 0. Status 80072746. Status text (null).
    02/24/2015|19:59:53.142 6FC:28C INFO  :: Function: CUccServiceOperationManager::DisableServManager
    02/24/2015|19:59:53.142 6FC:28C TRACE :: Condition failed with 80ee0061: 'm_fServMgrEnabled'
    02/24/2015|19:59:53.142 6FC:28C INFO  :: Function: CUccServerEndpoint::UpdateEndpointState
    02/24/2015|19:59:53.142 6FC:28C ERROR :: HRESULT API failed: 80ee0061 = hr. DisableServManager
    02/24/2015|19:59:53.142 6FC:28C INFO  :: CUccDnsResolverManager::Stop MR-INFO - [00000058D1026E80] DNS resolver manager stopped
    02/24/2015|19:59:53.142 6FC:28C INFO  :: ~Out trxn corr-id (00000058D979D320)
    02/24/2015|20:00:00.716 6FC:28C INFO  :: UCCP:ClientAllowedAuthProts0x1000c
    02/24/2015|20:00:00.716 6FC:28C INFO  :: CUccServerSignalingSettings::put_AllowedHttpProxyAuthenticationModes set auth modes 0x3f
    02/24/2015|20:00:00.716 6FC:28C INFO  :: CUccDnsResolverManager::Start MR-INFO - [00000058D1026E80] DNS resolver manager started
    02/24/2015|20:00:00.716 6FC:28C INFO  :: UCCP:NegotiatedAuthProt0x0
    02/24/2015|20:00:00.716 6FC:28C INFO  :: UCCP:ServerAuthProts0x0
    02/24/2015|20:00:00.716 6FC:28C INFO  :: CUccPrincipalServerEndpoint::GetSipProviderProfile - Found no http proxy creds
    02/24/2015|20:00:00.716 6FC:28C INFO  :: SIP_ENDPOINT::SetSipAuthBroker (00000058D979BD90) _IUccSipAuthBroker(0x0000000000000000)
    02/24/2015|20:00:00.716 6FC:28C INFO  :: UCCP:ServerAuthProts0x0
    02/24/2015|20:00:00.716 6FC:28C INFO  :: SIP_AUTH(d979c478) PrepareAuth at state: 1
    02/24/2015|20:00:00.716 6FC:28C INFO  :: SIP_AUTH(d979c478) SetState (1) => (0)
    02/24/2015|20:00:00.716 6FC:28C INFO  :: SIP_REGISTER:State (0) => (1)
    02/24/2015|20:00:00.716 6FC:28C INFO  :: Outgoing 00000058D978F4D0-<sip:[email protected]>, local=(null)
    02/24/2015|20:00:00.716 6FC:28C INFO  :: Function: StringToSockAddress
    02/24/2015|20:00:00.716 6FC:28C ERROR :: HRESULT failed: 80072726 = HRESULT_FROM_WIN32(::ShimWSAGetLastError()) . Failed to convert string IP to SOCKADDR
    02/24/2015|20:00:00.716 6FC:28C INFO  :: Created Async workitem 00000058D103CBF8, txn timeout 0, time sensitive 0, txn (0000000000000000)
    02/24/2015|20:00:00.716 6FC:28C INFO  :: Out trxn corr-id (00000058D979EAB0)
    02/24/2015|20:00:00.716 6FC:28C INFO  :: SIP_MSG_PROCESSOR::GetLocalConnectionAddrSubnet get loca IP address returned NULL
    02/24/2015|20:00:00.716 6FC:6F4 INFO  :: Function: StringToSockAddress
    02/24/2015|20:00:00.716 6FC:28C INFO  :: SIP_MSG_PROCESSOR::GetSubnetHeader Invalid subnet -1
    02/24/2015|20:00:00.716 6FC:6F4 ERROR :: HRESULT failed: 80072726 = HRESULT_FROM_WIN32(::ShimWSAGetLastError()) . Failed to convert string IP to SOCKADDR
    02/24/2015|20:00:00.716 6FC:28C INFO  :: REGISTER_CONTEXT(d978f4d0) SetAndNotify Recv(4) at State (0)
    02/24/2015|20:00:00.716 6FC:28C INFO  :: REGISTER_CONTEXT:State (0) => (4)
    02/24/2015|20:00:00.716 6FC:28C TRACE :: SIP_MSG_PROCESSOR::OnDnsResolutionComplete[00000058D978F4D0] Entered host lyncaccess.test.com
    02/24/2015|20:00:00.716 6FC:28C TRACE :: SIP_MSG_PROCESSOR::OnDnsResolutionComplete get DNS result server: lyncaccess.test.com IP: 125.16.131.241:5061 
    02/24/2015|20:00:00.716 6FC:28C INFO  :: Use proxy server cache:1
    02/24/2015|20:00:00.716 6FC:28C INFO  :: Remote Addr: 125.16.131.241
    02/24/2015|20:00:00.716 6FC:28C INFO  :: Verification Flags: 1
    02/24/2015|20:00:00.716 6FC:28C INFO  :: Interface Index: 6
    02/24/2015|20:00:00.716 6FC:28C INFO  :: Interface Type: 0
    02/24/2015|20:00:00.716 6FC:28C INFO  :: GetAdaptersAddresses Succeeded.
    02/24/2015|20:00:00.716 6FC:28C INFO  :: Identified local Ipv4 address: 192.168.0.101
    02/24/2015|20:00:00.716 6FC:28C INFO  :: Found local routable Ipv4 address for SIP proxy server from proxy address list
    02/24/2015|20:00:00.716 6FC:28C INFO  :: SockMgr: Create New Connection:DestName:(lyncaccess.test.com)DestPort:(5061)Transport:(2)httpTunnel:(0)TLS RemotePrincipalName:(lyncaccess.test.com)
    02/24/2015|20:00:00.716 6FC:28C TRACE :: DestAddr :125.16.131.241:5061
    02/24/2015|20:00:00.716 6FC:28C TRACE :: CSIPTransportLayer::CSIPTransportLayer - [0x00000058D95B0880]
    02/24/2015|20:00:00.716 6FC:28C TRACE :: CSIPTransportLayerNotify::CSIPTransportLayerNotify - [0x00000058D95B0890]
    02/24/2015|20:00:00.716 6FC:28C TRACE :: SSIPTransportContext::SSIPTransportContext - [0x00000058D95B08E8]
    02/24/2015|20:00:00.716 6FC:28C TRACE :: SSIPTransportContext::SSIPTransportContext - [0x00000058C8DBE6B0]
    02/24/2015|20:00:00.716 6FC:28C TRACE :: CSIPTransportLayer::CSIPTransportLayer - [0x00000058D998B450]
    02/24/2015|20:00:00.716 6FC:28C TRACE :: CSIPTransportLayerNotify::CSIPTransportLayerNotify - [0x00000058D998B460]
    02/24/2015|20:00:00.716 6FC:28C TRACE :: CSIPAsyncSocket::CSIPAsyncSocket - [0x00000058D998B450]
    02/24/2015|20:00:00.716 6FC:28C TRACE :: CSIPAsyncSocket::Initialize - [0x00000058D998B450]
    02/24/2015|20:00:00.716 6FC:28C TRACE :: CSIPTransportLayer::CSIPTransportLayer - [0x00000058D96DBBA0]
    02/24/2015|20:00:00.716 6FC:28C TRACE :: CSIPTransportLayerNotify::CSIPTransportLayerNotify - [0x00000058D96DBBB0]
    02/24/2015|20:00:00.716 6FC:28C TRACE :: CSIPTransportLayerSecurity::CSIPTransportLayerSecurity - [0x00000058D96DBBA0]
    02/24/2015|20:00:00.716 6FC:28C TRACE :: CSIPTransportLayer::CSIPTransportLayer - [0x00000058D998B500]
    02/24/2015|20:00:00.716 6FC:28C TRACE :: CSIPTransportLayerNotify::CSIPTransportLayerNotify - [0x00000058D998B510]
    02/24/2015|20:00:00.716 6FC:28C TRACE :: CSIPCompression::CSIPCompression - [0x00000058D998B500]
    02/24/2015|20:00:00.716 6FC:28C INFO  :: CSIPCompressor::Initialize - Compression setting 1, threshold 128000, timeout 5000
    02/24/2015|20:00:00.716 6FC:28C TRACE :: CSIPTransportLayerNotify::CSIPTransportLayerNotify - [0x00000058D97D2F80]
    02/24/2015|20:00:00.716 6FC:28C TRACE :: CSIPMessageCollator::CSIPMessageCollator - [0x00000058D97D2F80]
    02/24/2015|20:00:00.716 6FC:28C INFO  :: CAsyncSocketWin32::Connect 00000058D998EAC0 connecting(async) window 00000000000504D2 socket:1ff8 DestAddr:125.16.131.241:5061
    02/24/2015|20:00:00.716 6FC:28C ERROR :: CSIPAsyncSocket::Connect: HRESULT API failed: 80072733 = hr
    02/24/2015|20:00:00.716 6FC:28C TRACE :: SSIPTransportContext::~SSIPTransportContext - [0x00000058C8DBE6B0]
    02/24/2015|20:00:00.716 6FC:28C INFO  :: deleting Async workitem 00000058D103CBF8
    02/24/2015|20:00:00.747 6FC:28C TRACE :: CSIPAsyncSocket::SetLocalAddr - [0x00000058D998B450]
    02/24/2015|20:00:00.747 6FC:28C TRACE :: CSIPAsyncSocket::SetRemoteAddr - [0x00000058D998B450]
    02/24/2015|20:00:00.747 6FC:28C TRACE :: CSIPAsyncSocket::SetNetworkId - [0x00000058D998B450]
    02/24/2015|20:00:00.747 6FC:28C INFO  :: Created Async workitem 00000058D3F8FD30, txn timeout 0, time sensitive 0, txn (0000000000000000)
    02/24/2015|20:00:00.747 6FC:28C TRACE :: Async work item posted for TLS negotiation: this 00000058D96DBBA0
    02/24/2015|20:00:00.747 6FC:28C TRACE :: CSIPAsyncSocket::Send this 00000058D998B450, sending pbSendBuf 00000058D98161E0, dwSendBufSize = 188
    02/24/2015|20:00:00.747 6FC:28C TRACE :: CSIPAsyncSocket::SendHelper - [0x00000058D998B450]
    02/24/2015|20:00:00.747 6FC:28C TRACE :: CAsyncSocketWin32::Send this 00000058D998EAC0, pbSendBuf 00000058D98161E0, dwSendBufSize = 188, dwBytesSent = 188
    02/24/2015|20:00:00.747 6FC:28C INFO  :: deleting Async workitem 00000058D3F8FD30
    02/24/2015|20:00:00.794 6FC:28C TRACE :: CSIPTransportLayerNotify::OnRecv - [0x00000058D998B460]
    02/24/2015|20:00:00.794 6FC:28C INFO  :: Created Async workitem 00000058D3F90870, txn timeout 0, time sensitive 0, txn (0000000000000000)
    02/24/2015|20:00:00.794 6FC:28C TRACE :: Async work item posted for TLS negotiation: this 00000058D96DBBA0
    02/24/2015|20:00:00.794 6FC:28C INFO  :: deleting Async workitem 00000058D3F90870
    02/24/2015|20:00:00.794 6FC:28C TRACE :: CSIPTransportLayerNotify::OnRecv - [0x00000058D998B460]
    02/24/2015|20:00:00.794 6FC:28C INFO  :: Created Async workitem 00000058D3F90870, txn timeout 0, time sensitive 0, txn (0000000000000000)
    02/24/2015|20:00:00.794 6FC:28C TRACE :: Async work item posted for TLS negotiation: this 00000058D96DBBA0
    02/24/2015|20:00:00.810 6FC:28C TRACE :: CSIPAsyncSocket::Send this 00000058D998B450, sending pbSendBuf 00000058D98158F0, dwSendBufSize = 189
    02/24/2015|20:00:00.810 6FC:28C TRACE :: CSIPAsyncSocket::SendHelper - [0x00000058D998B450]
    02/24/2015|20:00:00.810 6FC:28C TRACE :: CAsyncSocketWin32::Send this 00000058D998EAC0, pbSendBuf 00000058D98158F0, dwSendBufSize = 189, dwBytesSent = 189
    02/24/2015|20:00:00.810 6FC:28C INFO  :: deleting Async workitem 00000058D3F90870
    02/24/2015|20:00:00.857 6FC:28C TRACE :: CSIPTransportLayerNotify::OnRecv - [0x00000058D998B460]
    02/24/2015|20:00:00.857 6FC:28C INFO  :: Created Async workitem 00000058D3F90870, txn timeout 0, time sensitive 0, txn (0000000000000000)
    02/24/2015|20:00:00.857 6FC:28C TRACE :: Async work item posted for TLS negotiation: this 00000058D96DBBA0
    02/24/2015|20:00:00.857 6FC:6F4 TRACE :: SECURE_SOCKET: security negotiation has completed successfully
    02/24/2015|20:00:00.857 6FC:6F4 TRACE :: SECURE_SOCKET: stream sizes: header 21 trailer 64 max message 16384 buffers 4 block size 16
    02/24/2015|20:00:00.857 6FC:28C ERROR :: CSIPClientConnection::OnConnect (80072745) this: 00000058D95B0880
    02/24/2015|20:00:00.857 6FC:28C INFO  :: SIP_MSG_PROCESSOR::OnRequestConnectionConnectComplete - Enter this: 00000058D978F4D0, callid=(null), ErrorCode: 0x80072745
    02/24/2015|20:00:00.857 6FC:28C ERROR :: Releasing connection and notifying transactions
    02/24/2015|20:00:00.857 6FC:28C ERROR :: SIP_MSG_PROCESSOR::NotifyRequestConnectionConnectComplete - Error: 80072745
    02/24/2015|20:00:00.857 6FC:28C INFO  :: CSIPAsyncSocket::Disconnect Shuttingdown 00000058D998EAC0
    02/24/2015|20:00:00.857 6FC:28C TRACE :: CSIPTransportLayerSecurity::Shutdown - [0x00000058D96DBBA0]
    02/24/2015|20:00:00.857 6FC:28C TRACE :: CSIPMessageCollator::~CSIPMessageCollator - [0x00000058D97D2F80]
    02/24/2015|20:00:00.857 6FC:28C TRACE :: CSIPTransportLayerNotify::~CSIPTransportLayerNotify - [0x00000058D97D2F80]
    02/24/2015|20:00:00.857 6FC:28C TRACE :: CSIPTransportLayerNotify::~CSIPTransportLayerNotify - [0x00000058D998B510]
    02/24/2015|20:00:00.857 6FC:28C TRACE :: CSIPTransportLayer::~CSIPTransportLayer - [0x00000058D998B500]
    02/24/2015|20:00:00.857 6FC:28C TRACE :: CSIPTransportLayerNotify::~CSIPTransportLayerNotify - [0x00000058D96DBBB0]
    02/24/2015|20:00:00.857 6FC:28C TRACE :: CSIPTransportLayer::~CSIPTransportLayer - [0x00000058D96DBBA0]
    02/24/2015|20:00:00.857 6FC:28C TRACE :: CSIPTransportLayerNotify::~CSIPTransportLayerNotify - [0x00000058D998B460]
    02/24/2015|20:00:00.857 6FC:28C TRACE :: CSIPTransportLayer::~CSIPTransportLayer - [0x00000058D998B450]
    02/24/2015|20:00:00.857 6FC:28C TRACE :: SSIPTransportContext::~SSIPTransportContext - [0x00000058D95B08E8]
    02/24/2015|20:00:00.857 6FC:28C TRACE :: CSIPTransportLayerNotify::~CSIPTransportLayerNotify - [0x00000058D95B0890]
    02/24/2015|20:00:00.857 6FC:28C TRACE :: CSIPTransportLayer::~CSIPTransportLayer - [0x00000058D95B0880]
    02/24/2015|20:00:00.857 6FC:28C INFO  :: deleting Async workitem 00000058D3F90870
    02/24/2015|20:00:00.857 6FC:28C ERROR :: OUTGOING_TRANSACTION::OnRequestConnectionConnectComplete - connection failed error 80072745
    02/24/2015|20:00:00.857 6FC:28C INFO  :: REGISTER_CONTEXT:State (4) => (5)
    02/24/2015|20:00:00.857 6FC:28C INFO  :: REGISTER_CONTEXT(d978f4d0) SetAndNotify Recv(6) at State (5)
    02/24/2015|20:00:00.857 6FC:28C INFO  :: REGISTER_CONTEXT:State (5) => (6)
    02/24/2015|20:00:00.857 6FC:28C INFO  :: SIP_REGISTER:State (1) => (0)
    02/24/2015|20:00:00.857 6FC:28C TRACE :: CUccServerEndpoint::UpdateEndpointState - Update state from 1 to 0. Status 80072745. Status text (null).
    02/24/2015|20:00:00.857 6FC:28C INFO  :: Function: CUccServiceOperationManager::DisableServManager
    02/24/2015|20:00:00.857 6FC:28C TRACE :: Condition failed with 80ee0061: 'm_fServMgrEnabled'
    02/24/2015|20:00:00.857 6FC:28C INFO  :: Function: CUccServerEndpoint::UpdateEndpointState
    02/24/2015|20:00:00.857 6FC:28C ERROR :: HRESULT API failed: 80ee0061 = hr. DisableServManager
    02/24/2015|20:00:00.857 6FC:28C INFO  :: CUccDnsResolverManager::Stop MR-INFO - [00000058D1026E80] DNS resolver manager stopped
    02/24/2015|20:00:00.857 6FC:28C INFO  :: ~Out trxn corr-id (00000058D979EAB0)
    02/24/2015|20:00:01.107 6FC:28C INFO  :: Function: CUccEndpoint::Disable
    02/24/2015|20:00:01.107 6FC:28C TRACE :: Condition failed with 80ee0092: 'GetState() != UCCES_IDLE'
    02/24/2015|20:00:01.107 6FC:28C INFO  :: SIP_REGISTER::Unregistration already in unregister/ed state (0), this [00000058D979C430]
    02/24/2015|20:00:01.107 6FC:28C INFO  :: SIP_STACK::DeleteSipEndpoint deleting sip endpoint 00000058D979BD90, this 00000058D402C440
    02/24/2015|20:00:01.107 6FC:28C INFO  :: SIP_ENDPOINT::Shutdown (d979bd90) Shutdown
    02/24/2015|20:00:01.107 6FC:28C INFO  :: CUccDnsResolverManager::Stop MR-INFO - [00000058D1026E80] DNS resolver manager stopped
    02/24/2015|20:00:01.107 6FC:28C INFO  :: CUccPlatform::WriteStreamToLog:
    02/24/2015|20:00:01.107 6FC:28C INFO  :: <?xml version="1.0" encoding="UTF-8"?><root>  <Login>    <Info><![CDATA[GetBestManagedCredentialByType return the cred: 0000000000000000, type:certificate,
    userId:OCS]]></Info>    <Info><![CDATA[Bootstrap task queued]]></Info>    <Info><![CDATA[Starting bootstrap task: baseUrl=, pinBased=0, forceDownloadRootCert=0, deviceId=ECF8F1E5-1EFC-58ED-835A-2E991DB84C02,
    credType=0, cert=0000000000000000]]></Info>    <Info><![CDATA[Changed CBootstrapper status [10006] -> [10000]]]></Info>    <Info><![CDATA[Bootstrap task completed with hr=0x0]]></Info>  
     <Info><![CDATA[Changed CBootstrapper status [10000] -> [10006]]]></Info>    <Info><![CDATA[Starting LogonSession...   Local interfaces: count=1, allExternal=0, someInternal=0, backend=0   Cached endpoint
    config found but not used   Using loaded endpoint configInitialEndpointConfig calculated...   networksAvailable=1   cacheAvailable=1   takenFromCache =0Doing logon attempt with data:   currState=10   [email protected]  
    server=lyncaccess.test.com, external   authModes=0x1000c   with default Cred   proxyAuthModes=0x3f   epFlags=c8   withAutoRetrials=0   credsAvailability=valid   redirectedServersList=   newState=14   statusCode=0]]></Info>
       <Lync-autodiscovery>      <Info><![CDATA[GetBestManagedCredentialByType return the cred: 0000000000000000, type:specific, userId:LAD]]></Info>      <Info><![CDATA[Discovery request
    sent to URL http://[email protected], txn (00000058D7EA7DB0), task(00000058D95F3F20)]]></Info>      <Info><![CDATA[GetBestManagedCredentialByType return the cred: 0000000000000000, type:specific,
    userId:LAD]]></Info>      <Info><![CDATA[Discovery request sent to URL https://[email protected], txn (00000058D7EA7DD0), task(00000058D9776530)]]></Info>      <Info><![CDATA[GetBestManagedCredentialByType
    return the cred: 0000000000000000, type:specific, userId:LAD]]></Info>      <Info><![CDATA[Discovery request sent to URL https://[email protected], txn (00000058D7EA7A90), task(00000058D9776A70)]]></Info>
         <Info><![CDATA[GetBestManagedCredentialByType return the cred: 0000000000000000, type:specific, userId:LAD]]></Info>      <Info><![CDATA[Discovery request sent to URL http://[email protected],
    txn (00000058D7EA7AB0), task(00000058D9777870)]]></Info>      <Info><![CDATA[CLogonCredentialManager::GetProxyCredentials()Requesting credential user 0x00000058D52FC800 id=15 asking for credentials with ProxyChallengeDetails[authModes=0,
    firewallName=, realm=]]]></Info>      <Info><![CDATA[CLogonCredentialManager::GetProxyCredentials()Requesting credential user 0x00000058D52FC800 id=15 asking for credentials with ProxyChallengeDetails[authModes=0, firewallName=,
    realm=]]]></Info>      <Info><![CDATA[CLogonCredentialManager::GetProxyCredentials()Requesting credential user 0x00000058D52FC800 id=15 asking for credentials with ProxyChallengeDetails[authModes=0, firewallName=, realm=]]]></Info>
         <Info><![CDATA[CLogonCredentialManager::GetProxyCredentials()Requesting credential user 0x00000058D52FC800 id=15 asking for credentials with ProxyChallengeDetails[authModes=0, firewallName=, realm=]]]></Info>    
     <Info><![CDATA[Discovery task(00000058D95F3F20) sent to URL http://lyncdiscoverinternal.test.com completed with hr=0x80f10045]]></Info>      <Info><![CDATA[Discovery task(00000058D9776530) sent to URL https://lyncdiscoverinternal.test.com
    completed with hr=0x80f10045]]></Info>      <Info><![CDATA[task(00000058D9776A70) is parsing autodiscovery response <?xml version="1.0" encoding="utf-8"?><AutodiscoverResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" AccessLocation="External"><Root><Link token="Domain" href="https://lyncextws1.test.com/Autodiscover/AutodiscoverService.svc/root/domain?originalDomain=test.com"
    /><Link token="User" href="https://lyncextws1.test.com/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=test.com" /><Link token="Self" href="https://lyncextws1.test.com/Autodiscover/AutodiscoverService.svc/root?originalDomain=test.com"
    /><Link token="OAuth" href="https://lyncextws1.test.com/Autodiscover/AutodiscoverService.svc/root/oauth/user?originalDomain=test.com" /><Link token="External/XFrame" href="https://lyncextws1.test.com/Autodiscover/XFrame/XFrame.html"
    /><Link token="Internal/XFrame" href="https://lyncintws1.test.com/Autodiscover/XFrame/XFrame.html" /><Link token="XFrame" href="https://lyncextws1.test.com/Autodiscover/XFrame/XFrame.html" /></Root></AutodiscoverResponse>]]></Info>
         <Info><![CDATA[Discovery request sent to URL https://lyncextws1.test.com/Autodiscover/AutodiscoverService.svc/root/[email protected], txn (00000058D7EA7930), task(00000058D9776A70)]]></Info>
         <Info><![CDATA[CLogonCredentialManager::GetProxyCredentials()Requesting credential user 0x00000058D52FC800 id=15 asking for credentials with ProxyChallengeDetails[authModes=0, firewallName=, realm=]]]></Info>    
     <Info><![CDATA[this request needs authentication, trying webticket from: https://lyncextws1.test.com/WebTicket/WebTicketService.svc]]></Info>      <Get-NewWebTicket>        <Info><![CDATA[ExecuteWithMetadataInternal,
    asyncContext=00000058D96A9E50, context: WebRequest context@ :3649667664  MethodType:9  ExecutionComplete? :0  Callback@ :00000058D95164D8  AsyncHResult:0  TargetUri:https://lyncextws1.test.com/WebTicket/WebTicketService.svc  OperationName:http://tempuri.org/:IWebTicketService.]]></Info>
           <Info><![CDATA[Executing wws method with no auth auth, asyncContext=00000058D96A9E50, context: WebRequest context@ :3646499424  MethodType:0  ExecutionComplete? :0  Callback@ :00000058D3E76BF0  AsyncHResult:0
     TargetUri:https://lyncextws1.test.com/WebTicket/WebTicketService.svc/mex.]]></Info>        <Info><![CDATA[CLogonCredentialManager::GetProxyCredentials()Requesting credential user 0x00000058D52FC800 id=15 asking for
    credentials with ProxyChallengeDetails[authModes=0, firewallName=, realm=]]]></Info>        <Info><![CDATA[Discovery request sent to URL https://lyncextws1.test.com/Autodiscover/AutodiscoverService.svc/root/[email protected],
    txn (00000058D7EA7C10), task(00000058D9776A70)]]></Info>        <Info><![CDATA[Executing wws method with no auth auth, asyncContext=00000058D96A9E50, context: WebRequest context@ :3646499424  MethodType:0  ExecutionComplete?
    :1  Callback@ :00000058D3E76BF0  AsyncHResult:3d0000  TargetUri:https://lyncextws1.test.com/WebTicket/WebTicketService.svc/mex.]]></Info>        <Info><![CDATA[ExecuteWithMetadataInternal, asyncContext=00000058D96A9E50,
    context: WebRequest context@ :3649667664  MethodType:9  ExecutionComplete? :0  Callback@ :00000058D95164D8  AsyncHResult:3d0000  TargetUri:https://lyncextws1.test.com/WebTicket/WebTicketService.svc  OperationName:http://tempuri.org/:IWebTicketService.]]></Info>
           <Info><![CDATA[GetBestManagedCredentialByType return the cred: 0000000000000000, type:certificate, userId:LAD]]></Info>        <Info><![CDATA[Executing wws method with windows auth auth,
    asyncContext=00000058D96A9E50, context: WebRequest context@ :3649667664  MethodType:4  ExecutionComplete? :0  Callback@ :00000058D95164D8  AsyncHResult:3d0000  TargetUri:https://lyncextws1.test.com/WebTicket/WebTicketService.svc  OperationName:http://tempuri.org/:IWebTicketService.]]></Info>
           <Info><![CDATA[CLogonCredentialManager::GetProxyCredentials()Requesting credential user 0x00000058D52FC800 id=15 asking for credentials with ProxyChallengeDetails[authModes=0, firewallName=, realm=]]]></Info>  
         <Info><![CDATA[Default Windows credential obtained for context=00000058D96A9E50.]]></Info>        <ExecuteWithMetadataInternal>          
    02/24/2015|20:00:01.107 6FC:28C INFO  :: CUccPlatform::WriteStreamToLog:
    02/24/2015|20:00:01.107 6FC:28C INFO  :: <SequenceID>1.1.1.1.1</SequenceID>          <hr>0x3d0000</hr>        </ExecuteWithMetadataInternal>        <ExecuteWithWindowsOrNoAuthInternal>
             <SequenceID>1.1.1.1.2</SequenceID>          <hr>0x0</hr>        </ExecuteWithWindowsOrNoAuthInternal>        <Info><![CDATA[Executing
    wws method with windows auth auth, asyncContext=00000058D96A9E50, context: WebRequest context@ :3649667664  MethodType:4  ExecutionComplete? :1  Callback@ :00000058D95164D8  AsyncHResult:80f10041  TargetUri:https://lyncextws1.test.com/WebTicket/WebTicketService.svc
     OperationName:http://tempuri.org/:IWebTicketService Error:There was an error communicating with the endpoint at 'https://lyncextws1.test.com/WebTicket/WebTicketService.svc'.The server returned HTTP status code '401 (0x191)' with text 'Unauthorized'.The
    requested resource requires user authentication..]]></Info>        <Info><![CDATA[Logon success state 2 reported by user id=LAD (adjusted=LAD) on CManagedCredential[DEFAULT this=00000058D53E7330]]]></Info>  
         <Info><![CDATA[CLogonCredentialManager::GetProxyCredentials()Requesting credential user 0x00000058D52FC800 id=15 asking for credentials with ProxyChallengeDetails[authModes=0, firewallName=, realm=]]]></Info>    
       <Info><![CDATA[CLogonCredentialManager::QueryForSpecificCreds() Credential user 0x00000058D52FC800 id=15 querying for specific credentials, credSuccess=0, targetName=Microsoft_OC1:[email protected]:specific:LAD:1]]></Info>
           <ExecuteWithWindowsOrNoAuthInternal>          <SequenceID>1.1.1.1.3</SequenceID>          <hr>0x3d0000</hr>        </ExecuteWithWindowsOrNoAuthInternal>
           <Info><![CDATA[Created CManagedCredential[SPECIFIC this=00000058D969B8E0, domain=, userName=]]]></Info>        <Info><![CDATA[Adding new managed cred CManagedCredential[SPECIFIC this=00000058D969B8E0,
    domain=, userName=]]]></Info>        <Info><![CDATA[GetBestManagedCredentialByType return the cred: 0000000000000000, type:specific, userId:OCS]]></Info>        <Info><![CDATA[  
     ACTION : RESUME SIGNIN AFTER NEW CREDDoing logon attempt with data:   currState=20   [email protected]   server=lyncaccess.test.com, external   authModes=0x1000c   with default Cred   proxyAuthModes=0x3f   epFlags=c8
      withAutoRetrials=0   credsAvailability=valid   redirectedServersList=lyncaccess.test.com, external;   newState=14   statusCode=0]]></Info>        <Info><![CDATA[Specific Windows credential obtained
    for context=00000058D96A9E50.]]></Info>        <Info><![CDATA[Executing wws method with windows auth auth, asyncContext=00000058D96A9E50, context: WebRequest context@ :3649667664  MethodType:4  ExecutionComplete?
    :0  Callback@ :00000058D95164D8  AsyncHResult:3d0000  TargetUri:https://lyncextws1.test.com/WebTicket/WebTicketService.svc  OperationName:http://tempuri.org/:IWebTicketService.]]></Info>        <Info><![CDATA[CLogonCredentialManager::GetProxyCredentials()Requesting
    credential user 0x00000058D52FC800 id=15 asking for credentials with ProxyChallengeDetails[authModes=0, firewallName=, realm=]]]></Info>        <ExecuteWithWindowsOrNoAuthInternal>          <SequenceID>1.1.1.1.4</SequenceID>
             <hr>0x3d0000</hr>        </ExecuteWithWindowsOrNoAuthInternal>        <Info><![CDATA[Executing wws method with windows auth auth, asyncContext=00000058D96A9E50,
    context: WebRequest context@ :3649667664  MethodType:4  ExecutionComplete? :1  Callback@ :00000058D95164D8  AsyncHResult:3d0000  TargetUri:https://lyncextws1.test.com/WebTicket/WebTicketService.svc  OperationName:http://tempuri.org/:IWebTicketService.]]></Info>
           <Info><![CDATA[Logon success state 1 reported by user id=LAD (adjusted=LAD) on CManagedCredential[SPECIFIC this=00000058D969B8E0, domain=, userName=]]]></Info>        <SequenceID>1.1.1.1</SequenceID>
           <hr>0x0</hr>      </Get-NewWebTicket>      <ExecuteWithWindowsOrNoAuthInternal>        <SequenceID>1.1.1.2</SequenceID>        <hr>0x0</hr>
         </ExecuteWithWindowsOrNoAuthInternal>      <Info><![CDATA[CLogonCredentialManager::GetProxyCredentials()Requesting credential user 0x00000058D52FC800 id=15 asking for credentials with ProxyChallengeDetails[authModes=0,
    firewallName=, realm=]]]></Info>      <Info><![CDATA[task(00000058D9776A70) is parsing autodiscovery response <?xml version="1.0" encoding="utf-8"?><AutodiscoverResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" AccessLocation="External"><User><SipServerInternalAccess fqdn="testGROUPPOOL1.test.com" port="5061" /><SipClientInternalAccess fqdn="testGROUPPOOL1.test.com"
    port="5061" /><SipServerExternalAccess fqdn="LyncAccess.test.com" port="5061" /><SipClientExternalAccess fqdn="LyncAccess.test.com" port="5061" /><Link token="Internal/Autodiscover"
    href="https://lyncintws1.test.com/Autodiscover/AutodiscoverService.svc/root" /><Link token="Internal/AuthBroker" href="https://lyncintws1.test.com/Reach/sip.svc" /><Link token="Internal/WebScheduler" href="https://lyncintws1.test.com/Scheduler"
    /><Link token="Internal/CertProvisioning" href="https://lyncintws1.test.com/CertProv/CertProvisioningService.svc" /><Link token="External/Autodiscover" href="https://lyncextws1.test.com/Autodiscover/AutodiscoverService.svc/root"
    /><Link token="External/AuthBroker" href="https://lyncextws1.test.com/Reach/sip.svc" /><Link token="External/WebScheduler" href="https://lyncextws1.test.com/Scheduler" /><Link token="External/CertProvisioning"
    href="https://lyncextws1.test.com/CertProv/CertProvisioningService.svc" /><Link token="Internal/Mcx" href="https://lyncextws1.test.com/Mcx/McxService.svc" /><Link token="External/Mcx" href="https://lyncextws1.test.com/Mcx/McxService.svc"
    /><Link token="Ucwa" href="https://lyncextws1.test.com/ucwa/v1/applications" /><Link token="Internal/Ucwa" href="https://lyncintws1.test.com/ucwa/v1/applications" /><Link token="External/Ucwa"
    href="https://lyncextws1.test.com/ucwa/v1/applications" /><Link token="External/XFrame" href="https://lyncextws1.test.com/Autodiscover/XFrame/XFrame.html" /><Link token="Internal/XFrame" href="https://lyncintws1.test.com/Autodiscover/XFrame/XFrame.html"
    /><Link token="XFrame" href="https://lyncextws1.test.com/Autodiscover/XFrame/XFrame.html" /><Link token="Self" href="https://lyncextws1.test.com/Autodiscover/AutodiscoverService.svc/root/user" /></User></AutodiscoverResponse>]]></Info>
         <Info><![CDATA[Discovery task(00000058D9776A70) sent to URL https://lyncextws1.test.com/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=test.com completed with hr=0x0]]></Info>      <Info><![CDATA[Discovery
    task(00000058D9777870) canceled.]]></Info>      <Info><![CDATA[Lync autodiscovery completed with hr: 0X0 sipint: testGROUPPOOL1.test.com:5061 sipext: LyncAccess.test.com:5061 authint: https://lyncintws1.test.com/Reach/sip.svc
    authext: https://lyncextws1.test.com/Reach/sip.svc wts: https://lyncextws1.test.com/WebTicket/WebTicketService.svc retry: 1]]></Info>      <SequenceID>1.1.1</SequenceID>      <hr>0x0</hr>  
     </Lync-autodiscovery>    <Info><![CDATA[Internal Server: testGROUPPOOL1.test.com:5061External Server: LyncAccess.test.com:5061IsInternalAccessLocation: 0   autoRetryByErrorCode=1   withRescheduleHint=0   withAutoRetrials=0
      Login failed with permanent error or no auto-retrials]]></Info>    <SequenceID>1.1</SequenceID>    <hr>0x80072745</hr>  </Login></root>

  • Is there a better way to deal with Edge Animate CC's library management?

    I haven't been using Edge Animate CC for very long, but I already have a huge list of complaints.  Although I could go into detail about features that seem to be missing from my version of Edge (just a quick example, all of the tutorials I've seen have a quick code insert feature on the right side of the code dialog box that my version doesn't seem to have, or even have the option for turning on), right now I want to focus on Edge's HORRENDOUS LIBRARY MANAGEMENT.
    So I created the following animation which I have put into an iframe:
    The issue I had on the first draft of this project was that I (perhaps naively) thought that there would be an option to actually re-size the pictures on export.  There wasn't, and so my original version was really, really large, took way too long to load, and needed to be updated. For the second version, I reduced the size of the pictures and made them JPEG files (some of the originals were - quite unnecessarily - large PNG files) and reduced the quality so that they were all under 10KB.  Of course, I had to rename the files and re-import them to Edge's library. This is where my problems started.
    You see, edge will put the files into a folder marked "images" when you publish them in a folder, so I just assumed (NOT UNREASONABLY) that the resulting animation would pull from the images folder.  It worked fine in the preview, so I pushed it via FTP, only to find that all of the original files (which were not in the new animation) were pushed to the new "images" folder.  The only library management that you get in Edge is apparently looking for the file in the folder you designate as the "Library" folder, so deleting these images out of the "Images" folder makes not one bit of difference. That should have been my first clue that something was rotten in Denmark, to use a Shakespearean metaphor. After removing these files and publishing my banner again, suddenly the new images weren't showing up. They were clearly in the "images" folder on the FTP server, but they weren't showing up in the animation.  So I inspected the banner on the site, only to find that rather than point to the images folder, they are in fact pointing to the library folder. WHY DO THE PUBLISHED IMAGES POINT TO THE "LIBRARY" FOLDER THEY WERE PULLED FROM INSTEAD OF THE "IMAGES" FOLDER THAT THEY'RE PUBLISHED TO? I added a new file tree that mimicked the folder structure and put the images in a mock "library folder" and now the animation works again. 
    The library management in this program is just plain awful (I can't stress this enough), making it a chore for experienced users and a red-hot rage-keyboard-pounding mess for everyone else. And the worst part, there doesn't seem to be any explanation from Adobe on why it is this way.
    I am really not looking forward to the next time I have to use this program at work.

    I'm not sure that's any easier. It would be nice if Edge gave you a(n obvious) way to re-link files, but it even fails in that respect.
    What would be better is if I could just point Edge to my FTP site and put the library on there. It would solve so many problems... failing that though, some sort of library management option set needs to be implemented in this software. I try to practice appropriate file management, but I hate having to be punished with an extra twenty minutes of work for one little mistake.

  • Working With Edge Animate and Business Catalyst

    Does anyone work with a site with incorporates Edge Animations that is hosted on Business Catalyst?  I am asking because my Edge animations run fine on my page on preview in browser but do not run at all when uploaded to BC.  Here is my script:
    Thank you.

    If you are working with your Business Catalyst site in Dreamweaver, I know you can publish from Edge Animate to an .oam file, then insert this into your BC site in Dreamweaver using Insert > Edge Animate Composition.
    Just make sure to upload both the edgeanimate_assets folder and the actual project folder, or else it will not work.
    If you are not going through Dreamweaver, you should still be able to utilize the animation; however, you would just need to (a) make sure the <!--Adobe Edge Runtime--> code gets put into the <head> of your BC site, (b) upload all the necessary files (i.e. the .js files and any assets), and (c) correctly reference their locations in the code.
    e.g. if you upload the Index_Desktop_Animation_2_edgePreload.js file to the root of your site, you would need to change the src="/Index_Desktop_Animation_2_edgePreload.js" to make sure the file would load properly.

  • Problem with Edge animate and epub3.

    Greetings
    I created some interactive web pages using adobe edge animate cc for a book that will be displayed on ipad (Epub 3)
    when I test the web pages on pc they are displayed exactly as I want them to be.
    But when I try them on Ipad It shows no images.
    So I tried to append the images using some JQuey code
    $('#Stage').append("<img src = '....' />");
    and then when I tried to test this on Ipad all images where invisible too but when I rotated the device 90 degrees
    all images became visible.
    So when viewing those pages all images are invisible until rotating the device 90 degrees images become visible
    any suggestions where the problem could be
    I need the images to be visible when I open the page without the need of rotating the ipad
    I appreciate any help.

    Hello,
    Please double click on the symbol and make sure "autoplay " is unchecked in the stage properties. then republish the OAM file and then try.
    If the issue still persist please share the compressed project file with us to take a look at it.
    Regards
    Vivek

Maybe you are looking for