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 Shaun E 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. avaya99

    QUE TO AGENT and how to make it variable

    I'll hope you enjoyed your beer's Thanx ! Any other suggestions welcome !!
  2. avaya99

    QUE TO AGENT and how to make it variable

    ...of script. (don't pay to much attention to the var names and it's far from complete) --------------------------------------------------------- /* ask for the agent number */ ASSIGN "false" TO notypeahead ASSIGN "5" TO numberofdigits ASSIGN "#" TO termchar ASSIGN "4" TO...
  3. avaya99

    DDC hunt group : re-hunt on no answer

    I figured it out. It does as I hope'd it would do. If you program it to 4 rings and if the station to witch the call was routed doesn't answer the call goes to the next in the group !
  4. avaya99

    One extension will not log in properly

    Have you tried to delete station 3506 en then recreate station 3506 ? (you could use the duplicate station command to set it to an unused number and duplicate it back to 3506)
  5. avaya99

    DDC hunt group : re-hunt on no answer

    Hi All, I heve A DDC huntgroup, and I want to go to the next person on Busy,aux-work,send-calls and --> no-answer Normally if you have a not answered phone in a ddc group the call would stay on the phone. (or you have to program a button to set the station to aux-work or send-calls) would'nt...
  6. avaya99

    How can I read the value of a Call variable

    I did try the call_by_call report en the contact_summary but nowhere on the reports i can detect the value of the variable ! Any other ideas ? Thanx !
  7. avaya99

    How can I read the value of a Call variable

    Of course I Ment : In my opinion it says : T=T+1; if T>10 then T=1;counter_needreset=TRUE
  8. avaya99

    How can I read the value of a Call variable

    I am quite new to Scripting (But I've done years of Comm manager vectoring) In our script is the following : - - - ASSIGN FALSE TO KS_KV_Teller_NeedReset ASSIGN FALSE TO KS_KV_OfferKTO READVAR KS_KV_Counter_Inc_Calls ASSIGN KS_KV_Counter_Inc_Calls + 1 TO KS_KV_Counter_Inc_Calls IF...
  9. avaya99

    Call-forwarding from a station to an agent

    I Got it. What was happening is that i had a call-forwarding after call-forwarding. If an agent (3999) is logged in at station (7799) and you dial that agent this is what happens The agent is call-forwarded to station 7799 So 3999 --> 7799 When I call-forward station 7728 to agent 3999 this...
  10. avaya99

    Call-forwarding from a station to an agent

    Thanx for your answer, but that's not the case. The Agent and the Station both have the same Cor (and if I do the same with 2 stations with the same cor is works) Besides cor to cor is all set to 'y'
  11. avaya99

    Call-forwarding from a station to an agent

    Yep the agent was logged in. If the agent is NOT logged in you get a busy signal (i don't know how to change that either)
  12. avaya99

    Monitor outside calls

    Or you can prgram it yourself with netcat this See thread : http://www.tek-tips.com/faqs.cfm?fid=4327
  13. avaya99

    Call-forwarding from a station to an agent

    Hi there, Does anyone know if it is possible to forward a station to an agent-extenstion Station 7728 agent 3999 I can do *213999 at station 7728 en it gives me the OK tone (or user de call-forward button) If I do a list-call-forw. it says : station 7728 is forwarded to 3999 So the...
  14. avaya99

    talk back collected digits

    Here it is ! http://www.tek-tips.com/faqs.cfm?fid=7532
  15. avaya99

    talk back collected digits

    Thanx BIS , That is wat I needed. I Modified those vectors a bit so they can be called. I placed them on the FAQ page.
  16. avaya99

    Speaking back digits collected / stored

    In addition to : phoneman2 (http://www.tek-tips.com/faqs.cfm?fid=4624) and kristiand'g (http://www.tek-tips.com/faqs.cfm?fid=7516) I modified the vectors from kristiand'g a little so they can be called and use a variable in stead of collected digits and I formatted it a little for...
  17. avaya99

    talk back collected digits

    Hi There, Anyone ever programmed a vector to talk back the collected digits ? What I want to do is : collect a number and store a it in a Variable Then talk back : The number you entered is : 123456 Is this number correct press 1 , press zero to reenter the number or disconnect. The 'hard'...

Part and Inventory Search

Back
Top