-
Notifications
You must be signed in to change notification settings - Fork 6
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
Bounty: add support for outbound calls #17
Comments
Someone pointed me at https://github.com/arnonym/ha-plugins which uses pjsua2 lib. The goal is for Home Assistant to make outbound calls so if the voip integration is migrated to that lib and made to make outbound calls, that would also satisfy the bounty. |
Hm pjsua2 is gpl so that's not an option 😕 |
Well this might be too much work, but you could run Asterisk and use one of its various methods for creating calls, either ARI, Call Files, or the Asterisk remote CLI. |
hm ya, you've good a good point. So I guess if someone rewrites our voip integration to use pjsua2 and supports outbound calls, that is ok too 👍 |
I have started working on this a little bit. I don't have a Grandstream to test with but I was able to get my Polycom VVX 311 to ring based off the ring branch https://github.com/home-assistant-libs/voip-utils/blob/ring/voip_utils/sip.py#L234. I tried to make it so it would play a message too but I haven't been able to test it since that phone doesn't support OPUS. While working on this I also thought this functionality would benefit from a change to how VOIP devices are identified in HA, and opened an associated architecture discussion home-assistant/architecture#1096. If it would be helpful I can push the branch I have been working on, but it is in a very rough state currently. |
@jaminh great to hear you're working on it! The change for unique ID is great and can be implemented and doesn't need the architecture issue. Where are you based? There are a bunch of cheap grandstreams on ebay |
I have a rough draft of outgoing calls that I was able to get working successfully calling through asterisk #19 . I plan to get a Grandstream soon to try testing with as well. |
We created this library to allow Home Assistant to work with Grandstream HT801 voip boxes. It currently only supports receiving calls.
Sometimes a smart home wants to let a room know something is happening. In that case, we need to be able to make outbound calls.
@synesthesiam started work on this but never got it fully working. And now we're too busy with other things 🥲. But I want this feature! So I am offering $500 for anyone that is able to make this work for voip utils.
The work-in-progress is in the
ring
branch of this repo including an example script.The text was updated successfully, but these errors were encountered: