title | component | label | description | source | prev |
---|---|---|---|---|---|
oh-sipclient-card - SIP Client Card |
oh-sipclient-card |
SIP Client Card |
Use SIP over WebSocket to start and answer calls |
/docs/ui/components/ |
SIP Client to start and answer SIP calls
[[toc]]
Usage is explained at the oh-sipclient
component docs.
Parameters of the card
Title of the card
Footer of the card
Do not render the card border
Do not render a shadow effect to the card
Show the card outline
Size of the icon(s) in px
Full URL of the WebRTC SIP websocket, e.g.
wss://siphost:8089/ws
or relative path, e.g. /ws
, for Android & iOS, you need wss
(WebSocket secured)
Enable ringback and ring tone. Not recommended for mobile browsers, might cause issues. Ring tone might only work after interaction with the webpage.
Single SIP Address (phone number) for a single call target or a comma-separated list of phoneNumber=name
for multiple call targets. Used as well to display a name instead of the number for incoming calls.
Display a button to send a preset DTMF string while in calls for remote doors, gates, etc...
Hides the username of the remote party for incoming calls.
Enable video calling
Display the local camera on video calls
Default video aspect ratio used to size the widget before video is loaded. Defaults to 4/3, 16/9 and 1 are common alternatives.
SIP registration can be disabled in case you only want to initiate calls, but not receive calls with the SIP widgets.
Automatically answer an incoming call from one of the comma delimited SIP addresses (userInfo@hostname
, userInfo
, ...) or use * for all incoming calls.
Automatically dial the SIP address when loaded
String Item to publish the current SIP connection state to the openHAB server and make it accessible from rules etc.
Enable SIP debugging to the browser console (dev tools)