I think I'm starting to understand ;)
What values are you using in your "kannel" sms-service?
Roman
On Monday 15 May 2006 10:29, Roman Yeryomin wrote::
> I'm using kannel 1.4.0 is it ok?
> So you say that I have to define service field? What value should I use
> there?
>
> Roman
>
> On Friday 12 May 2006 22:47, Mi Reflejo wrote::
> > If you'r using CVS HEAD and last sqlbox, dlr-url is used well. Even if
> > the MT was sent by mysql insert.
> >
> > insert into send_sms (service,momt,sender,receiver,msgdata,smsc_id,
> > dlr_mask,dlr_url) VALUES('kannel', 'MT','1234','1234','Delivery
> > test','FakeSMSC',31,'http://localhost/mev/a.php?type=%d');
> >
> > and kannel-smsbox.log: 2006-05-06 22:42:51 [1030] [4] INFO: Starting
> > delivery report <kannel> from <1234>
> > (....)
> >
> > But take care of "service" column. If it's not, service is set to
> > NULL, and delivery is not routed.
> >
> >
> > Regards,
> > Anselmo
> >
> > On 5/12/06, Roman Yeryomin <[EMAIL PROTECTED]> wrote:
> > > Hi all,
> > >
> > > but what about when sending from database with sqlbox (simply inserting
> > > in database)?
> > > dlr_url should also work, right?
> > > but it seems that kannel doesn't fetch my ulencoded dlr_url defined in
> > > database (mysql)
> > > i'm stuck...
> > > does anyone know where could be the problem?
> > > i'm using kannel 1.4 with mysql 4.1
> > >
> > > Roman