Author Topic: GVP ARM Message  (Read 2556 times)

Offline usergen

  • Newbie
  • *
  • Posts: 3
  • Karma: 0
GVP ARM Message
« on: January 18, 2019, 04:00:56 PM »
I want to play ARM messages configured at my GAX server on composer
here is the config I put
[code]Type : ARM
Base URL : 'http://gaxhostname:gaxport/gax/api/arm/audioresources/'
Value (audio Resource ID) 1002
Personality ID  10
Format : _gsm.wav[/code]


The result is:

[code]GET /gax/api/arm/audioresources/1100210_gsm.wav HTTP/1.1
2019-01-18 16:56:24.981 DBUG 012001C4-10002D2A-00000C4D 277715264 01F00000 FMUserRequest.cxx:579 Host: gaxhostname:gaxport
2019-01-18 16:56:24.981 DBUG 012001C4-10002D2A-00000C4D 277715264 01F00000 FMUserRequest.cxx:579 User-Agent: NGi/GVP Media Control Platform (Build: 8.5.185.34)
2019-01-18 16:56:24.981 DBUG 012001C4-10002D2A-00000C4D 277715264 01F00000 FMUserRequest.cxx:579 Accept: */*
2019-01-18 16:56:24.981 DBUG 012001C4-10002D2A-00000C4D 277715264 01F00000 FMUserRequest.cxx:579 Cache-Control: max-stale=0
2019-01-18 16:56:24.981 DBUG 012001C4-10002D2A-00000C4D 277715264 01F00000 FMUserRequest.cxx:579 X-Genesys-FMSessionID: 012001C4-10002D2A-00000C4D
2019-01-18 16:56:24.992 DBUG 00000000-00000000 277715264 01F00000 FMResponseData.cxx:341[b] HTTP/1.1 401 Not Authenticated[/b]
2019-01-18 16:56:24.992 DBUG 00000000-00000000 277715264 01F00000 FMResponseData.cxx:360 X-Content-Type-Options: nosniff
2019-01-18 16:56:24.992 DBUG 00000000-00000000 277715264 01F00000 FMResponseData.cxx:360 X-XSS-Protection: 1; mode=block
[/code]
did you know how to solve this problem please?
how to access these messages from my MCP server

Thank's

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7639
  • Karma: 56330
Re: GVP ARM Message
« Reply #1 on: January 18, 2019, 05:51:01 PM »
[font=dejavu sans mono, monaco, lucida console, courier new, monospace][size=1]http://gaxhostname:gaxport/gax/api/arm/audioresources/ < at here, just disable authentication, needs to be accesible without credentials.[/size][/font]

Offline usergen

  • Newbie
  • *
  • Posts: 3
  • Karma: 0
Re: GVP ARM Message
« Reply #2 on: January 21, 2019, 08:15:42 AM »

Thank you for your answer, how can I do that, this is the GAX server

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2752
  • Karma: 44
Re: GVP ARM Message
« Reply #3 on: January 21, 2019, 08:35:59 AM »
If I recall well it should be allowed by default - at least in my lab it works by default, without any configuration change on GAX (Jetty level). It seems you are using custom configuration, so try to look for jetty configuration files or at least for web.xml configuration file

Offline David Alvarez

  • Newbie
  • *
  • Posts: 17
  • Karma: -1
Re: GVP ARM Message
« Reply #4 on: June 11, 2019, 05:00:11 PM »
Use another web server. By ex: IIS.
This way you are not limited to the audios that work if the GAX is started.