cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
402
Views
0
Helpful
2
Replies

sending the call information to a third system

araujo.guntin
Level 1
Level 1

Hi...
It's maybe a silly question, I'm a beginner CISCO environment developer.

I want to receive information from every call in a third system.

Every time, when the agent takes the call, I want to send the call information to a third system in my AWS environment. The call information would be call Id, agent Id, phone number, etc.

I'm wondering where could I start...

Thanks,
Pedro

1 Accepted Solution

Accepted Solutions

b.winter
VIP
VIP

Hi,
I guess, this question would be better suited in the DevNet forum.

My idea would be:
Send the CDR data to that system and analyze them. It wouldn't be real-time. The CDR file (depending on the settings) would be generated and transfered every few minutes.

View solution in original post

2 Replies 2

b.winter
VIP
VIP

Hi,
I guess, this question would be better suited in the DevNet forum.

My idea would be:
Send the CDR data to that system and analyze them. It wouldn't be real-time. The CDR file (depending on the settings) would be generated and transfered every few minutes.

Thank you. I'll address my question to the DevNet forum and I'm going to read more about the CDR...