[svn-commits] trunk r36256 - /trunk/channels/chan_sip.c
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Thu Jun 29 00:59:11 MST 2006
Author: oej
Date: Thu Jun 29 02:59:10 2006
New Revision: 36256
URL: http://svn.digium.com/view/asterisk?rev=36256&view=rev
Log:
...too early in the morning for commits in Bergen, Norway...
Modified:
trunk/channels/chan_sip.c
Modified: trunk/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_sip.c?rev=36256&r1=36255&r2=36256&view=diff
==============================================================================
--- trunk/channels/chan_sip.c (original)
+++ trunk/channels/chan_sip.c Thu Jun 29 02:59:10 2006
@@ -4968,7 +4968,7 @@
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);
More information about the svn-commits
mailing list