⚙️ SIP Core Settings
Here are all the options for SIP Core. The configuration can be set in the SIP Core integration settings.
Settings Reload
SIP Core checks if the settings changed on each window location change and restarts the SIP connection if needed. So you can change the settings and just navigate to another page to apply them.
SIP Core Options
| Property | Type | Description | Example |
|---|---|---|---|
auto_answer | boolean | Whether to automatically answer incoming calls | false |
backup_user | SIP User | If no SIP user is configured for the currently logged in user, this SIP user will be used | - |
custom_wss_url | string | Custom WebSocket URL to use when ingress is not setup | wss://sip.example.com/ws |
ice_config | ICEConfig | - | - |
pbx_server | string | The Asterisk server address. Set this when you don't use the add-on. Will use the Home Assistant hostname by default | 192.168.0.10 |
popup_config | Popup Options or Custom Options | Configuration for your popup | - |
popup_override_component | null | string | Set this to override the default popup component | my-custom-popup |
sip_video | boolean | Experimental Whether to use video in SIP calls | false |
users | Array of SIP User's | A array of SIP users. SIP Core will use the one with your HA username | - |
ICE Configuration Options
For more information, see the MDN Web Docs on RTCConfiguration.