Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow callstream to broadcast to multiple servers #1

Open
lilhoser opened this issue Apr 10, 2024 · 0 comments
Open

Allow callstream to broadcast to multiple servers #1

lilhoser opened this issue Apr 10, 2024 · 0 comments

Comments

@lilhoser
Copy link
Owner

It could be useful to stream call data to multiple servers - as an example, one server running pizzawave UI and another running pizzacmd from linux.

Example TR configuration syntax:

"plugins": [
        {
	        "name":"callstream",
            "library":"libcallstream.so",
            "addresses":["192.168.1.122","192.168.1.245"],
            "port":9123,
            "streams":[
                {
                    "TGID":0,
                    "shortName":"whiteoakmt-hamilton"
                },
                {
                    "TGID":0,
                    "shortName":"whiteoakmt-nbradley"
                },
                {
                    "TGID":0,
                    "shortName":"whiteoakmt-cleveland"
                }
            ]
        }
    ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant