Hello team,
While testing the warm transfer functionality we found the below. could you please check and let me know what can be done.
Customer calls in the call centre and gets connected with agent 1
Agent 1 wants to talk to agent 2 before informing anything to the customer and does the warm transfer to agent 2 to talk internally.
After talking for some time agent 1 decides to do the complete transfer to agent 2 .
Once agent 1 does this agent 2 receives the inbound call and gets connected to the customer and start talking.
Meanwhile agent 1 receives the hang up details. Everything works fine till now.
Now when agent 2 disconnects the call with the customer notification for hang up doesnt comes up properly, it is mentioned below.
I think the from": "70002", field should be coming with the customer number rather than extension number of the agent 1, it should be like this from": "+919740398923". Please suggest.
Notification Event
"uuid": "6a0231ed-5185-4bbb-9a1d-14220bc71786",
"event": "/restapi/v1.0/account/1251533021/extension/62409834007/presence?detai
ledTelephonyState=true",
"timestamp": "2016-10-27T11:51:11.258Z",
"subscriptionId": "2acdf0de-15ec-4dbe-a242-d0616b5fbe53",
"body": {
"extensionId": 62409834007,
"telephonyStatus": "NoCall",
"activeCalls": [
{
"id": "d9d0471746e64e35b99b746a3336d1e1",
"direction": "Inbound",
"from": "70002",
"to": "70001",
"telephonyStatus": "NoCall",
"sessionId": "203823548007",
"terminationType": "final"
}
],
"sequence": 155546921,
"presenceStatus": "Available",
"userStatus": "Available",
"dndStatus": "TakeAllCalls",
"allowSeeMyPresence": true,
"ringOnMonitoredCall": false,
"pickUpCallsOnHold": false
}