aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_minivm.c
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-10-09 21:47:02 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-10-09 21:47:02 +0000
commit768c0284e382e5b3adbe9e1fd00cf2a890fbebb3 (patch)
treef9b107bc541ba906160fa855fc9578091738ea28 /apps/app_minivm.c
parent5e8a0a0fb0956e54b67c563eb5c233cd44234c1b (diff)
Reverting format addition for now
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@148071 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_minivm.c')
-rw-r--r--apps/app_minivm.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/apps/app_minivm.c b/apps/app_minivm.c
index b900f2f1b..c151068df 100644
--- a/apps/app_minivm.c
+++ b/apps/app_minivm.c
@@ -917,11 +917,8 @@ static int sendmail(struct minivm_template *template, struct minivm_account *vmu
ast_debug(3, "-_-_- Sending mail to %s@%s - Using template %s\n", vmu->username, vmu->domain, template->name);
- if (!strcmp(format, "wav49")) {
+ if (!strcmp(format, "wav49"))
format = "WAV";
- } else if (!strcmp(format, "wav16")) {
- format = "Wav";
- }
/* If we have a gain option, process it now with sox */