Re: Setting up wappush

2008-01-23 Thread Mike Nwaogu
Thanks alot Juan, This is just great. Regards, Mike Nwaogu Tel: 234_802_325_6437 Eml: [EMAIL PROTECTED] - Original Message From: Juan Nin <[EMAIL PROTECTED]> To: Mike Nwaogu <[EMAIL PROTECTED]> Cc: users@kannel.org Sent: Thursday, January 24, 2008 3:09:24 AM Subject: Re: Setting up wapp

Re: Issues with kannel truncating messages.

2008-01-23 Thread Aaron Simmons
Not sure if its the same thing, but I recently discovered an issue with kannel munging PDUs. I've submitted an bug for it here . On Jan 24, 2008 12:20 AM, Andrew B <[EMAIL PROTECTED]> wrote: > Hi, I think I've narrowed down the problem I am having with mbu

Re: how do I prevent my SIM card from filling up with incoming messages?

2008-01-23 Thread Heru Tjatur
On Jan 24, 2008, at 7:00 AM, Iain Dooley wrote: Change the memory location from SM to ME i think this may solve the problem i've been having with this PDU extract error... if the message isn't ever being stored in SIM memory then kannel won't ever be trying to read a non-existing mess

Re: Setting up wappush

2008-01-23 Thread Juan Nin
http://thread.gmane.org/gmane.comp.mobile.kannel.user/11009 On Jan 23, 2008 4:03 PM, Mike Nwaogu <[EMAIL PROTECTED]> wrote: > > Hey People, > I'm setting up a service were I have to send a wap push as a response to the > subscribers request. > Question is how do I set up kannel to do this and how

RE: how do I prevent my SIM card from filling up with incoming messages?

2008-01-23 Thread Iain Dooley
Change the memory location from SM to ME i think this may solve the problem i've been having with this PDU extract error... if the message isn't ever being stored in SIM memory then kannel won't ever be trying to read a non-existing message right? when you say "change the memory location f

RE: how do I prevent my SIM card from filling up with incoming messages?

2008-01-23 Thread info.ubichip
Change the memory location from SM to ME Hope it helps -Original Message- From: Matthew Wilson [mailto:[EMAIL PROTECTED] Sent: mercredi 23 janvier 2008 13:12 To: users@kannel.org Subject: how do I prevent my SIM card from filling up with incoming messages? I'm using kannel after making a

Need help writing AT+CNMI init line

2008-01-23 Thread Matthew Wilson
Hi, I'm using kannel over a bluetooth serial connection to my samsung A707 phone. I want to configure kannel so that when it is connected, all incoming sms messages pass straight through to kannel, and aren't saved in the phone or the SIM card. I failed at getting any docs for my phone from Sams

how do I prevent my SIM card from filling up with incoming messages?

2008-01-23 Thread Matthew Wilson
I'm using kannel after making a bluetooth rfcomm connection to my Samsung A707 handset. It works fine, except that I eventually fill up my phone's memory. I want to configure kannel so that every time it processes an incoming SMS message, it deletes that message. Is this possible? TIA Matt

Setting up wappush

2008-01-23 Thread Mike Nwaogu
Hey People, I'm setting up a service were I have to send a wap push as a response to the subscribers request. Question is how do I set up kannel to do this and how do compose the http url to send a wap push Regards, Mike Nwaogu Tel: 234_802_325_6437 Eml: [EMAIL PROTECTED] ___

Issues with kannel truncating messages.

2008-01-23 Thread Andrew B
Hi, I think I've narrowed down the problem I am having with mbuni and kannel. Mbuni calls the following URL when it goes to send an MMS notification through kannel: http://localhost:13013/cgi-bin/sendsms?_dummy=x&username=foo&password=bar&text=%01%06%03%BE%AF%84%8C%82%98-1-zx-qf1269.1.x165.2%0

Re: is anyone else getting this message?

2008-01-23 Thread seik
same someone has redirected the kannel list mailings from his/her registered address to non existing one .. -Original Message- From: users@kannel.org [EMAIL PROTECTED] Sent: 23 Януари 2008 г. To: seik Subject:is anyone else getting this message? > i get this message everytime i send to

Re: DLR not being received over SMPP

2008-01-23 Thread Rolandow
Just remove the line, and put transceiver-mode = 1 in the config file? Joe Perry wrote: Hey Stipe, Each time I make the receive-port equal to the 'port' I get an error from the SMSC: 2008-01-23 12:18:25 [9896] [7] ERROR: SMPP[A]: SMSC rejected login to receive, code 0x000d (Bind Failed)

Re: DLR not being received over SMPP

2008-01-23 Thread Stipe Tolj
Joe Perry schrieb: Hey Stipe, Each time I make the receive-port equal to the 'port' I get an error from the SMSC: 2008-01-23 12:18:25 [9896] [7] ERROR: SMPP[A]: SMSC rejected login to receive, code 0x000d (Bind Failed). obviously your SMPP provider doesn't allow you to bind for a receive

Re: DLR not being received over SMPP

2008-01-23 Thread Joe Perry
Hey Stipe, Each time I make the receive-port equal to the 'port' I get an error from the SMSC: 2008-01-23 12:18:25 [9896] [7] ERROR: SMPP[A]: SMSC rejected login to receive, code 0x000d (Bind Failed). If I try to make this number any different, I get: 2008-01-23 12:22:46 [9963] [7] ERROR

Re: DLR not being received over SMPP

2008-01-23 Thread Stipe Tolj
Hi Joe, Joe Perry schrieb: Hi there, It would appear that delivery receipts are not being received when I send a MT message. group = smsc smsc = smpp host = * port = 6010 receive-port = 0 <--- bingo! ;) smsc-username = "**" smsc-password = "***" system-type = "

is anyone else getting this message?

2008-01-23 Thread Iain Dooley
i get this message everytime i send to the list ... anyone else? cheers iain -- Forwarded message -- Date: Wed, 23 Jan 2008 10:02:46 -0500 From: [EMAIL PROTECTED] To: Iain Dooley <[EMAIL PROTECTED]> Subject: NDN: Re: DLR not being received over SMPP Sorry. Your message could no

Re: DLR not being received over SMPP

2008-01-23 Thread Iain Dooley
Hi Joe, Can you see any potential problems in the above kannel configuration file? you need to include a dlr-url and dlr-mask parameter in the url your using to send your sms. here is my code (in php) to send a message: $dlr_url = 'http://DLRHOST/dlr.php?state=%d&id='.$dlr->id(); @fopen('h

DLR not being received over SMPP

2008-01-23 Thread Joe Perry
Hi there, It would appear that delivery receipts are not being received when I send a MT message. Here is my kannel.conf: # Default kannel configuration file group = core admin-port = 13010 admin-password = ** status-password = *** admin-deny-ip = "*.*.*.*" admin-allow-ip = "*.*.*

Re: DLR problems

2008-01-23 Thread Juan Nin
1) you didn't specify a dlr-url when invoking the sendsms script, do it :) 2) if that doesn't work, check with the carrier that they have enabled DLRs for your connection. Most carriers don't enable them unless you request them, and some may not even enable them cause they consume resources 200

KANNEL XML POST - How to set charset?

2008-01-23 Thread ravi
I have an issue in sending multilingual message to a group of numbers as an XML post through Kannel. The issue is as below: I read a UTF-8 encoded multilingual message from a file, set the coding=2 and charset=UTF-8 and post a HTTP request to kannel's cgi-bin/sendsms application. The message is di

Re: determine msg-id-type

2008-01-23 Thread Kyriacos Sakkas
Hi, First ask the operator if they return standard DLRs or they have there own mappings. Kyriacos Rolandow wrote: > Hi all, > > I am experimenting with getting the DLR notifications to work. I would > like to know how I can determine the correct msg-id-type setting. We > are connecting to Mo

determine msg-id-type

2008-01-23 Thread Rolandow
Hi all, I am experimenting with getting the DLR notifications to work. I would like to know how I can determine the correct msg-id-type setting. We are connecting to Movistar in Peru, but all messages are returned with status 2 or 16. I can't imagine that all messages are being rejected. So e

Re[2]: trouble sending dollar symbol using kannel

2008-01-23 Thread seik
ooops sorry my mistake sorry again :/ about the dollar sign, i had similar ptoblem with @ sign, it was smsc settings related . . . i solved that by myself because i received no support from the smsc ppl send $ sign from mobile device to your kannel box, and in the MO message find what charac

Re: trouble sending dollar symbol using kannel

2008-01-23 Thread Ady Wicaksono
I dont' understand, Why you hijack my email thread :( hehehe On Jan 23, 2008 5:18 PM, <[EMAIL PROTECTED]> wrote: > in case you set dlr-mask value to 31 you need either: > set dlr-url value in the send-sms group > or create and use unique dlr-url per each MT message. > > example: > > http://serv

Re: trouble sending dollar symbol using kannel

2008-01-23 Thread seikath
in case you set dlr-mask value to 31 you need either: set dlr-url value in the send-sms group or create and use unique dlr-url per each MT message. example: http://server:port/cgi-bin/sendsms?username=foo&password=foo&from=root&to=+12345678&text=help&dlr-mask=31&dlr-url=urlencodedDLRURL example: