RE: Portech MV-37x vs Kannel 1.4.3

2010-03-09 Thread Raivis Rengelis
I never actually got to testing anything more than proof of concept
because primary use for portech is voip-gsm gateway and there is no real
need for smsc at the moment.

wbr
RR

On Mon, 2010-03-08 at 21:52 -0800, info.ubichip wrote:

  
 Hello,
  
 thanks a lot, I wrote quite the same code to use the portech, but to
 have it as a patch is great. It could be good to have it for the next
 kannel release.
  
 May I ask you if you reach good speed to send sms with this modem ? We
 got issue with the telnet, the longest the sms is, the longer the time
 to send sms is. I asked Portech about this issue, and they said it
 comes from the telnet process. unfortunetly, it is not priority one to
 solve it !
  
  
 thanks
 
 
 __
 
 From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On
 Behalf Of Raivis Rengelis
 Sent: lundi 8 mars 2010 13:45
 To: users@kannel.org
 Subject: Portech MV-37x vs Kannel 1.4.3
 
 
 
 Hi,
 
 For all of you craving to pair these two, here is my solution -
 http://www.rrkb.lv/musings/?p=13 not very useful IMO, because all
 incoming calls are hung up by kannel.
 
 wbr
 RR 




Re: Doubts in kannel - Urgent please reply at the earliest

2010-03-09 Thread Otandeka Simon Peter
Please attach the bearebox and smsbox logs if you need immediate assistance.

Again read the manual about sms-services to answer some of your questions
below.

P.

On Tue, Mar 9, 2010 at 4:53 PM, PradeepChandar Rajarathnam 
pradeepchanda...@rediffmail.com wrote:

 Dear Sir/Madam,

 I have installed Kannel, in Ubantu 9.10. I am not able to receive any SMS
 that is sent to the mobile phone connected to the gateway installed, please
 find the attached bearerbox and the smsbox config files attached and kindly
 help me regarding this. I had gone through the User guide and I was not able
 to do so could you please help me doing this.

 I also have a few more doubts
 1) If after receiving the sms I had to send to some particular server URL
 how could I achieve that.
 2) I had to reply back to the sender with some other details to some other
 mobile port from the server, how do I do that.

 I had already sent a mail regarding this. Please reply back at the
 earliest.

 Its very urgent please reply at your earliest.


 Thanks,
 PradeepChandar.R


 http://sigads.rediff.com/RealMedia/ads/click_nx.ads/www.rediffmail.com/signatureline@middle?


Doubts in kannel - Urgent please reply at the earliest

2010-03-09 Thread PradeepChandar Rajarathnam
Dear Sir/Madam,



I have installed Kannel, in Ubantu 9.10. I am not able to receive any SMS that 
is sent to the mobile phone connected to the gateway installed, please find the 
attached bearerbox and the smsbox config files attached and kindly help me 
regarding this. I had gone through the User guide and I was not able to do so 
could you please help me doing this.



I also have a few more doubts

1) If after receiving the sms I had to send to some particular server URL how 
could I achieve that.

2) I had to reply back to the sender with some other details to some other 
mobile port from the server, how do I do that.



I had already sent a mail regarding this. Please reply back at the earliest.



Its very urgent please reply at your earliest.





Thanks,

PradeepChandar.R



bearerboxkannel.conf
Description: Binary data


smskannel.conf
Description: Binary data


Doubts in kannel - Urgent please reply at the earliest

2010-03-09 Thread PradeepChandar Rajarathnam
Dear Sir/Madam,



I have installed Kannel, in Ubantu 9.10. I am not able to receive any SMS that 
is sent to the mobile phone connected to the gateway installed, please find the 
attached bearerbox and the smsbox config files attached and kindly help me 
regarding this. I had gone through the User guide and I was not able to do so 
could you please help me doing this.



I also have a few more doubts

1) If after receiving the sms I had to send to some particular server URL how 
could I achieve that.

2) I had to reply back to the sender with some other details to some other 
mobile port from the server, how do I do that.



I had already sent a mail regarding this. Please reply back at the earliest.



Its very urgent please reply at your earliest.





Thanks,

PradeepChandar.

bearerboxkannel.conf
Description: Binary data


smskannel.conf
Description: Binary data


Re: Inbound MO routing with SQL Box

2010-03-09 Thread David
That fixed it!  Thank you.

i just added:





group = smsbox-route
smsbox-id = smsbox1
smsc-id = smsc1;smsc2...

and that fixed it.

Thanks Cezary!



From: Cezary Siwek cza...@thebestisp.co.uk
To: users@kannel.org
Sent: Mon, March 8, 2010 9:20:42 AM
Subject: RE: Inbound MO routing with SQL Box

  
Oh, sorry. You’ve got the smsbox configured
already.  Focus on the smsbox-route then…
 
c.
 
 


 
From:users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of 
David
Sent: 08 March 2010 14:59
To: users@kannel.org
Subject: Inbound MO routing with
SQL Box
 
Hello,
 
I am having a hard time getting SQL box working.
 
I need inbound MOs to be handled by the standard exec
command I have specified in the kannel.conf file, not via SQLBox.  I want
to use SQLbox for outbound messages (ie, insert messages into the SQLBox table
to send them).
 
It seems that all MOs are currently being handled by the SQLbox, and
the exec command i specify in kannel.conf is not running.
 
Here is my kannel.conf:
#Kannel.conf
group = core
admin-port = 13000
smsbox-port = 13001
admin-password = bar
admin-allow-ip = *.*.*.*
log-file = /var/log/kannel/kannel.log
log-level = 0
box-allow-ip = *.*.*.*
dlr-storage = mysql
group = smsbox
smsbox-id = smsbox1
bearerbox-host = localhost
sendsms-port = 13013
bearerbox-port = 13003
sendsms-chars = 0123456789 +-
log-file = /var/log/kannel/smsbox.log
log-level = 0

# SERVICE: Just one: its all handled by exec.php
group = sms-service
keyword = default
exec = /var/www/html/exec.php msg=%a phone=%p shortcode=%P
operatorid=%o metadata=%D /dev/null 21 
max-messages = 0
accept-x-kannel-headers = true
 
 
 
Here's the sqlbox.conf:
#SQLBOX.conf
group = sqlbox
id = sqlbox-db
smsbox-id = sqlbox
#global-sender = 
bearerbox-host = localhost
bearerbox-port = 13001
smsbox-port = 13003
smsbox-port-ssl = false
sql-log-table = sent_sms
sql-insert-table = send_sms
log-file = /var/log/kannel/kannel-sqlbox.log
log-level = 100
 
Any help you could lend would be great.  Thank you.


  

Re: Doubts in kannel - Urgent please reply at the earliest

2010-03-09 Thread Alvaro Cornejo
Hi

Browse the mailing list. there are several entries regarding receiving sms.

1 ) you need to setup your own webserver or script that will receive the
call from kannel with the sms info

2) Its to your app to do that and use sendsms to forward messages to kannel

3) read manual for details

Regards

Alvaro

|-|
Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier
celular y Nextel
en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via SMS y
GPRS online
 Visitenos en www.perusms.NET www.smsglobal.com.mx y
www.pravcom.com


On Tue, Mar 9, 2010 at 8:53 AM, PradeepChandar Rajarathnam 
pradeepchanda...@rediffmail.com wrote:

 Dear Sir/Madam,

 I have installed Kannel, in Ubantu 9.10. I am not able to receive any SMS
 that is sent to the mobile phone connected to the gateway installed, please
 find the attached bearerbox and the smsbox config files attached and kindly
 help me regarding this. I had gone through the User guide and I was not able
 to do so could you please help me doing this.

 I also have a few more doubts
 1) If after receiving the sms I had to send to some particular server URL
 how could I achieve that.
 2) I had to reply back to the sender with some other details to some other
 mobile port from the server, how do I do that.

 I had already sent a mail regarding this. Please reply back at the
 earliest.

 Its very urgent please reply at your earliest.


 Thanks,
 PradeepChandar.R


 http://sigads.rediff.com/RealMedia/ads/click_nx.ads/www.rediffmail.com/signatureline@middle?


Re: Re: Doubts in kannel - Urgent please reply at the earliest

2010-03-09 Thread PradeepChandar Rajarathnam
Please find the attached file bearerboxkannel.conf  smskannel.conf



I will go through the manual again. Kindly let me know if there are any 
mistakes.



Thanks,

Pradeep



On Tue, 09 Mar 2010 19:47:29 +0530  wrote

Please attach the bearebox and smsbox logs if you need immediate assistance.



Again read the manual about sms-services to answer some of your questions below.



P.



On Tue, Mar 9, 2010 at 4:53 PM, PradeepChandar Rajarathnam  wrote:



Dear Sir/Madam,







I have installed Kannel, in Ubantu 9.10. I am not able to receive any SMS that 
is sent to the mobile phone connected to the gateway installed, please find the 
attached bearerbox and the smsbox config files attached and kindly help me 
regarding this. I had gone through the User guide and I was not able to do so 
could you please help me doing this.









I also have a few more doubts



1) If after receiving the sms I had to send to some particular server URL how 
could I achieve that.



2) I had to reply back to the sender with some other details to some other 
mobile port from the server, how do I do that.







I had already sent a mail regarding this. Please reply back at the earliest.







Its very urgent please reply at your earliest.











Thanks,



PradeepChandar.R













smskannel.conf
Description: Binary data


bearerboxkannel.conf
Description: Binary data


Re: Doubts in kannel - Urgent please reply at the earliest

2010-03-09 Thread Nikos Balkanas
I doubt about the sincerity of this user. He posted the same exact message 
twice within 8' to the same exact addressees. It has been explained to him from 
before, that there is a whole chapter in User's Guide, with examples, on how to 
do that with wapbox. What's next? Write out the guide to him? His emails are 
always accompanied by a dubious advertisement.

I strongly suggest not to feed the monster and let him rest in peace.
  - Original Message - 
  From: Alvaro Cornejo 
  To: PradeepChandar Rajarathnam 
  Cc: users@kannel.org 
  Sent: Tuesday, March 09, 2010 4:13 PM
  Subject: Re: Doubts in kannel - Urgent please reply at the earliest


  Hi

  Browse the mailing list. there are several entries regarding receiving sms.

  1 ) you need to setup your own webserver or script that will receive the call 
from kannel with the sms info

  2) Its to your app to do that and use sendsms to forward messages to kannel

  3) read manual for details

  Regards

  Alvaro

  
|-|
  Envνe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier 
celular y Nextel
  en el Perϊ, Mιxico y en mas de 180 paises. Use aplicaciones 2 vias via SMS y 
GPRS online
   Visitenos en www.perusms.NET www.smsglobal.com.mx y 
www.pravcom.com



  On Tue, Mar 9, 2010 at 8:53 AM, PradeepChandar Rajarathnam 
pradeepchanda...@rediffmail.com wrote:

Dear Sir/Madam,

I have installed Kannel, in Ubantu 9.10. I am not able to receive any SMS 
that is sent to the mobile phone connected to the gateway installed, please 
find the attached bearerbox and the smsbox config files attached and kindly 
help me regarding this. I had gone through the User guide and I was not able to 
do so could you please help me doing this.

I also have a few more doubts
1) If after receiving the sms I had to send to some particular server URL 
how could I achieve that.
2) I had to reply back to the sender with some other details to some other 
mobile port from the server, how do I do that.

I had already sent a mail regarding this. Please reply back at the earliest.

Its very urgent please reply at your earliest.


Thanks,
PradeepChandar.R

 




Re: Re: Doubts in kannel - Urgent please reply at the earliest

2010-03-09 Thread PradeepChandar Rajarathnam
Please find the attached file bearerboxkannel.conf  smskannel.conf



I will go through the manual again. Kindly let me know if there are any 
mistakes.



Thanks,

Pradeep



On Tue, 09 Mar 2010 19:47:29 +0530  wrote

Please attach the bearebox and smsbox logs if you need immediate assistance.



Again read the manual about sms-services to answer some of your questions below.



P.



On Tue, Mar 9, 2010 at 4:53 PM, PradeepChandar Rajarathnam  wrote:



Dear Sir/Madam,







I have installed Kannel, in Ubantu 9.10. I am not able to receive any SMS that 
is sent to the mobile phone connected to the gateway installed, please find the 
attached bearerbox and the smsbox config files attached and kindly help me 
regarding this. I had gone through the User guide and I was not able to do so 
could you please help me doing this.









I also have a few more doubts



1) If after receiving the sms I had to send to some particular server URL how 
could I achieve that.



2) I had to reply back to the sender with some other details to some other 
mobile port from the server, how do I do that.







I had already sent a mail regarding this. Please reply back at the earliest.







Its very urgent please reply at your earliest.











Thanks,



PradeepChandar.R













smskannel.conf
Description: Binary data


bearerboxkannel.conf
Description: Binary data


Re: Doubts in kannel - Urgent please reply at the earliest

2010-03-09 Thread Nikos Balkanas
Sorry, no wapbox and no dlrs. Mixed up the emails. Rest holds.

BR,
Nikos
  - Original Message - 
  From: Nikos Balkanas 
  To: Alvaro Cornejo 
  Cc: users@kannel.org 
  Sent: Tuesday, March 09, 2010 4:33 PM
  Subject: Re: Doubts in kannel - Urgent please reply at the earliest


  I doubt about the sincerity of this user. He posted the same exact message 
twice within 8' to the same exact addressees. It has been explained to him from 
before, that there is a whole chapter in User's Guide, with examples, on how to 
do that with wapbox. What's next? Write out the guide to him? His emails are 
always accompanied by a dubious advertisement.

  I strongly suggest not to feed the monster and let him rest in peace.
- Original Message - 
From: Alvaro Cornejo 
To: PradeepChandar Rajarathnam 
Cc: users@kannel.org 
Sent: Tuesday, March 09, 2010 4:13 PM
Subject: Re: Doubts in kannel - Urgent please reply at the earliest


Hi

Browse the mailing list. there are several entries regarding receiving sms.

1 ) you need to setup your own webserver or script that will receive the 
call from kannel with the sms info

2) Its to your app to do that and use sendsms to forward messages to kannel

3) read manual for details

Regards

Alvaro


|-|
Envνe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier 
celular y Nextel
en el Perϊ, Mιxico y en mas de 180 paises. Use aplicaciones 2 vias via SMS 
y GPRS online
 Visitenos en www.perusms.NET www.smsglobal.com.mx y 
www.pravcom.com



On Tue, Mar 9, 2010 at 8:53 AM, PradeepChandar Rajarathnam 
pradeepchanda...@rediffmail.com wrote:

  Dear Sir/Madam,

  I have installed Kannel, in Ubantu 9.10. I am not able to receive any SMS 
that is sent to the mobile phone connected to the gateway installed, please 
find the attached bearerbox and the smsbox config files attached and kindly 
help me regarding this. I had gone through the User guide and I was not able to 
do so could you please help me doing this.

  I also have a few more doubts
  1) If after receiving the sms I had to send to some particular server URL 
how could I achieve that.
  2) I had to reply back to the sender with some other details to some 
other mobile port from the server, how do I do that.

  I had already sent a mail regarding this. Please reply back at the 
earliest.

  Its very urgent please reply at your earliest.


  Thanks,
  PradeepChandar.R