[asterisk-bugs] [JIRA] (ASTERISK-26061) [patch] res_pjsip: improve realtime performance - remove updating all endpoints status on startup

Alexei Gradinari (JIRA) noreply at issues.asterisk.org
Thu Jul 7 14:00:56 CDT 2016


    [ https://issues.asterisk.org/jira/browse/ASTERISK-26061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=231343#comment-231343 ] 

Alexei Gradinari commented on ASTERISK-26061:
---------------------------------------------

JoshE,

It seems you use old version without my 1st patch https://gerrit.asterisk.org/#/c/2622/
Should be SELECT * FROM ps_contacts WHERE qualify_frequency > 0 ORDER BY qualify_frequency
but there isn't

Could you please, apply the patch https://gerrit.asterisk.org/#/c/2906/ to 13.10.0-rc2
or git clone 13 branch which included both my patches.



> [patch] res_pjsip: improve realtime performance - remove updating all endpoints status on startup
> -------------------------------------------------------------------------------------------------
>
>                 Key: ASTERISK-26061
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-26061
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Resources/res_pjsip
>    Affects Versions: 13.9.1
>            Reporter: Alexei Gradinari
>
> 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.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list