Re: Question about lineGetAddressCaps

Tech-Archive recommends: Fix windows errors by optimizing your registry



"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.



.



Relevant Pages

  • Re: Problems with lineHold
    ... TB20 is showing the LINE_CALLSTATE event with the DIALTONE ... I think it is the best TAPI resource available. ... > Can you reproduce the issue with TAPI Browser TB20? ... Is there a user guide available for TAPI Browser TB20? ...
    (microsoft.public.win32.programmer.tapi)
  • Re: Transfering/Forwarding a call
    ... Can you reproduce the issue with TAPI Browser TB3x? ... Is there a user guide available for TAPI Browser TB20? ... Is there a user guide available for TAPI Browser TB3x? ...
    (microsoft.public.win32.programmer.tapi)
  • Re: problem with second call
    ... Where are TAPI errors codes defined? ... Can you reproduce the issue with TAPI Browser TB20? ... Is there a user guide available for TAPI Browser TB20? ... * Please post all messages and replies to the newsgroup so all may ...
    (microsoft.public.win32.programmer.tapi)
  • Re: leading zero, calling rules, get it via WinAPI
    ... Windows, so I don't know the corresponding english names of the dialogs. ... Try it with TAPI Browser TB20 before starting to code anything yourself. ...
    (microsoft.public.win32.programmer.tapi)
  • Re: lineMakeCall on W2k server SP4 (bug?)
    ... This is common for all asynchronous TAPI functions. ... Can you reproduce the issue with TAPI Browser TB20? ... Is there a user guide available for TAPI Browser TB20? ... * Please post all messages and replies to the newsgroup so all may ...
    (microsoft.public.win32.programmer.tapi)