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 da2004

  1. da2004

    "Call Data" Intrinsinc

    that is exactly the problem that I have. I can not find it in the documentation. But the intrinsinc exists, you can check that in sccs-script-editor under help, script commands, etc....
  2. da2004

    "Call Data" Intrinsinc

    Hi, does someone know for what the call intrinsic "call data <integer> 1-10...." is used. The result of the intrinsic is a dn. Version is SCCS 4.2
  3. da2004

    Symposium Call Center Server Call-by-Call &quot;Call ID&quot; report length

    the callID seems to be derived from the size of the callregister within your meridian opt xx programming.
  4. da2004

    Publishing Symposium stats to a web page

    quick and dirty / take a screenshot every x seconds from the realtime display and post the picture to your webserver. better: write a program with the realtime api and directly export html or textfiles every x seconds and include the export somehow in your webpage (database, cgi, perl, asp...
  5. da2004

    Odd call failing

    did you tested that by yourself? e.g. skilled one Testagent, phoned the CDN and experienced the same problem by yourself? perhaps these are special callers on that application? ;-)
  6. da2004

    How to deny all sites except a few? (using Squid)

    acl all dst 0.0.0.0/0.0.0.0 acl access_domains dstdomain .domain1.tld .domain2.tld. . domainXY.tld http_access allow access_domains http_access deny all this way.
  7. da2004

    Multiple Service Level Thresholds

    you'll have to take the ApplicationStats. You have database fields like ansdelay2 in 2 second steps until 60 seconds and from 60 secs to 300 secs in 10 secs steps. Create a formula like this: ansdelay2+ansdelay4+...+ansdelay60 That's your second Servicelevel. it'll get very long. :-)...
  8. da2004

    MY SQUID SERVER IS NOT OPENING YAHOO

    first of all, try the proxy from your isp directly. If it is ok and you can visit dynamic sites, check your acl lines.
  9. da2004

    SCCS port usage

    i'd suggest you, using remotedesktop to a workstation where the client is installed. Works through VPNs and firewalls :) XP has this feature native you just have to enable it. An alternativ solution is a terminal server. But that doesn't seem to work very good. I tried a NT4-TS one time.
  10. da2004

    SMTP Relay

    http://www.qmailrocks.org/ i worked with sendmail, postfix and qmail. i liked the sendmail configuration most, but i think qmail is very stable and secure. Don't you want: ? ;-) internet --- firewall - intranet | ------>mailrelay ?
  11. da2004

    question about squid...

    try squidguard. It is very easy to configure.
  12. da2004

    NT4 remote desktop sharing for fedora?

    I think you want a rdp-client. the name is rdesktop.
  13. da2004

    SCCS Reports - Interval Change

    Hi, Simply select the timestamp-field and group it "hourly" in the group properties. Then builds summaries in this group and the formulas you need. You have to refer, for sure, now to the sums you build in the group by timestamp. It is a little work for the first report. here is a link for...
  14. da2004

    Which version of Linux to use?

    Hi, If it is for testing, i would suggest you look at linuxiso.org and try some of the distributions. If you are new, you can try any distribution. You will learn much from installing the different distributions ;-). If the webserver should be used in a production environment i would suggest...
  15. da2004

    Export Nortel Symposium Call Center user defined reports

    no i make a copy of ..Nortel Networks\Symposium Call Center Server\Client\en\data\nicrpt.mdb and copy it to the other client. Should work. The other way is to use this "Data migration wizard" which was shipped with 4.2.

Part and Inventory Search

Back
Top