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

  1. DCLUser

    Export List of Extensions using IP Users Licenses

    Thank you Techymitel for the speedy solution. I just exported the data again and used Excel to filter the results, as you suggested, and now I get 182 extensions. Now that's a number I can work with. To get 182 I unselected "Multi-Device" (the License and Option Selection form lists...
  2. DCLUser

    Export List of Extensions using IP Users Licenses

    Is there a way to export a complete list of extensions consuming an IP Users license from a Mitel 3300? We have a Mitel 3300 running MiVoice Business release 8.0 SP3 PR2. I've been asked to audit the licensing on our Mitel switch by comparing the number of extensions consuming an IP Users...
  3. DCLUser

    A question of rerouting...

    Sarond, I double-checked the Call Rerouting form after reading your reply. Turns out that when I set up the Call Rerouting - 1st Alt, I set it to use the same Always Alternative number that I used for the Night2 system setting. I changed it to the Always Alternative number for the voicemail...
  4. DCLUser

    A question of rerouting...

    Hi Sarond, I understand what you're suggesting but I have a few questions about the results: 1. Presuming this works, where would the calls route: voicemail system attendant or the general mailbox? 2. Would this also mean that missed calls at reception route to the voicemail system as...
  5. DCLUser

    A question of rerouting...

    How do you route missed calls to voicemail when the system is in night 2? Our office is open from 8 am to 5 pm. Our reception person works from 8 am to 4:30 pm. She puts the phones into night 2 when she leaves. (Night 2 has been programmed to ring at an extension, and an appearance of that...
  6. DCLUser

    Mitel 3300: Importing User and Services Configuration CSV file to bulk add extentions

    Thank you for the suggestion Jemson. I eventually discovered that Mitel includes a tool in the 3300 to create CSV files just for this purpose. When you click to upload a CSV file it gives you an option to download a tool to create the CSV file for you. So I downloaded that tool and was able...
  7. DCLUser

    Mitel 3300: Importing User and Services Configuration CSV file to bulk add extentions

    Good morning. What I'm trying to do: add 40+ extensions to a Mitel 3300 MXe II switch without having to add each extension one at a time. What I've done already: I exported the current User and Services Configuration to a CSV file to edit with Excel. I've also determined which extension...
  8. DCLUser

    Unified Communicator Advanced (version 6.0.220.0) Failed To Dial error message

    @ AlphaMann - in the order you asked them: I don't understand what you mean by "How many extensions are on the account?" This is one person using one extension logged into a Unified Communicator Advanced client software installed under their user profile in Windows 10. I have not tested the...
  9. DCLUser

    Unified Communicator Advanced (version 6.0.220.0) Failed To Dial error message

    I have a client running the UCA client (software version 6.0.220.0) that can't place a call. When they start the software it logs them in automatically, shows their status (In the office or Working from home), and the little phone icon turns green indicating that they are connected and ready to...
  10. DCLUser

    Mitel 3300 BLF information not updating in 5550 IP Console

    One of the extensions that appears in the BLF list on the 5550 IP Console keeps showing up as "Call Forward - Always" even though the extension isn't being forwarded. The 5330 IP phone allocated to the extension does not show the icon indicating that the extension is forwarded, the Call...
  11. DCLUser

    Converting all Word Documents to Plain Text(.txt) format in a "Specific" folder

    Wouldn't it be more like: For Each objFile In objFolder.Files Set objDoc = objWord.Documents.Open("C:\VBS\"& objFile.Name & "." & objFile.Extension) objDoc.SaveAs "C:\VBS\" & objFile.Name & ".txt", 2 objDoc.Close objWord.Quit Set objDoc = Nothing Set objWord = Nothing Next I can't recall off...
  12. DCLUser

    Windows 10 VBScript returns access denied

    xwb: Sorry about the late reply. Unfortunately Windows 10 is a lot more stubborn than Windows XP was, so creating a shortcut wasn't a viable option. We eventually figured out what was creating all the user profiles - a patch management tool which was responsible for updating user systems, and...
  13. DCLUser

    Remotely Rename Windows 10 System

    gbaughma: What is the syntax of the command?
  14. DCLUser

    Windows 10 VBScript returns access denied

    xwb: I just signed into my Windows 10 test system as the local administrator, opened an elevated command prompt, and ran the script using cscript and it ran fine. So here's the difficult question: Do you know how to get around this requirement so that I can push out this script through a...
  15. DCLUser

    Remotely Rename Windows 10 System

    I need a way to remotely rename a Windows 10 computer after it has been freshly imaged. Windows is assigning a default name (ie: WINDOWS-34JDR8E) and I'd like to be able to run a VBScript that asks for the current name of the system (ie: WINDOWS-34JDR8E), asks for the new name (ie: NEW-NAME)...
  16. DCLUser

    Windows 10 VBScript returns access denied

    I have cobbled together the following code to search for and delete local user accounts that start with "ALS_SVC". 'Constants and Variables Const HKLM = &H80000002 Const StartKey = "SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList" Const SearchValue = "ProfileImagePath" Const MatchData...
  17. DCLUser

    Programming a VSC on a 3300 MXe running software version 5.0

    Thank you for your assistance. I will contact the telco again to confirm we cannot dial *57 over a PRI to see what other options they have available.
  18. DCLUser

    Programming a VSC on a 3300 MXe running software version 5.0

    The technician I spoke with was aware that we have a digital trunk and still insisted that *57 would work. I'm also skeptical about it working as there's no way, as far as I understand, to prevent a second call from coming across the PRI and *57 mistakenly recording that call as the offending...
  19. DCLUser

    Programming a VSC on a 3300 MXe running software version 5.0

    The purpose of *57 is to log the call with the telco security department. The issue is that someone is placing inappropriate calls to one of our staff members. I looked through the logs but the caller ID is being blocked. I talked with the telco and they said the next time the staff member...
  20. DCLUser

    Programming a VSC on a 3300 MXe running software version 5.0

    I have a situation where staff in an office need to be able to dial *57 on a Mitel 5300 series phone, where *57 is a telco vertical service code (VSC) not a Mitel feature code. I've tried manually dialing 9 (for an outside line) and then *57 but the phone gives me a fast busy. I've also tried...

Part and Inventory Search

Back
Top