From: Anthony Minessale Date: Mon, 9 Jan 2012 21:01:57 +0000 (-0600) Subject: missed on X-Git-Tag: v1.2-rc1~19^2~1^2~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f98163cb011bc27c8857ad3ee3e1655f8583b20;p=thirdparty%2Ffreeswitch.git missed on --- diff --git a/src/mod/applications/mod_httapi/mod_httapi.c b/src/mod/applications/mod_httapi/mod_httapi.c index 98aba3ae03..c0687232c4 100644 --- a/src/mod/applications/mod_httapi/mod_httapi.c +++ b/src/mod/applications/mod_httapi/mod_httapi.c @@ -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 = ""; }