TECH7Fox / asterisk-hass-addons

Asterisk add-on for Home Assistant
https://tech7fox.github.io/sip-hass-docs/
MIT License
69 stars 26 forks source link

Doorbell parking extension does not work #325

Closed Suxsem closed 4 months ago

Suxsem commented 4 months ago

I have configured the add-on and I have created two extensions, one for my doorbell and one for my softphone. I'm able to call the doorbell from my softphone and vice-versa, audio works, all works.

But if I configure the doorbell to call the parking extension (444), call is made but no audio goes through.

The strange thing is that if I call the parking extension (444) from my softphone I can hear the waiting music.

Could be a codec issue?

Doorbell is Dahua VTO2211G-WP

Suxsem commented 4 months ago

After 24hrs of debug i finally found the solution: adding a Progress instruction before the Park one, so the doorbell knows the call has been answered.

exten => 444,1,Progress()
 same => n,Park(,s)