team-telnyx / webrtc

SDK for Telnyx's WebRTC platform
https://developers.telnyx.com/docs/v2/webrtc
MIT License
40 stars 19 forks source link

incoming is not working in telnyx web dialer #381

Open bajuddin15 opened 1 month ago

bajuddin15 commented 1 month ago

I have built a web dialer using telnyx/webrtc, in this outgoing is working but incoming call is not coming in my dialer. please fix this

EvanBarnesAZ commented 3 weeks ago

Incoming calls are no longer working.

EvanBarnesAZ commented 3 weeks ago

This is affecting our entire platform, how can we fix this? It was working.

brendan-chess commented 3 weeks ago

experiencing this issue as well. we haven't changed our webrtc code and now it's not receiving any notifications for inbound calls. outbound works fine though. to debug i tried checking the registration status of my sip connection and can see that the user_agent field has "WebRTC Gateway" as the value, and last_registration field includes the timestamp of when i started webrtc last. seems like everything should be connected?