react-softphone icon indicating copy to clipboard operation
react-softphone copied to clipboard

Webrtc asterisk sip SoftPhone react functional component

Results 9 react-softphone issues
Sort by recently updated
recently updated
newest added

Bumps [gh-pages](https://github.com/tschaub/gh-pages) from 2.2.0 to 5.0.0. Release notes Sourced from gh-pages's releases. v5.0.0 Potentially breaking change: the publish method now always returns a promise. Previously, it did not return a...

dependencies

I have tried to run but not working

So my requirement is to show incoming caller number. Also, to parse the SIP identity header and display name and other info of the caller. How can I do it?

Good morning. I'm having some issues trying to connect to a SIP server, mainly with the Web Socket part. Could someone help me finding where to get the correct parameters...

Packages : { "name": "tips", "version": "1.0.0", "main": "node_modules/expo/AppEntry.js", "scripts": { "start": "expo start", "android": "expo start --android", "ios": "expo start --ios", "web": "expo start --web", "eject": "expo eject" },...

How can I configure ICE Server using React? ```js iceServers: [ { urls: "turns:webrtc.domain.com:5349?transport=tcp", //urls: "turn:webrtc.domain.com", username: "eoliveira", credential: "190790edu" } ] ```

see in image below ![image](https://user-images.githubusercontent.com/59878221/135893113-81f605ab-b101-41c6-ac67-ae1763da8b8c.png)

How to access certain functions such as calling, mute, hold from this library and use it in our own custom dial pad component?