[asterisk-commits] kpfleming: branch 1.4 r68450 - /branches/1.4/channels/chan_iax2.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Fri Jun 8 08:52:47 MST 2007


Author: kpfleming
Date: Fri Jun  8 10:52:47 2007
New Revision: 68450

URL: http://svn.digium.com/view/asterisk?view=rev&rev=68450
Log:
actually remember the type/subclass of full frames that are in process

Modified:
    branches/1.4/channels/chan_iax2.c

Modified: branches/1.4/channels/chan_iax2.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/channels/chan_iax2.c?view=diff&rev=68450&r1=68449&r2=68450
==============================================================================
--- branches/1.4/channels/chan_iax2.c (original)
+++ branches/1.4/channels/chan_iax2.c Fri Jun  8 10:52:47 2007
@@ -6329,6 +6329,8 @@
 			/* this thread is going to process this frame, so mark it */
 			thread->ffinfo.callno = ntohs(fh->scallno);
 			memcpy(&thread->ffinfo.sin, &thread->iosin, sizeof(thread->ffinfo.sin));
+			thread->ffinfo.type = fh->type;
+			thread->ffinfo.csub = fh->csub;
 		}
 	}
 	



More information about the asterisk-commits mailing list