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 request (select between speaker\headset) #4

Open
0x566164696D opened this issue Jul 20, 2015 · 3 comments
Open

Feature request (select between speaker\headset) #4

0x566164696D opened this issue Jul 20, 2015 · 3 comments
Assignees

Comments

@0x566164696D
Copy link

Hi, Cris.
It is possible to select what will be used to call, speaker or headset? (add option in plugin menu)
I use headset and will be cool do not touch phone totally.
I attempt to modify telefony URI field like this
Dial:{number} "/> <ExecuteItem URL="Key:Headset
unsuccessful

Best regards,
Vadim

@tap-chris
Copy link
Owner

Dear Vadim,
I have to try it out myself. It might work if we send the Headset Key first and then initiate the dial.
I'll try it tonight and let you know. Might be also helpful to select a different line if there is more then one active on the phone. If the phone is already taken off hook after sending the Key:Headset command it might drop the Dial command thought. Then we would have to send the number by using the Key:KeyPad0 to Key:KeyPad9 commands.

<CiscoIPPhoneExecute>
    <ExecuteItem URL="Key:Headset"/>
</CiscoIPPhoneExecute>
<CiscoIPPhoneExecute>
    <ExecuteItem URL="Dial:0123456789"/>
</CiscoIPPhoneExecute>

Greetings,
Chris

@tap-chris tap-chris self-assigned this Jul 20, 2015
@0x566164696D
Copy link
Author

Сhris, im sorry for the trouble.
Feature is not needed.
There is “Preferred Audio Device” option on the phone. (in User tab)
I set this option to Headset, and solve my problem.

Unfortunately, I don't guessed immediately (
And sorry for misprint in you name, what I did in my request.

@tap-chris
Copy link
Owner

No worries!
Will try it out anyways maybe it's useful for other feature enhancements later ;)
Or if I set up a wiki here at some point for documentation it could be a helpful answer for others who need this kind of feature.

Greetings,
Chris

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants