I have a Ciperlab scanner running Windows Mobile 6 and compact framework 3.5. I have developed a phone interface from the app using OpenNetCF Telephony. This works well but at times the "hangup" takes up to 80 seconds before the "disconnected" event is driven". The OpenNetCF "hangup" method is a simple wrapper for the native tapi "lineDrop" method. Calling "lineDrop" without using the OpenNetCF wrapper gives the same problem. To try to break out of the 80 second delay I have a timer. In the timer_tick event I have tried to dispose of and re-initialise OpenNetCF but this then hangs the entire program and I have to reboot. Any suggestions on what is causing this 80 second delay and how to avoid it / break out of it would be welcomed
Windows Mobile 6 tapi and OpenNetCF telephone
125 Views Asked by John Agar At
0
There are 0 best solutions below
Related Questions in COMPACT-FRAMEWORK
- How to use charting libraries in windows form application for compact windows?
- How to log data in C# accurately at 10ms from an embedded device?
- Legacy .NET CF download - Post-deploy error 0x00000001
- C# - Is it possible to make excel files readonly / non-editable / password protected using Compact Framework 3.5?
- How to install CAB file /noui on Windows Embedded Compact 7 during Unsupported System Version?
- Building projects targeting .NET Compact Framework
- Namespace or type specified doesn't contain any public member or cannot be found
- Windows Compact Embedded: Calling C# DLL from C++
- Can you develop a .Net Compact Framework application in Visual Studio 2019?
- corrupted resources in wince application using Compact Framework 3.5
- No Windows CE in the OpenNETCF dll file
- Getting a server local time using FTP
- .NET Compact Framework PowerToys
- how to hide the first column in DataGrid or set text in the first column using .net comapct framework?
- .NET CF using code to select images from project path
Related Questions in WINDOWS-MOBILE-6.5
- How to call buzzer sound of device on windows embedded 7?
- C# - Windows Mobile App - Kernel32.dll Error
- Internet Explorer (WM6.5) - How to increase TimeOut limit after page submit?
- Impossible to send a packet Exception When pinging in windows mobile apps code(.net compact)
- c# Compact framework Math.Round up problem
- Unlocking SQL Compact (.SDF) file when data entry form closes
- Windows Embedded Handheld 6.5 Professional VPN Configuration
- Windows XP SQL Server CE issue with INDEXING on Windows Mobile Embedded 7
- `SelectedIndexChanged` fires event when I set dataset of a different combobox
- Create app for Windows Mobile 6 (and above)
- SQLException while connecting to a SQL Server Database from Windows Mobile
- SWT 3.7.2 Browser Widget | Internet Explorer Mobile 6
- Show system "working" animation in NETCF
- How to add a button to a Datagrid under the 3.5 compact net framework
- Cannot cradle after connecting to emulator on Win 10
Related Questions in POCKETPC
- How to add reference under COM link in Visual Studio 2008?
- process.Start causing Win32Exception on button push
- Change Pocket PC time & date c#
- How to execute PRINT command from windows Pocket PC using Bluetooth (c#)
- Oracle get data from Windows Mobile SDK(Pocket PC)
- Windows Mobile 6 tapi and OpenNetCF telephone
- Make C# Program to windows embadded professional 6.5
- How to run windows Application Visual Studio 2012 to Pocket PC ?
- How to format a number with thousands separator in C/C++
- Handling custom messages in windows compact framework 3.5 using windows mobile handheld 6.5 on a POCKETPC
- How can I program the speakerphone on a pocketpc running Windows Mobile 6.5?
- API to PocketPC Windows Mobile 6
- Exception after upgrading .net compact framework version
- cannot find the *.exe (or one of its dependencies) win ce error
- Get last digit from a decimal
Related Questions in TAPI
- Detecting caller ID with TAPI c#
- TAPI register incoming call number - no lines available
- How to make calls and gets events from php or nodejs with TAPI 2.0/2.1 under unix system?
- TAPI ITAddressDeviceSpecificEven how to get all data from an event?
- Register Windows Application for tel and callto protocols
- i want make a call from my local machine to mobile phone via dotnet core and ATAPI library
- ATAPI.dll MakeCall causes ObjectDisposedException
- Tapi working with Teams / other cisco systems
- TAPI 2.2 event notification manner problem
- Python - Make a call using TAPI (Telephony Application Programming Interface)
- Active Caller ID feature using TAPI 2
- Cisco TSP - Tool migration from 32bit to 64bit in C#
- Group Pickup Scenario - CALL_STATE.CS_CONNECTED not being fired
- TAPI call from web page
- How to pass phone number from TAPI to website?
Related Questions in OPENNETCF
- Get Signal Strength from windows CE device using OpenNETCF / C#
- No Windows CE in the OpenNETCF dll file
- Windows Mobile 6 tapi and OpenNetCF telephone
- copy files from PC to windows phone 10
- OpenNETCF: APN Configuration Programmatically. It's possible?
- Setting Timezone in compact framework with VB.net
- Inserting data SQLiteConnection exception OpenNetCF.ORM
- using OpenNETCF/ossvcs.dll to turn on wireless radio on WindowsCE
- OpenNETCF.Timers.Timer2 and System.threading.timer wrong timing event call after 7-8 hours
- Opennetcf.IOC event subscription and inheritance
- visual studio 2008 - full framework toolbox instead of compact framework toolbox
- TAPI on Windows Mobile 6.5: Incoming Calls distracted by default OS dialer
- MouseUp event fired again several minutes after the button was pressed
- File Corrupt When using OpenNETCF.Ftp
- Transparent PNG in .NET CF
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?