Hi, I am using TKeyPad1 in my softphone for basic call functions.
I have an issue, after agent dialed Voice mail number to check his messages, he needs enter his password in TKeyPad1, then it should go to switch and reterive his messages.
I am not sure how to send the password to switch using TKeyPad1. If anyone had a sample pice of code please post it here.
Never used TKeyPad… but from what I understand it just collects digits, right? And then you just send them via TExtension. I guess there is an event when user presses a key on keypad and thiws is when you react to it?