Hi,
A requirement for our softphone is: When pressing the Talk button when the softphone is Idle, the softphone should initiate a call or play the dial tone if no number is selected.
I first thought that this could be solved with the Button event, but I find the note and warning about it (see below) quite discouraging.
I would like to use the recommended commands and events, but I think there is a missing event in SpokesWrapper (something like 'CallInitiated') for abovementionned case.
Am I right ? And if the answer is yes, could such an event be implemented in SpokesWrapper ?
Cheers
Staffan
NOTE in SpokesWrapper:
* - Add headset button events via new ButtonPressed event handler in the wrapper.
* NOTE: you are advised NOT to use headset buttons e.g. talk button for
* call control, but rather use the IncomingCall/OutgoingCall functions
* and CallAnswered/CallEnded event handlers. Using talk button will
* cause problems with multiline devices as talk button events for the
* deskphone (+EHS) will also be received by your app through the SDK!!!!
* Also bad interactions can occur with talk button and other softphones
* on your system e.g. Lync if you try to use raw button events.
* You have been warned.