summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2008-03-03 15:16:57 +0000
committerJoshua Colp <jcolp@digium.com>2008-03-03 15:16:57 +0000
commitb336ac48cfc0eb5b3b8f2e0b1d47b53fa2de49de (patch)
tree7a5b00f4e9ae8990732a4df8ab8608dbdeb7d8aa /channels
parent00641af7d2832bbb1b7ab7718ea6809f568ef40a (diff)
Merged revisions 105557 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r105557 | file | 2008-03-03 11:15:39 -0400 (Mon, 03 Mar 2008) | 6 lines Add a comment to describe some logic. (closes issue #12120) Reported by: flefoll Patches: chan_sip.c.br14.patch-just-a-comment uploaded by flefoll (license 244) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@105558 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_sip.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 519b9375a..4ed3e3d75 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -19382,6 +19382,7 @@ static struct sip_user *build_user(const char *name, struct ast_variable *v, str
strcpy(user->language, default_language);
strcpy(user->mohinterpret, default_mohinterpret);
strcpy(user->mohsuggest, default_mohsuggest);
+ /* First we walk through the v parameters list and then the alt parameters list */
for (; v || ((v = alt) && !(alt=NULL)); v = v->next) {
if (handle_common_options(&userflags[0], &mask[0], v))
continue;