This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <# | |
| .SYNOPSIS | |
| Exports CUCM 12.5 Directory to a CSV file. | |
| .DESCRIPTION | |
| This PowerShell script will export and convert Cisco Unified Call Manager Directory data to CSV format. | |
| .PARAMETER URL | |
| The URL of the AXL API | |
| .PARAMETER Credentials | |
| The credentials to use for the AXL API | |
| .PARAMETER OutputFile |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <# | |
| .SYNOPSIS | |
| Cleans CS1000 PuTTY Log to create a CSV file for import into a spreadsheet. | |
| .DESCRIPTION | |
| This PowerShell script cleans up the PuTTY log file created by the CS1000. Example: | |
| >ld 95 | |
| REQ prt | |
| TYPE name | |
| CUST 0 | |
| PAGE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!KAMAILIO | |
| #!define WITH_MYSQL | |
| #!define WITH_GEOIP2 | |
| #!define WITH_SECFILTER | |
| #!define WITH_ANTIFLOOD | |
| #!define WITH_AUTH | |
| #!define WITH_IPAUTH | |
| #!define WITH_USRLOCDB | |
| # | |
| # Kamailio SIP Server v5.6 - default configuration script |