[svn-commits] tilghman: branch tilghman/codec_bits3 r227531 - /team/tilghman/codec_bits3/ch...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Nov 3 21:25:02 CST 2009


Author: tilghman
Date: Tue Nov  3 21:24:59 2009
New Revision: 227531

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=227531
Log:
Yay, IAX2 works now!

Modified:
    team/tilghman/codec_bits3/channels/chan_iax2.c

Modified: team/tilghman/codec_bits3/channels/chan_iax2.c
URL: http://svnview.digium.com/svn/asterisk/team/tilghman/codec_bits3/channels/chan_iax2.c?view=diff&rev=227531&r1=227530&r2=227531
==============================================================================
--- team/tilghman/codec_bits3/channels/chan_iax2.c (original)
+++ team/tilghman/codec_bits3/channels/chan_iax2.c Tue Nov  3 21:24:59 2009
@@ -10003,7 +10003,7 @@
 					iaxs[fr->callno]->voiceformat = f.subclass.codec;
 					ast_debug(1, "Ooh, voice format changed to '%s'\n", ast_getformatname(f.subclass.codec));
 					if (iaxs[fr->callno]->owner) {
-						int orignative;
+						format_t orignative;
 retryowner:
 						if (ast_channel_trylock(iaxs[fr->callno]->owner)) {
 							DEADLOCK_AVOIDANCE(&iaxsl[fr->callno]);




More information about the svn-commits mailing list