From: Anthony Minessale Date: Tue, 3 Jul 2012 18:53:29 +0000 (-0500) Subject: change default X-Git-Tag: v1.2.0~211 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02f4aa85908af924934832bc6499fdc704e282f5;p=thirdparty%2Ffreeswitch.git change default --- diff --git a/src/mod/applications/mod_spandsp/mod_spandsp_dsp.c b/src/mod/applications/mod_spandsp/mod_spandsp_dsp.c index 5a37af1f63..b3616c7892 100644 --- a/src/mod/applications/mod_spandsp/mod_spandsp_dsp.c +++ b/src/mod/applications/mod_spandsp/mod_spandsp_dsp.c @@ -150,7 +150,7 @@ static int get_v18_mode(switch_core_session_t *session) { switch_channel_t *channel = switch_core_session_get_channel(session); const char *var; - int r = V18_MODE_BELL103; + int r = V18_MODE_5BIT_45; if ((var = switch_channel_get_variable(channel, "v18_mode"))) { if (!strcasecmp(var, "5BIT_45") || !strcasecmp(var, "baudot")) {