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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: dhazer
  • Content: Threads
  • Order by date
  1. dhazer

    How do you work with control characters

    I'm wondering how you pro's deal control characters. Often I do a RAW screen capture of the characters coming in from procomm, and I'm trying to figure out what they mean, what they purpose is (often, certain control characters are for formatting the screen, at least on my WYSE 55 I believe...
  2. dhazer

    Translate Procomm's Raw Captured Text

    Does anyone know how to translate or interpret the unknown characters from a raw text capture? Here's some random text for example that I'd like to figure out what the unknown characters are: =$7_________=$7 =$7_________=$7TDOD =! HEADLAMP ASSEMBLY =#R 1. TDOD100 T=$R 2. TDOD150...
  3. dhazer

    Best Coding Practices for Modular Code

    I'd like suggestion from you guys on how you structure your files and code to be as flexible and as modular as possible. For example, I was adding logging functionality to a package of scripts of mine. However, logging functionality would be very helpful for several other Aspect scripts. So...
  4. dhazer

    Aspect Script function for calculating exponents (exponentiate)

    Thread thread448-392425 wanted a function for exponential calculations, so here's one for the archive: func exponentiate : integer param integer base param integer exponent integer counter, tempbase tempbase = 1 if exponent == 0 return 1 elseif exponent == 1 return base else for counter...
  5. dhazer

    Type of signal or interface for a paging system versus an analog phone

    Does any know the difference between the signal that the Pagepac loudspeaker system recieves versus an ordinary analog phone like at your home or apartment? (I don't condider avaya's 18d phone to be ordinary) The pagepac does not operate on an extension meant for a phone (I suppose becuse it...
  6. dhazer

    Paging system interface for VoIP/SIP integration on Partner ACS

    Does anyone know a possible way to send a second paging or loudspeaker system's signal over the internet/network to a remote brach via some type of IP technology that can be integrated with the Partner ACS r7 system? From here (scroll to the bottom at experts-exchange)...
  7. dhazer

    How Incoming Fax Calls Interact with Partner Messaging

    Does anyone have a recomendation for the way a fax machine should be setup on a Partner ACS R7 processor and messaging release 7 system? my help guide gave me this advice: Before the messaging module was added, we had line 3 be the dedicated fax line. But now I'm under the impression that...
  8. dhazer

    Unique ring tone per extension

    Does anyone know how to have just a certain extension (an 18d phone) ring with a unique noise when the automated attendent transfers a call? I know that the ringing noises can be changed for a per line basis, but that would affect serveral extensions, and I just want to affect one extension...
  9. dhazer

    Unified Messaging Application V1.0 Installation

    I'm having some difficulty installing the Unified Messaging Application (version 1.0.5 which is the latest that I can download). My hardware is Partner ACS R7.0 and Partner Messaging R7 with a 6-port card. I'm trying to install the application on a Windows xp Home computer with all update...
  10. dhazer

    using voicemail for internal messages

    currently voicemail works when an external caller calls in for voicemail. Does anyone know how to make the voicemail engage when an internal associate dials the direct extension of the person? Or is voicemail not meant to be activated unless the automated attendent handles the call?
  11. dhazer

    night service group extension (#504)

    Does anyone know what extension number cooresponds to the Night Service Group? For example, Calling group 1 cooresponds to extension 71, Calling group 2 to extension 72, etc.
  12. dhazer

    run two aspect scripts at the same time

    Does anyone know of a way to run more than one aspect script at a time (within the same procomm window) outside of having one master script that calls other predetermined scripts?
  13. dhazer

    Contrasting procomm's User Windows *versus* Dialogs

    I've never clearly understood the difference between procomm's user windows and dialogs. What I currently understand is that the user windows are occupied within the terminal windows whereas the dialog is a separate windows (almost like a popup). The user windows can have images with hot spots...
  14. dhazer

    dll compatibility for aspect

    1. does anyone know of any cases where dll's can be used by aspects scripts with little or even no modification (aside from the ones shipped with procomm)? 2. Or do the dll's that are used for aspect scripts have to be highly customized/taylored? 3. Furthermore, do the dll's have to be...
  15. dhazer

    mimic aspect script in another language

    in a previous thread: thread448-1220904 the user "demohr" talked about translating an aspect script into C#. Does anyone know how this would be accomplished, even with another language? Are there any good resources online? I couldn't find any.
  16. dhazer

    termgets details, (for knob?)

    In refence to the comments from the manual for *termgets* quoted below; does "text being marked" qualify as text that my mouse is highlighting or selecting, or is it the background process of procomm writing text to the screen. Thanks in advance, --dan "termgets has no effect while the...
  17. dhazer

    How to use the Lantronix ethernet terminal server ETS16P

    I'm trying to configure and use a Lantronix ETS16p to get rid of the many serial cables strung out everywhere. At the office we were using dummy termainals (like a WYSE 60), but now we are using Procomm Plus with the serial cable directly hooked up to the PC. I know for a fact that other...
  18. dhazer

    tutorial for sending commands to okidata printer

    I was wondering if any knew the process for how to send printer commands to a printer. In particular I'm working with a okidata microline 320 turbo (no letter after the turbo, just a turbo). I noticed online at okidata.com that there's a Microline Referrence Manual at...
  19. dhazer

    knob is all over this form!

    I didn't know where to put this, but I figured knob would get this being as he replies to every post. I was wondering, knob, would you tell me and others about yourself? How long have you been programming with aspect? What languages do you program with? What's your age? What's your career...
  20. dhazer

    automactically redirecting pass-through printer ascii data to file

    I'm trying to find a way to redirect the data sent to the pass-through printer to a text file. One company (dubbyai.com) is able to do it. A little window even pops up that says something like "downloading ascii file" or "transfering ascii file". I noticed that when the file printer doesn't...

Part and Inventory Search

Back
Top