-
- Downloads
res_pjsip: improve realtime performance #2
The patch removes updating all Endpoints' status on startup. Instead, only non-qualified aors with static contact and non-qualified non-expired contacts are retrieved from the realtime to update the endpoint status to ONLINE. The endpoint name was added to the contact object to simply find the endpoint that created this contact. The status of endpoints with qualified aors will be updated by 'qualify' functions. ASTERISK-26061 #close Change-Id: Id324c1776fa55d3741e0c5457ecac0304cb1a0df
Showing
- contrib/ast-db-manage/config/versions/ef7efc2d3964_ps_contacts_add_endpoint_and_modify_.py 33 additions, 0 deletions...ions/ef7efc2d3964_ps_contacts_add_endpoint_and_modify_.py
- include/asterisk/res_pjsip.h 12 additions, 0 deletionsinclude/asterisk/res_pjsip.h
- res/res_pjsip.c 6 additions, 0 deletionsres/res_pjsip.c
- res/res_pjsip/location.c 6 additions, 0 deletionsres/res_pjsip/location.c
- res/res_pjsip/pjsip_configuration.c 81 additions, 45 deletionsres/res_pjsip/pjsip_configuration.c
- res/res_pjsip/pjsip_options.c 127 additions, 1 deletionres/res_pjsip/pjsip_options.c
Loading
Please register or sign in to comment