Hi Stipe, Thank you for your answer.
Ok, i'll try to test gw/sms.c:fields_to_dcs(). So, is there a temporaly "hack" to force dcs to 0 ? Regards, Olivier PELLEGRINO MIL'NR3 Le jeudi 07 février 2008 à 15:42 +0100, Stipe Tolj a écrit : > Olivier PELLEGRINO schrieb: > > Output: > > 2008-02-05 15:42:28 [20444] [14] DEBUG: [debug perso #1] > > msg->sms.alt_dcs: -1, smpp->conn->alt_dcs: 0, > > pdu->u.submit_sm.data_coding: 0, SMPP_DEFAULT_CHARSET: UTF-8, > > smpp->alt_charset: ISO-8859-1 > > 2008-02-05 15:42:28 [20444] [14] DEBUG: [debug perso #2] if condition > > 2008-02-05 15:42:28 [20444] [14] DEBUG: [debug perso #3] > > msg->sms.alt_dcs: -1, smpp->conn->alt_dcs: 0, > > pdu->u.submit_sm.data_coding: 241, SMPP_DEFAULT_CHARSET: UTF-8, > > smpp->alt_charset: ISO-8859-1 > > ok, which proves that the submit_sm.data_coding = 241 is set within the if > condition branch, hence via fields_to_dcs(msg, 1); > > Please check within gw/sms.c:fields_to_dcs() which if branch set the dcs > value > accordingly. > > Stipe > > ------------------------------------------------------------------- > Kölner Landstrasse 419 > 40589 Düsseldorf, NRW, Germany > > tolj.org system architecture Kannel Software Foundation (KSF) > http://www.tolj.org/ http://www.kannel.org/ > > mailto:st_{at}_tolj.org mailto:stolj_{at}_kannel.org > ------------------------------------------------------------------- >
