Aleksandr Chernyi

Results 7 comments of Aleksandr Chernyi

I faced this problem too. 1. `npx create-react-app my-app --template typescript` 2. Edited `App.tsx` according to [Usage](https://github.com/prinze77/react-softphone#usage) and Issue https://github.com/prinze77/react-softphone/issues/10 3. `npm start` 4. Got an error: `Error: Invalid hook...

> Did you enabled the wss for 9000 extension in asterisk Yes Console: `WebSocket connection to 'wss://:8089/' failed:` Asterisk: `tcptls.c:845 handle_tcptls_connection: FILE * open failed from peer ':'!` I am...

Solve this problem. Asterisk couldn't access to private key and didn't listen wss. Now I online, but can't call. Application error on screen. ![2021-10-27_14-18](https://user-images.githubusercontent.com/15378638/139056259-f3c7ca28-95b1-446f-a86f-8db16f538151.jpg)

> Try to add to the top of main page index.js or app.js import "babel-polyfill"; What should I import from this library?

> import "babel-polyfill"; Did it. When I tried imput number `*43` for echo-test I got empty screen and errors in console (on photos). I even didn't have time to press...

It's works. You used base template create-react-app, without TypeScript? Service-code `*43` for echo-test doesn't work. When it's rolled up, I can't see or hear the incoming call.