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 SkipVought 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: *

  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

    I'm trying to do this: http://www.tek-tips.com/viewthread.cfm?qid=1480899&page=1
  6. 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...
  7. 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)...
  8. dhazer

    How Incoming Fax Calls Interact with Partner Messaging

    TouchToneTommy, what you're saying makes sense. I never knew that's what hunt group 8 was for (I wonder how you manage to figure out these things out?). But how would you do it from the Partner ACS side of things, just to contrast it with the Messaging configureation method?
  9. 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...
  10. dhazer

    Unique ring tone per extension

    I'll check into the auxiliary configurations, thanks again.
  11. 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...
  12. dhazer

    Unified Messaging Application V1.0 Installation

    maybe I should start with a more simple question: Has anyone been able to successfully install the Unified messaging application?
  13. dhazer

    partner messaging hard drive

    My unit is release 7. I wonder if it's best to make a backup image of the VMS's hard drive (with linux's dd or another similar program in windows) for restoring a new hard drive when the old goes bad? Has anyone been able to restore a new one from an old harddrive backup? Also, does anyone...
  14. 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...
  15. dhazer

    night service group extension (#504)

    OK, that makes sense now. thanks for your help. (for future post reference, my hardware is a partner ACS R7.0 processor, with partner messaging (R7) and a 6 port card.)
  16. dhazer

    using voicemail for internal messages

    i wasn't able to get it to work. It was previously "unassigned" (#2), but now it's assigned. What I'm doing is pressing the intercom button then typing the extension (13). Ext. 13 just rings, (I have it set for 8 rings). Do you think anything else could be the culprit?
  17. 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?
  18. dhazer

    night service group extension (#504)

    ok, i did assign the extension that I want to be on it, now what I want to do is have it so that when #9 is pressed, the AA (automated attendant) will transfer the caller to the night service group using the "selector code transfer". Maybe I'm using Night Service Group for the wrong purpose?
  19. 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.
  20. dhazer

    Voicemail Issue

    this happened to me, and the solution was said by sandman1969: i needed to first close the PC administration software. Thanks guys.

Part and Inventory Search

Back
Top