Lync dropping calls- event 32163

We have (2) Ent. Fe's on latest CU with (2) SQL BE including mirroring + witness for a small deployment. Every so often we get users reporting dropped calls. It appears to me that the users are being switched between the FE's, but why?
Looking in the Event logs for the 2 FE's we see the following:
FE1
Log Name:      Lync Server
Source:        LS User Services
Date:         
12/2/2013 7:19:10 AM
Event ID:      32163
Task Category: (1006)
Level:         Error
Keywords:      Classic
User:         
N/A
Computer:      lync13-fe1.<company>.local
Description:
Local Pool Manager has been disconnected from Pool Fabric Manager.
Cause: This may happen if many Front-Ends in the cluster have gone down or become unreachable, causing loss of quorum.
Resolution:
Ensure that a majority of the Front-Ends configured for this pool are up and running. If multiple Front-Ends have been recently decommissioned, run Reset-CsPoolRegistrarState -ResetType QuorumLossRecovery to enable the Pool to recover from Quorum
Loss and make progress.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="LS User Services" />
    <EventID Qualifiers="50158">32163</EventID>
    <Level>2</Level>
    <Task>1006</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2013-12-02T15:19:10.000000000Z" />
    <EventRecordID>13051</EventRecordID>
    <Channel>Lync Server</Channel>
    <Computer>lync13-fe1.<company>.local</Computer>
    <Security />
  </System>
  <EventData>
  </EventData>
</Event>
Log Name:      Lync Server
Source:        LS Storage Service
Date:         
12/2/2013 7:19:12 AM
Event ID:      32034
Task Category: (4006)
Level:         Warning
Keywords:      Classic
User:         
N/A
Computer:      lync13-fe1.<company>.local
Description:
Primary Storage Service host not found for a Storage Fabric Service ID: 1673DC96160257E38E03FFBA7C877C14.
1673DC96160257E38E03FFBA7C877C14
Cause: A call to windows fabric to query for this storage fabric service returned null.
Resolution:
This condition means a caller of storage service is sending in stale references. The situation should auto correct itself. If the problem persists, notify your organization's support team with the event detail.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="LS Storage Service" />
    <EventID Qualifiers="36774">32034</EventID>
    <Level>3</Level>
    <Task>4006</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2013-12-02T15:19:12.000000000Z" />
    <EventRecordID>13052</EventRecordID>
    <Channel>Lync Server</Channel>
    <Computer>lync13-fe1.<company>.local</Computer>
    <Security />
  </System>
  <EventData>
    <Data>1673DC96160257E38E03FFBA7C877C14</Data>
  </EventData>
</Event>
FE2
Log Name:      Lync Server
Source:        LS User Services
Date:         
12/2/2013 7:19:24 AM
Event ID:      32167
Task Category: (1006)
Level:         Information
Keywords:      Classic
User:         
N/A
Computer:      LYNC13-FE2.<company>.local
Description:
Primary frontend for routing group {31334115-674A-5EE7-ACEE-C81121B8E01F} has been changed from lync13-fe1.<company>.local to LYNC13-FE2.<company>.local.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="LS User Services" />
    <EventID Qualifiers="17390">32167</EventID>
    <Level>4</Level>
    <Task>1006</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2013-12-02T15:19:24.000000000Z" />
    <EventRecordID>11425</EventRecordID>
    <Channel>Lync Server</Channel>
    <Computer>LYNC13-FE2.<company>.local</Computer>
    <Security />
  </System>
  <EventData>
    <Data>{31334115-674A-5EE7-ACEE-C81121B8E01F}</Data>
    <Data>lync13-fe1.<company>.local</Data>
    <Data>LYNC13-FE2.<company>.local</Data>
  </EventData>
</Event>
have checked the network and everything else.  I don't see why it tries switching over?
running:
Get-CsPoolFabricState gives the following for the pool (not during the episode)
Replica Instances for MCUFactory Service
    Address: LYNC13-FE1.<company>.LOCAL - Primary: 3 Secondary: 3
    Address: LYNC13-FE2.<company>.LOCAL - Primary: 3 Secondary: 3
Replica Instances for ConferenceDirectory Service
    Address: LYNC13-FE1.<company>.LOCAL - Primary: 1 Secondary: 0
    Address: LYNC13-FE2.<company>.LOCAL - Primary: 0 Secondary: 1
Replica Instances for Routing Service
    Address: LYNC13-FE1.<company>.LOCAL - Primary: 8 Secondary: 8
        Local Groups: Primary: 8 Secondary: 8
        Remote Groups: Primary: 0 Secondary: 0
    Address: LYNC13-FE2.<company>.LOCAL - Primary: 8 Secondary: 8
        Local Groups: Primary: 8 Secondary: 8
        Remote Groups: Primary: 0 Secondary: 0
Replica Instances for LYSS Service
    Address: LYNC13-FE1.<company>.LOCAL - Primary: 7 Secondary: 8
    Address: LYNC13-FE2.<company>.LOCAL - Primary: 8 Secondary: 7
Service: fabric:/lync/storage/10613DBEC9445463BFA37C1EA28D0EB9 has no primaries.
Global Service Count Summary:
Fqdn: LYNC13-FE1.<company>.LOCAL - Primary: 19 Secondary: 19
Fqdn: LYNC13-FE2.<company>.LOCAL - Primary: 19 Secondary: 19
We are near the end of migrating from Lync 2010 but that is still running.

Here is what I ran and the errors received:
Reset-CsPoolRegistrarState -PoolFqdn "Lync13.<company>.com" -ResetType FullReset
Resetting Pool Fabric State.
Initiating Full Pool Reset on Pool Lync13.<company>.com. This will cause User Data to be re-loaded from Backup Store
for all Routing Groups and any uncommitted data might be lost. This is a very expensive operation as all Databases need
 to be re-built.
[Y] Yes  [A] Yes to All  [N] No  [L] No to All  [S] Suspend  [?] Help (default is "Y"): y
Reset-CsPoolRegistrarState : Cannot find path '\\Lync13-fe2.<company>.local\C$\ProgramData\Windows
Fabric\\Settings.Xml' because it does not exist.
At line:1 char:1
+ Reset-CsPoolRegistrarState -PoolFqdn "Lync13.<company>.com" -ResetType FullRese ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (\\Lync13-fe2.ld...c\\Settings.Xml:String) [Reset-CsPoolRegistrarState],
    ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.Rtc.Management.Hadr.ResetPoolFabricStateCmdlet
Reset-CsPoolRegistrarState : Cannot find path '\\Lync13-fe2.<company>.local\C$\ProgramData\Windows
Fabric\\Settings.Xml' because it does not exist.
At line:1 char:1
+ Reset-CsPoolRegistrarState -PoolFqdn "Lync13.<company>.com" -ResetType FullRese ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [Reset-CsPoolRegistrarState], ItemNotFoundException
    + FullyQualifiedErrorId : Error resetting fabric state. For details, see inner exception.,Microsoft.Rtc.Management
   .Hadr.ResetPoolFabricStateCmdlet

Similar Messages

  • Lync dropped calls after 10 min

    Hi,
    I have a problem with calls dropping after 10 min ( during mute "on" ). If mute is "on" RTP packets will not flow from Lync server. Do you know how to force Lync to sent "empty" RTP packets during mute in enabled?
    Our trunk provider is aware and has advised calls with any leg failing to send a RTP packet within 10 minutes the call will be dropped. This is set for all their customers and it wil not be changed.
    Is there anything I can do from the Lync server such as send an empty RTP packet?
    Thanks,
    Donagh
     

    Hi Guys,
    Our provider is using a SONUS SBC1000 3.2.2v327.
    This is the trunk configuration for the gateway in question:
    I tried:
    Set-CsTrunkConfiguration –Identity Global -EnableSessionTimer $True –RTCPActiveCalls $false –RTCPCallsOnHold $false
    but only for the below gateway and not globally with no difference.
    Identity                                  : Service:PstnGateway:<excluded>
    OutboundTranslationRulesList              : {}
    SipResponseCodeTranslationRulesList       : {}
    OutboundCallingNumberTranslationRulesList : {}
    PstnUsages                                : {}
    Description                               :
    ConcentratedTopology                      : False
    EnableBypass                              : False
    EnableMobileTrunkSupport                  : False
    EnableReferSupport                        : False
    EnableSessionTimer                        : False
    EnableSignalBoost                         : False
    MaxEarlyDialogs                           : 29
    RemovePlusFromUri                         : False
    RTCPActiveCalls                           : True
    RTCPCallsOnHold                           : True
    SRTPMode                                  : NotSupported
    EnablePIDFLOSupport                       : False
    EnableRTPLatching                         : False
    EnableOnlineVoice                         : False
    ForwardCallHistory                        : True
    Enable3pccRefer                           : False
    ForwardPAI                                : False
    EnableFastFailoverTimer                   : True
    EnableLocationRestriction                 : False
    NetworkSiteID                             :

  • UCCX drops calls

    Hi,
    We use UCCX 5.0.2 and CUCM 6.1.2.
    Several times a day some calls are dropped as soon as the agent picks up the call.
    If i do a debug isdn q931, I see that call was disconnected from the side of agent. Am I right?
    But agent doesn't drop that call.
    How can I resolve this problem?
    ISDN Se0/1/0:15 Q931: TX -> CALL_PROC pd = 8  callref = 0x813E
    <009>Channel ID i = 0xA98389
    <009><009>Exclusive, Channel 9
    ISDN Se0/1/0:15 Q931: TX -> ALERTING pd = 8  callref = 0x813E
    <009>Facility i = 0x9FAA06800100820100A10B0201010201018003495652
    <009>Progress Ind i = 0x8088 - In-band info or appropriate now available
    ISDN Se0/1/0:15 Q931: TX -> CONNECT pd = 8  callref = 0x813E
    <009>Facility i = 0x9FAA06800100820100A10B0201020201028003495652
    <009>Connected Number i = 0x0081, '1502'
    .Oct 20 12:13:53: ISDN Se0/1/0:15 Q931: RX <- CONNECT_ACK pd = 8  callref = 0x013E
    .Oct 20 12:13:53: ISDN Se0/1/0:15 Q931: TX -> FACILITY pd = 8  callref = 0x813C
    <009>Facility i = 0x9FAA06800100820100A11A0202D39902010C30110A0100A0098004313835320A01010A0100
    ISDN Se0/1/0:15 Q931: TX -> DISCONNECT pd = 8  callref = 0x8134
    <009>Cause i = 0x8090 - Normal call clearing
    ISDN Se0/1/0:15 Q931: RX <- RELEASE pd = 8  callref = 0x0134
    ISDN Se0/1/0:15 Q931: TX -> RELEASE_COMP pd = 8  callref = 0x8134

    Graham, We use g711 codec and have two regions, but in this call only one region takes part(with g711).
    I noticed that some day it happens with one agent most of all, someday with another agent..
    Logs from CAD of agent:
    2011-10-28 12:02:04.286 DEBUG [0x9e8] PhoneDev: PD1883 GetDebugInfo --------------------- Begin: AGENT_STATE_EVENT ---------------------
    2011-10-28 12:02:04.286 DEBUG [0x9e8] PhoneDev: PD1937 AGENT_STATE_EVENT: MonitorID is 0
    2011-10-28 12:02:04.286 DEBUG [0x9e8] PhoneDev: PD1938 AGENT_STATE_EVENT: AgentState is TALKING
    2011-10-28 12:02:04.286 DEBUG [0x9e8] PhoneDev: PD1939 AGENT_STATE_EVENT: NextAgentState is AVAILABLE
    2011-10-28 12:02:04.286 DEBUG [0x9e8] PhoneDev: PD1940 AGENT_STATE_EVENT: SkillGroupStateElement is 4
    2011-10-28 12:02:04.286 DEBUG [0x9e8] PhoneDev: PD1941 AGENT_STATE_EVENT: StateDurationElement is 0
    2011-10-28 12:02:04.286 DEBUG [0x9e8] PhoneDev: PD1942 AGENT_STATE_EVENT: SkillGroupNumberElement is -1
    2011-10-28 12:02:04.286 DEBUG [0x9e8] PhoneDev: PD1943 AGENT_STATE_EVENT: SkillGroupIDElement is -1
    2011-10-28 12:02:04.286 DEBUG [0x9e8] PhoneDev: PD1944 AGENT_STATE_EVENT: SkillGroupPriorityElement is 0
    2011-10-28 12:02:04.286 DEBUG [0x9e8] PhoneDev: PD1945 AGENT_STATE_EVENT: EventReasonCodeElement is 0
    2011-10-28 12:02:04.286 DEBUG [0x9e8] PhoneDev: PD1946 AGENT_STATE_EVENT: AgentIDElement is EREG-24
    2011-10-28 12:02:04.286 DEBUG [0x9e8] PhoneDev: PD1947 AGENT_STATE_EVENT: AgentExtensionElement is 1854
    2011-10-28 12:02:04.286 DEBUG [0x9e8] PhoneDev: PD1948 AGENT_STATE_EVENT: AgentInstrumentElement is (null)
    2011-10-28 12:02:04.286 DEBUG [0x9e8] PhoneDev: PD1949 AGENT_STATE_EVENT: AgentID_LongElement is EREG-24
    2011-10-28 12:02:04.286 DEBUG [0x9e8] PhoneDev: PD2195 GetDebugInfo --------------------- End: AGENT_STATE_EVENT ---------------------
    2011-10-28 12:02:04.286 DEBUG [0x9e8] PhoneDev: PD1815 AgentState TALKING NextAgentState AVAILABLE
    2011-10-28 12:02:04.286 DEBUG [0x9e8] Agent: AW0177 StateCallback - CallID:0, CallState:AS_INSESSIONPENDING_READY
    2011-10-28 12:02:04.286 DEBUG [0x9e8] Agent: AW0255 Begin ProcessEvent, CallID:0, CallState:AS_INSESSIONPENDING_READY
    2011-10-28 12:02:04.286 DEBUG [0x9e8] Agent: ASM0212 Begin handling agent state event - AS_INSESSIONPENDING_READY with reason code 0
    2011-10-28 12:02:04.286 DEBUG [0x9e8] Agent: ASM0273 Update StatusBar text with agent state: Talking
    2011-10-28 12:02:04.286 DEBUG [0x9e8] Agent: CChatAPI::SetAgentAcdState for Ext-1854|State-2011-10-28 12:02:04.286 DEBUG [0x9e8] FCCClient::setAgentAcdState: Begin.
    2011-10-28 12:02:04.286 DEBUG [0x9e8] FCCClient::setAgentAcdState: Begin. Ext: 1854, agentState: Unknown, stateTransitionMask: 590021, reasonCode: .
    2011-10-28 12:02:04.286 DEBUG [0x9e8] FCCClient::setAgentAcdState: Calling the server IDL setAgentAcdState function.
    2011-10-28 12:02:04.286 DEBUG [0x9e8] FCCClient::setAgentAcdState: End. return_code: 0.
    2011-10-28 12:02:04.286 DEBUG [0x9e8] Agent: ASM0497 Begin writing agent state data to RASCAL
    2011-10-28 12:02:04.286 DEBUG [0x9e8] Agent: ASM0683 Sending AS_SELECTED agent state change to RASCAL with GID=1319774680
    2011-10-28 12:02:04.286 DEBUG [0x9e8] Agent: ASM0747 End writing agent state data to RASCAL
    2011-10-28 12:02:04.286 DEBUG [0x9e8] Agent: ASM0425 End handling agent state event - AS_INSESSIONPENDING_READY
    2011-10-28 12:02:04.286 DEBUG [0x9e8] Agent: VCL0249 Begin update for callID 0 with call state AS_INSESSIONPENDING_READY and new callID 0.
    2011-10-28 12:02:04.286 DEBUG [0x9e8] Agent: VCL0259 CallID is empty - nothing to update - returning.
    2011-10-28 12:02:04.286 DEBUG [0x9e8] Agent: AW0738 End ProcessEvent, CallID:0, CallState:AS_INSESSIONPENDING_READY
    2011-10-28 12:02:04.286 DEBUG [0x9e8] PhoneDev: PD1883 GetDebugInfo --------------------- Begin: CALL_CONNECTION_CLEARED_EVENT ---------------------
    2011-10-28 12:02:04.286 DEBUG [0x9e8] PhoneDev: PD2037 CALL_CONNECTION_CLEARED_EVENT: MonitorID = 1854
    2011-10-28 12:02:04.286 DEBUG [0x9e8] PhoneDev: PD2038 CALL_CONNECTION_CLEARED_EVENT: ConnectionCallID = 23041381
    2011-10-28 12:02:04.286 DEBUG [0x9e8] PhoneDev: PD2039 CALL_CONNECTION_CLEARED_EVENT: LocalConnectionState = LCS_NONE
    2011-10-28 12:02:04.286 DEBUG [0x9e8] PhoneDev: PD2040 CALL_CONNECTION_CLEARED_EVENT: EventCause = CEC_REDIRECTED
    2011-10-28 12:02:04.286 DEBUG [0x9e8] PhoneDev: PD2041 CALL_CONNECTION_CLEARED_EVENT: ReleasingDeviceID = 1550
    2011-10-28 12:02:04.286 DEBUG [0x9e8] PhoneDev: PD2195 GetDebugInfo --------------------- End: CALL_CONNECTION_CLEARED_EVENT ---------------------
    2011-10-28 12:02:04.739 DEBUG [0x9e8] Agent: MF2813 User clicked ANSWER/DROP button
    2011-10-28 12:02:04.739 DEBUG [0x9e8] Agent: MF2857 User clicked DROP button
    2011-10-28 12:02:04.739 DEBUG [0x9e8] PhoneDev: PD1298 Drop: Success to Drop call to callID 23041381. InvokeID 146
    2011-10-28 12:02:04.739 DEBUG [0x47c] STCPClient::Receive: bytesRead = 8, bytesReceived/bytesExpected = 8/8
    2011-10-28 12:02:04.739 DEBUG [0x47c] STCPClient::Receive: bytesRead = 4, bytesReceived/bytesExpected = 4/4
    2011-10-28 12:02:04.739 DEBUG [0x47c] PhoneDev: PD0440 HandleMesgFunc: Posting WM_ACMIEVENT
    2011-10-28 12:02:04.739 DEBUG [0x47c] STCPClient::Receive: bytesRead = 8, bytesReceived/bytesExpected = 8/8
    2011-10-28 12:02:04.739 DEBUG [0x47c] STCPClient::Receive: bytesRead = 36, bytesReceived/bytesExpected = 36/36
    2011-10-28 12:02:04.739 DEBUG [0x47c] PhoneDev: PD0440 HandleMesgFunc: Posting WM_ACMIEVENT
    2011-10-28 12:02:04.739 DEBUG [0x47c] STCPClient::Receive: bytesRead = 8, bytesReceived/bytesExpected = 8/8
    2011-10-28 12:02:04.739 DEBUG [0x47c] STCPClient::Receive: bytesRead = 85, bytesReceived/bytesExpected = 85/85
    2011-10-28 12:02:04.739 DEBUG [0x47c] PhoneDev: PD0440 HandleMesgFunc: Posting WM_ACMIEVENT
    2011-10-28 12:02:04.755 DEBUG [0x9e8] PhoneDev: PD1883 GetDebugInfo --------------------- Begin: CALL_CONNECTION_CLEARED_EVENT ---------------------
    2011-10-28 12:02:04.755 DEBUG [0x9e8] PhoneDev: PD2037 CALL_CONNECTION_CLEARED_EVENT: MonitorID = 1854
    2011-10-28 12:02:04.755 DEBUG [0x9e8] PhoneDev: PD2038 CALL_CONNECTION_CLEARED_EVENT: ConnectionCallID = 23041381
    2011-10-28 12:02:04.755 DEBUG [0x9e8] PhoneDev: PD2039 CALL_CONNECTION_CLEARED_EVENT: LocalConnectionState = LCS_NONE
    2011-10-28 12:02:04.755 DEBUG [0x9e8] PhoneDev: PD2040 CALL_CONNECTION_CLEARED_EVENT: EventCause = CEC_NONE
    2011-10-28 12:02:04.755 DEBUG [0x9e8] PhoneDev: PD2041 CALL_CONNECTION_CLEARED_EVENT: ReleasingDeviceID = 1854
    2011-10-28 12:02:04.755 DEBUG [0x9e8] PhoneDev: PD2195 GetDebugInfo --------------------- End: CALL_CONNECTION_CLEARED_EVENT ---------------------
    2011-10-28 12:02:04.755 DEBUG [0x9e8] Agent: AW0177 StateCallback - CallID:23041381, CallState:CS_DISCONNECTED
    2011-10-28 12:02:04.755 DEBUG [0x9e8] Agent: AW0255 Begin ProcessEvent, CallID:23041381, CallState:CS_DISCONNECTED
    2011-10-28 12:02:04.755 DEBUG [0x9e8] Agent: CChatAPI::ChangeCallStatus for this party: Ext-1854|Type-2011-10-28 12:02:04.755 DEBUG [0x9e8] FCCClientAPI::tpCallStatus: Begin.
    2011-10-28 12:02:04.755 DEBUG [0x9e8] FCCClientAPI::tpCallStatus: Begin. ext: 1854, userType: Agent, userName: 1854, callID: 23041381, callState: Inactive, duration: 0, direction: Inbound, SkillGroup: .
    2011-10-28 12:02:04.755 DEBUG [0x9e8] FCCClientAPI::tpCallStatus: Calling the server IDL callStatus function.
    2011-10-28 12:02:04.755 DEBUG [0x9e8] FCCClientAPI::updateCallIDMap: Call state is inactive. Deleting the call party from the call list.
    2011-10-28 12:02:04.755 DEBUG [0x9e8] FCCClientAPI::updateCallIDMap: call id <23041381>:
    2011-10-28 12:02:04.755 DEBUG [0x9e8] FCCClientAPI::updateCallIDMap: party 1854;
    2011-10-28 12:02:04.755 DEBUG [0x9e8] FCCClientAPI::updateCallIDMap: .
    2011-10-28 12:02:04.755 DEBUG [0x9e8] FCCClientAPI::updateCallIDMap: remove call party <1854> from call list.
    2011-10-28 12:02:04.755 DEBUG [0x9e8] FCCClientAPI::updateCallIDMap: No party on this call, delete the call from call list.
    2011-10-28 12:02:04.755 DEBUG [0x9e8] FCCClientAPI::tpCallStatus: End. return_code: 0.
    2011-10-28 12:02:04.755 DEBUG [0x9e8] Agent: AW0592 Process Event - Delete the appearance for CallID:23041381, CallState:CS_DISCONNECTED
    2011-10-28 12:02:04.755 DEBUG [0x9e8] Agent: AW1746 Sending call data to RASCAL with GID=83690280
    2011-10-28 12:02:04.755 DEBUG [0x9e8] Agent: AW1106 Entering CheckCallStateRules
    2011-10-28 12:02:04.755 DEBUG [0x9e8] Agent: AW1172 Entering CheckEventRules
    2011-10-28 12:02:04.755 DEBUG [0x9e8] Agent: AP1240 Rule: , Event Name: Dropped
    2011-10-28 12:02:04.755 DEBUG [0x9e8] Agent: AW1285 Leaving CheckEventRules
    2011-10-28 12:02:04.755 DEBUG [0x9e8] Agent: AW1163 Leaving CheckCallStateRules
    2011-10-28 12:02:04.755 DEBUG [0x9e8] Agent: AW0967 Entering DeleteAppearance, pos = 4F39FAC
    2011-10-28 12:02:04.755 DEBUG [0x9e8] Agent: AW1045 Leaving DeleteAppearance
    2011-10-28 12:02:04.755 DEBUG [0x9e8] Agent: TF0120 New Event : CS_DISCONNECTED with CallID 23041381 and NewCallID 0
    2011-10-28 12:02:04.755 DEBUG [0x9e8] Agent: TF0177 Retaining call data on disconnect for CallID 23041381
    2011-10-28 12:02:04.755 DEBUG [0x9e8] Agent: TF0292 Raw Enterprise Data for CallID[23041381]: ANI
    3832181278
    255
    DNIS
    3998
    254
    Layout
    default
    252
    2011-10-28 12:02:04.755 DEBUG [0x9e8] Agent: TF0254 Raw Call Activity Data for CallID[23041381]: 3998,Route Point 3998,9,1319777924,1319777924,1319777924|4,ER_CSQ,10,0,1319777938,0|1854,EREG-24 ,2,1319777938,0,0|
    2011-10-28 12:02:04.755 DEBUG [0x9e8] Agent: CV0693 About to display data...
    2011-10-28 12:02:04.755 DEBUG [0x9e8] Agent: CV0845 Found timer for CallID 23041381
    2011-10-28 12:02:04.755 DEBUG [0x9e8] Agent: CV0876 Deleted timer to list for CallID 23041381
    2011-10-28 12:02:04.755 DEBUG [0x9e8] Agent: VCL0249 Begin update for callID 23041381 with call state CS_DISCONNECTED and new callID 0.
    2011-10-28 12:02:04.755 DEBUG [0x9e8] Agent: VCL0309 No appearance data found for callID 23041381, checking to see if call in list needs to be deleted.
    2011-10-28 12:02:04.755 DEBUG [0x9e8] Agent: VCL0321 Deleted Call ID:23041381 from list (Row:0)
    2011-10-28 12:02:04.755 DEBUG [0x9e8] Agent: LM0872 CLayoutManager::VoiceContactListHide current height is 38
    2011-10-28 12:02:04.755 DEBUG [0x9e8] Agent: LM0416 CLayoutManager::ShrinkMainWindow current height is 76
    2011-10-28 12:02:04.755 DEBUG [0x9e8] Agent: LM0417 CLayoutManager::ShrinkMainWindow reqeusted change in height is 38
    2011-10-28 12:02:04.755 DEBUG [0x9e8] Agent: LM0542 CLayoutManager::ShrinkMainWindow new height is now 38
    2011-10-28 12:02:04.755 DEBUG [0x9e8] Agent: LM0544 CLayoutManager::ShrinkMainWindow height will not be locked
    2011-10-28 12:02:04.755 DEBUG [0x9e8] Agent: LM0548 CLayoutManager::ShrinkMainWindow covered height is 0
    2011-10-28 12:02:04.755 DEBUG [0x9e8] Agent: LM0549 CLayoutManager::ShrinkMainWindow locked height is 0
    2011-10-28 12:02:04.755 DEBUG [0x9e8] Agent: LM0550 CLayoutManager::ShrinkMainWindow new height is 38
    2011-10-28 12:02:04.755 DEBUG [0x9e8] Agent: VCL0343 Update completed with no appearances left - returning
    2011-10-28 12:02:04.755 DEBUG [0x9e8] Agent: AW0738 End ProcessEvent, CallID:23041381, CallState:CS_DISCONNECTED
    It looks like agent clicks drop, but agent doesn't do it.
    After th logout and login of CAD it helps for approximately an hour, and then dropped calls appear again.
    In MIVR there is first CLEAR_CONNECTION_REQ from connectionDeviceId: 1854 too.
    166342872: Oct 27 11:40:21.296 NOVST %MIVR-ICD_CTI-7-UNK:ClientConnMgr: Processing msg on socket:Socket[addr=10.205.3.32,port=56077,localport=42027] Msg is {length=28 type=CLEAR_CONNECTION_REQ,invokeId=65, peripheralId:1, connectionCallId:23015022, connectionDeviceIdType: 0, connectionDeviceId: 1854, agentInstrument: 1854 }
    166342873: Oct 27 11:40:21.296 NOVST %MIVR-SS_RM-7-UNK:Processing msg: CTIClearConnectionReqMsg CTIMgrTPCCReqMsg Socket:Socket[addr=10.205.3.32,port=56077,localport=42027] invokeID:65, peripheralId:1, connectionCallId:23015022, connectionDeviceIdType: 0, connectionDeviceId: 1854, agentInstrument: 1854
    166342874: Oct 27 11:40:21.296 NOVST %MIVR-SS_RM-7-UNK:TPCCRegMsgHandler.getRmCmCallContact: agent ext - 1854 callId - 23015022
    166342875: Oct 27 11:40:21.296 NOVST %MIVR-ICD_CTI-7-UNK:OutboundMsgProcessor: got message: { CLEAR_CONNECTION_CONF }
    166342876: Oct 27 11:40:21.296 NOVST %MIVR-SS_RM-7-UNK:RIMgrAddressCallObserver: TermConnDroppedEv received for call 23015022 [6237806/1] and agent EREG-24
    166342877: Oct 27 11:40:21.296 NOVST %MIVR-ICD_CTI-7-UNK:OutboundMessageprocessor : sending msg : { length=-1 type=CLEAR_CONNECTION_CONF,invokeId=65 to socket: Socket[addr=10.205.3.32,port=56077,localport=42027] }
    166342878: Oct 27 11:40:21.296 NOVST %MIVR-SS_CM-7-UNK:ContactMgr.getRmCmContact(6237806/1) returns 23015022 [6237806/1]
    166342879: Oct 27 11:40:21.296 NOVST %MIVR-SS_RM-7-UNK:classifyCall: 6237806/1 1854
    166342880: Oct 27 11:40:21.296 NOVST %MIVR-SS_RM-7-UNK:RmCm contact 23015022 [6237806/1] has internal type IAQ, contact type: IAQ for agent EREG-24
    166342881: Oct 27 11:40:21.296 NOVST %MIVR-ICD_CTI-7-UNK:MsgHandler : Sent : { CLEAR_CONNECTION_CONF to Socket[addr=10.205.3.32,port=56077,localport=42027] }
    166342882: Oct 27 11:40:21.296 NOVST %MIVR-SS_RM-7-UNK:classifyCall 6237806/1 Rsrc: EREG-24 CallingAddr: 1548 LRAddr:1548 Type:IAQ(Normal)
    166342883: Oct 27 11:40:21.296 NOVST %MIVR-SS_RM-7-UNK:RIMgrAddressCallObserver: CallInvalidEv received for call:23015022 [6237806/1]
    166342884: Oct 27 11:40:21.296 NOVST %MIVR-SS_RM-7-UNK:Processing msg: SessionTerminatedMsg (Rsrc:EREG-24 ID:6237806/1 Type:IAQ Cause:DROPPED Abort Exception:null)
    I can't find any reason for this behavior..:(

  • Dropped calls after call waiting tone

    I have been getting intermittent dropped calls for the past month when receiving incoming call waiting tones. I reported it to comcast call center. They said they performed a remote test but I never saw any resetting of the modem take place. The agent said it must be the modem. I told her that the modem (DPC3141 - Triple Play) was 3 months old and the levels were almost perfect at the modem. The agent said she would send a tech to replace the modem. I felt that it was a canned response because she really didn't know what was wrong. I later cancelled the dispatch because I didn't feel it was a modem issue. Any one out there experience same symptoms? I live in Boynton Beach, Fl.

    Hi,
    Please update to the latest version for Lync server 2013 and test again.
    You can use the Lync server logging tool on Mediation server and FE server for further troubleshooting.
    Here is the link of using the Lync logging tool:
    http://blog.schertz.name/2011/06/using-the-lync-logging-tool/
    Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please make
    sure that you completely understand the risk before retrieving any suggestions from the above link.
    If Lync server 2013 not have Lync logging tool you can download Microsoft Lync Server 2013 Debugging Tools separately in the link below:
    http://www.microsoft.com/en-in/download/details.aspx?id=35453
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • 4.3.2 iPhone upgrade and dropped calls.

    Since upgrading to the 4.3.2 OS three days ago, I've been experiencing numerous dropped calls on the order of one every minute.  Calls linger in limbo before connecting and then drop.  Antena signal reads 3 bars.  I'm missing calls too.  I live in the same area and have NEVER had a problem with dropped calls until this update and it is really causing problems.  Why?  Is the phone failing?  Is this an update problem?  Is this a network problem?  Is anyone else experiencing this?

    I am experiencing the same issue here in Germany, Network is T-Mobile.
    Since upgrade to 4.3.2 I have dropped calls regularly with my iPhone4!!
    This is getting more and more annoying.
    What happens is: I am starting a call or am receiving a call. The call stays up for 1-5 minutes. During that time (randomly differs from 30 seconds to 5 minutes) all of a sudden the person on the other side does not hear me anymore! I am still able to hear him/her! After around 5-10 seconds after that happening, the connection is lost/cancelled. This is happening independently of the amount of bars, meaning it does not matter whether I am having 5, 3 or just one bar.
    Please Apple solve this!! I cannot use my phone anymore the way it is supposed to work! Never had this issue before the upgrade in the same places - in fact, before the upgrade, I did not experience ANY dropped call whatsoever!!
    BTW: I tried reboot, reset of all settings, backup, etc. - no positive effect.

  • Dropped calls and no service in my house...why am I even paying a phone bill?

    I've been a Verizon customer for probably around 6 or 7 years now. I've had plenty of different devices and was always happy with my phone. A few years ago, service started to get horrible in my house. I would barely get service and my phone would drop calls. I have spent hours over the past 2 years on the phone with reps. Some were very helpful, and some were very frustrating. I have put in service tickets and even changed out my phone to try to get better service. Let me also note that AT&T customers get perfect service inside of my house. I don't even want to hear the excuse that Verizon doesn't guarantee service inside of a building due to building materials. The last time I checked, I didn't rebuild my house in the past few years with new materials. I use my cell phone for business when I'm at home, so it is extremely important that it works inside my house. I put my most recent service ticket in almost 2 weeks ago and there is STILL no resolution. I also won't accept if the only resolution is me buying a network extender.. I'd rather pay an early termination fee and leave before I'd ever spend money on another Verizon device. I have had 2 reps in the past week tell me that they would call me back and I never hear anything. I also have been told that they would resolve it by a certain date, only to find out that now they are saying it's going to stay open until they can figure it out. I rely on my phone for work now more than ever since I recently starting working from home, so how can I accept the fact that I am waiting around and paying for a phone that doesn't work when I need it the most? For all of my trouble, they offered me a $20 credit on my account. I shouldn't even use the word "offered" because I was the one who mentioned that I should be reimbursed for my time. I'm so sick of wasting my time on the phone and I am truly disgusted with Verizon. As a long time customer who has spent thousands of dollars over the year paying for Verizon service, I would expect to be treated much better than this.

    I am not in the same boat, Verizon works absolutely everywhere I go and I am super happy with the service. If the service started not working however, and I got no resolve, I would just cancel it and switch providers. No point in paying for service you can't use, especially where you live.

  • IPhone 4: Blank text messages, dropped calls, slow Internet connection

    I thought I was going to be so happy with the iPhone 4 but I am very dissatisfied... Every time I am on the phone the call drops, called AT&T and they can't help and transfer me to apple, still no answer from both parties. I could not believe that they said to use DUCKTAPE.... Are they being serious??????
    Also, when I send a text message, most of the time the person receiving the text says it is blank. Has anyone else experiencing this problem?

    I just bought a couple of iphone 4's last week (one for my wife and one for me). After two days of using it, my wife commented that her sister (who lives in Los Angeles, we live in Seattle) was receiving "some" messages blank. Originally I thought it was related to my sister in law being on a T-mobile network or just because she was using a different phone.
    However, last night, a friend mentioned exactly the same thing. Out of three text messages I've sent, two came in blank, no text.
    My theory: We both text in English and Spanish, therefore we have two keyboards loaded on the iphone, so we can switch easily. I have a feeling the special characters in the spanish language is what deters people with other phones/different network to receive them properly. I will switch my keyboard back to English only and post my results.

  • My phone is dropping calls, doesn't ring all the time-goes directly to voice mail, do no recieve alert on when a text is recieved

    1-My phone does not ring all the time upon recieving an incoming call, it goes directly to voice mail.
    2- Not recieving alert tone upon recieving a text message.
    3- Dropping calls also

    We have the same problem widespread in our company with iPhone 4's and 5's:
    - Fails to establish the call, dials but nothing happens
    - Drops the call for no reason even though signal strength is good
    - Recevie text alerts to notify of voicemail when the handset has not rung nor does it show missed calls
    We migrated someone to a Samsung Galaxy S4 for a month and all these issues went away. Nothing to do with alert tones turned down or faulty silent switches.

  • HT1386 Just downloaded 7.2 into my Iphone 5 what a mess.  Dropped called no audible notifications for email or text messages.  Went to the apple store and reset phone to original specs. Now trying to restore apps and music and itunes will not recognize th

    Just downloaded 7.2 into my Iphone 5 what a mess.  Dropped called no audible notifications for email or text messages.  Went to the apple store and reset phone to original specs. Now trying to restore apps and music and itunes will not recognize the phone.  I have gone thur the steps for windows 7 and still nothing???  I have downloaded the newest version I itunes too. 

    Hi Midwestboy,
    If your iPhone isn't being recognized by iTunes on your Windows machine, you may find the following article helpful:
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/TS1538
    Regards,
    - Brenden

  • Repeated dropped calls...again :-(

    Lately, I've been experiencing a high number of dropped calls. I have had this happen in the past, and the agent asked me to call (I believe) *52-but seeing as though I have forgotten the * code, I didn't want to do anything else to further jeopardize my service. But service has been getting worse lately with all the dropped calls, on 2 of 2 lines I have. And , sometimes, when I get through, (separate issue lately) either I can hear the other party good and they cant hear me or vice versa and yes, I have tried restarting the phones as I was told to do when I first brought this to Verizon's' attention; but that seems to be only a quick fix. Yesterday, during a conversation with my mother, the call was lost. I looked at the screen and it said no signal, then no sim, them 5 of 5 bars, all within seconds.

    I would start by visiting a VZW corporate store and getting them to change your SIM card.

  • Iphone 5s lost LTE, 4g, weak signal. dropped calls after upgrading to IOS 8.1

    i recently upgraded my iphone 5s to IOS 8.1 , after the upgrade i lost LTE and 4g, connectivity and stuck to 3g, i observed that my phone's got weker signal than before, i have intermittent signal during calls, and dropped calls. i did go to my service provider but they cant figure it out too, because i'm in an area which has a very good LTE signal and i only got 3g. so i use the apple support chat and i did all the tips and software restoration, i even restore my iphone twice as a new phone but got no good result. i hope apple inc. should issue first a warning on their softaware release updates. i'm so frustrated with my IOS device which i'm so proud.

    Hi Restore  Back to Factory  Settings over your WiFi Go to Settings iCloud check last backup. Since ios 7 when you put your iPhone or charge it  Automatically backs up to iCloud After Restore just use same Apple ID  Then you will get your Apps & data back. Cheers Brian

  • We have had Verizon Wireless service since 2007. We have 6 lines on our account. Unfortunately in 2012 when I (903.647.0073) upgraded from the iPhone4s to the iPhone 5 I started having reception problems. I started having dropped calls in my home. I had t

    We have had Verizon Wireless service since 2007. We have 6 lines on our account. Unfortunately in 2012 when I (903.647.0073) upgraded from the iPhone4s to the iPhone 5 I started having reception problems. I started having dropped calls in my home. I had to go outside to get reception without dropped calls. I was told that because of metal in my home I would have to purchase a Network Extender for $250. And we HAVE not metal in our home. AND our other lines all work fine. I felt this was ridiculous. We already pay $350+/month for service and I should NOT have to purchase additional equipment for a service that I already pay for. The manager of our local store at the time gave us at no cost a Samsung Network Extender. It worked beautifully until about a month ago. I went to our local Verizon store and was told that I would have to purchase an extender. THIS is RIDICULOUS. We have been loyal customers for over 7 years and have been very satisfied with our service. Unless this issue can be resolved without purchasing an extender we will be switching our service as our lines come up for renewal. I regret this as we have been very happy with our service. But we should NOT have to purchase anything extra for one line that will not get good reception. Again, we pay $350+/ month for a service that does not work properly, simply RIDICULOUS! Currently the "sys" light flashes red (slow) and the GPS light remains red. Please help this very frustrated customer.

    Regardless with what carrier your with you might have the same issue, My recommendation would be to get a router that will help you with viewing live traffic and keep a tally of your usage and any device connected to your internet connection.  You can go with the peplink balance 20 and be able to look at your traffic by the hour, daily, weekly, monthly or yearly.  Look for trends, see what computers or devices are doing what I attached a screen shot so you can see an example of mine.  You can purchase the router at 3gstore
    http://i45.tinypic.com/6zc674.jpg

  • I have been a customer with Verizon, since 1996. Recently, my husband has been added onto my account. We have both been experience drop calls. My husband contact Tech support for over 2 weeks. We were pretty upset to be paying a lot of money for a service

    I have been a customer with Verizon, since 1996. Recently, my husband has been added onto my account. We have both been experience drop calls. My husband contact Tech support for over 2 weeks. We were pretty upset to be paying a lot of money for a service that didn't work. Verizon advised us that would upgrade both of our phones (to see if that solved the problem). Ok...this is where Verizon has forgotten customer service rules. He order 2 phone...one for himself, one for me. 1st the wrong address on the package..Fedex couldn't deliver...2nd...missing condo number Fedex couldn't deliver again...(2nd call to Verizon)...3rd package was finally deliver with 1 phone...missing my phone. Contacted verizon rep...reorder my phone again..but sorry we cannot give the same price as quoted on 21April...even though...its our mistake...Ok...Ok..what a surprise..but we can do this...after 65 minutes...found a price that was a little bit more...fine...just order the phone....I reordered phone on 28April...on the April 29...no email..so I can Verizon for the 4times in a few days..sorry your order was delay due to our Fraud dept. OK...talked to fraud dept...ok..account is good..will release phone and ship. OK...Next day, no email with deliver confimation. Contact Verizon 5 times now...sorry..your order was cancelled...YES...cancelled again...2nd time now...but we can reorder...OK...sorry but we cannot honor that price that was quoted..really...agent messed up...again...but we can do this for you....I don't understand...your mistake...ALL the times...
    Strange ...how my order gets cancelled twice by Verizon's mistake....yet you cannot honor prices that your agents quoted!!!
    I didn't reorder the phone....I cannot in good faith same with a company that does not stand behind their own mistakes...and worse...they make the poor customer pay for it...
    I will not be renewing my contact...its time to Cricket Wirless...which my sister-in-law loves for half the cost....

    I hope that you aren't complaining about dropped calls INSIDE your condo because no amount of switching or upgrading devices will solve that.
    VZW will not guarantee service inside of any structure. There are just too many factors. If the problem is inside then you might want to look at one of the following:
    1.) Network Extender (may cause issues for others in a condo or apartment style setting)
    2.) A Google Voice Number (Free with a Gmail email address), downloading Google Hangouts Dialer and forwarding your calls to the GVN so that you can make and receive calls over Wi-Fi.

  • How to Call Event Handler Method in Another view

    Hi Experts,
                       Can anybody tell me how to call Event handler Method which is declared in View A ,it Should be Called in
      view B,Thanks in Advance.
    Thanks & Regards
    Santhosh

    hi,
    1)    You can make the method EH_ONSELECT as public and static and call this method in viewGS_CM/ADDDOC  using syntax
        impl class name of view GS_CM/DOCTREE=>EH_ONSELECT "method name.
                 or
    2)The view GS_CM/ADDDOC which contains EH_ONSELECT method has been already enhanced, so I can't execute such kind of operation one more time.
                         or
    3)If both views or viewarea containing that view are under same window , then you can get the instance ofGS_CM/DOCTREE from view GS_CM/ADDDOC  through the main window controller.
    lr_window = me->view_manager->get_window_controller( ).
        lv_viewname = 'GS_CM/DOCTREE '.
      lr_viewctrl ?=  lr_window ->get_subcontroller_by_viewname( lv_viewname ).
    Now you can access the method of view GS_CM/DOCTREE .
    Let me know in case you face any issues.
    Message was edited by: Laure Cetin
    Please do not ask for points, this is against the Rules of Engagement: http://scn.sap.com/docs/DOC-18590

  • Since i got the new Iphone 4s it constantly drops calls. Apple have replaced the phone with another new iphone 4s but i am still having the same problem. I have checked with vodapohe that there is no issue from there end, given a new sim, still drops out

    Since i got the new Iphone 4s it constantly drops calls. Apple have replaced the phone with another new iphone 4s but i am still having the same problem. I have checked with vodapohe that there is no issue from there end, given a new sim, still drops out

    Have a look at this it might help
    http://support.apple.com/kb/TS4148

Maybe you are looking for

  • Text not showing in reply/forward

    When trying to follow up with people, I find it handy to have the original email text quoted in the reply or forward. I'm finding that when I take an email that I sent, and an try to send via 'reply to all' or 'forward' the original text gets cut off

  • Pavillion dv6-Had screen replaced on August 22, 2012 because it went black and would not come back o

    Have a Pavillion dv6 for my teenage daughter.  We got it late December of 2011, so it's less than a year old.  On August 22, 2012, I just got it back from being repaired because the screen went black and would not come back on no matter what we did. 

  • Removing movie clips in arrays

    Hi there I have this code in my Flash file: for(bubble in bubbleArray){      bubbleArray[bubble]._y -= 3;      if(bubbleArray[bubble]._y < 370){           bubbleArray[bubble].removeMovieClip(); I'm wondering, when I remove the movie clips should I al

  • Variance between MB5L and MMBE

    Dear all, My client finds the variance between these two t codes for one specific material.that s why they are not able to pass the balance sheet. Please let me know the possible reasons. Kindly let me know through functional side instead of going th

  • Standard Purchase Price List @ Purchase Requisitions

    Hi everyone I am trying to find a way to maintain a standard purchase price list that is used at the Purchase Requisition creation. Our sourcing managers will negotiate prices with vendors. Once these prices are set, any purchase requisition created