TECH7Fox / asterisk-hass-integration

Asterisk integration for Home Assistant
57 stars 13 forks source link

How to use new service call #82

Closed andyboeh closed 1 year ago

andyboeh commented 1 year ago

I had a bunch of calls to asterisk.originate in my automations, they now stopped working. I saw that only one service is provided now (asterisk.send_action), but how can it be used to replace asterisk.originate? Did I miss the documentation on the new service? I'm only aware of the (now probably outdated) documentation at https://tech7fox.github.io/sip-hass-docs/docs/integration/services/originate

Thanks

TECH7Fox commented 1 year ago

The documentation is not updated yet. But basicly, in action you set Originate and then all the other settings you set in parameters. Here are all the Originate parameters: https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+ManagerAction_Originate

andyboeh commented 1 year ago

Thanks, I'm going to try it on the weekend, I'm positive it will work!

Thanks for all the great work on this!

TECH7Fox commented 1 year ago

I updated the docs. There are some examples there.