Skip to content
View netvoip's full-sized avatar
  • Moscow, Russia

Block or report netvoip

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. uccx-stats uccx-stats Public

    Cisco UCCX database statistics collector

    Python 16 9

  2. cucm-phonegrabber cucm-phonegrabber Public

    Cisco IP phone inventory tool (aka serial grabber)

    Python 18 7

  3. uccx-inventory uccx-inventory Public

    Export UCCX configuration into plain text and find unused files

    Python 7 2

  4. zoom-cucm-fixer zoom-cucm-fixer Public

    Regain control of broken devices for CUCM application user. Zoom Callrec usecase.

    Python 3 2

  5. Ansible playbook that changes expire... Ansible playbook that changes expired password for hosts
    1
    ---
    2
    # Original idea by quangvnm, modified to get working
    3
    # Change username, oldpass and newpass to yours
    4
    
                  
    5
    - hosts: all
  6. Fast multithread connections to netw... Fast multithread connections to network devices using Napalm
    1
    #!/usr/bin/env python3
    2
    # -*- coding: utf-8 -*-
    3
    # Script gathers facts and runs list of commands
    4
    # List of devices is taken from ip.yml at the same directory
    5
    # If no device type is specified than cisco ios will be used