Regarding SMPP configuration;

2011-06-27 Thread Vijay kumar Dadhich
HeIlo all of you, I guess i need these steps to install smpp box create a directory gateway under path /usr/local then run command svn co https://svn.kannel.org/gateway/trunk Create a directory smppbox under path /usr/local/gateway then run command svn co https://svn.kannel.org/smppbox/trunk

Fwd: Regarding SMPP configuration;

2011-06-27 Thread Vijay kumar Dadhich
HeIlo all of you, I guess i need these steps to install smpp box  create a directory gateway under path /usr/local then run command  svn co https://svn.kannel.org/gateway/trunk  Create a directory smppbox  under path /usr/local/gateway then run command  svn co https://svn.kannel.org/opensmppbox/t

Fwd: Regarding SMPP configuration;

2011-06-27 Thread Vijay kumar Dadhich
HeIlo all of you, I guess i need these steps to install smpp box  create a directory gateway under path /usr/local then run command  svn co https://svn.kannel.org/gateway/trunk  Create a directory smppbox  under path /usr/local/gateway then run command  svn co https://svn.kannel.org/smppbox/trunk

smsbox not starting automatically

2011-06-27 Thread santosh bhabal
Hi All, I have installed kannel using yum. When i run "service kannel start", bearerbox is started properly, but smsbox is not starting. I have googled a lot & found that we need to start smsbox manually. I just wanted to know how to fix this or is there any other way to start smsbox automatically

What happens to MO if kannel is stopped

2011-06-27 Thread Harbhag Singh Sohal
Suppose I have bearerbox,smsbox and sqlbox stopped and someone sends me SMS, where this MO will go ? What will happen to it ? -- Regards Harbhag Singh Sohal www.harbhag.wordpress.com

Re: FW: understanding DLR

2011-06-27 Thread Harbhag Singh Sohal
Got it to working after many hours of experimenting. Now I can receive all the dlr to db and all MO to DB. Using this I am providing SMS to Email service. Its simply awesome. Kannel rocks, you guys rocks. On Sun, Jun 26, 2011 at 11:35 PM, Milan P. Stanic wrote: > On Sun, 2011-06-26 at 20:10, Harbh

Re: What happens to MO if kannel is stopped

2011-06-27 Thread ha...@aeon.pk
It will get stored in the SMSC, to be delivered to you kannel whenever it gets up. On Mon, Jun 27, 2011 at 6:53 PM, Harbhag Singh Sohal < harbhag.so...@gmail.com> wrote: > Suppose I have bearerbox,smsbox and sqlbox stopped and someone sends > me SMS, where this MO will go ? What will happen to it

Re: What happens to MO if kannel is stopped

2011-06-27 Thread Harbhag Singh Sohal
And what are chances that MO gets rejected by SMSC ? And when the MO is received after kannel is up again, will it run get-url ? bcoz I think its not running get-url On Mon, Jun 27, 2011 at 7:33 PM, ha...@aeon.pk wrote: > It will get stored in the SMSC, to be delivered to you kannel whenever it >

Re: What happens to MO if kannel is stopped

2011-06-27 Thread Harbhag Singh Sohal
yes I can confirm that get-url is not getting triggered even though SMS is received. On Mon, Jun 27, 2011 at 7:37 PM, Harbhag Singh Sohal wrote: > And what are chances that MO gets rejected by SMSC ? > And when the MO is received after kannel is up again, will it run get-url ? > bcoz I think its

Re: What happens to MO if kannel is stopped

2011-06-27 Thread Jacob Eiler
Hi Harbhag, What happens to the mo sms depends on the operator smsc/platform. The operator may store the sms and attempt to deliver it later, they may discard it or - in some cases - your gateway must pull the message from the operator. What protocol are you using? /Jacob On Mon, 2011-06-27 at

Re: What happens to MO if kannel is stopped

2011-06-27 Thread ha...@aeon.pk
There is a limit of storage on SMSC over each ESME account or SMS shortcode account. The figure is customized for every operator, but generally its in hundreds or something. If your session is disconnected for a long time, there would be a long queue of SMS stored in the buffers against your acco

Re: smsbox not starting automatically

2011-06-27 Thread Nikos Balkanas
Hi, Edit the /etc/init.d/kannel script and make it start smsbox, too... BR, Nikos - Original Message - From: santosh bhabal To: users@kannel.org Sent: Monday, June 27, 2011 4:43 PM Subject: smsbox not starting automatically Hi All, I have installed kannel using yum. When i run "ser

Re: smsbox not starting automatically

2011-06-27 Thread santosh bhabal
By default, it is already available in the /etc/init.d/kannel script. 2011/6/27 Nikos Balkanas > Hi, > > Edit the /etc/init.d/kannel script and make it start smsbox, too... > > BR, > Nikos > - Original Message - From: santosh bhabal > To: users@kannel.org > Sent: Monday, June 27, 2011 4:

Re: Invalid SMPP PDU received with opensmpp

2011-06-27 Thread Ivan Martinez
Hi Rene, Thanks for your answer... Unfortunately I get the same result. Forwarding logs, configuration files and file authentication. It will be a problem in the tab authentication file? I need a install specific library before compile opensmppbox? Thanks for your help... Great work! [root@

RE: Invalid SMPP PDU received with opensmpp

2011-06-27 Thread Ivan Martinez
Hi Rene,Thanks for your answer...Unfortunately I get the same result.Forwarding logs, configuration files and file authentication.It will be a problem in the tab authentication file?I need a install specific library before compile opensmppbox?Thanks for your help...Great work![root@sms opt]# /opt/

Re: smsbox not starting automatically

2011-06-27 Thread Nikos Balkanas
Well, I don't know the init scripts packed with the distro. They obviously have a problem. Whatever the problem is, he will have to edit and correct the init files. BR, Nikos On Mon, Jun 27, 2011 at 5:50 PM, santosh bhabal wrote: > By default, it is already available in the /etc/init.d/kannel s

Re: smsbox not starting automatically

2011-06-27 Thread Abdul Basit
there might be some path issues. see the log files for errors. Also bearer box take some time to start. So adding 5 sec sleep before initiating smsbox may work. Please paste the init script if possible. -- Regards, Abdul Basit On Mon, Jun 27, 2011 at 10:46 PM, Nikos Balkanas wrote: > Well

RE: Invalid SMPP PDU received with opensmpp

2011-06-27 Thread Rene Kluwen
In group = opensmppbox, you should set bearerbox-port to 13002. =+= Rene From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Ivan Martinez Sent: Monday, 27 June, 2011 18:36 To: users@kannel.org Subject: RE: Invalid SMPP PDU received with opensmpp Hi Rene,

RE: What happens to MO if kannel is stopped

2011-06-27 Thread Rene Kluwen
There might be some race conditions here. From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of ha...@aeon.pk Sent: Monday, 27 June, 2011 16:23 To: Harbhag Singh Sohal Cc: users@kannel.org Subject: Re: What happens to MO if kannel is stopped There is a limit of stora

Messages queueing

2011-06-27 Thread Brent Ingram
Hello We have been having issues lately with messages sometimes going into the Queue to be sent, but not actually been sent. All SMSC connections are online, but none of them show queued messages. What I do to get around the issue is restart bearerbox which then queues the messages to the SMS

Re: smsbox not starting automatically

2011-06-27 Thread santosh bhabal
Hi Abdul, Thanks for your reply. But my problem is solved, i dont know how, but today morning when i start kannel service, both bearerbox & smsbox started without any error. Thanks again. Regards Santosh On Mon, Jun 27, 2011 at 11:54 PM, Abdul Basit wrote: > there might be some path issues. >