UCMA 3.0: UserEndPoint BeginEstablish exception: Microsoft.Rtc.Signaling.ConnectionFailureException

Hello,
  I'm using UCMA 3.0 to write a web service that creates a userEndpoint and attempts to register it via BeginEstablish().  Before this gets called, a CollaborationPlatform object is created and started, successfully.  But when I try to establish
the userEndpoint, I get the following error:
Endpoint  failed to establish: Microsoft.Rtc.Signaling.ConnectionFailureException:Unable to establish a connection. ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a
period of time, or established connection failed because connected host has failed to respond 172.30.228.57:5061
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at Microsoft.Rtc.Internal.Sip.TcpTransport.OnConnected(Object arg)
--- End of inner exception stack trace ---
   at Microsoft.Rtc.Signaling.SipAsyncResult`1.ThrowIfFailed()
   at Microsoft.Rtc.Signaling.Helper.EndAsyncOperation[T](Object owner, IAsyncResult result)
   at Microsoft.Rtc.Collaboration.LocalEndpoint.EndEstablish(IAsyncResult result)
   at appIcLync.IcLyncMgr.EndEndpointEstablish(IAsyncResult ar) in C:\Users\administrator\Documents\Visual Studio 2010\Projects\appIcLync\appIcLync\IcLyncMgr.cs:line 187
Detected at System.Environment.get_StackTrace()
   at Microsoft.Rtc.Signaling.ConnectionFailureException..ctor(String message, Exception innerException)
   at Microsoft.Rtc.Signaling.ExceptionUtilities.TryMapS4Exception(Exception s4Exception, SecurityAssociationContext securityContext, Boolean isSipEndpoint, String traceId, Object parentObject, Object childObject, RealTimeException& ex)
   at Microsoft.Rtc.Signaling.SipTransactionAsyncResult`1.ConnectionConnectCompleted(IAsyncResult result)
   at Microsoft.Rtc.Signaling.SipAsyncResult2`1.MakeCallback()
   at Microsoft.Rtc.Signaling.SipAsyncResult2`1.Complete(TEx ex, Boolean synchronousCompletion)
   at Microsoft.Rtc.Signaling.SipAsyncResult2`1.Complete(TEx ex)
   at Microsoft.Rtc.Signaling.RealTimeConnection.CompletePendingConnects(IEnumerable`1 results, RealTimeException exception)
   at Microsoft.Rtc.Signaling.RealTimeConnection.<.ctor>b__0(SipConnection sender, Object reason)
   at Microsoft.Rtc.Internal.Sip.SipConnection.DisconnectedEventHandler.Invoke(SipConnection sender, Object reason)
   at Microsoft.Rtc.Internal.Sip.SipConnection.FireDisconnectedEvent(Object reason)
   at Microsoft.Rtc.Internal.Sip.SingleThreadedDispatcherQueue.DispatcherCallback(Object queue)
   at System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal(_ThreadPoolWaitCallback tpWaitCallBack)
   at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)

Ok, I followed the procedures for 'General Application Activation' at the site Michael recommended.   I'm still getting the same error:
Endpoint  failed to establish: Microsoft.Rtc.Signaling.ConnectionFailureException:Unable to establish a connection. ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period
of time, or established connection failed because connected host has failed to respond 172.30.228.57:5061
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at Microsoft.Rtc.Internal.Sip.TcpTransport.OnConnected(Object arg)
The only place where I deviated was activating a port.  The example uses port 6000.  I entered port 5061, only
because the error I was getting specified that port.  Is this correct?
I can see the application pool that I created in the Lync control panel, but its status is 'N/A' and has a red X under the Replication column.  My application is also visable
under 'Trusted Application'
Any other ideas?

Similar Messages

  • Error in crawl log "Error while crawling LOB contents. ( Error caused by exception: Microsoft.BusinessData.Infrastructure.BdcException The shim execution failed unexpectedly - The method or operation is not implemented..; SearchID "

    Hi 
    I get the following error in my crawl logs
    "Error while crawling LOB contents. ( Error caused by exception: Microsoft.BusinessData.Infrastructure.BdcException The shim execution failed unexpectedly - The method or operation is not implemented..; SearchID "
    Because of this i suspect, the search results are not including those aspx pages marked as "Hide physical urls from search".
    This error is not available in the another environment where the aspx pages are coming in the results.
    Thanks
    Joe

    Hi Joe,
    Greetings!
    Reset the index and re-crawl. That usually clears it
    If you are using NTLM authentication, then make sure that you specified the PassThrough authentication for crawling
    Probably you need to debug the BDC code that underlies the external content types.
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/41a86c43-151d-47cd-af73-967a4c940611/lotus-notes-connector-error-while-crawling-lob-contents?forum=sharepointsearch
    Please remember to click 'Mark as Answer' on the answer if it helps you

  • Error while crawling LOB contents (Error caused by exception: Microsoft.BusinessData.Infrastructure.BdcException)

    Everytime when I perform a Full Crawl on the Central Administraion page, this error will appear and the crawl process will run into an infinite loop and nothing crawl success. I have tried delete and re-create the crawling content sources, start/stop
    the search services but this error still appear.
    Please help. Thanks a lot.
    Error Message:
    topicpages://
    Error while crawling LOB contents.
    ( Error caused by exception: Microsoft.BusinessData.Infrastructure.BdcException
    The shim execution failed unexpectedly - Exception has been thrown by the target of an invocation..:
    System.Net.WebException The request failed with HTTP status 404: Not Found.;
    SearchID = EFE3FAA4-12C3-40AD-B410-51D6189FC720 )

    Tried scheduled an incremental every 10 minutes
    Still getting error on crawling LOB contents. The incremental crawl ran into an infinite loop and nothing crawl success
    Thanks for help.
    Error Message:
    topicpages://(servername)
    Error while crawling LOB contents.
     ( Error caused by exception: Microsoft.BusinessData.Infrastructure.BdcException
    The shim execution failed unexpectedly - Exception has been thrown by the target of an invocation..:
    System.Net.WebException The request failed with HTTP status 404: Not Found.;
    SearchID = B801BC11-8138-453F-AB4D-AA4BE4F5B57A )

  • Sharepoint Exception : Microsoft.Sharepoint.SoapServer.SoapServerException

    I have added Web reference of the Lists service .
    When I called GetListCollection() It worked perfectly fine but when I called GetListItems() , the SoapServerException is thrown.
    Iam using below code:
      client.Url = "http://Site/_vti_bin/Lists.asmx;"
    client.Credentials = System.Net.CredentialCache.DefaultCredentials;
    varlistData = client.GetListCollection();
    try
    /* Assign values to pass the GetListItems method*/
    stringlistName =
    "{8ADCB879-2677-4FD4-BBA6-1C0B79A4B116}";
    //string viewName = "AllItems";
    stringrowLimit =
    "100";         
    // Instantiate an XmlDocument object        
                        System.Xml.
    XmlDocumentxmlDoc =
    newSystem.Xml.XmlDocument();
                        System.Xml.
    XmlElementquery = xmlDoc.CreateElement("Query");
                        System.Xml.
    XmlElementviewFields = xmlDoc.CreateElement("ViewFields");
                        System.Xml.
    XmlElementqueryOptions = xmlDoc.CreateElement("QueryOptions");         
    /*Use CAML query*/
    // query.InnerXml = "<Where><Gt><FieldRef Name=\"TWPage\" />" + "<Value
    Type=\"Text\">0</Value></Gt></Where>";
                        queryOptions.InnerXml =
                        System.Xml.
    XmlNodenodes = client.GetListItems("8ADCB879-2677-4FD4-BBA6-1C0B79A4B116",
    null, query, viewFields, rowLimit,
    null,
    null);
    catch(System.Web.Services.Protocols.SoapExceptionex)
    Console.WriteLine(ex.Message);
    Console.ReadKey();
    Please help

    Please refer this
    http://sharepoint.stackexchange.com/questions/65299/soapserverexception-on-lists-getlistitems
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/1a23a0d8-4fa0-4579-9aa6-8e9ab7ff5f83/exception-of-type-microsoftsharepointsoapserversoapserverexception-was-thrown?forum=sharepointdevelopment
    Please remember to click 'Mark as Answer' on the answer if it helps you

  • HT5622 A month ago I dropped my iPhone in water and it works fine except for the signal  it always says "searching". Can you help with this problem?

    About a Month ago I dropped we went swimming and I dropped my iPhone in water and it works fine except at the top for the signal it says searching. Can you please help me with this problem?

    It's very likely that the phone is permanently damaged - water corrodes the very fine copper strips which form the circuitry very quickly - but only a service engineer can tell you what its condition is and whether it can be restored to health. If possible take it to an Apple Store (make an appointment) for a free assessment. Don't be surprised if you are told you will have to replace it.

  • HT201415 Hi. A friend of mine bought an iphone 5 and gave me his iphone 4. Everything else works normal except the network signal. Phone is on vodafone UK and I tried 2 different sim cards but on both it just say searching then no network, and again searc

    Can you please help me? Where should I sendmy phone to look if it needs repair or something? The phone looks very nice but can't get any signal it stays on searching and no network no matter what I do or where I go. It doesn't find any network. Can you please help me? What can it be? My friend said he had it for 2 years and it was working find with him.

    I think it is from that.
    Maybe Vodafone can help you by contracting the same contract form that your friend has/had: that was what the subsidy paid for. Anyway you should arrange it with Vadafone, I heard nowadays they will unlock it when the contract period has expired.

  • WRT54GX Perfect working order EXCEPT no Wireless signal

    I have configured my router and it is working perfectly with all of my hardwired machines, but is not sending a wireless signal.
    The SSID broadcast is on, but does not show up on my laptop. Additionally, the wireless LED on the router has not come on ever dispite multiple changes to the wireless settings. I also updated the firmware to the latest version.
    Is this a known issue? Does anyone have a solution. Any help would be great.

    Try to get the latest firmware loaded on your Router, you can also try not using the wide option on the wireless and see if it becomes more stable. Try this procedure too on the advanced wireless settings:
    Lowering the Advanced Wireless Settings on a Linksys Wireless Router
    Reconnect your wireless computers and see if they become stable, how far are the computers? Do you also have 2.4 GHZ devices around? Cordless phones?
    "Sometimes your knight in shining armor is just a retard in tin foil.."-ARCHANGEL_06

  • Inbound calls to response group - failed

    Hi!
    I have a problem with inbound calls to Response group from external phones. But calls from Lync client to Response Group are working without problem. And calls from external phones to Lync users perfectly working too.
    I found this alert in event viewer
    Event 31172 LS response group service
    The workflow runtime encountered an error while connecting the call.
    The workflow runtime encountered a critical error.
    Failure occurrences: 2, since 27/06/2013 9:20:18 PM.
    The last encountered error was from a workflow having the display name: Group2, the URI: sip:[email protected], and
    the GUID: 12ee27bf-15ab-4cc9-8265-57a08f17ac5b.
    Exception: Microsoft.Rtc.Signaling.OperationTimeoutException - This operation has timed out.
    Inner Exception: -
    I hope for your help!!! Thanks!!

    Hi,
    Here is a similar case for your reference. Try to remove NAT and have the SIP line connect direct to Lync Server.
    http://social.technet.microsoft.com/Forums/lync/en-US/d0e53ab2-42e7-4d79-be01-b8770d508133/calls-to-workflows-fail
    Kent Huang
    TechNet Community Support

  • SRV record required for sip communication?

    I'm in the process of starting up a lync 2013 deployment while we have an existing OCS 2007 R1 environment running. I'm getting numerous errors and the Front end service won't start.  Some errors report:
    Cause: The Mediation Server service cannot communicate with the Front End Service over SIP due to network connectivity issues.
    Currently in Lync 2013 I have A records and an alias as following pointing to a HLB VIP.  All the following records are pointing to the same IP which is has all ports open.
    Host
    lyncpool01.domain.com
    Alias (CNAME)
    LyncDiscoverInternal.domain.com
    A
    meet.domain.com
    A
    dialin.domain.com
    A
    LyncAdmin.domain.com
    Since I have an OCS 2007R1 environment running I can't use the same srv record for _sipinternalstls.

    ready.
    I just got done running through the entire upgrade for everything including the BE DB.  Stopped all services, ran the gui upgrade, broke the mirrored database and did the upgrade, reenabled it, etc.
    So I verified my upgrade with my standard ed test environment and all version numbers look good now.
    Still can't start services.  RTCSRV failed to start within expected timeframe.
    also:
    Log Name:      Lync Server
    Source:        LS Mediation Server
    Date:          3/31/2014 3:27:31 PM
    Event ID:      25053
    Task Category: (1030)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      lvhlyncfe01.lvh.com
    Description:
    The description for Event ID 25053 from source LS Mediation Server cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
    If the event originated on another computer, the display information had to be saved with the event.
    The following information was included with the event:
    lyncpool01.lvh.com
    False
    Microsoft.Rtc.Signaling.ConnectionFailureException:Unable to establish a connection. ---> System.Net.Sockets.SocketException (0x80004005): No connection could be made because the target machine actively refused it 10.17.171.125:5061
       at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
       at Microsoft.Rtc.Internal.Sip.TcpTransport.OnConnected(Object arg)
    --- End of inner exception stack trace ---
       at Microsoft.Rtc.Signaling.SipAsyncResult2`1.ThrowIfFailed()
       at Microsoft.Rtc.Signaling.SipAsyncResultBase2.EndAsyncOperation[TResult](Object owner, IAsyncResult result)
       at Microsoft.RTC.MediationServerCore.PeriodicOptionsSender.FinishSendOptionMessage(IAsyncResult ar)
    Detected at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo)
       at System.Environment.get_StackTrace()
       at Microsoft.Rtc.Signaling.RealTimeException..ctor(String message, Exception innerException)
       at Microsoft.Rtc.Signaling.ExceptionUtilities.TryMapS4Exception(Exception s4Exception, SecurityAssociationContext securityContext, Boolean isSipEndpoint, String traceId, Object parentObject, Object childObject, RealTimeException& ex)
       at Microsoft.Rtc.Signaling.SipTransactionAsyncResult`1.ConnectionConnectCompleted(IAsyncResult result)
       at Microsoft.Rtc.Signaling.SipAsyncResult2`1.MakeCallback()
       at Microsoft.Rtc.Signaling.SipAsyncResult2`1.Complete(TEx ex, Boolean synchronousCompletion)
       at Microsoft.Rtc.Signaling.RealTimeConnection.CompletePendingConnects(IEnumerable`1 results, RealTimeException exception)
       at Microsoft.Rtc.Signaling.RealTimeConnection.<.ctor>b__1(SipConnection sender, Object reason)
       at Microsoft.Rtc.Internal.Sip.SipConnection.FireDisconnectedEvent(Object reason)
       at Microsoft.Rtc.Internal.Sip.SingleThreadedDispatcherQueue.DispatcherCallback(Object queue)
       at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
       at System.Threading.ThreadPoolWorkQueue.Dispatch()
    The handle is invalid
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="LS Mediation Server" />
        <EventID Qualifiers="50182">25053</EventID>
        <Level>2</Level>
        <Task>1030</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-03-31T19:27:31.000000000Z" />
        <EventRecordID>1466</EventRecordID>
        <Channel>Lync Server</Channel>
        <Computer>lvhlyncfe01.lvh.com</Computer>
        <Security />
      </System>
      <EventData>
        <Data>lyncpool01.lvh.com</Data>
        <Data>False</Data>
        <Data>Microsoft.Rtc.Signaling.ConnectionFailureException:Unable to establish a connection. ---&gt; System.Net.Sockets.SocketException (0x80004005): No connection could be made because the target machine actively refused it 10.17.171.125:5061
       at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
       at Microsoft.Rtc.Internal.Sip.TcpTransport.OnConnected(Object arg)
    --- End of inner exception stack trace ---
       at Microsoft.Rtc.Signaling.SipAsyncResult2`1.ThrowIfFailed()
       at Microsoft.Rtc.Signaling.SipAsyncResultBase2.EndAsyncOperation[TResult](Object owner, IAsyncResult result)
       at Microsoft.RTC.MediationServerCore.PeriodicOptionsSender.FinishSendOptionMessage(IAsyncResult ar)
    Detected at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo)
       at System.Environment.get_StackTrace()
       at Microsoft.Rtc.Signaling.RealTimeException..ctor(String message, Exception innerException)
       at Microsoft.Rtc.Signaling.ExceptionUtilities.TryMapS4Exception(Exception s4Exception, SecurityAssociationContext securityContext, Boolean isSipEndpoint, String traceId, Object parentObject, Object childObject, RealTimeException&amp; ex)
       at Microsoft.Rtc.Signaling.SipTransactionAsyncResult`1.ConnectionConnectCompleted(IAsyncResult result)
       at Microsoft.Rtc.Signaling.SipAsyncResult2`1.MakeCallback()
       at Microsoft.Rtc.Signaling.SipAsyncResult2`1.Complete(TEx ex, Boolean synchronousCompletion)
       at Microsoft.Rtc.Signaling.RealTimeConnection.CompletePendingConnects(IEnumerable`1 results, RealTimeException exception)
       at Microsoft.Rtc.Signaling.RealTimeConnection.&lt;.ctor&gt;b__1(SipConnection sender, Object reason)
       at Microsoft.Rtc.Internal.Sip.SipConnection.FireDisconnectedEvent(Object reason)
       at Microsoft.Rtc.Internal.Sip.SingleThreadedDispatcherQueue.DispatcherCallback(Object queue)
       at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
       at System.Threading.ThreadPoolWorkQueue.Dispatch()</Data>
      </EventData>
    </Event>

  • AA unable to transfer to Lync 2013, but only on User dial plans

    The current environment has two Lync 2013 standard edition servers.  Lync 2010 is still in existence, and both pools are connected to an Exchange 2010 SP2 UM server.
    UserA is part of the default Global dial plan in Lync and part of a UM dial plan named Global.  UserA has been moved to Lync 2013 pool.
    UserB is part of a user dial plan in Lync named UserDialPlan and a UM dial plan named UserDialPlan.  UserB has been moved to Lync 2013 pool.
    Both dial plans have their own route/pstn usage tied to their own sip trunk from Intelepeer.  Both UM dial plans have an AA identically configured with key mapping #1 tied to dial the 11 digit phone number of the user.  Both users can successfully
    be dialed directly via PSTN.
    If I call Global’s AA and press 1, the call is successfully connected and rings through to UserA.
    If I call UserDialPlan’s AA and press 1, I get “Sorry I couldn’t transfer you to the extension” and the UM server logs shows errors 1079 and 1136:
    1079 The VoIP platform encountered an exception Microsoft.Rtc.Signaling.OperationFailureException: Failed to transfer, successful refer notification not received
    1136 An error occurred while transferring a call to "15552735555". Additional information: The call transfer type is "Blind.", the transfer target is "phone number", and the caller
    ID is: "0ed8114d-a068-41be-9790-9342d0a02d7b".
    If I switch the ip address of our sip trunk back to the Lync 2010 mediation server and alter the Lync topology to connect that trunk back to the 2010 server, then these transfers start working again.  This goes for other
    user dial plans as well.  What I don’t understand is why the Global dial plan would work on 2013 and the user dial plans will not.  Refer is disabled on the trunk config (has been for
    over 2 years).  I assume if it was a general setting like that, the Global plan wouldn’t work either, but what is it that’s special about the Global plan vs. user plans?
    Any thoughts would be great, thanks!

    I have the same issue. I can actually transfer to extensions when it is speech enabled and I say the person's name. However if I try a key mapping to transfer to the same user using the Extention I get the same "Sorry I couldn't transfer you to the extension"
    An error occurred while transferring a call to "151". Additional information: The call transfer type is "Blind.", the transfer target is "phone number", and the caller ID is: "4813feae-2a10-4d33-9612-ee4bccf7c0f9". 
    The VoIP platform encountered an exception Microsoft.Rtc.Signaling.OperationFailureException: Failed to transfer, successful refer notification not received
       at Microsoft.Rtc.Signaling.SipAsyncResult`1.ThrowIfFailed()
       at Microsoft.Rtc.Signaling.Helper.EndAsyncOperation[T](Object owner, IAsyncResult result)
       at Microsoft.Rtc.Signaling.Helper.EndAsyncOperation[T](Object owner, IAsyncResult result, String operationId)
       at Microsoft.Rtc.Collaboration.Call.EndTransferCore(IAsyncResult result)
       at Microsoft.Rtc.Collaboration.AudioVideo.AudioVideoCall.EndTransfer(IAsyncResult result)
       at Microsoft.Exchange.UM.UcmaPlatform.UcmaCallSession.BlindTransferSessionState.Call_TransferCompleted(IAsyncResult r)
       at Microsoft.Exchange.UM.UcmaPlatform.UcmaCallSession.SubscriptionHelper.<>c__DisplayClass5f`1.<>c__DisplayClass62.<WrapCallback>b__5e()
       at Microsoft.Exchange.UM.UcmaPlatform.UcmaCallSession.<>c__DisplayClassd.<CatchAndFireOnError>b__9()
       Detected at System.Environment.get_StackTrace()
       at Microsoft.Rtc.Signaling.OperationFailureException..ctor(String message)
       at Microsoft.Rtc.Collaboration.Call.CallTransferAsyncResult.Refer_StateChanged(Object sender, ReferStateChangedEventArgs e)
       at Microsoft.Rtc.Signaling.ReferStateChangedEventArgs.Microsoft.Rtc.Signaling.IWorkitem.Process()
       at Microsoft.Rtc.Signaling.WorkitemQueue.ProcessItems()
       at Microsoft.Rtc.Signaling.SerializationQueue`1.ResumeProcessing()
       at Microsoft.Rtc.Signaling.SerializationQueue`1.ResumeProcessingCallback(Object state)
       at Microsoft.Rtc.Signaling.QueueWorkItemState.ExecuteWrappedMethod(WaitCallback method, Object state)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal(_ThreadPoolWaitCallback tpWaitCallBack)
       at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)
    FailureReason = 0 during the call with ID "4813feae-2a10-4d33-9612-ee4bccf7c0f9". This exception occurred at the Microsoft Exchange Speech Engine VoIP platform during an event-based asynchronous operation submitted by the Unified Messaging server. The Unified
    Messaging server will attempt to recover from this exception. If this warning occurs frequently, contact Microsoft Product Support.

  • Exchange UM call transfer and call forward.

    Hello all,
    Looking for some ideas with an issue with Exchange UM call transfer and Lync call forward. 
    Environment details:
    Lync Server 2013 Enterprise Edition
    Exchange 2010 UM
    AudioCodes M3K with PRI connectivity.
    Here are the scenarios:
    Scenario 1:
    Call comes in via PSTN to Exchange Auto Attendant.
    Caller enters user extension
    Exchange Calls User
    User has Lync Client forwarded to mobile cell phone.
    User's Mobile cell phone will ring but user does not answer.
    After about 3 rings, Exchange will interrupt the transfer and say "Sorry, I cannot transfer you to that extension"
    On the Exchange UM server event log, we see the following event: "
    An error occurred while transferring a call to
    [email protected]. Additional information: The call transfer type is "Blind.", the transfer target is "phone number", and the caller ID is: "a12b63b6-0da0-424d-87b1-b11bde4685ca".
    The VoIP platform encountered an exception Microsoft.Rtc.Signaling.OperationFailureException: Failed to transfer, successful refer notification not received
       at Microsoft.Rtc.Signaling.SipAsyncResult`1.ThrowIfFailed()
       at Microsoft.Rtc.Signaling.Helper.EndAsyncOperation[T](Object owner, IAsyncResult result)
       at Microsoft.Rtc.Signaling.Helper.EndAsyncOperation[T](Object owner, IAsyncResult result, String operationId)
       at Microsoft.Rtc.Collaboration.Call.EndTransferCore(IAsyncResult result)
       at Microsoft.Rtc.Collaboration.AudioVideo.AudioVideoCall.EndTransfer(IAsyncResult result)
       at Microsoft.Exchange.UM.UcmaPlatform.UcmaCallSession.BlindTransferSessionState.Call_TransferCompleted(IAsyncResult r)
       at Microsoft.Exchange.UM.UcmaPlatform.UcmaCallSession.SubscriptionHelper.<>c__DisplayClass5f`1.<>c__DisplayClass62.<WrapCallback>b__5e()
       at Microsoft.Exchange.UM.UcmaPlatform.UcmaCallSession.<>c__DisplayClassd.<CatchAndFireOnError>b__9()
       Detected at System.Environment.get_StackTrace()
       at Microsoft.Rtc.Signaling.OperationFailureException..ctor(String message)
       at Microsoft.Rtc.Collaboration.Call.CallTransferAsyncResult.Refer_StateChanged(Object sender, ReferStateChangedEventArgs e)
       at Microsoft.Rtc.Signaling.ReferStateChangedEventArgs.Microsoft.Rtc.Signaling.IWorkitem.Process()
       at Microsoft.Rtc.Signaling.WorkitemQueue.ProcessItems()
       at Microsoft.Rtc.Signaling.SerializationQueue`1.ResumeProcessing()
       at Microsoft.Rtc.Signaling.SerializationQueue`1.ResumeProcessingCallback(Object state)
       at Microsoft.Rtc.Signaling.QueueWorkItemState.ExecuteWrappedMethod(WaitCallback method, Object state)
       at System.Threading.ExecutionContext.runTryCode(Object userData)
       at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal(_ThreadPoolWaitCallback tpWaitCallBack)
       at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)
    FailureReason = 0 during the call with ID "a12b63b6-0da0-424d-87b1-b11bde4685ca". This exception occurred at the Microsoft Exchange Speech Engine VoIP platform during an event-based asynchronous operation submitted by the Unified Messaging server.
    The Unified Messaging server will attempt to recover from this exception. If this warning occurs frequently, contact Microsoft Product Support.
    Scenario 2:
    Call comes in via PSTN to Exchange Auto Attendant.
    Caller enters user extension
    Exchange Calls User
    User has Lync Client forwarded to mobile cell phone.
    User's Mobile cell phone will ring but user presses ignore on cell phone
    Once ignore is pressed, cell phone voicemail will pickup so Exchange will complete the transfer.
    I'm don't believe Exchange UM has a no-answer timeout setting for call transfer and i'm not sure if a setting on the gateway can resolve the issue. Any ideas on how to resolve scenario 1?
    Thanks,
    Prashanth

    Can you confirm that you haven't enabled voicemail escape?
    Voicemail escape is set to 15 seconds by default if enabled and not specified.
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"
    Lync Sorted blog

  • Enabling Instant Messaging Notifications in System Center 2012 Operations Manager

    Hello
    I need your assistance please...
    I followed the steps here
    http://opsmgrunleashed.wordpress.com/2012/02/24/enabling-instant-messaging-notifications-in-system-center-2012-operations-manager/ to enable IM notification.
    I received error in opsmgr console "Failed to send notification" the alert state (Microsoft.Rtc.Signaling.ConnectionFailureException: Unable to establish a
    connection) while on the lync server I see critical event ID: 36888 (
    A fatal alert was generated and sent to the remote endpoint. This may result in termination of the connection. The TLS protocol defined fatal error code is 10. The Windows SChannel error state is 1203.)
    Appreciate your help.
    Thanks
    Mohammad, IT NOC Team

    Hi,
    Please checked the setting of the IM channel, ensure the Protocol is TLS and port is 5061.
    Also try to create the following registry key for a test. If the issue persists, check the event log from SCOM side.
    New Key: SHA
    Path: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Hashes\SHA
    SubKey: Enabled
    Value: Dword:00000000
    Niki Han
    TechNet Community Support

  • UCMA 4, Lync in Office365, UserEndpoint failure

    Just started with UCMA development and going over the samples. I am using our company's Lync in Office365.
    In the AVCall sample in establishing UserEndpoint I am getting Microsoft.Rtc.Signaling.TlsFailureException "Unknown error (0x80131500)". In the sample (in UCMASampleHelper.cs)  a Lync Server FQDN is required for UserEndpointSettings.
    I am setting it to "sipdir.online.lync.com". Is it the coerrect FQDN of Lync in Office365?
    If it is a correct FQDN - does the Win desktop that runs the sample need to have a specific valid certificate for Tls to succeed?Thanks,
    David

    As far as I know, the Lync Online systems don't support you writing UCMA applications that connect to those servers.
    Oscar Newkerk
    Oscarnew Consulting

  • MSPL Retarget a Invite Request to UCMA ApplicationEndpoint But Accept Call Timeout

    I retarget invite requests to an application endpoint, but failed because of the timeout while accepting the incoming call. The exception details are as follows:
    Occured an error while accepting the call. Detail: Microsoft.Rtc.Signaling.Opera
    tionTimeoutException:This operation has timed out.
       at Microsoft.Rtc.Signaling.SipAsyncResult`1.ThrowIfFailed()
       at Microsoft.Rtc.Signaling.Helper.EndAsyncOperation[T](Object owner, IAsyncRe
    sult result)
       at Microsoft.Rtc.Collaboration.Call.EndAcceptCore(IAsyncResult result)
       at IMTransfer.InstantMessageTransfer.<>c__DisplayClass1.<OnInstantMessagingCa
    llReceived>b__0(IAsyncResult ar) in C:\Users\qhguo\documents\visual studio 2010\
    Projects\UCMA Sample Code\IMTransfer\Program.cs:line 48
    Detected at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo)
       at System.Environment.get_StackTrace()
       at Microsoft.Rtc.Signaling.RealTimeException..ctor(String message, Exception
    innerException)
       at Microsoft.Rtc.Signaling.SipAcceptAsyncResult.TimerItem_Expired(Object send
    er, EventArgs e)
       at Microsoft.Rtc.Signaling.QueueWorkItemState.ExecuteWrappedMethod(WaitCallba
    ck method, Object state)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, C
    ontextCallback callback, Object state, Boolean ignoreSyncCtx)
       at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWor
    kItem.ExecuteWorkItem()
       at System.Threading.ThreadPoolWorkQueue.Dispatch()
       at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
    The incomming call state has change from Terminating to Terminated
    And the following pictures tell us the reslut of analyzing the log files:
    Front-End Server: FEServer.bjdev.com/pool.bjdev.com
    App Server: exchange.bjdev.com
    I have been confirmed, all of the firewall have been closed. What could be the reason lead to accept incomming call timeout?

    Hi IT漫步者,
    Can you try disabling
    REFER support in Lync Control Panel ?
    Best regards,
    Eric

  • Catch Get-CsUser exception

    hello,
    i'm trying to catch an exception form the command Get-CsUser but it doesn't seems to work as i expect and does not catch the exception even if i try to use a chatch all without specifing the exception [Microsoft.Rtc.Management.AD.Cmdlets.GetOcsUserCmdlet]
    try{
    Get-CsUser username -ErrorAction Stop
    catch [Microsoft.Rtc.Management.AD.Cmdlets.GetOcsUserCmdlet]{
    'user not found'
    thanks,
    Marius

    This worked for me
    Import-Module lync
    Try {
    get-csuser MichaelADAda -ErrorAction stop
    catch [exception]{
    Write-Host "TEST" # $_.exception
    Uncomment the $_.exception to see the error
    Please mark posts as answers/helpful if it answers your question.
    Blog
    Lync Validator - Used to assist in the validation and documentation of Lync Server 2013.

Maybe you are looking for

  • Total count to be displayed in subtotal ALV(GRID Display)

    Hello , I want to display total count in subtotal.                              720 Mr JORGE 522,06                              720 Mr JORGE 566,23                              720 Mr JORGE 100,33                              720 Mr JORGE 123,33    

  • Splitting clips problem. Corrupt project?

    I have a 3 hour 15 minute project that I finished editing (down from 6+ hours of footage).  Aside from iMovie starting to run quite slow by the time I was adding chapters and titles, everything went well.  After 11 hours of exporting to Quicktime, I

  • Memo Value for Main Asset and Sub Asset

    Dear Experts, I am having the requirement that, all the main asset should have the memo value Rs 1. For this I have specified the memo value in OAYI. But system is taking the memo value for Main asset as well as Sub asset. But we don't want to keep t

  • Ip address & subnet mask !

    I have recently encountered a problem with my system and the assigned IP Address and was not sure why. I have a wireless connection on the iMac with it setup to get the IP address automatically but the system gets the wrong subnet mask every time. It

  • Party and Service not found

    Hi I am trying to implement IDOC to File scenario following the below blog. <a href="/people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters:///people/prateek.shah/blog/2005/06/08/introduction