At we moment of call ariving to operator desktop we mast pop-up external browser window (IE if it’s impotant) with custom URL like this: http:\server.local\customapp?ANI=xxxyyyzzz , where ANI it’s a current interaction ANI number ?
May be i can inject same Java script in GAD(genesys agent desktop) for this? Or samething?
fanx for advice, but i get everytime one value ani=“null”. but if i try this
ani= (String)interaction.getDn().getInteractions()
i have value like this “[Phonecall-1002-0072019554ae903a (null) ; Status = Ringing ; Done = false ; Notepad = null ; Dn = 1002@srv-sip01 ; TcId = 0072019554ae903a ; parties are [1000] ; ANI = 1000 ; DNIS = 1002]”
мда =)))
вобщем в один и тотже момент если вызвать
ani= interaction.getAttachedData(“ANI”);
то в результате nul
а если так
ani=interaction.getDn().getInteractions()
то в результате получаем строку “[Phonecall-1002-0072019554ae903a (null) ; Status = Ringing ; Done = false ; Notepad = null ; Dn = 1002@srv-sip01 ; TcId = 0072019554ae903a ; parties are [1000] ; ANI = 1000 ; DNIS = 1002]”
собственно что я пытаюсь сделать, так это вызвать новое окно где в URL нужно передать ANI, DNIS, TcID
Sorry about it. jast try fast found a solution.
in prevision post i’m answer to Pioneer question that my different value evolved from same atached data.
Injoy. But still the surest way more so with incoming calls to determine ANI. A further use of ANI from AttachedData. A call can be transferred, ANI may vary.