From: Anthony Minessale Date: Fri, 19 Jul 2013 18:29:05 +0000 (-0500) Subject: FS-5617 --resolve X-Git-Tag: v1.5.3~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e74cf79fc64dd26db9410c0828a4f35ba67550b;p=thirdparty%2Ffreeswitch.git FS-5617 --resolve --- diff --git a/libs/esl/fs_cli.c b/libs/esl/fs_cli.c index 5d87d521d3..05286ecc49 100644 --- a/libs/esl/fs_cli.c +++ b/libs/esl/fs_cli.c @@ -1201,7 +1201,7 @@ static void read_config(const char *dft_cfile, const char *cfile) { if (strcmp(cur_cat, cfg.category)) { esl_set_string(cur_cat, cfg.category); esl_set_string(profiles[pcount].name, cur_cat); - esl_set_string(profiles[pcount].host, "localhost"); + esl_set_string(profiles[pcount].host, "127.0.0.1"); esl_set_string(profiles[pcount].pass, "ClueCon"); profiles[pcount].port = 8021; set_fn_keys(&profiles[pcount]);