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. 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.
  16. da2004

    screen command

    do a kill -9 to the process of that screen and after that do a screen -wipe. If it is really crashed.
  17. da2004

    Multicast BPS2000, 450T

    Hi, I've a big problem. The configuration is 3 Stacks, one with a BPS2000, 5 Baystack450T, one with 5Baystack 450T and 1 with 4 Baystack 450T. SW is 3.1.0.22 and FW 1.47 on the last two stacks and the BPS is FW:V0.36 SW:v1.0.0.81. The 3 stacks are connected to an accelar 1150 (each port 1Gb...
  18. da2004

    Reascon Codes SCCS42

    Hi, I wonder if anyone has programmed a little application which outputs the not ready reason codes, for example in a textfile, every x-seconds from the Realtime API. Or does anyone know where to get example code? I do not want to install the webserver and use the webclient.... Thx DA.
  19. da2004

    Linux as a Router

    echo "1">/proc/sys/net/ip_forward ;-) ip route add x.x.x.x/yy via outher.router dev ethZ .... now your linux is a router.
  20. da2004

    NCP NFS export

    Hi, i've tried to re-export an ncp (Novell5) mounted Volume via nfs. The ncpmount is no problem: ncpmount -S server -A x.x.x.x -U xxxxxx /mnt/server -P xxxxxx -V sys -N nfs works. the /etc/exports file looks like this: /test sun(rw) /mnt/server sun(rw) mounting nfs-type...

Part and Inventory Search

Back
Top