My account: Login | Sign Up
Loading... 

How to identify the GPRS events from Voice call events on a Cellular line? - MSDN Forums | Thread profile

Thread profile page for "How to identify the GPRS events from Voice call events on a Cellular line? - MSDN Forums" on http://msdn2.microsoft.com. This report page is a snippet summary view from a single thread "How to identify the GPRS events from Voice call events on a Cellular line? - MSDN Forums", located on the Message Board at http://msdn2.microsoft.com. This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity, which are reported in a table below. Additional thread profile information is also shown in the following ways:

1) Top Contributing Authors
2) Related Threads on "eBay Auctions"
3) Related Threads on Other Sites

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a thread's popularity and/or exact posting volumes at any given reporting period.

Title: How to identify the GPRS events from Voice call events on a Cellular line? - MSDN Forums
Site: MSDN Forums  MSDN Forums - site profile
Forum: Smart Devices Native C++ Development  Smart Devices Native C++ Development - forum profile
Total authors: 2 authors
Total thread posts: 2 posts
Thread activity: no new posts during last week
Domain info for: microsoft.com

Thread posts in How to identify the GPRS events from Voice call events on a Cellular line? - MSDN Forums:

1. 
Started 3 months, 1 week ago (2008-08-25 10:40:00)  by VPrasad
Hello All, I have created a TAPI application for Windows Mobile 5. The application listens for the line events and changes its state accordingly. I am interested only in Voice calls. When there is a GPRS connection getting established, the application receives events. How can I uniquely identigy that the call is a GPRS call and not a Voice call on a Cellular line? when there is a GPRS ...
Size: 962 bytes
Customize:  Customize "How to identify the GPRS events from Voice call events on a Cellular line? - MSDN Forums :: Smart Devices Native C++ Development :: MSDN Forums"
2. 
Started 3 months, 1 week ago (2008-08-26 03:26:00)  by AlexFeinman
Have you tried checking LINE_MEDIAMODE and LINE_BEARERMODE on the new call? Use lineGetCallInfo and check the fields dwMediaMode and dwBearerMode. I'm fairly sure that one of those will be different for GPRS calls   Alex Feinman. MVP .NET Compact Framework
Size: 513 bytes
Customize:  Customize "<b>Reply 1</b>: How to identify the GPRS events from Voice call events on a Cellular line? - MSDN Forums :: Smart Devices Native C++ Development :: MSDN Forums"
 

Top contributing authors for How to identify the GPRS events from Voice call events on a Cellular line? - MSDN Forums

Name
Posts
VPrasad
1
user's latest post:
How to identify the GPRS events...
Published (2008-08-25 10:40:00)
Hello All, I have created a TAPI application for Windows Mobile 5. The application listens for the line events and changes its state accordingly. I am interested only in Voice calls. When there is a GPRS connection getting established, the application receives events. How can I uniquely identigy that the call is a GPRS call and not a Voice call on a Cellular line? when there is a GPRS connection established OR when there is a GSM outgoing...
AlexFeinman
1
user's latest post:
How to identify the GPRS events...
Published (2008-08-26 03:26:00)
Have you tried checking LINE_MEDIAMODE and LINE_BEARERMODE on the new call? Use lineGetCallInfo and check the fields dwMediaMode and dwBearerMode. I'm fairly sure that one of those will be different for GPRS calls   Alex Feinman. MVP .NET Compact Framework