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!

Search results for query: *

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

    one-X Attendant MasterDirectory

    Installed one-x Attendant 4.03.001.000 and everything works but the phonebook. It is not "linked" to the MasterDirectory. When I check my configuration via the "System Config" button during the User Login process, but before selecting my profile, both the phonebook setting and the database...
  2. cycledick

    "Save as" CSV - cancelling

    I'm not a VBA expert and get what I need from a combination of code I find on the Internet mixed with code created when recording macros. I'm stuck trying to figure something out. I have the code below that takes the active worksheet in a workbook, copies it to a new workbook, then opens a...
  3. cycledick

    3rd Party SIP Endpoint Outbound CallerID

    We recently upgraded from CM 5.2.1 to CM 6.1. Voicemail is an AVST CallXpress using SIP stations for integration. We replaced SES with SMGR/ASM as is required (although, SES worked fine). Integration was easy and works well in all respects but one. When using the feature where CallXpress...
  4. cycledick

    Batch file stopped working.

    So, here is my simple batch file for backing up my files onto a USB drive (drive F:). It checks to see how many folders there are and if there are more than 18, it deletes the oldest ones, regardless of how many more than 18 there are. Although, when it's working properly, there is never more...
  5. cycledick

    ELA on CMM (IA770) 5.2

    S8300/G700 CM 5.2 patch 17294 I’m using CMM (IA770). It appears with CM 5.2 that ELA is now an available option. However, when I try and configure it, I get an odd error message. When I try and configure the “Shadow mailbox” under the “Enhanced List Setup”, I get an error message that reads...
  6. cycledick

    Adding Mailboxes in Bulk - New CM 5.2 CMM (IA770)

    Does anyone know how to add subscribers in bulk on the new CMM (the IA770 with CM 5.2)? There doesn't appear to be any more "command line" access via the VM login, so I can't use the import feature in ASA. I tried following the MSS instructions for using Mailbox Manager(because the new CMM...
  7. cycledick

    CM Messaging (IA770) Outcalling not working "right"

    CM 5.2 on a S8300C/G700. I've been over field for field of the Integration notes. I match the notes everywhere. Outcalling works, meaning, it will call out, but when it does there is no VoIP (just dead-air) and it does not respond to touch-tones. If it was a codec problem or IP path issue...
  8. cycledick

    Location-based Calling for X-ported Stations

    S8720/CM5.0 - All TDM stations in G650s I've got two locations built. Calls come in on a PRI in Location 2s G650 (the "cabinet" is in location 2) to an x-ported station that has remote coverage to an outside number. My ARS is built for location 1 and location 2. The "all" table is empty...
  9. cycledick

    IntuityLX - What does "System Data" backup

    On the backup screen for IntuityLX 2.0, there are four options; "System Data", "Announcements", "Names", and "Greetings and Messages". First, is there a way to select "NO" for "System Data" (currently the only option is "YES")? Second, does "System Data" include host IP address information...
  10. cycledick

    Complicated RAS/Modem/IP Problem

    I have a Dell Optiplex 320 running Windows XP Pro SP3 with, as of tonight, all critical updates installed. I'm using a Perle PCI-RAS 8 modem card for OUTBOUND dialing that I updated to the latest drivers via Perle's website (2.6.11.0). I use these modem connections to dial out to multiple...
  11. cycledick

    Can't see some NTFS Files in XP

    Got a newer Dell Insipron laptop running Vista. Got a corrupt registry and won't boot up. Well, it does boot up, but blue screen in the same place every time and reboots. Recovery console works, but can't fix the problem. My wife wants her files off it, so I have a SATA to USB adapter. I...
  12. cycledick

    How can I reboot an S8300 from the Linux prompt

    The web service on an S8300 LSP (CM 3.1.3) either isn't running, or isn't working properly. So I can't use the normal method to reboot the server because I can't get any response via the browser. I CAN telnet in, but I can't run the 'shutdown' or the 'reboot' command (it tells me they don't...
  13. cycledick

    CM 5.1.2 - Patches Automatically Updated???

    I've heard minor scuttlebutt that patches applied to a system running CM 5.1.2 will automatically propagate to LSPs. Didn't sound like that made sense to me. Anyone else heard of this? Thanks!
  14. cycledick

    ELA Lists in Intuity LX

    Anyone know of a way to add a list of subscribers into an ELA list on an Intuity LX without doing them one at a time?
  15. cycledick

    Easy way to tell if a range of cells in Excel has anything in it

    I have 5 groups of 10 cells in an Excel worksheet. I want to do one thing if ALL 10 CELLS in one group are empty, or another thing if 1 or more of the cells of that same group are populated. So, lets say if all 10 cells are empty, I want to change the fill color of a rectangle (drawing) to...
  16. cycledick

    File size ON the CD vs. File size OFF the CD

    If I copy all the files from a CD (850 seperate files) to my hard drive, the total size goes from 460MB to 950MB! My problem is I now want to write it back to a CD and can't. From what I've been able to figure out, the increase is size is due to each file using more disk space than it...
  17. cycledick

    Router Answering Pings and Tracerouts for ANY IP address

    I've got an Adtran MPLS router that answers pings and traceroutes for any IP address I try. Lets say the IP address of the local Adtran is 192.168.0.1 and the Adtran router at the other location across the MPLS is 192.168.1.1. When I ping from my desktop, 192.168.0.2, to the remote...
  18. cycledick

    AES 4.2 - rmbuseradd is "not found"

    Installing first AES 4.2 on the Dell PowerEdge 1950. Install was uneventful, but the "rmbuseradd -P y login" command just returns a "bash: rmbuseradd: command not found" error. The 4.2 documents say to use the rmbuseradd command, but I can't find it anywhere. Anyone know how you add a PPP...
  19. cycledick

    VB2008 - Keeping a checkbox from being changed

    I hate being a n00b. I’m such a VB novice that I have no idea what I’m doing and am simply reading the help file, trying something, reading some more, etc… BE GENTLE… I have a timer that is being activated by a button. When I click the button it starts. When I click it again, it stops. It...
  20. cycledick

    PPP DCS - Oldie, but not so goodie

    I've got a 7 site system that has 7 seperate systems (and centralized voicemail) that are all DCS'd together via the "old" PPP method of DCS (No ISDN). It is not a hub-spoke design because the customer wanted redundancy with their point-to-points. So, there are various point-to-points going...

Part and Inventory Search

Back
Top