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!

Recent content by retsila

  1. retsila

    System speed

    the Alchemy Phone manager application also slugs the IPO while trying to connect remove Alchemy phone manager from all users!
  2. retsila

    PHP or .NET?

    hmm the obvious one is that PHP is an open standard & can run on may diferent server platforms Linux, Windows, BSD Apache IIs which means code should be protable should you decide to change hosts.
  3. retsila

    Password retrieval

    I havent moved the file there yet anyway it should be avaialbe tomorrow
  4. retsila

    Password retrieval

    Once I get home & givbe myself write permisions to the pubic directory :-)
  5. retsila

    Password retrieval

    I have a nce utility that will show the system password of any IPO (& alchemy) if you know its IP address & can connect to it. I will place it on my ftp server at 82.18.64.203 for a week or so. it wont give andmin logons for V3.2 upwards , but as these can be reset via the DTE it is not realy...
  6. retsila

    Queue ETA always reports 1 minute

    Do they realy need Queue ETA in my experiance it just antagonises your customers it either gives to short an estimate & the cust complaines "i've been holding for hours when your system said 2 min" or the get a long eta, think you do not have enough staff in the call center & go elsewhere...
  7. retsila

    !!Call Waiting and Collective Hunt Groups!!

    Have you enabled Queing on the Group, I havnt tested yet bus suspect tht will restore your call waiting
  8. retsila

    Credit Machine Won't Work

    Is the PDQ using DTMF of LD for its out dialing IPO only acepts DTMF Try connecting a test butt in parallel so you can monitor the PDQ output
  9. retsila

    Shortcode...

    what bob means is create a series of shortcodes like below SC: *99 Tn: 500 (or whatever your group of exts is) Feature: CallPickupMembers
  10. retsila

    IP Office VM pro voicemail to email

    If using VM pro Configure it to use SMTP to send E-mails this should work with any email server that can use SMTP (I an currenty using Postfix on linux box with no problems, & have also used my ISP's mail server)
  11. retsila

    Syntax help please

    Your SQL querys string has also had single quotes incorectly configured you have: $sql = "INSERT INTO Users (FirstName, LastName, Email) VALUES ('$_POST[firstname]','$_POST[lastname]','$_POST[email]')"; I would try something like $sql = "INSERT INTO Users (FirstName, LastName, Email) VALUES...
  12. retsila

    Extension Login/Logout Issues

    on v3.2 the loging code is optional. to log on dial *35*<extn>*# loging code IS mandatory form V4.0 upwards
  13. retsila

    Avaya IP 500 doesnt go via IP trunk anymore

    Do you have the necessary licence?
  14. retsila

    Hello! I'm

    I quite like Bluefish
  15. retsila

    CCC Reporter

    check that deltaserver on the ccc server is correctly configure to talk to your mail server (it uses SMTP) this is often blocked by firewalls & Anti Virus Software

Part and Inventory Search

Back
Top