aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorpabelanger <pabelanger@f38db490-d61c-443f-a65b-d21fe96a405b>2010-10-21 00:00:51 +0000
committerpabelanger <pabelanger@f38db490-d61c-443f-a65b-d21fe96a405b>2010-10-21 00:00:51 +0000
commitf608bc2c4374f95bde7f48e9a1720363e095b02d (patch)
treef326c11acb6eb2e130d25002eac92c45f3661c72 /apps
parent238e02211cb207bd280df532f94190d1427c8ff0 (diff)
Record priv-recordintro as sln, not gsm
This removes the gsm->sln step when transcoding priv-recordintro. (closes issue #18176) Reported by: pabelanger Patches: chan_sip.diff uploaded by pabelanger (license 224) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@292411 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rw-r--r--apps/app_dial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_dial.c b/apps/app_dial.c
index f1dd6ef3d..a6e0f3d79 100644
--- a/apps/app_dial.c
+++ b/apps/app_dial.c
@@ -1176,7 +1176,7 @@ static int dial_exec_full(struct ast_channel *chan, void *data, struct ast_flags
*/
ast_answer(chan);
- res = ast_play_and_record(chan, "priv-recordintro", privintro, 4, "gsm", &duration, 128, 2000, 0); /* NOTE: I've reduced the total time to 4 sec */
+ res = ast_play_and_record(chan, "priv-recordintro", privintro, 4, "sln", &duration, 128, 2000, 0); /* NOTE: I've reduced the total time to 4 sec */
/* don't think we'll need a lock removed, we took care of
conflicts by naming the privintro file */
if (res == -1) {