]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_meetme: Emit warning if conference not found.
authorNaveen Albert <asterisk@phreaknet.org>
Sat, 5 Mar 2022 15:40:16 +0000 (15:40 +0000)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Fri, 8 Apr 2022 16:24:12 +0000 (11:24 -0500)
commit7a81f3ad357e15969558760435de9aeb6a64096d
tree6dd9ff8fc8f93eba969c4af697d1bc81930abca2
parentdae30a301f563c4164b350a3ab57a6331fef5afc
app_meetme: Emit warning if conference not found.

Currently, if a user tries to access a non-dynamic
MeetMe conference and the conference is not found,
the call simply silent hangs up. There is no indication
to the user that anything went wrong at all.

This changes the relevant debug message to a warning
so that the user is notified of this invalidity.

ASTERISK-29954 #close

Change-Id: Iebcfae3755d00f2150d676ee211c57bc59530048
apps/app_meetme.c