Revert part of the previous commit that snuck in.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@304682 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.2
Sean Bright 16 years ago
parent b1cf1879bc
commit dc2a91d357

@ -3438,8 +3438,6 @@ bailoutandtrynormal:
snprintf(meetmesecs, sizeof(meetmesecs), "%d", (int) (time(NULL) - user->jointime));
pbx_builtin_setvar_helper(chan, "MEETMESECS", meetmesecs);
/* ao2_ref(user, -1); */
/* Return the RealTime bookid for CDR linking */
if (rt_schedule) {
pbx_builtin_setvar_helper(chan, "MEETMEBOOKID", conf->bookid);

Loading…
Cancel
Save