]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
missed on
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 9 Jan 2012 21:01:57 +0000 (15:01 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 9 Jan 2012 21:01:57 +0000 (15:01 -0600)
src/mod/applications/mod_httapi/mod_httapi.c

index 98aba3ae032c20a849006ed06b61432426442f3c..c0687232c4bd9a93d754245f9484cb79d0166212 100644 (file)
@@ -266,6 +266,7 @@ static switch_status_t parse_voicemail(const char *tag_name, client_t *client, s
 
        if (switch_true(auth)) {
                auth = "auth_only";
+               check = "check";
        } else {
                auth = "";
        }