[Freeswitch-svn] [commit] r11931 - freeswitch/trunk/src

FreeSWITCH SVN anthm at freeswitch.org
Thu Feb 12 12:10:52 PST 2009


Author: anthm
Date: Thu Feb 12 14:10:51 2009
New Revision: 11931

Log:
fix typo

Modified:
   freeswitch/trunk/src/switch_channel.c

Modified: freeswitch/trunk/src/switch_channel.c
==============================================================================
--- freeswitch/trunk/src/switch_channel.c	(original)
+++ freeswitch/trunk/src/switch_channel.c	Thu Feb 12 14:10:51 2009
@@ -2347,9 +2347,9 @@
 		}
 
 		if (caller_profile->times->progress_media) {
-			progress_mediasec = (int32_t) (tt_progress - tt_created);
-			progress_mediamsec = (int32_t) (mtt_progress - mtt_created);
-			progress_mediausec = caller_profile->times->progress - caller_profile->times->created;
+			progress_mediasec = (int32_t) (tt_progress_media - tt_created);
+			progress_mediamsec = (int32_t) (mtt_progress_media - mtt_created);
+			progress_mediausec = caller_profile->times->progress_media - caller_profile->times->created;
 		}
 
 



More information about the Freeswitch-svn mailing list