[svn-commits] oej: branch oej/invitestate-1.4 r48132 - in /team/oej/invitestate-1.4: ./ cha...

svn-commits at lists.digium.com svn-commits at lists.digium.com
Thu Nov 30 04:26:39 MST 2006


Author: oej
Date: Thu Nov 30 05:26:37 2006
New Revision: 48132

URL: http://svn.digium.com/view/asterisk?view=rev&rev=48132
Log:
Update to 1.4 trunk

Modified:
    team/oej/invitestate-1.4/   (props changed)
    team/oej/invitestate-1.4/channels/chan_sip.c

Propchange: team/oej/invitestate-1.4/
------------------------------------------------------------------------------
Binary property 'branch-1.2-blocked' - no diff available.

Propchange: team/oej/invitestate-1.4/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Thu Nov 30 05:26:37 2006
@@ -1,1 +1,1 @@
-/branches/1.4:1-48124
+/branches/1.4:1-48131

Modified: team/oej/invitestate-1.4/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/team/oej/invitestate-1.4/channels/chan_sip.c?view=diff&rev=48132&r1=48131&r2=48132
==============================================================================
--- team/oej/invitestate-1.4/channels/chan_sip.c (original)
+++ team/oej/invitestate-1.4/channels/chan_sip.c Thu Nov 30 05:26:37 2006
@@ -14364,7 +14364,7 @@
 		error = 1;
 	}
 	if (error) {
-		if (!p->initreq.header)	/* New call */
+		if (!p->initreq.headers)	/* New call */
 			ast_set_flag(&p->flags[0], SIP_NEEDDESTROY);	/* Make sure we destroy this dialog */
 		return -1;
 	}



More information about the svn-commits mailing list