Re: Question about lineGetAddressCaps
- From: "Andreas Marschall [MVP TAPI]" <Andreas.Marschall@xxxxxxxxxx>
- Date: Mon, 13 Feb 2006 10:17:13 +0100
"AndyHK" <andy.fhw@xxxxxxxxx> schrieb im Newsbeitrag
news:O$P55hEMGHA.2696@xxxxxxxxxxxxxxxxxxxxxxx
Hi Andreas,
I have actually written my codes following the guidelines on your website,
but I meet problems now.
For using lineCompleteTransfer:
The program returns at the checking of LINECALLFEATURE2_TRANSFERCONF. Do you
know whether the CallURL card supports this feature and is it because of
some incorrect settings of the card? What should I change to make it support
this?
Andy,
sorry I'm not familiar with neither this board nor its TSP.
Maybe the TSP simply doesn't set the LINECALLFEATURE2_ constants.
Does it work if you try to do this kind of conference anyway?
Please try it with TAPI Browser TB20.
Please post a TB20.log and enable Options/LogParameters and /ShowTimeStamps in
TB20.
See my TAPI and TSPI FAQ:
Q: Where can I download TAPI Browser ?
http://www.i-b-a-m.de/Andreas_Marschall's_TAPI_and_TSPI_FAQ.htm#_Q:_Where_can
Q: Is there a user guide available for TAPI Browser TB20 ?
http://www.i-b-a-m.de/Andreas_Marschall's_TAPI_and_TSPI_FAQ.htm#_Q:_Is_there_1
For lineSetupComference with existing call, I use lineMakeCall to make a
call on a line first. After it connects (get a LINECALLSTATE_CONNECTED
message), I use:
lineGetAddressStatus( g_hLine, 0, pAddressStatus );
if( !( pAddressStatus->dwAddressFeatures & LINEADDRFEATURE_SETUPCONF ) )
{
printf("\n###lineSetupConference is not supported at this state on this
address.");
return;
}
Check whether the address of the line supports lineSetupConference but it
fails. Again, what should I do to fix this problem?
What does lineSetupConference() actually return in this case?
TB20.log please.
--
Best Regards
Andreas Marschall
Microsoft MVP for TAPI / Windows SDK
TAPI / TSP Developer and Tester
My TAPI and TSPI FAQ:
http://www.I-B-A-M.de/Andreas_Marschall's_TAPI_and_TSPI_FAQ.htm
My Toto® Tools (a collection of free, mostly TAPI related tools):
http://www.i-b-a-m.de/Andreas_Marschall's_Toto_Tools.htm
TAPI development around the world (Frappr! map):
http://www.frappr.com/TAPIaroundTheWorld
* Please post all messages and replies to the newsgroup so all may
* benefit from the discussion. Private mail is usually not replied to.
* This posting is provided "AS IS" with no warranties, and confers no rights.
.
- Follow-Ups:
- Re: Question about lineGetAddressCaps
- From: AndyHK
- Re: Question about lineGetAddressCaps
- References:
- Question about lineGetAddressCaps
- From: AndyHK
- Re: Question about lineGetAddressCaps
- From: AndyHK
- Re: Question about lineGetAddressCaps
- From: Andreas Marschall [MVP TAPI]
- Re: Question about lineGetAddressCaps
- From: AndyHK
- Question about lineGetAddressCaps
- Prev by Date: Re: TAPI and VS.NET 2003
- Next by Date: Re: Question about lineGetAddressCaps
- Previous by thread: Re: Question about lineGetAddressCaps
- Next by thread: Re: Question about lineGetAddressCaps
- Index(es):
Relevant Pages
|