Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE]-Dialer Methods Not Implemented #2

Open
jkdevito opened this issue Dec 15, 2020 · 0 comments
Open

[FEATURE]-Dialer Methods Not Implemented #2

jkdevito opened this issue Dec 15, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@jkdevito
Copy link
Collaborator

The following methods need to be implemented in the QscDspDialer.cs file.

  1. public void Dial(string number)
  2. public void AcceptCall(CodecActiveCallItem item)
  3. public void RejectCall(CodecActiveCallItem item)
  4. public void SendDtmf(string digit)

Describe the solution you'd like

  1. Dial: Evaluate if number has length and hook state. If a number is supplied and the dialer is on-hook >> dial the number supplied. If a number is NOT supplied and the dialer is on-hook >> take the dialer off-hook.
  2. AcceptCall: implement logic to answer the incoming call
  3. RejectCall: implement logic to reject the incoming call
  4. SendDtmf: implement logic to send DTMF tones when the dialer is off-hook
@jkdevito jkdevito added the enhancement New feature or request label Dec 15, 2020
@jkdevito jkdevito self-assigned this Dec 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant