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. gbaughma

    Getting SPAM from Tek-Tips ?

    Yeah... I know management is working on better spam filtering... and I delete several posts a day.
  2. gbaughma

    Site Administrator not working on windows 11

    Try right-clicking the icon and "Run as Administrator"
  3. gbaughma

    What has happened here to Tek-Tips??

    Helpful tip: There is a "Breadcrumb" at the top of the page that tells you not only what forum you're currently in, but you can click the crumbs to navigate quickly. Looks like this: Home > Forums > Software > MIS/IT >Office Suites >Microsoft: Office
  4. gbaughma

    Problem with PDFs in IIS

    This may be applicable. If you are running IIS 7.5, and have the Adobe reader plugin. Microsoft has a hotfix...
  5. gbaughma

    TDE200 SIP with Asterisk 16.7.0 drops incoming call after 30 sec

    Is it a SIP trunk between the PBXs, or an IAX2 trunk?
  6. gbaughma

    The conversion of the varchar value '1111224080294' overflowed an int column

    Someone who is more adept at FoxPro should answer this... I'm just pointing out that "best practice" is to validate user input before ever writing it to the database. You can validate in a few ways: Making sure that you are using the proper field type. If it's a number, use a number field...
  7. gbaughma

    RHEL with chrony test time servers

    Well, NTP would be the correct way to do it... However... if you can fetch the current time (and you're not worried about exact accuracy) you can always set it with a date --set="08:30:00" You may be able to do a bash script... something like this? #!/bin/bash strTime = curl -s...
  8. gbaughma

    The conversion of the varchar value '1111224080294' overflowed an int column

    ...of validation on your input, however, or someone typing a letter into your text box will break your code if it's trying to store it into an INT. *ALWAYS* validate user input. Twice. With a microscope. And, it's much safer to use Stored Procedures. Right now your code says "Here's a text...
  9. gbaughma

    Are you interested in this forum?

    I always found this particular forum to be both thought provoking, as well as humbling. I read the posts... ponder the answers... and realize you guys are WAAAAY smarter than I am. :D
  10. gbaughma

    How to remove an transnfered ISO file in Avaya

    You may want to ask in the Avaya group.
  11. gbaughma

    Site Migration Problems, anyone?

    I have requested to management that they change "Edit Own Post" to "Unlimited".
  12. gbaughma

    Seconds to minutes

    SELECT CONVERT(varchar, DATEADD(ss, @Seconds, 0), 108) Should give you HH:MM:SS ... where @Seconds is your number of seconds.
  13. gbaughma

    Windows 11 Screen Colours have changed (slightly)

    In the "sub menu bar" go to Forums --> Watched Forums
  14. gbaughma

    Not able to log into my previous account, and there's no "Forget Password"

    The forgot password link is under the username/password prompt on the home page. That being said, you may be using a no-longer-valid link. Since it's a new site, the links have changed. Please click on "Home" and you should see "Forgot Password" right under the username/password on the right.
  15. gbaughma

    Connecting SIP Phone over Internet

    ...from WAN to 192.168.0.2:5060 192.168.0.2:12000-20000 So... from external to the PBX on those ports. Also note... this is VERY insecure. It's *MUCH* better to set up a VPN (if the phone supports it) into your network... otherwise you're going to almost INSTANTLY get hackers knocking on port...
  16. gbaughma

    How to bar/block outgoing internal calls?

    A dialplan applied to the locked-down extensions wouldn't work?
  17. gbaughma

    County Jail telephones

    Probably a hot dialer. Pick it up, pre-programmed to dial a number. At least, that's the way I'd do it. A ringdown would only work (IIRC) if the bondsman was on the same PBX.
  18. gbaughma

    New Forum Software

    If you would share the errors that you're getting, as well as what browser you're using and other relevant information, I will share that information with management. I'm certain they want the site to work on all modern browsers. If there's an issue, I will alert them to it.
  19. gbaughma

    New Forum Software

    ...that they wanted a site that was more current, more secure, and easier to manage. Who knows if they even had any coldfusion developers to tap. I *do* know that the new management is attentive and listening to feedback, so expect other changes soon, like easier to find your forums and...
  20. gbaughma

    Windows 11 Screen Colours have changed (slightly)

    So, it turns out there's a little "bug" in Windows 11 that greys out the ability to change your taskbar color. Go to Settings --> Personalization --> Colors. You'll notice that "Show accent color on start and taskbar" is greyed out. To un-grey this, change your mode to Dark Mode, then change it...

Part and Inventory Search

Back
Top