]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_queue: Added initialization for "context" parameter 29/4129/1
authorLeandro Dardini <ldardini@gmail.com>
Thu, 13 Oct 2016 19:09:18 +0000 (21:09 +0200)
committerJoshua Colp <jcolp@digium.com>
Mon, 17 Oct 2016 13:15:13 +0000 (08:15 -0500)
commitef8c54238c2e3c7c899bbc6b3c322ef1f83a69de
treebe249f907d06be8283013ecd82e4ed9fc4011032
parent1cfc5119f737223bd870f33db3b41f02f8ecff55
app_queue: Added initialization for "context" parameter

When using Asterisk Realtime Architecture, empty fields are skipped and the
default values are used. If the "context" parameter in queue was set and then
cleared from the database, the old value remains in memory and it continues
to be used. This change initialize the "context" parameter with an empty value,
allowing clearing the parameter.

ASTERISK-26462 #close

Change-Id: I64be73d5044ce38dd02408bd0e53de965ef65905
apps/app_queue.c