[asterisk-commits] crichter: trunk r89321 - /trunk/channels/chan_misdn.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Nov 16 04:07:14 CST 2007


Author: crichter
Date: Fri Nov 16 04:06:55 2007
New Revision: 89321

URL: http://svn.digium.com/view/asterisk?view=rev&rev=89321
Log:
fixed #10631, about one way audio. thanks IgorG again.

Modified:
    trunk/channels/chan_misdn.c

Modified: trunk/channels/chan_misdn.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_misdn.c?view=diff&rev=89321&r1=89320&r2=89321
==============================================================================
--- trunk/channels/chan_misdn.c (original)
+++ trunk/channels/chan_misdn.c Fri Nov 16 04:06:55 2007
@@ -2856,6 +2856,7 @@
 		return NULL;
 	}
 
+	tmp->frame.frametype = AST_FRAME_VOICE;
 	tmp->frame.subclass = AST_FORMAT_ALAW;
 	tmp->frame.datalen = len;
 	tmp->frame.samples = len;




More information about the asterisk-commits mailing list