Hi, I disconnected network cable between Nortel TAPI server and Symposium server. I did not get any TAPI message. How do I register for network failure notification? Zdenko
Hi, I disconnected network cable between Nortel TAPI server and Symposium server. I did not get any TAPI message. How do I register for network failure notification? Zdenko
"Zdenko" <s.zdenko-at-Softhome.net> schrieb im Newsbeitrag Zdenko, I don't know the Nortel TSP but in general there should be one of or a combination of the following messages (maybe only after some timeout delay): - LINE_LINEDEVSTATE with LINEDEVSTATE_OUTOFSERVICE - LINE_LINEDEVSTATE with LINEDEVSTATE_DISCONNECTED - LINE_CLOSE - LINE_REMOVE To be able to receive these LINE_LINEDEVSTATE messages you need to call lineSetStatusMessages(hLine, LINEDEVSTATE_OUTOFSERVICE | LINEDEVSTATE_DISCONNECTED ,0). Try it with TAPI Browser TB20 and post a TB20.log. See my TAPI and TSPI FAQ: Q: Where can I download TAPI Browser ? http://www.**--****.com/ 's_TAPI_and_TSPI_FAQ.htm#_Q:_Where_can Q: Is there a user guide available for TAPI Browser TB20 ? http://www.**--****.com/ 's_TAPI_and_TSPI_FAQ.htm#_Q:_Is_there_1 In addition you may want to check with the TSP manual / manufacturer. -- Best Regards Andreas Marschall Microsoft MVP for TAPI / Windows SDK TAPI / TSP Developer and Tester http://www.**--****.com/ '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.
Hi Zdenko IsNetworkAlive() API to the rescue. In windows there is a subsystem called system event notification service subsystem which detects when the network cable is connected or disconnected. This function returns TRUE if connection is available or FALSE if not. Please check the MSDN documentation for further details.
Hi, It can help in some scenarios. In Nortel case TAPI server is connected to Symposium server which is connected to PBX. If network failure occurs between PBX and Symposium, I have to rely on TAPI events. I have workaround: Periodicaly I make test call that I drop imediately (not nice but works). Zdenko
Users browsing this forum: No registered users and 15 guest