Wap-Push URL

2013-10-04 Thread Saurabh Jain
Hi guys, I am trying to send a wap push through URL of Kannel, but what i receive on my phone is either a NULL or simple text or it just says that 'format is not supported' Pls suggest some solution on urgent bases. URL ::

In case of DLR Missing:

2013-10-04 Thread Himanshu Matta
Hello, I wanna do something different, in case of dlr missing. What I want to do is- If DLR is not recieved then send message from another operator(another smpp). Now, Is this facility available in kannel ? or I have to achieve this with my code ? -- Thanks and regards, Himanshu Matta

Re: In case of DLR Missing:

2013-10-04 Thread Willy Mularto
You answered your own question. On 4 Oct 2013 13:21, Himanshu Matta himan...@hostnsoft.com wrote: Hello, I wanna do something different, in case of dlr missing. What I want to do is- If DLR is not recieved then send message from another operator(another smpp). Now, Is this facility

Re: In case of DLR Missing:

2013-10-04 Thread Himanshu Matta
ok. means I have to write code for ths. On Fri, Oct 4, 2013 at 11:54 AM, Willy Mularto sangpr...@gmail.com wrote: You answered your own question. On 4 Oct 2013 13:21, Himanshu Matta himan...@hostnsoft.com wrote: Hello, I wanna do something different, in case of dlr missing. What I want to

Re: In case of DLR Missing:

2013-10-04 Thread Willy Mularto
Yes, kannel provides us the missing DLRs info. We need to query them and decide what treatement we want to do. On 4 Oct 2013 13:25, Himanshu Matta himan...@hostnsoft.com wrote: ok. means I have to write code for ths. On Fri, Oct 4, 2013 at 11:54 AM, Willy Mularto sangpr...@gmail.comwrote:

Re: In case of DLR Missing:

2013-10-04 Thread Saurabh Jain
Need help in sending wap push through http url in kannel i am trying url http:// [ip]/cgi-bin/sendsms?username=[user-name]password=[password]to=[number]coding=1from=[number]UDH=0605040B8423F0text= www.google.com Text received on phone :: format not supported *Thanks Regards,* *SAURABH JAIN*

Re: In case of DLR Missing:

2013-10-04 Thread Willy Mularto
Hi Saurabh, First of all please stay on the thread you have created. Do not override other's. And I think you need to convert the text to hex. There are some solution in the archives. On 4 Oct 2013 13:44, Saurabh Jain sorabh2...@gmail.com wrote: Need help in sending wap push through http url in

Kannel support and DLR question

2013-10-04 Thread george petrakis
Hello all, This is my first email sending to your group. What I would like to ask is the below: - Does anyone knows any company that provide support (24X7) for Kannel gateway? The company where I work is looking for a company or team where they can provide support for Kannel. - Can someone

[Kannel DLR] Stop sending request failed sms to mobile by kannel

2013-10-04 Thread Ajay Patel
Hi All, From my web application I have sent message to mobile no, it is working fine for me. Now my requirement to know whether the message received on mobile or not. I have used dlr-storage = internal Below is my flow, 1) Sms sending using kannel url from Webapplication - kannel

Re: Kannel support and DLR question

2013-10-04 Thread Alvaro Cornejo
Hi About support 24x7, don't know. Dlrs are lost if you do not store them in a db. Kannel will requeue stored messages after restarting with what it had queued. No need to do anything. In order to have kannel store the messages you need to define a store location. Check manual for details. Note