where extensions.conf is not ordered numerically by priority (bug #1065)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2215
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
tmp->peer = e;
} else {
/* We're the very first extension altogether */
- tmp->next = con->root;
+ tmp->next = con->root->next;
/* Con->root must always exist or we couldn't get here */
- tmp->peer = con->root->peer;
+ tmp->peer = con->root;
con->root = tmp;
}
ast_mutex_unlock(&con->lock);