]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-3870 --resolve that is amazing that nobody found this before, we've probably been...
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 2 Feb 2012 19:54:22 +0000 (13:54 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 2 Feb 2012 19:54:22 +0000 (13:54 -0600)
src/switch_caller.c

index ac31d99d01115ce7d11183a5d6cb57176ce44add..9382efd58c6dddc6e415ca2b06a2f6dbf2c37678 100644 (file)
@@ -136,7 +136,7 @@ SWITCH_DECLARE(switch_caller_profile_t *) switch_caller_profile_dup(switch_memor
        profile->flags = tocopy->flags;
        profile->pool = pool;
        profile->direction = tocopy->direction;
-
+       profile->times = tocopy->times;
 
        if (tocopy->soft) {
                profile_node_t *pn;