diff --git a/src/switch_caller.c b/src/switch_caller.c index ac31d99d01..9382efd58c 100644 --- a/src/switch_caller.c +++ b/src/switch_caller.c @@ -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;