From: Giovanni Maruzzelli Date: Wed, 26 Sep 2012 17:20:27 +0000 (+0200) Subject: gsmopen: FS-4652 , compilation failed with Mobigator X-Git-Tag: v1.3.0~157 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1d727cab65b779ec5f9df8c8eec6cdf8ac04c64;p=thirdparty%2Ffreeswitch.git gsmopen: FS-4652 , compilation failed with Mobigator --- diff --git a/src/mod/endpoints/mod_gsmopen/alsa_nogsmlib_nocplusplus/mod_gsmopen/mod_gsmopen.c b/src/mod/endpoints/mod_gsmopen/alsa_nogsmlib_nocplusplus/mod_gsmopen/mod_gsmopen.c index 5e31e76857..fc41a4a1b3 100644 --- a/src/mod/endpoints/mod_gsmopen/alsa_nogsmlib_nocplusplus/mod_gsmopen/mod_gsmopen.c +++ b/src/mod/endpoints/mod_gsmopen/alsa_nogsmlib_nocplusplus/mod_gsmopen/mod_gsmopen.c @@ -1398,7 +1398,7 @@ static switch_status_t load_config(int reload_type) char *dial_regex = NULL; char *hold_music = NULL; char *fail_dial_regex = NULL; - const char *enable_callerid ; + //const char *enable_callerid ; const char *at_dial_pre_number = "ATD"; @@ -1518,8 +1518,8 @@ static switch_status_t load_config(int reload_type) hold_music = val; } else if (!strcasecmp(var, "fail_dial_regex")) { fail_dial_regex = val; - } else if (!strcasecmp(var, "enable_callerid")) { - enable_callerid = val; + //} else if (!strcasecmp(var, "enable_callerid")) { + //enable_callerid = val; } else if (!strcasecmp(var, "at_dial_pre_number")) { at_dial_pre_number = val; } else if (!strcasecmp(var, "at_dial_post_number")) {