Skip to content

No TLS connection created before NTP synchronized, REF #15777

George Yang requested to merge gyang-rdkb into asterisk_rdkb
  • Check if NTP synchronized via UCI state VoiceService.NTP_state.synchronized which is mapped to Device.Services.VoiceService.1.X_RDK_NTP_Synchronized

  • Before NTP synchronized, no SIP registration sent out via TLS

  • Re-try TLS after delay of retry_base_time1 or retry_base_time2

  • If transport2 (UDP) configured, fall back to UDP if NTP not synchronized in (retry_base_time1 * 10) seconds (by default 300s)

Merge request reports

Loading