I'm developing a customization using AXL, but I got stuck on that message.
I already tried everything, but nothing seems to work, follow my code below:
JAXBElement<String> minimumSecurityLevel = new JAXBElement<String>(new QName(String.class.getSimpleName()), String.class, null, "1");
......
xMeetMe.setMinimumSecurityLevel(minimumSecurityLevel);
......
meetMe.setMeetMe(xMeetMe);
axlPort.addMeetMe(meetMe);
Thanks in advance.
Best Regards.
Fabio G. Martins
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I hope you got an answer from below thread.
"Minimum Security Mode must be set for Meet-Me Conference Patterns"
Thanks,
Raghavendra
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Yes, actually I figured out what I was doing wrong, then I fixed and attached the code on that thread to contribute with the community. That's sounds fair to me
Best Regards
Fabio G. Martins
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Comments
0 comments
Please sign in to leave a comment.