B
Boas Enkler
Hi There
First of all thanks fo Alex Fineman for the Wrapper and sample which saves
me a lot of work
I use the Tapi Wrapper of Alex Fineman which works now fine.
I Also inspeted the samples for this file.
When The Call is terminated the following code is executed.
But on Dispose it always generates an exeption and even an Try catch wan't
catch this thing up.
Is there an known bug ?
private void call_CallState(Call call, LINECALLSTATE state)
{
try
{
}
catch
{
}
try
{
//listBox1.Items.Add(string.Format("New call state:" +
state.ToString()));
if ( state == LINECALLSTATE.IDLE )
{
try
{
this.llFirst = true;
//Now the Error follows!!!
call.Dispose();
call = null;
}
catch
{
}
}
}
catch
{
}
}
First of all thanks fo Alex Fineman for the Wrapper and sample which saves
me a lot of work
I use the Tapi Wrapper of Alex Fineman which works now fine.
I Also inspeted the samples for this file.
When The Call is terminated the following code is executed.
But on Dispose it always generates an exeption and even an Try catch wan't
catch this thing up.
Is there an known bug ?
private void call_CallState(Call call, LINECALLSTATE state)
{
try
{
}
catch
{
}
try
{
//listBox1.Items.Add(string.Format("New call state:" +
state.ToString()));
if ( state == LINECALLSTATE.IDLE )
{
try
{
this.llFirst = true;
//Now the Error follows!!!
call.Dispose();
call = null;
}
catch
{
}
}
}
catch
{
}
}