diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 5a271eea4207501211f2b94a68607745f799b385..86c94bb26611a2d8e3564d9a2143d00c1e1b5ab4 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -26154,7 +26154,6 @@ static void add_peer_mailboxes(struct sip_peer *peer, const char *value) AST_LIST_TRAVERSE(&peer->mailboxes, mailbox, entry) { if (!strcmp(mailbox->mailbox, mbox) && !strcmp(S_OR(mailbox->context, ""), S_OR(context, ""))) { duplicate = 1; - mailbox->delme = 0; break; } }