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] Add option to call manually without callto link #1

Open
ThaDaVos opened this issue Mar 26, 2024 · 1 comment
Open

[Feature] Add option to call manually without callto link #1

ThaDaVos opened this issue Mar 26, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@ThaDaVos
Copy link

As callto can't be passed from RDP to Client, it would be great if the software allowed to manually enter a phone number and call it

@DJFPaul DJFPaul added the enhancement New feature or request label Mar 26, 2024
@DJFPaul
Copy link
Owner

DJFPaul commented Mar 26, 2024

Hello!

I can probably make a simple GUI to input a number in.

The program it self technically can be made to work with anything that can call it and pass a number as launch argument.
So you can possibly pass it from other software, or use something like a .bat file to pass it a number manually.

@echo off
set /P Number="Input number to call: "
YDialer.exe %Number%

@DJFPaul DJFPaul self-assigned this Mar 26, 2024
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

2 participants