RE: generic http smsc statuses

2010-07-25 Thread Imran Aghayev
mail.com > To: sangpr...@gmail.com; imran.agha...@hotmail.co.uk > CC: users@kannel.org > Subject: Re: generic http smsc statuses > Date: Sat, 24 Jul 2010 21:30:34 +0300 > > Hi, > > Better yet, send a couple of tests and run bb witrh maximum detail logs. > There you can see

Re: generic http smsc statuses

2010-07-24 Thread Nikos Balkanas
Sent: Saturday, July 24, 2010 6:01 PM Subject: Re: generic http smsc statuses 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

Re: generic http smsc statuses

2010-07-24 Thread sangprabv
an > > > > From: nbalka...@gmail.com > > To: imran.agha...@hotmail.co.uk; users@kannel.org > > Subject: Re: generic http smsc statuses > > Date: Sat, 24 Jul 2010 15:53:12 +0300 > > > > Hi, > > > > Hi, > > > > As explained i

RE: generic http smsc statuses

2010-07-24 Thread Imran Aghayev
From: nbalka...@gmail.com > To: imran.agha...@hotmail.co.uk; users@kannel.org > 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 &

Re: generic http smsc statuses

2010-07-24 Thread Nikos Balkanas
Nikos - Original Message - From: Imran Aghayev To: users@kannel.org 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"

generic http smsc statuses

2010-07-24 Thread Imran Aghayev
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