]> 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)
committerJoshua Colp <jcolp@sangoma.com>
Fri, 8 Apr 2022 16:31:01 +0000 (11:31 -0500)
commitb2d5bd4cb8a76d01e0509f244fcb121783e43544
treefb2792db381705f93a01b90ea6154d069f37a1da
parent82dbfe7783d5199a940fb76b795f1ee1a3d4c9e5
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