mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-06 15:39:06 +00:00
change default
This commit is contained in:
parent
e941a61ff7
commit
02f4aa8590
@ -150,7 +150,7 @@ static int get_v18_mode(switch_core_session_t *session)
|
|||||||
{
|
{
|
||||||
switch_channel_t *channel = switch_core_session_get_channel(session);
|
switch_channel_t *channel = switch_core_session_get_channel(session);
|
||||||
const char *var;
|
const char *var;
|
||||||
int r = V18_MODE_BELL103;
|
int r = V18_MODE_5BIT_45;
|
||||||
|
|
||||||
if ((var = switch_channel_get_variable(channel, "v18_mode"))) {
|
if ((var = switch_channel_get_variable(channel, "v18_mode"))) {
|
||||||
if (!strcasecmp(var, "5BIT_45") || !strcasecmp(var, "baudot")) {
|
if (!strcasecmp(var, "5BIT_45") || !strcasecmp(var, "baudot")) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user