[asterisk-bugs] [JIRA] (ASTERISK-26200) [patch] res_pjsip_mwi: improve realtime performance - remove unneeded check on endpoint's contacts.

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


     [ https://issues.asterisk.org/jira/browse/ASTERISK-26200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexei Gradinari updated ASTERISK-26200:
----------------------------------------

    Description: 
The function create_mwi_subscriptions_for_endpoint checks
if there is active contacts by retrieving aors and contacts.

This function is used to create all unsolicited mwi subscriptions on startup
and is used when contact added.

In both cases it's not necessary to check if there are contacts.
The contacts are needed when asterisk sends mwi.



  was:
The function create_mwi_subscriptions_for_endpoint checks
if there is active contacts by retrieving aors and contacts.

This function is used to create all unsolicited mwi subscriptions on startup
and is used when contact added.

In both cases it's not necessary to check if there is contacts.
The contacts are needed when asterisk sends mwi.




> [patch] res_pjsip_mwi: improve realtime performance - remove unneeded check on endpoint's contacts.
> ---------------------------------------------------------------------------------------------------
>
>                 Key: ASTERISK-26200
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-26200
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Resources/res_pjsip_mwi
>    Affects Versions: 13.9.1
>            Reporter: Alexei Gradinari
>
> The function create_mwi_subscriptions_for_endpoint checks
> if there is active contacts by retrieving aors and contacts.
> This function is used to create all unsolicited mwi subscriptions on startup
> and is used when contact added.
> In both cases it's not necessary to check if there are contacts.
> The contacts are needed when asterisk sends mwi.



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



More information about the asterisk-bugs mailing list