Displaying 1 result from an estimated 1 matches for "usrfield".
Did you mean:
userfield
2008 Jan 03
1
Right timing for a queue call
...rc: A, dst: Z, duration: T, state: ANSWERED
This independently from how many peers the Queue app calls without success
(peer not connected or not answering).
The only way I could think of was giving an unique userfield to all the calls
related to the call from A to the queue X, e.g.:
- A -> X usrfield: AX-uniqueid
- call to peer B that doesn't answer, usrfield: AX-uniqueid
- call to peer C that isn't available, usrfield: AX-uniqueid
- call to peer Z that answers, usrfield: AX-uniqueid
And then do some math based on duration and call state in order to get the info
I need.
Do you think t...