Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by KeithFrench

  1. KeithFrench

    capturestr and a New Line (CR & LF)

    I need to insert a comment line in an open capture file, which I am doing with:- capturestr "**** This is a comment ***" However I need it to have one blank link above & below this comment. How can I do this? I have tried inserting a CR & LF like this:- capturestr "%c **** This is a comment...
  2. KeithFrench

    BCM and Ring Again over DPNSS

    Can anyone tell me if Ring Again is supported on the BCM (3.7) over a DPNSS link? If so does anything need configuring? When encountering a busy extension at the other end of my DPNSS link, I enter the correct feature code for ring again and the display on the digital tel set just goes blank...
  3. KeithFrench

    NCM MWI over DPNSS Link

    Can anyone tell me which supplentary service, or the exact NSI string that the BCM needs to see to signal MWI, when the voicemail is at the other end of a DPNSS link? I am after the string or supplemntary service for MWI On & MWI Off. Thanks.
  4. KeithFrench

    Monitoring External program Started

    I use Visual Basic Express 2005 and I need to check that an external app (cmd prompt) is running before using sendkeys to pass data to it. I have tried using:- myProcess.WaitForInputIdle() but if I check this with:- Dim returnValue As Boolean returnValue = myProcess.WaitForInputIdle...
  5. KeithFrench

    Unity to QSIG MWI

    Thanks anyway for your efforts. Keith.
  6. KeithFrench

    Unity to QSIG MWI

    Thanks again for your efforts, so to recap the first 08 identifies that it is Invoke ID and the second 07 or 08 is the parameter?
  7. KeithFrench

    Unity to QSIG MWI

    Thanks for this PDF, it is indeed comprehensive. However, it still doesn't seem to mention the Q.Sig Facility Element "Invoke ID" and the two values I have seen (0807 & 0808).
  8. KeithFrench

    Unity to QSIG MWI

    If you have Unity with Message Waiting Idicator going to a PBX phone that is served via a Q.SIG link from an MGCP gateway on CCM V4.1, how is MWI handled in Q.SIG? From CCM V4.1 MWI is handled correctly within Q.Sig rather than using DNs to turn it on or off. Is seems to be carried as a...
  9. KeithFrench

    Obtain results from Connection Directory call

    Thanks Knob, I'll do it that way then.
  10. KeithFrench

    Obtain results from Connection Directory call

    Yes I thought about using modem command mode as well, but was trying to stick to the connection directory method.
  11. KeithFrench

    Obtain results from Connection Directory call

    Knob, I already use If $CARRIER in the manner you mention to determine if the call has connected as you have suggested. I also check for a prompt back from the remote system if it is a good call. The system variable $CNCTMSG only seems to contain the resilts of a succesfull call, whereas I am...
  12. KeithFrench

    Obtain results from Connection Directory call

    If I dial a data entry from within a script using the connection directory:- dial data name Is there a way to extract the success or failure of this? I want to write to a log file showing what entries failed due to no dial tone, or busy tone etc. Once I have the result of a call in a string...
  13. KeithFrench

    Using SQL to add fields to Access 97 or 2K

    When using SQL to add fields to a table in Access 97 or Access 2K, specifying the data type of the field does not match Access itself. For example in an SQL query if you want to add an autonumber field you have to specify it as a Counter. Some data types within the SQL query seem to differ...
  14. KeithFrench

    Trace Files Available

    Mike, I have been looking at your Blaster worm trace in Sniffer Basic and can see your points with regards to the ping packets. However, do you have a more complete trace showing the actual atack taking place on Port 135? Keith.
  15. KeithFrench

    Trace Files Available

    Congratulations on a very useful website. I have to do a presentation at work on the effects of the Nachi virus. I am not sure if it is a variant of the Blaster example sniffer trace you have attacking port 135 or not? If you can do a trace of Nachi that would be very useful. Thanks.

Part and Inventory Search

Back
Top