FSCORE-357

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13274 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2009-05-11 16:52:01 +00:00
parent 1aca63d2ec
commit bf4dbe097a
3 changed files with 17 additions and 2 deletions

View File

@@ -2507,6 +2507,8 @@ SWITCH_DECLARE(switch_status_t) switch_channel_set_timestamps(switch_channel_t *
switch_snprintf(tmp, sizeof(tmp), "%" SWITCH_TIME_T_FMT, legbillusec);
switch_channel_set_variable(channel, "flow_billusec", tmp);
switch_channel_set_flag(channel, CF_TIMESTAMP_SET);
return status;
}