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 Mike Lewis 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. nickd87

    Extension 0 to route to different destinations

    We do this. It can be done using a combination of VDNs, AAR and ARS.
  2. nickd87

    Limit inbound call duration

    I know of no clean way. You might be able to achieve this using a "converse-on" step and the Vector Disconnect Timer value in 'cha sys feat'. You could use a "converse-on" step to queue the call to the skill you want to limit the inbound duration for. The call will drop once the Vector...
  3. nickd87

    Playing prompns while caller in queue

    You don't need 10 VAL boards for 300 concurrent callers hearing announcements. 1 (per port network) will handle that just fine.
  4. nickd87

    Attd bombarded with login violations from unknown extension

    Looks like a random system is connecting to your switch erroneously and effectively sending it garbage at the login prompt, causing your login violation notifications at the attendant. However, the data there "cstatu", "clist" and "cdispl" looks curiously like the beginning of commands in SAT...
  5. nickd87

    IGAR

    You are right to say that a delay is normal. The delay is simply caused by the IGAR call being set up in the PSTN. However, 6 seconds sounds like something else is going wrong. What types of trunks are you using? Check your events log; are there any denial events relating to IGAR? Do a 'list...
  6. nickd87

    9 inserted in missed call log

    Yes, to turn this feature off, use: SET ENHDIALSTAT 0 in the 46xxsettings.txt file.
  7. nickd87

    Maximum Concurrent Trunks During Interval?

    Hi all I am hoping to find a CMS report or BCMS command on the switch that will show me the maximum number of concurrent trunks in use during certain time frames. What I am trying to do is find out how many trunks were in use between different day parts. For example, between 11am - 4pm and 9pm...
  8. nickd87

    Calls "queueing" on a phone's call-appearances?

    What you're after is multiple call handling.
  9. nickd87

    Application to change variables in CM3

    Hi there I am wanting to write an application that can change Variables in Vectors (VIV) on a Communication Manager 3.1.5 system. I have looked at DevConnect et al and all of the examples seem to deal with call control and things like that. I don't want to have an application that can answer...
  10. nickd87

    IVR Delay?

    Well that's technically true as you stay at the converse-on step until the IVR passes back control. That's what I'm _not_ seeing in the trace above... it never seems to come back to the PABX, so I think it's entirely possible that your delay is somewhere in the IVR and the IVR is actually...
  11. nickd87

    Vectoring Question

    You have at least 2 options: 1. If all of your agents are in Aux, your EWT will be infinite. So you could do a "goto step x if expected-wait for skill X > 9999" and go from there. 2. If all of your agents are in Aux, there are no available agents, so you could make that your goto conditional...
  12. nickd87

    IVR Delay?

    That's interesting... I'm not seeing the collect step (step 3) being executed in the trace. Did you leave the trace running until the IVR attempted to pass back the digits?
  13. nickd87

    IVR Delay?

    Hmm... so you're collecting 5 digits and your IVR is dialling the CDRC then five digits? Is your collect step directly after the converse step? Can you post a trace of the call going through the IVR? Are you using CAS or QSIG?
  14. nickd87

    IVR Delay?

    This might seem obvious but check that you are collecting the correct number of digits after your converse step. If you are waiting for more than your IVR is returning, the pabx will wait for the interdigit timeout to expire before continuing with vector processing.
  15. nickd87

    ActiveX EXE: How to destroy object?

    Thanks for your comments (criticisms). Obviously I am lacking fundamentals here; that is not disputed. The ActiveX EXE has a Winsock control which is on a form. When it raises the event, it doesn't do anything further - so that's probably why it doesn't die. But I also don't do any Set Object...
  16. nickd87

    ActiveX EXE: How to destroy object?

    Hi I have a standard EXE that makes an out-of-process call to an ActiveX EXE which does its thing, then raises an event, which the standard EXE consumes. Obviously, since the ActiveX EXE raises events, the object is declared with "WithEvents" in a form, and is then instantiated when the call...
  17. nickd87

    IVR Delay?

    Check how fast your IVR is pulsing the DTMF tones. Also, try making it send a # at the end of the digits it's returning. That might speed things up.
  18. nickd87

    How to disable service oberving?

    Remove the feature access code for it in "change feature
  19. nickd87

    What's the best way to deal with this?

    I'm asking if I can, after trying to .Connect, pause until its state changes to sckConnected. The part I'm trying to get right now is the unsolicited sending of data to the client. I don't necessarily care if it is receiving data at this point. The application I am writing is a server that...

Part and Inventory Search

Back
Top