mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-26 19:57:42 +00:00
gsmopen: FS-4652 , compilation failed with Mobigator
This commit is contained in:
parent
d0ddd77cdc
commit
a1d727cab6
@ -1398,7 +1398,7 @@ static switch_status_t load_config(int reload_type)
|
|||||||
char *dial_regex = NULL;
|
char *dial_regex = NULL;
|
||||||
char *hold_music = NULL;
|
char *hold_music = NULL;
|
||||||
char *fail_dial_regex = NULL;
|
char *fail_dial_regex = NULL;
|
||||||
const char *enable_callerid ;
|
//const char *enable_callerid ;
|
||||||
|
|
||||||
|
|
||||||
const char *at_dial_pre_number = "ATD";
|
const char *at_dial_pre_number = "ATD";
|
||||||
@ -1518,8 +1518,8 @@ static switch_status_t load_config(int reload_type)
|
|||||||
hold_music = val;
|
hold_music = val;
|
||||||
} else if (!strcasecmp(var, "fail_dial_regex")) {
|
} else if (!strcasecmp(var, "fail_dial_regex")) {
|
||||||
fail_dial_regex = val;
|
fail_dial_regex = val;
|
||||||
} else if (!strcasecmp(var, "enable_callerid")) {
|
//} else if (!strcasecmp(var, "enable_callerid")) {
|
||||||
enable_callerid = val;
|
//enable_callerid = val;
|
||||||
} else if (!strcasecmp(var, "at_dial_pre_number")) {
|
} else if (!strcasecmp(var, "at_dial_pre_number")) {
|
||||||
at_dial_pre_number = val;
|
at_dial_pre_number = val;
|
||||||
} else if (!strcasecmp(var, "at_dial_post_number")) {
|
} else if (!strcasecmp(var, "at_dial_post_number")) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user