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 strongm 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. radder33

    Adding IP500 Digital Station

    The model number on the back is DS16B In the control unit list I see the control unit is showing version 8.0 and some expansion modules version 10.0 The new unit is showing version 9.0 so do I just need to upgrade the version on the control unit? If so will this give me significant down time?
  2. radder33

    Adding IP500 Digital Station

    I am attempting to add an IP500 digital station to our IP500 control unit. We already have some IP 400 digital stations working correctly. I have added the unit and it has been picked up after a reboot of the system but has a alternate flashing green then red light. I can't see this in any...
  3. radder33

    IP500 expansion module distance

    Thanks for all the responses we have decided to relocate the control unit. Slightly off topic but do we need an additional license to register our new expansion unit or if not how do I add it to the system?
  4. radder33

    IP500 expansion module distance

    Could we achieve it through a switch here and a switch on the remote site by passing traffic by tagging or point to point at either side?
  5. radder33

    IP500 expansion module distance

    We are temporarily moving office during building works. We have had cabling down to the new units at a distance of 73 metres. I have seen the limitations regarding distance of expansion units on the older systems but does this still apply on the IP500. If so is my only option to either move...
  6. radder33

    docmd.setwarnings not working

    Both run fine if I run them from database window individually or from the vba if I have the 'docmd in place only fails when I make the docmd active
  7. radder33

    docmd.setwarnings not working

    I have been using this method for years to run back grouns queries etc for years and for some reason in my current form it is playing up. My code is quite simple. DoCmd.SetWarnings False DoCmd.OpenQuery "DeleteRowCounters", acViewNormal DoCmd.OpenQuery "UpdateRowCounter", acViewNormal, acAdd...
  8. radder33

    On paint event run time error

    Morning All I am trying to run a bit of vba to colour the cells on a form depending on the content. I have set the on paint event and put this behind it. If Me.Completion_.Value = 0 Then Me.Completion_.BackColor = vbRed ElseIf Me.Completion_.Value = 100 Then Me.Completion_.BackColor = vbGreen...
  9. radder33

    Incorrect CSV Format - Import Directory

    Haha we have never used that thankyou.
  10. radder33

    Incorrect CSV Format - Import Directory

    We have 700+ entries and the option is there to import??
  11. radder33

    Incorrect CSV Format - Import Directory

    So I can't import the directory??
  12. radder33

    Incorrect CSV Format - Import Directory

    Thats how I actually created my 5 entry file
  13. radder33

    Incorrect CSV Format - Import Directory

    I am trying to import the directory into phone manager and keep getting an error that the the file is incorrect csv format. I have tried creating the file from notepad and excel but get the same error I have also tried reducing the file to just 5 entires and checked for spaces and foreign...
  14. radder33

    Incremental counter for Sub Tasks

    I am creating a small internal database for tracking projects etc. I have set up so that the project is assigned an ID upon entry. For example A_1 would be for Admin IT_2 for IT etc. As each Project will have sub tasks I need to then assign task numbers in increment starting from 1 So A_1.1...
  15. radder33

    Cannot dial anonymous message box

    Apologies it is assigned ext 89 and user 89 is night service but its not permamnently assigned to a handset. I believe my predecessor sisn't set this up "by the book" so I apologise for any confusion.
  16. radder33

    Cannot dial anonymous message box

    The user exists as night service we dial *7 then mail box number then access code. It asks for mailbox number or access code multiple times. We are receiving messages and can listen to them via wavs to e mail
  17. radder33

    Cannot dial anonymous message box

    We are running vm pro 8.0 (1011) when we try and access the mail boc it either goes dead after the short code or keeps repeating the request for the mail box number or access code then dies. I have run the debugger but don't see anything giving an error I have included some of the debug file...
  18. radder33

    Voiceflex SIP on IPO 500

    Afternoon Everyone, had a further update from the firewall guys. Hello Alan, as i can see so far, it is registration error to the voiceflex provider: In the first sip request you can see: sip:84419427@sip17.voiceflex.com, then sip:Unknown@sip17.voiceflex.com in the sip options request...
  19. radder33

    Voiceflex SIP on IPO 500

    Hello thanks for all the help up to yet, I finally got a reply from Germany with the questions below which are a bit outside of my knowledge if anyone can help? 1. Which kind of voip domain is needed proxy, gatekeeper, gateway, call agent, call manager ? 2. Where this IP is coming from...
  20. radder33

    Voiceflex SIP on IPO 500

    I have deleted the route with 93.95.124.76 and changed the 0.0.0.0 one as below IP Address = 0.0.0.0 IP Mask = 255.255.255.255 Default Gateway = 172.22.222.254 I made network topology none on the line and the above is the trace I got after reboot. So if I understand the traffic is going out...

Part and Inventory Search

Back
Top