preeteesh kakkar schrieb:
Hi,I am invoking a PHP script when kannel recieves any sms. The received sms is then stored in db from that PHP script. In case the sms is too large it is cut and whole sms is not stored in db. I am using GET request as paramter in kannel. I think becuase of limit of url lenght the whole sms is not stored. Can someone help me how can i get the full sms stored in db.
now, talking as a HTTP RFC "knower", a URI segment of the GET request is not limited by any means.
So the question is: what is cutting off the payload text? Can you confirm in the smsbox log file that the full URI is passed to your web server? Please get into debugging by checking segment after segment in the passing.
Regarding HTTP, there is no limitation, neither in the RFC specs, nor does Kannel's HTTP library use limitations in URI length.
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 -------------------------------------------------------------------
