Yes, that what i do, and I note something, if you send only one request, you
will get the full SMS, but if you send many SMS without any delay, you
receive the message incomplete, I think that happened because kannel need to
know if the bearbox accept the request or not, I found this in the manual
may be solve the problem for that    immediate-sendsms-reply, I will test it
and tell you back.

Regards,
Hafez

On Jan 28, 2008 1:32 PM, preeteesh kakkar <[EMAIL PROTECTED]>
wrote:

> Ahh, Okay
>
> So you using DLR? i mean you get any sms from kannel to mysql db and from
> there u invoke php script?
>
> I mean invoking a PHP script directly from kannel and putting any sms got
> into a db...!
>
>
> On 1/28/08, hafez ahmad <[EMAIL PROTECTED]> wrote:
> >
> > As I told you it was "stupid solution", I do with on my PHP script
> > level, not on the kannel level something like that :
> >
> > //select query from the messages table
> >
> > while ($row = mysql_fetch_assoc($result) ){
> >
> >      $url = //here the url
> >      fopen($url ,'r');
> >      sleep(10);
> > }
> >
> > regrads,
> > Hafez
> >
> >
> > On Jan 28, 2008 1:20 PM, preeteesh kakkar <[EMAIL PROTECTED]>
> > wrote:
> >
> > > Hey Can you tell me how you provide sleep 10 sec between every URL
> > > hit?
> > >
> > > I mean how u specify this in kannel.conf
> > >
> > > or did u modify kannel source code? -- can u tell me file which u
> > > modified?
> > >
> > >
> > >
> > > On 1/28/08, hafez ahmad <[EMAIL PROTECTED]> wrote:
> > > >
> > > > I do that before, the problem still there .
> > > >
> > > > I do temp solution (stupid solution) , and it work fine until now, I
> > > > do sleep (delay) 10 second between every URL hit and the next one.
> > > >
> > > > Regards,
> > > > Hafez
> > > >
> > > > On Jan 28, 2008 12:56 PM, Mike Nwaogu <[EMAIL PROTECTED]>
> > > > wrote:
> > > >
> > > > > Hello,
> > > > > You'll need to specify concatenate = 1 in the kannel.conf file.
> > > > > under the group = sendsms-user.
> > > > >
> > > > > I think that will help
> > > > >
> > > > >
> > > > > *hafez ahmad <[EMAIL PROTECTED]>* wrote:
> > > > >
> > > > > Hi,
> > > > > I have PHP script that run every 10 seconds, every time the script
> > > > > run , read the messages from DB table, and hit the send URL inside 
> > > > > loop,
> > > > > every thing run ok , but when I have concatenated SMS  I get only the 
> > > > > first
> > > > > part of the SMS ended with (some text missing) , do I have to check 
> > > > > if the
> > > > > bearbox accept the request every time to hit the URL again for the 
> > > > > next
> > > > > request or what?
> > > > >
> > > > > Thanks for help,
> > > > > Hafez
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > Regards,
> > > > > Mike Nwaogu
> > > > > Tel: 234_802_325_6437
> > > > > Eml: [EMAIL PROTECTED]
> > > > >
> > > > >  ------------------------------
> > > > > Looking for last minute shopping deals? Find them fast with Yahoo!
> > > > > Search.<http://us.rd.yahoo.com/evt=51734/*http://tools.search.yahoo.com/newsearch/category.php?category=shopping>
> > > > >
> > > >
> > > >
> > > >
> > > > --
> > > > Hafez A.Ahmad
> > > > Amman-Jordan
> > > > mobile:962-785259011
> > > >           962-795708728
> > > > http://blog.hafezadnan.com
> > >
> > >
> > >
> > >
> >
> >
> >
> > --
> > Hafez A.Ahmad
> > Amman-Jordan
> > mobile:962-785259011
> >           962-795708728
> > http://blog.hafezadnan.com
> >
>
>


-- 
Hafez A.Ahmad
Amman-Jordan
mobile:962-785259011
          962-795708728
http://blog.hafezadnan.com

Reply via email to