Author Topic: Audio resource management  (Read 2282 times)

Offline vignesh_manivannan

  • Newbie
  • *
  • Posts: 1
  • Karma: 0
Audio resource management
« on: November 15, 2017, 08:12:30 AM »
Hi,

how to retrieve list of audio files with details like message name , ARID etc.,  Is there is Genesys SDK object.

Please share some thoughts

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2752
  • Karma: 44
Re: Audio resource management
« Reply #1 on: November 15, 2017, 08:57:43 AM »
Information about the ARM you can retrieve from created ListObject (parameter group). The audio itself could be reachable via HTTP (WebDAV) or via fileshare - depends on your architecture.

Offline berrysthyaga

  • Newbie
  • *
  • Posts: 6
  • Karma: 0
Re: Audio resource management
« Reply #2 on: November 16, 2017, 04:21:15 AM »
[quote author=Kubig link=topic=10744.msg48864#msg48864 date=1510736263]
Information about the ARM you can retrieve from created ListObject (parameter group). The audio itself could be reachable via HTTP (WebDAV) or via fileshare - depends on your architecture.
[/quote]

Hi Kubig,

sample code snippets will be helpful in this scenario..