aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-29 07:59:10 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-29 07:59:10 +0000
commit2bbeee8cdf081b9f0cef5cf737c3f485958abbc9 (patch)
tree0e513f6832e867877d74d729241da31e4b647e61
parent50c6c0be43f142305bb99a1d1ef73c033485d0fb (diff)
...too early in the morning for commits in Bergen, Norway...
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36256 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--channels/chan_sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 2d686fdd1..466e5da62 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -4968,7 +4968,7 @@ static int process_sdp(struct sip_pvt *p, struct sip_request *req)
p->owner->name,
p->owner->uniqueid);
}
- if (sendonly == 1) /* One directional hold (sendonly/recvonly)
+ if (sendonly == 1) /* One directional hold (sendonly/recvonly) */
ast_set_flag(&p->flags[1], SIP_PAGE2_CALL_ONHOLD_ONEDIR);
else if (sendonly == 2) /* Inactive stream */
ast_set_flag(&p->flags[1], SIP_PAGE2_CALL_ONHOLD_INACTIVE);