Queue Management

2006-05-12 Thread supporto1
Hi, could anybody explain if it is possible to manage queues on kannel? It is possible to remove specific sms from the queue and how? Thank you!

Re: dlr

2006-05-12 Thread Heru Tjatur
Hi Wayne, I set it in dlr-url when sending messages vi cgi-bin/sendsms. So, each time I send message, I put dlr-url containing my custom ID. Something like this: dlr-url="http://127.0.0.1/smspapp/dlr.php?msgID=[mycustomID]&dlrstatus=% d&[other parameter] Don't forget to url-encode your dlr-url w

Can kannel be made to listen SMS-Mobile originated

2006-05-12 Thread abhishek jain
Dear Friends, I wanted to create an application where i want to send the mobile terminated SMS and receive mobile originated SMS. The first part i know can be done but can the second part be done. Thanks, Abhishek Jain

[Subaddr] Cimd2 protocol

2006-05-12 Thread Jack Olsen
Hi,Currently I'm on a project using 2 instances of kannel e.g. 2 hosts with 1 instance each - connecting to a Nokia SMSC using CIMD2.The problem is that when connecting to the SMSC the instance being first is allowed to connect and the next is being refused.I found out that the reason for this

Re: dlr

2006-05-12 Thread Roman Yeryomin
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 wi

Re: dlr

2006-05-12 Thread Alex Kinch
If you send via sqlbox doing an insert into the database, it *should* use dlr-url. However, I don't think that bit is written yet :) You will probably also see problems with DLRs getting stuck in the kannel store as sqlbox does not 'ack' them to bearerbox.   Alex  On 5/12/06, Roman Yeryomin <[EMAI

Re: dlr

2006-05-12 Thread Mi Reflejo
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'); a

Re: Can kannel be made to listen SMS-Mobile originated

2006-05-12 Thread Mi Reflejo
The second part can be done too. Kannel act as a receiver and transmitter. I sugest you start off by reading "kannel Architecture and Design" and the user-guide: http://www.kannel.org/download/1.2.1/arch-1.2.1/arch.html http://www.kannel.org/download/kannel-userguide-snapshot/userguide.html Rega

Re: sqlbox, smsbox-route and dlr rerouting help!

2006-05-12 Thread Mi Reflejo
I'm reopening that issue. I dont know if you got the mail that i send you on 5/7. Hi Alex, i was doing a couple of tests. At First, every time that the smsbox got a delivery report the logs said "INFO: Starting to service ". (it means that smsbox is trying to route the dlr as an MO). And sent_sms

Re: sqlbox, smsbox-route and dlr rerouting help!

2006-05-12 Thread Alex Kinch
Hi Anselmo,   Yes I did get your email, sorry I meant to reply with some more in depth information but got sidetracked on other things.  The problem I see is:  1. Insert message into sqlbox send_sms table 2. sqlbox picks it up, passes it to bearerbox 3. bearerbox passes it via smpp to carrier   All