Re: Transaction Delivery Failure

2008-09-22 Thread Monim Benaiad
Hi Gustavo, use dlr-mask=16 to handle this type of failed send sms. regards On Sun, Sep 21, 2008 at 7:37 PM, Gustavo Mohme C. <[EMAIL PROTECTED]> wrote: > Hi All, > My SMSC randomly returns this error: > > ERROR: SMSC returned error code 0x00fe (Transaction Delivery Failure) > in response t

Can anyone please help me?

2008-09-22 Thread Shoeb Ahmed
I sent this message below but haven't got any reply back. Can anyone please provide any insight into this problem? I really really need it to be solved. On Thu, Sep 11, 2008 at 2:43 PM, <[EMAIL PROTECTED]> wrote: > > > Message: 1 > Date: Thu, 11 Sep 2008 14:22:31 +0600 > From: "Shoeb Ahmed" <[EMA

config file for multiple smsbox for single bearerbox

2008-09-22 Thread jyotiranjan panda
Please , anyone can forward me the config file for multiple smsbox for single bearerbox. I want it to load balance purpose. Regards Jyoti Ranjan Panda

Re: How to test mysql

2008-09-22 Thread wahib
Sir, I have configured sms-service as group = sms-service keyword = complex max-messages = 5 get-url = "http://localhost/jaroka/wahib/Kannel/yahoo.php?sender=%p&msg=%a"; accept-x-kannel-headers = true concatenation =false when i run fake smsc command in my Open-Suse terminal like ... ./fake

How to post the "text" send by user to a web-page using get-url ??

2008-09-22 Thread wahib
Sir, I tried my best to solve the problem but i am not that much smart. I have configured sms-service as group = sms-service keyword = complex max-messages = 5 get-url = "http://localhost/jaroka/wahib/Kannel/yahoo.php?sender=%p&msg=%a"; accept-x-kannel-headers = true concatenation =false w

WAP problem

2008-09-22 Thread Steven Venter
Hi all I have a kannel test setup and can connect and communicate with the box using an Opennwave simulator. I now want to use a phone/modem to communicate with the box. I tries different settings but is unable to communicate. If I look at the bearerbox screen I sometimes see that the phone/mod

Re: Transaction Delivery Failure

2008-09-22 Thread Gustavo Mohme C.
Hi Monim, My SMSC doesn't support dlr. And even if it did, this won't make kannel resend the sms but only store it as failed, right? Is there a way to automatically resend this sms? Regards On Mon, Sep 22, 2008 at 3:07 AM, Monim Benaiad <[EMAIL PROTECTED]> wrote: > Hi Gustavo, > > use dlr-mask=16

Proper settings for sim use with GSM modems

2008-09-22 Thread Tony Kirkham
What are the best settings for equipment/memory/SIM usage using a GSM modem to manage the memories of this equipment? In the config file there is the sim-buffering parameter in the smsc group and the message-storage parameter in the modem group. From the manual both of these seem to be described

Re: How to post the "text" send by user to a web-page using get-url ??

2008-09-22 Thread Theo Vassiliadis
On Mon, Sep 22, 2008 at 3:02 PM, wahib <[EMAIL PROTECTED]> wrote: > > Sir, > > I tried my best to solve the problem but i am not that much smart. > I have configured sms-service as > > group = sms-service > keyword = complex > max-messages = 5 > get-url = "http://localhost/jaroka/wahib/Kannel/y

urldecode sms text and post to web application

2008-09-22 Thread naj
Hi there, I hope someone can help me with this problem, which I can't get around and I am kind of stuck, programing is not my forte I have to say!. I have a GPS tracking device that sends SMSs with location to kannel and I am trying to use post-url method to post data received (in sms text) to my

Receiving MO messages using GSM modem

2008-09-22 Thread Eduardo Raad
Dear List, I'm using a Nokia 6230 to send bulk SMS through Kannel (using Playsms) but I have problems receiving MO messages. They all get stuck in the phone. In some cases (4 out of 1) the MO messages get to Kannel and therefore to Playsms. Should I add something to my config file? Here

Re: How to post the "text" send by user to a web-page using get-url ??

2008-09-22 Thread Jovan Kostovski
Hi, As Theo wrote set max-messsages=0 and in your handler script: > get-url = "http://localhost/jaroka/wahib/Kannel/yahoo.php?sender=%p&msg=%a"; add code to insert the message text in a mysql database, than use another script to read them from the database web page using another script. HTH, Jo

Re: urldecode sms text and post to web application

2008-09-22 Thread Jovan Kostovski
On Mon, Sep 22, 2008 at 8:07 PM, naj <[EMAIL PROTECTED]> wrote: > How would go about solving this? I know I need to urldecode it, but > how?. If I use a script, how would I call it in the post-url? I did quick url decoding of the received data: 35702300;$GPGGA,000243.000,.,N,0.,E,0

FW: urldecode sms text and post to web application

2008-09-22 Thread Nad
Thanks Jovan I'll have a crack at it. Can I then post the decoded string to my webserver within the same script Cheers Nadjib

Re: FW: urldecode sms text and post to web application

2008-09-22 Thread Jovan Kostovski
On Tue, Sep 23, 2008 at 12:24 AM, Nad <[EMAIL PROTECTED]> wrote: > Thanks Jovan > > I'll have a crack at it. > Can I then post the decoded string to my webserver within the same script Yes, just add the code for record insertation after the part where you decode the message Cheers, Jovan

Re: Receiving MO messages using GSM modem

2008-09-22 Thread Alvaro Cornejo
Hi Eduardo. I had a similar problem. I fixed it using the sim-buffering = true in the modem setup. As per kannel docs, it seems some modems does not support or have problems with the feature you might tryit. What does this feature does is to check messages stored in modem every minute or so. Re

RE: How to test mysql

2008-09-22 Thread fajar
Please read the manual before asking, what you do is sending SMS through SMPP, while the get-url launched when kannel get MO from SMPP. So what you do is not related. Fakesmsc become SMPP server, while kannel become SMPP client, and you're simulating SMPP server sending MO using SMPP protocol to SM

How to prevent kannel from sending to the SMSC outside business hours

2008-09-22 Thread shaded 4
Hi there, a) Is there *any* way at all to prevent kannel from sending SMS messages to a SMSC outside of certain hours? We're only allowed to send SMS messages to customers during (for example) Mon-Fri 9am-5pm. I don't think the 'deferred' or 'validity' options of sendsms are useful in this situat

Re: How to prevent kannel from sending to the SMSC outside business hours

2008-09-22 Thread Alejandro Guerrieri
You should handle that kind of requirements at your application level. Another option would be to shutdown the smsc connections (the messages will be queued until the link goes up) but IMHO the best approach is to handle this at your application and not at the gateway. Regards, Alejandro On Mon,

Re: Transaction Delivery Failure

2008-09-22 Thread Monim Benaiad
Dear Gustavo, The failed to submit to smsc dlr is generated by the gateway itself, so, when ypu submit a message to kannel use a dlr-url (with dlr-mask=16) which will make kannel request this url when a failed send sms is happen. and don't forget to encode your dlr-url string before submitting it.

Re: WAP problem

2008-09-22 Thread Stipe Tolj
Steven Venter schrieb: Hi all I have a kannel test setup and can connect and communicate with the box using an Opennwave simulator. I now want to use a phone/modem to communicate with the box. I tries different settings but is unable to communicate. If I look at the bearerbox screen I sometime

Re: How to post the "text" send by user to a web-page using get-url ??

2008-09-22 Thread wahib
Thanks for reply and i understand that what ever is the output of the php script will be received as a reply. But what i need to do is different ! i need to lets say display the message send as a fakesmsc command on a web-page and need to POST it on to a web-page !! But the attribute of get-url is

Delivery Report Not Working

2008-09-22 Thread fajar
Anyone knows what is the caused of getting this response in DLR : NACK/1280/Unknown/Reserved Or NACK/1288/Unknown/Reserved When we do UAT for first time, we got working DLR reponse like this one.. id:3546199716 sub:000 dlvrd:000 submit date:0707261705 done date:0707261705 stat:DELIVRD err:0

Re: Delivery Report Not Working

2008-09-22 Thread sangprabv
Hi, Is this Indonesia XL? If yes, then please check your official documentation from them, 1280 and 1288 is their custom DLR status. Regards, Willy

RE: Delivery Report Not Working

2008-09-22 Thread fajar
Ok, thanks for the response, it seems operator made changes. If succes, they don't send delivery report, while if error, they send the delivery report. Yes, this is Indonesia XL. We have check, the error code related with charging problem. Fajar > -Original Message- > From: sangprabv [mai

RE: How to test mysql

2008-09-22 Thread wahib
yes... problem solved. thanks for the help -- View this message in context: http://www.nabble.com/mysql-storage-tp19393424p19622215.html Sent from the Kannel - User mailing list archive at Nabble.com.

Re: How to post the "text" send by user to a web-page using get-url ??

2008-09-22 Thread wahib
Thanks Jovan. Yes, I was able to solve the problem. Will contact you if stuck some where again. -- View this message in context: http://www.nabble.com/How-to-post-the-%22text%22-send-by-user-to-a-web-page-using-get-urltp19606607p19622234.html Sent from the Kannel - User mailing list archive