From: Michael Jerris Date: Thu, 24 Jan 2013 14:59:09 +0000 (-0500) Subject: not implemented so lets not break compile X-Git-Tag: v1.3.13~110^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92cdd30458279fcf643b21f0750e7a417d1b4e20;p=thirdparty%2Ffreeswitch.git not implemented so lets not break compile --- diff --git a/src/mod/applications/mod_voicemail/mod_voicemail.c b/src/mod/applications/mod_voicemail/mod_voicemail.c index 17a8b546e5..b6f81db010 100644 --- a/src/mod/applications/mod_voicemail/mod_voicemail.c +++ b/src/mod/applications/mod_voicemail/mod_voicemail.c @@ -4978,7 +4978,7 @@ done: #define VM_FSDB_PREF_GREETING_GET_USAGE " [slot]" SWITCH_STANDARD_API(vm_fsdb_pref_greeting_get_function) { - int slot = -1; + /* int slot = -1; not implemented yet */ char *sql = NULL; char res[254] = ""; @@ -5003,8 +5003,10 @@ SWITCH_STANDARD_API(vm_fsdb_pref_greeting_get_function) domain = argv[2]; if (argv[3]) id = argv[3]; - if (argv[4]) +/* if (argv[4]) slot = atoi(argv[4]); +not implemented yet +*/ if (!profile_name || !domain || !id) { stream->write_function(stream, "-ERR Missing Arguments\n");