MODAPP-203

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11341 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2009-01-21 22:29:01 +00:00
parent e11a662d80
commit 0658d78623
1 changed files with 1 additions and 0 deletions

View File

@ -878,6 +878,7 @@ SWITCH_STANDARD_APP(fifo_function)
}
if ((serviced_uuid = switch_channel_get_variable(channel, "fifo_serviced_uuid"))) {
switch_channel_set_variable(channel, "fifo_serviced_uuid", NULL);
break;
}