Skip to content

RodgersRepo/Phone_report_tool_upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cisco Phone Report Tool Upload Server

A dot net core minimal api application that allows phones or the CUCM "PRT Tool" to upload gun zipped tar files of logs. Ported from the Cisco PHP script.

Full instructions on how to set up a "Customer support upload URL" are contained in the link above. Make sure the URL you place in the text field is:

http://<YOUR SERVER URL AND PORT>/upload

Installation

To VSCODE

For an app this simple might as well just create a new web app project and then paste the contents of Program.cs into your project.

dotnet new create web

When you are ready to publish:

dotnet publish -c Release -o ./publish

Then copy the publish folder to your server. Please copy the web.config attribute maxAllowedContentLength to your published web.config file. Cisco seem to be recommending file upload sizes of at least 20MB.

Usage

Configuring CUCM for this web app

Follow the Cisco instructions to include a customer support upload URL for your phone endpoints registered to CUCM. You can set this at the device level, Common Phone Profile window or Enterprise Phone Configuration window on CUCM. Use Problem Report Tool

Caveats

This application has only been tested in a lab enviroment with a single CUCM publisher. Maximium file size tested was 6285 KB.

Credits and references

Guide to configuring a problem report tool URL.


About

Dot net core app for recieving phone report file uploads posted from phones or CUCM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages