voip-utils


Namevoip-utils JSON
Version 0.2.2 PyPI version JSON
download
home_pageNone
SummaryVoice over IP Utilities
upload_time2024-12-29 17:15:11
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9.0
licenseApache-2.0
keywords home assistant voip phone
VCS
bugtrack_url
requirements opuslib
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # VoIP Utils

Voice over IP utilities for the [voip integration](https://www.home-assistant.io/integrations/voip/).

## Test outgoing call
Install dependencies from requirements_dev.txt

Set environment variables for source and destination endpoints in .env file
    CALL_SRC_USER = "homeassistant"
    CALL_SRC_IP = "192.168.1.1"
    CALL_SRC_PORT = 5060
    CALL_VIA_IP = "192.168.1.1"
    CALL_DEST_IP = "192.168.1.2"
    CALL_DEST_PORT = 5060
    CALL_DEST_USER = "phone"

Run script
python call_example.py


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "voip-utils",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9.0",
    "maintainer_email": null,
    "keywords": "home, assistant, voip, phone",
    "author": null,
    "author_email": "The Home Assistant Authors <hello@home-assistant.io>",
    "download_url": "https://files.pythonhosted.org/packages/3e/a8/f39a13e0cf9a4ff4b118406b9c57be702a2476438cd71221355b9e9a4219/voip_utils-0.2.2.tar.gz",
    "platform": "any",
    "description": "# VoIP Utils\n\nVoice over IP utilities for the [voip integration](https://www.home-assistant.io/integrations/voip/).\n\n## Test outgoing call\nInstall dependencies from requirements_dev.txt\n\nSet environment variables for source and destination endpoints in .env file\n    CALL_SRC_USER = \"homeassistant\"\n    CALL_SRC_IP = \"192.168.1.1\"\n    CALL_SRC_PORT = 5060\n    CALL_VIA_IP = \"192.168.1.1\"\n    CALL_DEST_IP = \"192.168.1.2\"\n    CALL_DEST_PORT = 5060\n    CALL_DEST_USER = \"phone\"\n\nRun script\npython call_example.py\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Voice over IP Utilities",
    "version": "0.2.2",
    "project_urls": {
        "Source Code": "https://github.com/home-assistant-libs/voip-utils"
    },
    "split_keywords": [
        "home",
        " assistant",
        " voip",
        " phone"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3ea8f39a13e0cf9a4ff4b118406b9c57be702a2476438cd71221355b9e9a4219",
                "md5": "b52d3c988ae0abb6a787a5c77338a966",
                "sha256": "68c2846a3399c11e2c6642e531eb500a9d20c88b7144a42e3673b53ef3e82d4d"
            },
            "downloads": -1,
            "filename": "voip_utils-0.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "b52d3c988ae0abb6a787a5c77338a966",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0",
            "size": 21261,
            "upload_time": "2024-12-29T17:15:11",
            "upload_time_iso_8601": "2024-12-29T17:15:11.337626Z",
            "url": "https://files.pythonhosted.org/packages/3e/a8/f39a13e0cf9a4ff4b118406b9c57be702a2476438cd71221355b9e9a4219/voip_utils-0.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-29 17:15:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "home-assistant-libs",
    "github_project": "voip-utils",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "opuslib",
            "specs": [
                [
                    "==",
                    "3.0.1"
                ]
            ]
        }
    ],
    "tox": true,
    "lcname": "voip-utils"
}
        
Elapsed time: 0.50489s