I am trying to get information on any active call for a specific agent,
I were taking a look at the methods
* api/fe/v1/GetCall
* api/fe/v1/GetCallInformation
* api/fe/v1/SnapshotDevice
But there were some problems with each option:
* api/fe/v1/GetCall
Were not able to make it work, what's the correct body format?
Every try I got { "unspecified": "" }
* api/fe/v1/GetCallInformation
I get information about the call but not the number that originated the call.
The closest to that I see is recordingExtension, but I am not sure if this field is the correct one in case of a call from a public number
* api/fe/v1/SnapshotDevice
Gives me only the state of the current extension, but don't gives me information about the number that originated the call.
Maybe is there any other method I havn't check for that.
I am trying to get who initiated the call, when (date and time), if it's ringing or active, id of the call.
I were taking a look at the methods
* api/fe/v1/GetCall
* api/fe/v1/GetCallInformation
* api/fe/v1/SnapshotDevice
But there were some problems with each option:
* api/fe/v1/GetCall
Were not able to make it work, what's the correct body format?
Every try I got { "unspecified": "" }
* api/fe/v1/GetCallInformation
I get information about the call but not the number that originated the call.
The closest to that I see is recordingExtension, but I am not sure if this field is the correct one in case of a call from a public number
* api/fe/v1/SnapshotDevice
Gives me only the state of the current extension, but don't gives me information about the number that originated the call.
Maybe is there any other method I havn't check for that.
I am trying to get who initiated the call, when (date and time), if it's ringing or active, id of the call.
Comment