Praveen Thilakendranath | Hi David,
I'm not sure of anyways through which you can monitor the digits keyed in before the call even lands on the agent(i.e. when its still on the external party and not picked up by application).
However ,if you are looking for digits once the call is established with agent, you should certainly be able to do it with lineMonitorDigits() API. This would send a TAPI message everytime a digit is detected ,in the following format:
LINE_MONITORDIGITS hDevice = (DWORD) hCall; dwCallbackInstance = (DWORD) hCallback; dwParam1 = (DWORD) Digit; dwParam2 = (DWORD) DigitMode; dwParam3 = (DWORD) 0;
Hope this helps.
Thanks, Praveen |
| Please sign in to flag this as inappropriate. |