This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/mod/applications/mod_spandsp/mod_spandsp_dsp.c b/src/mod/applications/mod_spandsp/mod_spandsp_dsp.c | |
index 836808a48d..ef809acc27 100644 | |
--- a/src/mod/applications/mod_spandsp/mod_spandsp_dsp.c | |
+++ b/src/mod/applications/mod_spandsp/mod_spandsp_dsp.c | |
@@ -156,11 +156,11 @@ 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_5BIT_4545; | |
+ int r = V18_MODE_WEITBRECHT_5BIT_4545; |
OlderNewer