]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
change default
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 3 Jul 2012 18:53:29 +0000 (13:53 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 3 Jul 2012 18:53:29 +0000 (13:53 -0500)
src/mod/applications/mod_spandsp/mod_spandsp_dsp.c

index 5a37af1f63e9dbdd782ba397397029a7c09d9129..b3616c7892646d2faff85b159c87ef9e26945dd2 100644 (file)
@@ -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")) {