Re: Multipart SMS and http send-url blank dlr-url

2012-12-20 Thread Ali Kashif
Thanks to Rene

setting up max-sms-octets solved the issue. now i am getting complete DLR
url of multipart messages.

Thanks to all

Ali


On Wed, Dec 19, 2012 at 2:46 PM, Ali Kashif syedalikas...@gmail.com wrote:

 Ok, let me test and i will update you


 On Wed, Dec 19, 2012 at 2:27 PM, Rene Kluwen rene.klu...@chimit.nlwrote:

 max-sms-octets





Re: Configure Kannel with USSD

2012-12-20 Thread Mike Nwaogu
Hi Jayesh,
The failures may not be local to your configuration or connection; you'll have 
to let us know what failed.
USSD relies more on network infrastructure than SMS and is subject to a whole 
different set of rules at the operators side.

Are you saying that every 6th Attempt hits the phone or every 6th attempt gets 
to leave kannel to your operator?

If the later, you may have to tell us the error as displayed in the log, if the 
former; the best person to ask what's up is your provider.


Best Regards,
Michael C. Nwaogu



 From: Jayesh Labade jayesh.lab...@gmail.com
To: kannel users users@kannel.org 
Sent: Friday, December 14, 2012 12:58 PM
Subject: Re: Configure Kannel with USSD
 

I am getting USSN message after every 6th attempt of URL hit, so my 5 attempts 
are useless. I am not able to figure out who is actual culprit. Any Idea? 

This is my URL..

http://192.168.1.195:13013/cgi-bin/sendsms?username=testerpassword=foobarfrom=11087to=MYNUMBERtext=hello





Best Regards,
Jayesh




On Fri, Dec 14, 2012 at 3:00 PM, Jayesh Labade jayesh.lab...@gmail.com wrote:

How to solve this. sometimes USSD request works well and sometimes not, Please 
guide..





Best Regards,
Jayesh



On Fri, Dec 14, 2012 at 2:56 PM, Jayesh Labade jayesh.lab...@gmail.com wrote:

Hello List,


Its working now but success rate is very low. out of 10 request made I got 
only 1 USSN message on my mobile. SMPP allotted 1 TPS rate for my account and 
I am making only one request at time.


for reference I have pasted my smskannel.conf file in pastebin.


http://pastebin.com/gkUz7Jh9



Best Regards,

Jayesh



On Fri, Dec 14, 2012 at 11:59 AM, Alex Nyika nomu...@gmail.com wrote:

Jayesh,
Great. 

Please always copy to the list. In that way you get quick help from the 
community. 



On 14 December 2012 08:58, Jayesh Labade jayesh.lab...@gmail.com wrote:

Hello Alex,


Its working now but success rate is very low. out of 10 request made I got 
only 1 USSN message on my mobile. SMPP allotted 1 TPS rate for my account 
and I am making only one request at time.


Regards,
Jayesh





On Thu, Dec 13, 2012 at 4:44 PM, Alex Nyika nomu...@gmail.com wrote:

http://www.kannel.org/pipermail/users/2011-April/015351.html


I hope it helps



On 13 December 2012 12:56, Jayesh Labade jayesh.lab...@gmail.com wrote:

My kannel bind with smsc through SMPP successfully but still i am not able 
to send USSN


Best Regards,
Jayesh





On Thu, Dec 13, 


 
2012 at 1:13 PM, Jayesh Labade jayesh.lab...@gmail.com wrote:

Hello Alex,


My USSD provider gave me his SMPP details and he has also lot of 
customer who are using his USSD services.


What should be the configuration of smskannel.conf file in order to send 
USSD message.. am i missing something?


I can post my smskannel.conf if required..



Best Regards,
Jayesh



On Thu, Dec 13, 2012 at 12:28 PM, Alex Nyika nomu...@gmail.com wrote:

Hi Jayesh,
I think you need to read up  more on USSD and understand the clear 
difference between USSD and SMS. Although SMS integration is  almost 
universal for most Mobile network operators , USSD integration is very 
varied. It also can use soap/ xml requests and not smpp like sms. 



On 13 December 2012 08:47, Jayesh Labade jayesh.lab...@gmail.com 
wrote:

Hello List,


I am trying to setup SMPP details provided my USSD provider. And USSD 
provider says that I have successfully registered SMPP details in 
kannel but I am not able to send USSD message.


This is the URL from which I am trying to send USSD message..


elinks 
http://127.0.0.1:13013/cgi-bin/sendsms?username=testerpassword=foobarfrom=11087to=mynumbertext=hello;



Please help me. 




Best Regards,
Jayesh



On Tue, Dec 11, 2012 at 12:30 PM, Jayesh Labade 
jayesh.lab...@gmail.com wrote:

Hello List,


Can Someone provide me step by step guide to configure USSD with 
kannel via SMPP.


any help would be greatly appreciated.



Best Regards,
Jayesh




-- 
Kind regards,
Alex Nyika Omuyonga
skype: alex.nyika
+256758116116











-- 
Kind regards,
Alex Nyika Omuyonga
skype: alex.nyika
+256758116116










-- 
Kind regards,
Alex Nyika Omuyonga
skype: alex.nyika
+256758116116











On Fri, Dec 14, 2012 at 11:59 AM, Alex Nyika nomu...@gmail.com wrote:

Jayesh,
Great. 

Please always copy to the list. In that way you get quick help from the 
community. 



On 14 December 2012 08:58, Jayesh Labade jayesh.lab...@gmail.com wrote:

Hello Alex,


Its working now but success rate is very low. out of 10 request made I got 
only 1 USSN message on my mobile. SMPP allotted 1 TPS rate for my account 
and I am making only one request at time.


Regards,
Jayesh





On Thu, Dec 13, 2012 at 4:44 PM, Alex Nyika nomu...@gmail.com wrote:

http://www.kannel.org/pipermail/users/2011-April/015351.html


I hope it helps



On 13 December 2012 12:56, Jayesh Labade jayesh.lab...@gmail.com wrote:

My kannel bind with smsc through SMPP successfully but still i am not able 
to send 

Re: Configure Kannel with USSD

2012-12-20 Thread Mike Nwaogu
Like I said, the operator may not have the network capacity to handle that many 
USSD attempts, every USSD connection is like a call, and the line is engaged 
till the session ends, expires or is terminated.


I think you can safely say, KANNEL has done its own part, and so have you.


Best Regards,
Michael C. Nwaogu



 From: Jayesh Labade jayesh.lab...@gmail.com
To: Mike Nwaogu michael_nwa...@yahoo.com 
Cc: kannel users users@kannel.org 
Sent: Friday, December 14, 2012 1:56 PM
Subject: Re: Configure Kannel with USSD
 

Yeah Mike,

Every 6th Attempt hits the phone. And there is not any error messages in 
/tmp/kannel.log

I have pasted my kannel logs here

http://pastebin.com/Mkh0pTK0



Best Regards,
Jayesh




On Fri, Dec 14, 2012 at 6:10 PM, Mike Nwaogu michael_nwa...@yahoo.com wrote:

every 6th Attempt hits the phone