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

Can't transfer a call #13

Open
GoogleCodeExporter opened this issue Feb 5, 2016 · 0 comments
Open

Can't transfer a call #13

GoogleCodeExporter opened this issue Feb 5, 2016 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?

Download and test the simple phone program,
add a text box (txTransfer) and a button (btTransfer)
dial a call
hit the button with this underlying code

private void btTransfer_Click(object sender, EventArgs e) {
   CallManager.onUserTransfer(_call.Session, txTransfer.Text);
}

Nothing happens..

What is the expected output? What do you see instead?

The call should transfer to the extension typed into the txTransfer text box

What version of the product are you using? On what operating system?

Lastest dlls as from the site (v3 ??)

Please provide any additional information below.

None I can think of!


Original issue reported on code.google.com by francesc...@hotmail.com on 12 Mar 2012 at 5:13

Attachments:

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

1 participant