Recent content by Max

  1. Max

    SIP disconnect was performed, but SIP unregistration failed.

    Unfortunately, we do not provide ETA for the forum tickets. Please be patient.
  2. Max

    How to override auto-detected ip and ip_local in Flashphoner (WCS) for VPN usage

    Here is how we understand your configuration: 3.34.141.204 Client 119.10.0.1 TURN (3456) + NGINX (443) 119.10.0.2 WCS This is how WebRTC connection should be established: 1. Websocket Signaling 3.34.141.204 > 119.10.0.1 (NGINX reverse proxy) > 119.10.0.2 3.34.141.204 < 119.10.0.1 (NGINX...
  3. Max

    How to override auto-detected ip and ip_local in Flashphoner (WCS) for VPN usage

    Please collect a report as described here including a traffic dump and send using this form.
  4. Max

    SIP disconnect was performed, but SIP unregistration failed.

    We reproduced the issue and raised the ticket WCS-4735 to fix. Will let you know about progress.
  5. Max

    How to override auto-detected ip and ip_local in Flashphoner (WCS) for VPN usage

    Use rtc_ice_add_local_interface=true instead. In this case, ip_local should be added to candidates list.
  6. Max

    How to override auto-detected ip and ip_local in Flashphoner (WCS) for VPN usage

    Good day. Please use the special parameter hold_ip_settings=true to keep ip and ip_local values set manually from overriding.
  7. Max

    SIP disconnect was performed, but SIP unregistration failed.

    You should close websocket session at client side by session.disconnect() Use the server setting reg_expires=3600 By default, it it 3600 seconds. The value is sent to a SIP PBX in Expires SIP header. There is also the parameter sip_force_session_expires=1800 This is about periodic SIP...
  8. Max

    SIP disconnect was performed, but SIP unregistration failed.

    Hello This is the WCS SIP mapping 1. Connect to WCS via Websocket. var session = Flashphoner.createSession(connectionOptions); Will be mapped to SIP REGISTER with initial register logic. 2. Start a new SIP call. session.createCall().call(); Will be mapped to SIP INVITE 3. Disconnecting from...
  9. Max

    Supported OS for WCS server

    No. You should not to copy glibc-2.17, it won't working. Make sure that your Oracle Linux glibc version is equal or greater than 2.17 Examples: ldd ldd --version ldd (Ubuntu GLIBC 2.39-0ubuntu8.6) 2.39 getconf getconf GNU_LIBC_VERSION glibc 2.39
  10. Max

    Supported OS for WCS server

    Hello 5.2 version works on Ubuntu 18.04, 20.04, 22.04, 24.04 See also for 5.3: https://docs.flashphoner.com/static/WCS53/Installing_and_testing/Requirements_and_prerequisites/#system CentOS 7.6, 7,8, 8, Stream Ubuntu 18.04, 20.04, 22.04, 24.04 Fedora 31, 32, 33 and newer Debian 9, 10 and...
  11. Max

    Failed by DTLS error с кастомным appKey

    Добрый день. Вы используете очень старую версию сервера. Рекомендуем обновиться до актуальной сборки в ветке 5.2 (5.2.2309) или 5.3 (5.3.222)
  12. Max

    WCS 5.3.197 installation issue with JDK 25 (no folder created under /usr/local)

    Good day. Seems like distribution archive is not fully downloaded. Please try to download it again. Please also make sure you have enough disk space to unpack the archive.
  13. Max

    WCS 5.2.2098: SIP trunk INVITEs reach port 40000 but WCS doesn’t parse sip_trunk.yml (404 on /rest-api/sip_trunks)

    Good day. First, please update WCS to the latest build 5.3.194. Please note that JDK must be updated to 21 in this case. If you prefer to use a ready to lauch AWS image, please deploy a new instance based on the latest Marketplace image. It includes JDK 21, so WCS may be updated to the latest...
  14. Max

    WCS connectivity issue

    Hello Please double check flashphoner.properties #server ip ip =XXXX ip_local =XXXX And make sure that ip_local is 127.0.0.1 or local interface address like 192.168.1.10 Example: ifconfig wlp1s40f3: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500...
  15. Max

    SIP Call (Busy) Error

    Seems like audio codecs negotiation does not pass: Please try to set the following WCS option allow_outside_codecs=false if this does not help, please collect a full report and traffic dump on the server side. Send the report using this form.
Top