]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix typo
authorAnthony Minessale <anthony.minessale@gmail.com>
Thu, 12 Feb 2009 20:10:51 +0000 (20:10 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Thu, 12 Feb 2009 20:10:51 +0000 (20:10 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11931 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_channel.c

index fef2bce3d725d8c583c20a21421531cf7009b683..55555190d3f9df5a5bfca9cd4ba70ed2c9d2f295 100644 (file)
@@ -2347,9 +2347,9 @@ SWITCH_DECLARE(switch_status_t) switch_channel_set_timestamps(switch_channel_t *
                }
 
                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;
                }