[Home]

Summary:ASTERISK-23029: Webrtc + realtime. Dial to webrtc clients only with rtcachefriends=yes
Reporter:Yuriy Gorlichenko (ovoshlook)Labels:
Date Opened:2013-12-18 05:33:46.000-0600Date Closed:2013-12-18 06:56:06.000-0600
Priority:MajorRegression?
Status:Closed/CompleteComponents:Channels/chan_sip/WebSocket
Versions:11.6.0 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:At realtime configuration at 11.6 after making a call to webrtc client (sipML lib based) "subscraber is absent" vtssage at the console displayed after Dail app if  rtcachefriends=no. Only if rtcachefriends=yes  making a call to webrtc client succsess.
Comments:By: Matt Jordan (mjordan) 2013-12-18 06:56:06.222-0600

I'm not sure I'd consider this a bug.

Without a registration easily available in memory, it isn't surprising that Asterisk cannot find a WebRTC client. Asterisk provides a mechanism to have the peer's registered location be available by using {{rtcachefriends}}.

It'd be fine to consider a patch that changed Asterisk's behaviour to not require that parameter, but I would consider that an improvement over the existing behaviour, and not necessarily a fix to a bug.