[asterisk-bugs] [JIRA] (ASTERISK-20017) [patch] Multiple bugs in the handling of dynamic DUNDi peers

Rusty Newton (JIRA) noreply at issues.asterisk.org
Tue Feb 26 16:24:18 CST 2013


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

Rusty Newton reassigned ASTERISK-20017:
---------------------------------------

    Assignee:     (was: Rusty Newton)
    
> [patch] Multiple bugs in the handling of dynamic DUNDi peers
> ------------------------------------------------------------
>
>                 Key: ASTERISK-20017
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-20017
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: PBX/pbx_dundi
>            Reporter: Peter Racz
>         Attachments: dundi_dynamic_peers.patch
>
>
> The handling of dynamic DUNDi peers (peers that are configured with 'register=yes') has the following bugs:
>  - Dynamic peers remain in the peer list after their registration has expired. Only their IP address and port number are cleared.
>  - Reloading the dundi module does not remove expiration timers of dynamic peers. Therefore, the dynamic peer will expire before the peer re-registers again.
>  - The dundi module keeps a list of dynamic peers in the Asterisk database with the key 'dundi/dpeers'. However, entries are not removed from the database and they remain forever in the database. The patch removes the entries when the registration expires and when the module is unloaded.
> The attached patch resolves these issues.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list