cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
997
Views
5
Helpful
2
Replies

XML Code for TMS Custom Command Template - HTTPFeedback

Nij
Frequent Visitor
Frequent Visitor

I'm trying to create a TMS template to register a URL and Expressions to a feedback slot.

 

My question is - what is the syntax for adding more than one Expression?

 

The code I'm using works fine for Expression 1, but I can't figure out how to add Expression 2, 3 etc. For everything I've tried so far the template either fails or all the expressions I'm trying to add get consolidated into Expression 1.

 

For example:

<Command><HttpFeedback><Register>
<FeedbackSlot>1</FeedbackSlot>
<ServerUrl>https://10.............../ServerUrl>
<Expression>/Status/Audio/ Microphones/Mute</Expression>
<Expression>/Status/Audio/Volume</Expression>
</Register></HttpFeedback></Command>

2 Replies 2

Alexander Stevenson
Cisco Employee
Cisco Employee

 

Hello @Nij,

 

You might be able to find more info in the Custom Commands for Endpoint Configuration Templates in TMS document.

 

Hope this helps.

Nij
Frequent Visitor
Frequent Visitor

Thank you for that, I hadn't seen that document before - it addresses the exact question I had!  I'll give it another try later.