From: Giovanni Maruzzelli Date: Thu, 5 Sep 2013 09:38:47 +0000 (+0200) Subject: FS-5727 and FS-5729 gsmopen: inserted some debugging to eventually find a probable... X-Git-Tag: v1.5.6~178 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a64f1b5ebaa78e2ed424e55f05326d21cba3ba4;p=thirdparty%2Ffreeswitch.git FS-5727 and FS-5729 gsmopen: inserted some debugging to eventually find a probable flaw in gsmlib. Disabled the suspected code --- diff --git a/src/mod/endpoints/mod_gsmopen/gsmopen_protocol.cpp b/src/mod/endpoints/mod_gsmopen/gsmopen_protocol.cpp index 6c1dcc5ccd..30e818ed4a 100644 --- a/src/mod/endpoints/mod_gsmopen/gsmopen_protocol.cpp +++ b/src/mod/endpoints/mod_gsmopen/gsmopen_protocol.cpp @@ -1687,7 +1687,6 @@ int gsmopen_serial_read_AT(private_t *tech_pvt, int look_for_ack, int timeout_us DEBUGA_GSMOPEN("SMS=\n%s\n", GSMOPEN_P_LOG, letsee); #endif //0 - memset(content2, '\0', sizeof(content2)); if (sms->dataCodingScheme().getAlphabet() == DCS_DEFAULT_ALPHABET) { iso_8859_1_to_utf8(tech_pvt, (char *) sms->userData().c_str(), content2, sizeof(content2));