Author Message
sochu
Joined: Jan 30, 2019
Messages: 4
Offline
Hi all,

I want to consume the response text from aads auto config, how do I do it. what I mean is to consume the following response to auto configuration

## File Generation Notes
## Avaya Dynamic Configuration Service does not recognize User-Agent - .xxxxxxx/1.0 (; Avaya CSDK; SHV39; Android)

SET SIP_CONTROLLER_LIST "voip.xxx.xx.xx:5061;transport=TLS,voip.xxx.xx.xx:5060;transport=TCP,voip.xxx.xx.xx:5060;transport=UDP"
SET SIPPROXYSRVR voip.xxx.xx.xx
SET SIPPORT 5061
SET SIPSECURE 1
SET SIPENABLED 1
SET SIPDOMAIN polri.go.id
SET SIPUSERNAME 62215548
SET SIPHA1 33b8deb5e59c545466d19b73b27e988c
SET ESMSRVR ammsvr.xxx.xx.xx
SET CONFERENCE_VIRTUAL_ROOM 862215548
SET ESMSSO 1
SET ESMREFRESH 0
SET ACSSECURE 1
SET ACSSRVR aadssvr.xxx.xx.xx
SET ESMPORT 8443
SET ACSPORT 8443
SET ESMENABLED 1
SET ESMSECURE 1
SET ACSENABLED 1
SET CONFERENCE_FACTORY_URI 5000@xxx.xx.xx
SET ACSSSO 1
SET CONFERENCE_PORTAL_URI https://video.xxx.xx.xx:443/portal
SET UNIFIEDPORTALENABLED 1
SET LOCKED_PREFERENCES "SIP_CONTROLLER_LIST,SIPPROXYSRVR,SIPPORT,SIPSECURE,SIPENABLED,SIPDOMAIN,SIPUSERNAME,SIPHA1,ESMSRVR,CONFERENCE_VIRTUAL_ROOM,ESMSSO,ESMREFRESH,ACSSECURE,ACSSRVR,ESMPORT,ACSPORT,ESMENABLED,ESMSECURE,ACSENABLED,CONFERENCE_FACTORY_URI,ACSSSO,CONFERENCE_PORTAL_URI,UNIFIEDPORTALENABLED"
SET OBSCURE_PREFERENCES ""

please give me sample code/sample project

Thanks!

best regard,

Sochu
Vaibhao
Joined: Dec 12, 2019
Messages: 23
Offline
Hi Sochu,

We are looking into your query and will get back to with all details.

Regards,
Avaya DevConnect Team
Vaibhao
Joined: Dec 12, 2019
Messages: 23
Offline
Hi Sochu,


Client SDK has provided functionality to parse the settings file. You can explore the class SettingsFileParser to parse response from auto-config server. I need to explore if we have sample code around parsing auto-config file.

But you can proceed with using SettingsFileParser class.

Regards,
Avaya DevConnect Team
ware16.avaya.com
Joined: Sep 23, 2019
Messages: 80
Offline
Hi,

Please refer to the below post, which provided info about using auto-configuration and having sample code.

https://www.devconnectprogram.com/forums/posts/list/23872.page

Thanks,
Avaya DevConnect Team
Go to:   
Mobile view