Skip to content

Commit

Permalink
KAZOO-545: do not terminate the conference if the participant is not …
Browse files Browse the repository at this point in the history
…found
  • Loading branch information
k-anderson committed Mar 10, 2013
1 parent 2b3d514 commit ff05e56
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions whistle_apps/apps/conference/src/conf_participant.erl
Expand Up @@ -560,8 +560,7 @@ sync_participant(Participants, Call, #participant{in_conference='true'}=Particip
};
{'error', 'not_found'} ->
lager:debug("participant is not present in conference anymore, terminating"),
gen_listener:cast(self(), 'hungup'),
Participant#participant{in_conference='false'}
Participant
end.

-spec sync_moderator(wh_json:object(), whapps_call:call(), participant()) -> participant().
Expand Down

0 comments on commit ff05e56

Please sign in to comment.