Re: lineNegotiateExtVersion on ciscoTSP4.0
- From: "hou" <hou@xxxxxxxxxxxxxxxx>
- Date: Tue, 12 Apr 2005 12:14:42 +0900
thank you both for replying.
In fact, I want to play a WAV file on Cisco CM CTI port to a phone. I
consider now that it is not need to use extended functions by Cisco TSP,
Cisco have provided the wave driver, I just need to use lineGetID(.....,
"wave/out") function to play the wav file. Is it right?
I don't know how to use lineGetID function to play WAV file, is it right
flow below:
lineInitializeEx
lineNegotialteAPIVersion
lineOpen
lineGetID
....?
thanks for your help again.
hou
"Grant Schenck" <schenckg@xxxxxxxxxxxxx> wrote in message
news:On1%23PfpPFHA.2384@xxxxxxxxxxxxxxxxxxxxxxx
> I don't have access to a Cisco test system but looking at some code I
> developed for CallManager 4.0, I used 0x80020001 for the low version and
> 0x80040000 for the high.
>
> Note that if you are using the Cisco wave driver you don't want the high
bit
> set.
>
> So, I think your values should work. Can you reproduce this in the TAPI
> Browser? Make sure to show first the lineNegotiateAPIVersion and then the
> lineNegotiateExtVersion. Make sure to enable parameter display in the log
> so we can see what you are passing to these functions.
>
> Also, make sure you are indeed selecting a Cisco line, i.e., first show a
> lineGetDevCaps for the line.
> --
> Grant Schenck
> http://grantschenck.tripod.com
>
>
>
> "hou" <hou@xxxxxxxxxxxxxxxx> wrote in message
> news:uEjgRmlPFHA.2736@xxxxxxxxxxxxxxxxxxxxxxx
> > Hi, I want to use CiscoTSP4.0 on TAPI 2.1 extended functions to playback
> > media steam(using CTI port).
> > but get a error "LINEERR_INCOMPATIBLEAPIVERSION" on function
> > "lineNegotiateExtVersion" after the funtion "lineNegotiateAPIVersion" be
> > called.
> >
> > the function "lineNegotiateAPIVersion" is no problem, and I don't know
> what
> > value will be used on "dwExtLowVersion" and "dwExtHighVersion".
> > I'm now using
> > dwExtLowVersion = &H80030000
> > dwExtHighVersion = &H80040000
> >
> > thanks for your reading.
> > any help will be appreciated !
> >
> > BTW, any sample source about "Cisco Audio Stream Control" will be great
> > helpfully to me ,thank you very much.
> >
> > hou
> >
>
>
.
- Follow-Ups:
- Re: lineNegotiateExtVersion on ciscoTSP4.0
- From: Mubashir Khan
- Re: lineNegotiateExtVersion on ciscoTSP4.0
- From: Andreas Marschall [MVP TAPI]
- Re: lineNegotiateExtVersion on ciscoTSP4.0
- References:
- lineNegotiateExtVersion on ciscoTSP4.0
- From: hou
- Re: lineNegotiateExtVersion on ciscoTSP4.0
- From: Grant Schenck
- lineNegotiateExtVersion on ciscoTSP4.0
- Prev by Date: Re: "H" problem in recording voice with tapi 3.0, VB 6.0 & motrola sm56k voice modem
- Next by Date: Re: Tapi and C#
- Previous by thread: Re: lineNegotiateExtVersion on ciscoTSP4.0
- Next by thread: Re: lineNegotiateExtVersion on ciscoTSP4.0
- Index(es):
Relevant Pages
|