sanjeevspr / sipeksdk

Automatically exported from code.google.com/p/sipeksdk
0 stars 0 forks source link

Can't transfer a call #13

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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: