Re: Simple conference
From: Carlo (c.ieva_at_tiscali.it)
Date: 01/05/05
- Next message: Bishoy Ghaly: "Re: VB.NET TAPI CallerID - My Sample Code"
- Previous message: rootd_at_gmx.at: "Re: only getting LINE_LINEDEVSTATE no idea why"
- In reply to: Andreas Marschall [MVP TAPI]: "Re: Simple conference"
- Next in thread: Andreas Marschall [MVP TAPI]: "Re: Simple conference"
- Reply: Andreas Marschall [MVP TAPI]: "Re: Simple conference"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 5 Jan 2005 10:48:26 +0100
Hi Andreas,
I send you a more detailed report of the operations. Thanks in advance.
The device is NDIS, TSP is H323 and OS is WinXP SP1. The development
environment is my company's LAN. The test consists in building-up a simple
audio-video conference(not a multicast IP conference). The target is insert
web-conference functionality in another web-application.
The sequence of TAPI operations I execute is:
1) Place the first call:
- Address type: DOMAIN_NAME
- Media type: AUDIO
- Select the first address that meets these requirements (the case is H323
Line)
- GetDefaultStaticTerminal (TD_RENDER,..), GetDefaultStaticTerminal
(TD_CAPTURE,..)
- CreateCall, Connect
- Success.
2) Place the second call to join in a conferece
- Obtain an address object (like the first call).
- CreateCall. Here I get a valid ITBasicCallControl pointer.
- Invoke, with the first call object, the Conference method with the
newly created ITBasicCallControl as consultation call.
- Error HRESULT 0x8004003
Ciao
"Andreas Marschall [MVP TAPI]" <Andreas.Marschall@I-B-A-M.de> ha scritto nel
messaggio news:OQ2kD5o8EHA.2156@TK2MSFTNGP10.phx.gbl...
> "Carlo" <c.ieva@tiscali.it> schrieb im Newsbeitrag
> news:eZMgNBo8EHA.1300@TK2MSFTNGP14.phx.gbl...
> > I'm trying to implement a simple conference following the guidelines
founded
> > in Platform SDK.
> > But when I invoke the Conference method on the ITBasicCallControl
interface
> > I get the HRESULT error code 0x80040003.
>
> Carlo,
> what device / TSP are you using?
> What OS/SP are you using?
>
> TAPI3 error code: 0x80040003 = This method is not supported.
>
> Can you reproduce the issue with TAPI Browser TB3x ?
> Please post a TB3x.log.
> See my TAPI and TSPI FAQ:
>
> Q: Where are TAPI errors codes defined ?
>
http://www.i-b-a-m.de/Andreas_Marschall's_TAPI_and_TSPI_FAQ.htm#_Q:_Where_ar
e
>
> Q: Where can I download TAPI Browser ?
>
http://www.i-b-a-m.de/Andreas_Marschall's_TAPI_and_TSPI_FAQ.htm#_Q:_Where_ca
n
>
> Q: Is there a user guide available for TAPI Browser TB3x ?
>
http://www.i-b-a-m.de/Andreas_Marschall's_TAPI_and_TSPI_FAQ.htm#_Q:_Is_there
_2
>
> --
> Best Regards
> Andreas Marschall
> Microsoft MVP for TAPI / Windows SDK
> TAPI / TSP Developer and Tester
> http://www.I-B-A-M.de/Andreas_Marschall's_TAPI_and_TSPI_FAQ.htm
> * 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.
>
>
>
- Next message: Bishoy Ghaly: "Re: VB.NET TAPI CallerID - My Sample Code"
- Previous message: rootd_at_gmx.at: "Re: only getting LINE_LINEDEVSTATE no idea why"
- In reply to: Andreas Marschall [MVP TAPI]: "Re: Simple conference"
- Next in thread: Andreas Marschall [MVP TAPI]: "Re: Simple conference"
- Reply: Andreas Marschall [MVP TAPI]: "Re: Simple conference"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|