]> 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)
committerN A <mail@interlinked.x10host.com>
Fri, 1 Apr 2022 11:04:24 +0000 (06:04 -0500)
commite409219097b6314509dfa15828ce4e37ab2c261f
tree36b94d0f073d64ec5d77ac64ae0223f4cf0a3ecc
parent4510fcfe94986055921a08da198c97af5f9e5a0f
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