Author Topic: How to mantain SelectDN target in IRD 7.5 strategies.  (Read 10206 times)

Offline Gef Buneri

  • Sr. Member
  • ****
  • Posts: 370
  • Karma: 0
  • Madness is just a point of view.
Re: How to mantain SelectDN target in IRD 7.5 strategies.
« Reply #15 on: July 28, 2014, 09:43:12 AM »
Thank you a lot Cavagnaro, I'll go deep in logs to understand that abandoned event and how (or if) I can do something about it.

Offline Gef Buneri

  • Sr. Member
  • ****
  • Posts: 370
  • Karma: 0
  • Madness is just a point of view.
Re: How to mantain SelectDN target in IRD 7.5 strategies.
« Reply #16 on: July 29, 2014, 10:07:24 AM »
While indagating logs, let's change pov...

In the actual context, the only way I have to play an audio file, is to invoke gvp with the:
DeliverCall['return:ok|dn:601|rdn:601|switch:GVP|target_location:StatServer75URS|target_name:601_GVP|target_type:RP',DELIVERTOAGENT]  function, in order to use the studio application (play&exit/continue/collect) that plays a .vox file loaded on IPCMs prompt directory. I can't use the play&continue app 'cause after this the interaction doesn't leaves the gvp and I can't route it... though I can't use the play&exit app too, 'cause it generates that eventabandoned leavimg me without nothing to route.

So my question is: "What I need to play a message with. i.e., a play announcement block ?"

In other words, how can I check if I've got all I need to play a message out of the gvp box ?

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7639
  • Karma: 56330
Re: How to mantain SelectDN target in IRD 7.5 strategies.
« Reply #17 on: July 29, 2014, 01:00:35 PM »
On GVP it should be a Prompt...
Maybe you receive as UData the AgentID, on GVP script you get it [AgentID] and add a ".WAV", which would be the WAV file on the prompts? Or TTS maybe?

Offline Gef Buneri

  • Sr. Member
  • ****
  • Posts: 370
  • Karma: 0
  • Madness is just a point of view.
Re: How to mantain SelectDN target in IRD 7.5 strategies.
« Reply #18 on: July 29, 2014, 02:04:06 PM »
Sadly no TTS in my system. The message should be a agentid.vox/.wave message, using the agent id extracted from the select dn. At the moment I pass the 4 numbers agent id to the play application using a variable; the play application plays the four numbers as number1.vox,number2.vox,... and so on. I do not know if any other method is possible.

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7639
  • Karma: 56330
Re: How to mantain SelectDN target in IRD 7.5 strategies.
« Reply #19 on: July 29, 2014, 02:09:17 PM »
Ok it is fine and should work, what is not clear to me is your state:
[quote]
in order to use the studio application (play&exit/continue/collect)
[/quote]

Offline Gef Buneri

  • Sr. Member
  • ****
  • Posts: 370
  • Karma: 0
  • Madness is just a point of view.
Re: How to mantain SelectDN target in IRD 7.5 strategies.
« Reply #20 on: July 29, 2014, 02:28:26 PM »
According to what I've understood, I must use the delivercall to gvp to assign audio resources; if I didn't do so, the play application doesn't works. If I use the delivercall for gvp resource recall, the only way I know to efficiently exit from gvp is using the play&exit application (a studio app called through a play app ird block). This flow generates the eventabandoned.
« Last Edit: July 29, 2014, 02:31:30 PM by Gef Buneri »

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7639
  • Karma: 56330
Re: How to mantain SelectDN target in IRD 7.5 strategies.
« Reply #21 on: July 29, 2014, 05:51:07 PM »
can you post a screenshot of your IRD and GVP apps?

Offline Gef Buneri

  • Sr. Member
  • ****
  • Posts: 370
  • Karma: 0
  • Madness is just a point of view.
Re: How to mantain SelectDN target in IRD 7.5 strategies.
« Reply #22 on: July 30, 2014, 09:27:05 AM »
No problem for ird app, but I haven't studio apps sources. Can I reverse compile it from somewhere ? (think they're deployed in IPCMs, somewhere).

Keep in mind that in the "out" app there's a "oncallabandoned" declaration, to use the eventabandoned in order to recall the "abb_out" app.


http://web.tiscali.it/modifiche/out.png
http://web.tiscali.it/modifiche/out_abb.png

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7639
  • Karma: 56330
Re: How to mantain SelectDN target in IRD 7.5 strategies.
« Reply #23 on: July 30, 2014, 03:00:56 PM »
lol, will send you a PM mate