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 Chriss Miller 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. SoftwareRT

    BUG0392 error

    Could be either. Did you make any CDN or Phantom changes before the bugs prints? These types of bugs can be notoriously hard to isolate. Here's how to start narrowing it down: Check how many BUG0392 reports you're seeing. If it’s just a few, it might be an edge case. If you're getting a lot...
  2. SoftwareRT

    BUG0392 error

    Bug392 is a software registrar error. Zero value in CDR_XFER_TIME means that the system is encountering a situation where the Call Detail Record (CDR) transfer time value is zero, which is not expected or valid for the SETMISCELLANY procedure. Procedure SETMISCELLANY is likely handles system...
  3. SoftwareRT

    Click to dial

    The solution would depend on which Avaya you have (Aura or IP Office)...Both solutions I can think of are CTI. For AURA: CTI -- Avaya support via the AES platform and the DMCC (Device, Media, and Call Control) API.... How It Works: A. User's J189 phone is registered to Avaya Aura /...
  4. SoftwareRT

    Filters in access forms

    So, you want to show 'only active users' in the dropdown for 'new selections', but still display inactive users if they were previously selected (for historical data)? If so, try this Primary Investigator Combo Box Rowsource: SELECT L.USERID, L.INVNM FROM tblLOGIN AS L INNER JOIN...
  5. SoftwareRT

    Please help with my access report

    So, you're looking for something like this: Group 1: Pages 1–8 | Labeled: 1–8 Group 2: Pages 9–16 | Labeled: 1–8 Group 3: Pages 17–24 | Labeled: 1–8 If so, let's call each collection of pages a SET and create these variables in your report's VBA (view code) Private m_PageInSet As Integer...
  6. SoftwareRT

    Help with Nortel CICS : Do I have CLID?

    Here's a breakdown: NT7B69AAAA: This is a Standard Analog Trunk Cartridge for the Nortel/Norstar systems. It does not support Caller ID (CLID). NT7B75AAAE: This is a Caller ID-capable Analog Trunk Cartridge (also called a CLID trunk cartridge). This is the one you would need to enable Caller ID...
  7. SoftwareRT

    Question about analog extension modules

    Just placing this here, not a real solution but it is a possibility ... https://www.amazon.com/Wekuant-Telephone-Ethernet-Fiber-Converter/dp/B0DC9XYHSR...
  8. SoftwareRT

    ODBC Driver Struggles on new computers

    1) Your old Access database is using an ODBC connection with SQL Server Native Client 11.0 (which is actually quite old — it's from around SQL Server 2012). 2) On Windows 11, Microsoft no longer installs SQL Server Native Client 11.0 by default. Instead, they push ODBC Driver 17 or ODBC Driver...
  9. SoftwareRT

    List of abandoned call numbers.

    Hi, In CMS Supervisor, Reports --> Historical Tab --> Other --> Call Records. Input date in in mm/dd/yyyy (2/7/2025) Format. Time hh:mm format and press run. You'll see first image below. NOTE: You can also pull this data from ODBC and Putty. NOTE 2: You can also save report in designer and...
  10. SoftwareRT

    Unrestrict Guest room phones

    I was thinking about this, and I have a concern... If you only change the switch side, for example you find that a checked-in room is COR 5 with FRL 5 and a checked-out room is COR 1 with FRL 1, so you then change COR 1 to FRL 5...Make sure that on check-out, the voicemail box is shutdown and...
  11. SoftwareRT

    Unrestrict Guest room phones

    I think you have to find out which component the PMS is sending check-in/checked-out commands to (usually a hotel voicemail system). When PMS sends check-in(s), the VM system buffers the request(s) and does the following: 1) Opens the extension for outbound dialing (a COR) setting. 2) Opens the...
  12. SoftwareRT

    dubt on API response

    Based on the API response, the email gss.italy@iol.it is not fully valid for delivery. A quick breakdown --- syntax_valid: true -- The email format is syntactically correct. is_disposable: false -- The email is not from a disposable email service. is_deliverable: false -- The email is not...
  13. SoftwareRT

    Cleaning fields with zeroes

    Your code is fine. How about this: FOR NF = 1 TO 12 * Format NF as a two-digit number strNF = TRANSFORM(NF, "@L 99") * Build the object name dynamically txtFieldName = "thisform.txtNFAVRPg" + strNF * Set the ForeColor property directly IF YNFAVRPG(NF) <> 0.00...
  14. SoftwareRT

    Can I move My Apple Mail Emails to Outlook?

    Found this in MS Answers. For Outlook on macOS: Built-in Import Feature: Open Outlook for Mac. Navigate to the "Tools" tab and select "Import." In the Import dialog box, choose "Outlook for Mac archive file (.olm)" and proceed. Follow the on-screen instructions to complete the import process...
  15. SoftwareRT

    Split Function not working

    My guess is you're trying to use OpenArgs (the information you passed to the form) too early in the form's setup process. The Form_Load event happens very soon after the form starts, and while OpenArgs is available, it sometimes doesn't behave correctly at that point. To fix this, move the code...
  16. SoftwareRT

    Send sms via twillo provider

    Start with something like this: Ensure the MSXML2 library is registered on your system. Microsoft XML 3.0 or later installed and registered on your system. Private Sub SendSMS() Dim xmlHttp As Object Dim URL As String Dim AccountSID As String Dim AuthToken As String Dim...
  17. SoftwareRT

    Meridian 1 Basic programming

    What is the TN? If I recall, the 2616 should power up (LED Backlight) from just being connected to the TN (regardless of programming). I think the TN port put out 24 or 48 VDC (again, long time ago, so I'm not sure).
  18. SoftwareRT

    Option 11 Universal Trunk Card Pinout

    The NT8D14 typically uses an Amphenol 50-pin connector. Each port corresponds to a pair of pins (one for Tip, one for Ring). Pinout for 8 Ports onNT8D14 The odd-numbered pairs are used for the analog CO lines. Port Number Tip Pin (Amphenol) Ring Pin (Amphenol) Tip Color (Wire 1) Ring Color...
  19. SoftwareRT

    Option 11 RJ-21 Pinout

    The NT8D02AB typically uses an Amphenol 50-pin connector. Each port corresponds to a pair of pins (one for Tip, one for Ring). Pinout for 16 Ports on NT8D02AB Port Number Tip Pin (Amphenol) Ring Pin (Amphenol) Tip Color (Wire 1) Ring Color (Wire 2) Port 0 Pin 1 Pin 26 White/Blue (W/Bl)...
  20. SoftwareRT

    Avaya CMS Report based on isplit table (total calls for today with summary)

    Not sure if this is relevant: https://www.tek-tips.com/threads/cms-custom-integrated-report-skill-summary.1228959/ About your question, do you have ODBC access to CMS? ODBC will get you historical data and allow you to summarize as needed. (see the attached .jpg) to check your system. If, the...

Part and Inventory Search

Back
Top