Endpoints can get Macros from web Server using xCommand Provisioning Service Fetch. I have done it. Now I hope to insert the command into configuration Schema and template, so that endpoints are provisioned through TMS PE , endpoints can get Macros automatically. Is it possible to do this? Jianfeng
... View more
May I get participants list in Macro? With IX enabled, I can see participants list on Touch10. May I get this list in Macro?I want to control each participants ,such as mute audio,mute video,set to important people.
... View more
Magnus, How to get CallID in Micro? I can execute the xEvent command to get call information in command line, but I cannot use xEvent in Micro to get call information. do you have any solution? I want to get callID and post/PUT some request to third server to control the call. xEvent CallSuccessful *es Event CallSuccessful CallId *es Event CallSuccessful CallRate *es Event CallSuccessful Direction *es Event CallSuccessful EncryptionIn *es Event CallSuccessful EncryptionOut *es Event CallSuccessful Protocol *es Event CallSuccessful RemoteURI ** end OK
... View more
Great article. I dot it based on this article guide ,but I failed. EP1 is room kit plus, running CE9.6.1, IP:192.168.169.110 EP2 is room kit, running CE 9.6.2, IP:192.168.169.113 First step , I generate the admin:password base 64 code jianfengdeMacBook-Pro:~ jianfengxu$ echo admin:123456 |base64 YWRtaW46MTIzNAo== second step: I add server hostname on EP2 that is IP address of EP1 xCommand HttpClient Allow Hostname Add Expression: "192.168.169.110" Third step: I execute the xCommand on EP1 as follow: xCommand HttpClient Post Header: "Authorization: Basic YWRtaW46MTIzNDU2Cg==" Header: "Content-Type: text/xml" Url: http://192.168.169.113/putxml <Configuration><SystemUnit><Name>Hello World!</Name></SystemUnit></Configuration> the result is : Could not restore configurations: The file was empty
... View more
I have developed the tool to manage recording files and user-based access controll. But there is a key problem: there is only coSpace ID, no meeting name , I can not line file to different meeting. for example, I have meeting named "commit call", and another meeting named "project discussing call". two call use one Cospace. recording file name is not related to meeting name. I hope CMA would support meeting book function .
... View more