Click here to Skip to main content
16,010,673 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Call Dropped under TAPI 2 Pin
Michael P Butler12-Jun-02 0:43
Michael P Butler12-Jun-02 0:43 
GeneralRe: Call Dropped under TAPI 2 Pin
Derek Lakin12-Jun-02 1:07
Derek Lakin12-Jun-02 1:07 
GeneralRe: Call Dropped under TAPI 2 Pin
Derek Lakin12-Jun-02 2:15
Derek Lakin12-Jun-02 2:15 
GeneralRe: Call Dropped under TAPI 2 Pin
Michael P Butler12-Jun-02 4:28
Michael P Butler12-Jun-02 4:28 
GeneralRe: Call Dropped under TAPI 2 Pin
Derek Lakin12-Jun-02 5:22
Derek Lakin12-Jun-02 5:22 
GeneralRe: Call Dropped under TAPI 2 Pin
Derek Lakin12-Jun-02 7:52
Derek Lakin12-Jun-02 7:52 
GeneralRe: Call Dropped under TAPI 2 Pin
Michael P Butler12-Jun-02 11:24
Michael P Butler12-Jun-02 11:24 
GeneralRe: Call Dropped under TAPI 2 Pin
Derek Lakin12-Jun-02 22:00
Derek Lakin12-Jun-02 22:00 
Michael P Butler wrote:
What does it report for your modem? It should be under unimodem.tsp.

Negotiated Version: 2.0
Provider Info: Windows Telephony Service Provider for Universal Modem Driver
Switch Info: Switch information unavailable
PermanentLineID = 0x25A06
Bearer Modes: (0x41)   Voice  Passthrough 
Max Data Rate: 9600
Media Modes: (0x14)   InteractiveVoice  DataModem 
Supports: "tapi/line", "comm", "comm/datamodem", "comm/datamodem/portname", "ndis"
Line Features (0x8)  MakeCall 
Available Line Features (0x8)  MakeCall 
Address Type:  Private 
Address Capability Flags (0x20)
Destination addresses may be dialed on this address.
Max number of active calls: 1
Max number of held calls: 0
Max number of conferenced calls: 0
Address Features: (0x2)  MakeCall 
Call Features: (0x2000c5)  Accept  Answer  Dial  Drop  SetCallParams 
Number of stations using address: 0
Number of active calls: 0
Number of held calls: 0
Available Address Features: (0x2)  MakeCall 

Service Providers:
0x2 unimdm.tsp
0x1 kmddsp.tsp


I don't know what it all means, but hopefully you do Smile | :)


Michael P Butler wrote:
Is the NT4 system up-to-date with service packs?

Yes. SP6A


Michael P Butler wrote:
Try changing your lineOpen command to this.

lineOpen(g_hLineApp, m_dwDeviceID, &m_hLine, dwAPIVersion, 0, 1, LINECALLPRIVILEGE_OWNER|LINECALLPRIVILEGE_MONITOR, LINEMEDIAMODE_DATAMODEM, NULL);


Tried, but no change Frown | :(

Michael P Butler wrote:
You could also try calling lineGetDevCaps first and get the dwMediaModes value and use that in place of LINEMEDIAMODE_DATAMODEM.

dwMediaModes from lineGetDevCaps returns LINEMEDIAMODE_DATAMODEM | LINEMEDIAMODE_INTERACTIVEVOICE. Using this in the call to lineOpen returns 0x2F, LINEERR_INVALMEDIAMODE. Using just _DATAMODEM is ok though.


Michael P Butler wrote:
Are you getting any LINE_REPLY messages, are they reporting any errors.

Two LINE_REPLY messages are received (see earlier trace log), neither indicate any errors.

Michael P Butler wrote:
Another source of help maybe, http://www.sellsbrothers.com/writing/telprog/. There are some good links here.

I've downloaded the source, I'll have to look and see if it is any help.


Derek Lakin.
I wish I was what I thought I was when I wished I was what I am.

Salamander Software Ltd.
Questionhow to properly create and use project files Pin
gazihan11-Jun-02 23:12
gazihan11-Jun-02 23:12 
AnswerRe: how to properly create and use project files Pin
Joaquín M López Muñoz12-Jun-02 0:03
Joaquín M López Muñoz12-Jun-02 0:03 
GeneralRe: how to properly create and use project files Pin
gazihan12-Jun-02 0:36
gazihan12-Jun-02 0:36 
GeneralRe: how to properly create and use project files Pin
Nish Nishant12-Jun-02 0:42
sitebuilderNish Nishant12-Jun-02 0:42 
GeneralRe: how to properly create and use project files Pin
gazihan12-Jun-02 1:00
gazihan12-Jun-02 1:00 
GeneralRe: how to properly create and use project files Pin
Nish Nishant12-Jun-02 1:23
sitebuilderNish Nishant12-Jun-02 1:23 
AnswerRe: how to properly create and use project files Pin
Rage12-Jun-02 1:16
professionalRage12-Jun-02 1:16 
QuestionHow the shadow be dropped. Pin
Jacky S11-Jun-02 23:00
Jacky S11-Jun-02 23:00 
AnswerRe: How the shadow be dropped. Pin
Mike Nordell13-Jun-02 4:06
Mike Nordell13-Jun-02 4:06 
GeneralLink error of ATL project Pin
Hans Ruck11-Jun-02 22:37
Hans Ruck11-Jun-02 22:37 
GeneralRe: Link error of ATL project Pin
Rama Krishna Vavilala12-Jun-02 0:10
Rama Krishna Vavilala12-Jun-02 0:10 
GeneralOpen OUTLOOK *.pst Pin
Orbital^11-Jun-02 21:18
Orbital^11-Jun-02 21:18 
GeneralRe: Open OUTLOOK *.pst Pin
Alexandru Savescu12-Jun-02 0:03
Alexandru Savescu12-Jun-02 0:03 
GeneralRe: Open OUTLOOK *.pst Pin
Michael P Butler12-Jun-02 2:07
Michael P Butler12-Jun-02 2:07 
Generalproblems with... MDI and Splitter::CreateView. Pin
DerekSaw11-Jun-02 21:09
DerekSaw11-Jun-02 21:09 
GeneralRe: problems with... MDI and Splitter::CreateView. Pin
Stephen C. Steel13-Jun-02 12:40
Stephen C. Steel13-Jun-02 12:40 
GeneralRe: problems with... MDI and Splitter::CreateView. Pin
DerekSaw13-Jun-02 15:06
DerekSaw13-Jun-02 15:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.