Skip to content
Snippets Groups Projects
Commit d7422c97 authored by BJ Weschke's avatar BJ Weschke
Browse files

revert the changes in issue #13705 - it's being re-opened as while the...

 revert the changes in issue #13705 - it's being re-opened as while the results fixed the complaint in the issue, it introduced other more undesirable issues than what was already reported



git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@151642 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent e98ee36c
Branches
Tags
No related merge requests found
......@@ -22745,7 +22745,7 @@ static int reload_config(enum channelreloadreason reason)
if (!strcasecmp(utype, "user")) {
is_peer = 1;
} else if (!strcasecmp(utype, "friend")) {
is_peer = 2;
is_peer = 1;
} else if (!strcasecmp(utype, "peer"))
is_peer = 2;
else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment