[asterisk-commits] oej: branch oej/darjeeling-prack-1.8 r369552 - /team/oej/darjeeling-prack-1.8...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Jul 3 06:46:46 CDT 2012
Author: oej
Date: Tue Jul 3 06:40:35 2012
New Revision: 369552
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=369552
Log:
Unlocking is seen as a polite thing to do, isn't it.
Modified:
team/oej/darjeeling-prack-1.8/channels/chan_sip.c
Modified: team/oej/darjeeling-prack-1.8/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/team/oej/darjeeling-prack-1.8/channels/chan_sip.c?view=diff&rev=369552&r1=369551&r2=369552
==============================================================================
--- team/oej/darjeeling-prack-1.8/channels/chan_sip.c (original)
+++ team/oej/darjeeling-prack-1.8/channels/chan_sip.c Tue Jul 3 06:40:35 2012
@@ -6526,6 +6526,7 @@
if (ast->_state != AST_STATE_UP && ast_test_flag(&p->flags[2], SIP_PAGE3_INVITE_WAIT_FOR_PRACK)) {
ast_set_flag(&p->flags[2], SIP_PAGE3_ANSWER_WAIT_FOR_PRACK);
ast_debug(2, "<-<-<--<-<-<-< HOLDING Answer while waiting for PRACK to arrive on channel %s\n", ast->name);
+ sip_pvt_unlock(p);
return 0;
}
if (ast->_state != AST_STATE_UP || ast_test_flag(&p->flags[2], SIP_PAGE3_INVITE_WAIT_FOR_PRACK)) {
More information about the asterisk-commits
mailing list