cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
539
Views
3
Helpful
2
Replies

Three participants in Finesse during incoming calls

sjkjyoon09
Level 1
Level 1

There are 3 participants in Finesse logs as below when incoming calls from anonymous which is ANI value. (In normal incoming calls, participants must be two)

It brings abnormal call state on our custom gadget due to no matching with CTI event mapping table caused by 3 participants.

Anyone knows this hits any defect or bug reported by Cisco? or any workaround to fix it?

Circumstacnce:

PCCE 10.0

Finesse 10.0

Call flow => PSTN(ANI is anonymous) - GW - CVP - ICM - CVP - CUCM - Agent

From Finesse Logs,

<participants>
<Participant>
<actions>
<action>UPDATE_CALL_DATA</action>
<action>DROP</action>
</actions>
<mediaAddress></mediaAddress><mediaAddressType></mediaAddressType>

<state>INITIATED</state>

<stateCause></stateCause>
</Participant>
<Participant>
<actions>
<action>UPDATE_CALL_DATA</action>
<action>DROP</action>
</actions>
<mediaAddress>anonymous</mediaAddress>
<mediaAddressType></mediaAddressType>

<state>INITIATING</state>

<stateCause></stateCause>
</Participant>
<Participant>
<actions>
<action>ANSWER</action>
</actions>
<mediaAddress>8823530</mediaAddress>
<mediaAddressType>AGENT_DEVICE</mediaAddressType>

<state>ALERTING</state>

<stateCause></stateCause>
</Participant>
</participants>

<state>ALERTING</state>
<event>POST</event>

2 Replies 2

dekwan
Cisco Employee
Cisco Employee

Hi,

I moved this discussion to the Finesse forum. In the future, please post to the product specific forum for quicker response.

I searched the Finesse bugs and there is a bug CSCum32282 that deals with anonymous ANI where an incoming call is believed to be a conference (with 3 participants):

Basically Finesse is extracting from the messages "" (blank) and "anonymous" as two separate/unique participants on the call. (per our internal conversation with UCCE, "anonymous" seems to be coming from CUCM)

According to this bug, it was fixed in Finesse 10.0(1)SU1. Are you on SU1? There isn't a workaround for this issue.

Thanx,

Denise

Thanks a lot for your advice, Denise.

We are considering installing SU1 to fix the defect.

Very appreciated for your help.