]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
gsmopen: FS-4652 , compilation failed with Mobigator
authorGiovanni Maruzzelli <gmaruzz@gmail.com>
Wed, 26 Sep 2012 17:20:27 +0000 (19:20 +0200)
committerGiovanni Maruzzelli <gmaruzz@gmail.com>
Wed, 26 Sep 2012 17:20:27 +0000 (19:20 +0200)
src/mod/endpoints/mod_gsmopen/alsa_nogsmlib_nocplusplus/mod_gsmopen/mod_gsmopen.c

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