arnonym / ha-plugins

Home-Assistant SIP Gateway
Apache License 2.0
171 stars 22 forks source link

Error: Unknown command: transfer #64

Closed Hypercookie closed 1 year ago

Hypercookie commented 1 year ago

Thanks for this addon, it truly is amazing!

When sending

service: hassio.addon_stdin
data:
  addon: 58bd5418_ha-sip
  input:
        command: 'transfer'
        number: '<number>'
        transfer_to: '<number>'

to the addon, instead of transfer, i get an error in the logs Error: unknown command: transfer Am I doing something wrong? Everything else is working fine for me. Btw, it does also not work without the " ' "

arnonym commented 1 year ago

That's really strange. Are you running the latest version?

Hypercookie commented 1 year ago

Mh there was no update so I tought I was running the latest version, but you are indeed right it was 2.8. I was only able to update once I had removed the repositroy from the supervisor. Weird... But thanks a lot!