Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I want to deploy MCU 5320 as Unified CM media resource using this guide (page 36). But I don't have "Use trunk" option on settings_sip.html webUI page. I also have access to another 5320 MCU with the same feature key set, where this option is availab...
Hello community,I've got problem while sql querying Cm database.Should datetimeinserted field of device table return timestamp of when phone profile has been created?I'm getting just empty string, while values of other fields in this table returned s...
Greetings!I have created directory xml service, which using enduser.csv as data source created through the "Bulk administration > Export" feature on my call manager. Everything works well, but I don't like this complicated way of getting enduser.csv...
Greetings!
My ip phone 9951 is not creating objects from xml service, it just returns xml code. This could be explained by the fact, that I'm doing something wrong, but I CAN see my service working as intended from another ip phone (model 8945).
I h...
Yes it's possible. A lot of work though. It looks easier if you removing code from generated c#, the compiler helping you by giving warnings. I'm thinking about creating tool for automatic generating with selecting only required features.
https://tools.cisco.com/bugsearch/bug/CSCus72831/?referring_site=bugquickviewredirThis bug is fixed at the moment, but I have no time to order patches from reseller (I have no right to download myself), so I made a little kludge, which really works. ...
I was thinking about running SQL queries, but how? Which account should be used to access database? I will check tomorrow if default admin can do this, but I'm not sure about this.
Thank you! You made me understand this now! I finally have hello world service.9951 phones require xml header passed with script.Now php script should look like:<?phpinclude "service.xml";header("Content-Type: text/xml");?> It works now!