You need to refer to the API from your telco and check how do they response each MT from partners (you). Standard Kannel HTTP SMSC will expect HTTP response body from telco. Some telco uses XML to response MT, while others maybe use HTTP Header responses, or even a SOAP format. So once again please check the API from your telco to make sure it is compatible with Kannel, otherwise you need to hack Kannel's source code :)
sangprabv [email protected] http://www.petitiononline.com/froyo/ On Jul 24, 2010, at 9:17 PM, Imran Aghayev wrote: > > Hi Nikos, > You said '...here you specify reponse text returned by SMSc for each of these > cases...' > Where does SMSc returns these statuses? How these statuses interpret by > kannel ? > Does kannel writes them to logs. Is it possible to use these statuses for > delivery reports? > > Imran > > > > From: [email protected] > > To: [email protected]; [email protected] > > Subject: Re: generic http smsc statuses > > Date: Sat, 24 Jul 2010 15:53:12 +0300 > > > > Hi, > > > > Hi, > > > > As explained in User's guide. In http smsc, you need a way to determine the > > status of the pushed SMS: Accepted, Rejected, temporary failure. These are > > unrelated to HTTP status codes, and here you specify reponse text returned > > by SMSc for each of these cases. > > > > BR, > > Nikos > > ----- Original Message ----- > > From: Imran Aghayev > > To: [email protected] > > Sent: Saturday, July 24, 2010 3:17 PM > > Subject: generic http smsc statuses > > > > > > Hi, > > Could anyone explain me what are these for and how kannel use them > > depending > > on the http server response ?? > > > > > > status-success-regex = "ok" > > > > status-permfail-regex = "failure" > > status-tempfail-regex = "retry later" > > > > > > > > > > Thanks > > > > > > > > > > > > > > > > > > > > > > > > Get a new e-mail account with Hotmail - Free. Sign-up now. > > > > Get a free e-mail account with Hotmail. Sign-up now.
