aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-03-03 15:15:39 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-03-03 15:15:39 +0000
commit0abc9e2dbcf3cafb7ff4d1563b71dd1f56063e0f (patch)
treeac9227b9e03c01e5e5ff0f07a3735ccd371223b9 /channels
parente877f3be1961d705c370c5ffbb148852afd63888 (diff)
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: http://svn.digium.com/svn/asterisk/branches/1.4@105557 f38db490-d61c-443f-a65b-d21fe96a405b
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 4eba3fafc..5873fe07b 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -16327,6 +16327,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;