MO type message

2012-12-24 Thread Jayanta Saha
hello,
I want to know when I send message from mobile how the message go to kannel
which is located in server does it need any  media such as php script or
any thing else. How does it work I studied the manual but I didnt find any
solution of it .Please help me out

Thanks


Re: MO type message

2012-12-24 Thread Singularnet
You have to re-read and re-study the user manual from the beginning until
the end, because what are you asking is there

On Monday, December 24, 2012, Jayanta Saha wrote:

 hello,
 I want to know when I send message from mobile how the message go to
 kannel which is located in server does it need any  media such as php
 script or any thing else. How does it work I studied the manual but I didnt
 find any solution of it .Please help me out

 Thanks



Re: MO type message

2012-12-24 Thread Tapan Kumar Thapa
Good Job Alex...

On Mon, Dec 24, 2012 at 3:29 PM, Alex Nyika nomu...@gmail.com wrote:

 Working with Kannel  for the first time can be a daunting task. I usually
 find this in my  other coding work whenever I have something new to learn.
  I have come to notice that a step by step do it yourself guide always
 helps.The User manual can also be overwhelming for a newbie yet a great
 resource once you know your way round. The best way to learn kannel is to
 use a step by step guide.
  This http://blog.eucossa.org/2011/10/kannel/ blog has something you
 can use. I have also attached a pdf that may help.

 Cheers , Merry Christmas and good luck.

 On 24 December 2012 11:03, Jayanta Saha jayanta@gmail.com wrote:

 hello,
 I want to know when I send message from mobile how the message go to
 kannel which is located in server does it need any  media such as php
 script or any thing else. How does it work I studied the manual but I didnt
 find any solution of it .Please help me out

 Thanks




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








Re: MO type message

2012-12-24 Thread Milan P. Stanic
On Mon, 2012-12-24 at 12:59, Alex Nyika wrote:
 Working with Kannel  for the first time can be a daunting task. I usually
 find this in my  other coding work whenever I have something new to learn.
  I have come to notice that a step by step do it yourself guide always
 helps.The User manual can also be overwhelming for a newbie yet a great
 resource once you know your way round. The best way to learn kannel is to
 use a step by step guide.

There is alligata directory in Kannel doc directory with quite nice
pictures and good explanation how Kannel works, conceptually.

But, newbies likes to spam these list insted of doing their 'due
diligence', i.e. read docs, search mailing list archive (where
everything is answered many times), search Net and most importantly -
think.

  This http://blog.eucossa.org/2011/10/kannel/ blog has something you can
 use. I have also attached a pdf that may help.
 
 Cheers , Merry Christmas and good luck.
 
 On 24 December 2012 11:03, Jayanta Saha jayanta@gmail.com wrote:
  hello,
  I want to know when I send message from mobile how the message go to
  kannel which is located in server does it need any  media such as php
  script or any thing else. How does it work I studied the manual but I didnt
  find any solution of it .Please help me out
 
  Thanks


-- 
Kind regards,  Milan
--
Arvanta,http://www.arvanta.net
Please do not send me e-mail containing HTML code or documents in
proprietary format (word, excel, pps and so on)



multiple short-code;

2012-12-24 Thread Vijay kumar Dadhich
Hello Team,

I am using kannel-1.4.3 , we want to receive mo message from two
different short-code and also we need to forward these data(MO message
information) to two different application, so please help me, is it
possible to get two short-code mo message from get-url and send these
information to two different application?

You all of are doing great job.

Thanks in advance.

-- 
Thanks  Regards,

-Vijay Kumar Dadhich
Entrepreneur



Re: multiple short-code;

2012-12-24 Thread Vijay kumar Dadhich
Hello Tapan,

Thank you very much for your quick responce,I am also using the sme
but i did the hard code the service-code(short-code). is it right ?

Please find below my kannel configuration file :-

group = sms-service
accepted-smsc = MTN
keyword = default
#keyword-regex = .*
catch-all = yes
get-url = 
http://127.0.0.1:8726/MoPredictionWebClient/RecievedSMS?msisdn=%pmessage=%ashortcode=30770
max-messages = 50


and

group = sms-service
accepted-smsc = MTN
keyword = default
#keyword-regex = .*
catch-all = yes
get-url = 
http://127.0.0.1:8447/Ska_MTN/smsIn?msisdn=%pmessage=%ashortcode=20770
max-messages = 50



On 12/24/12, Tapan Kumar Thapa tapan.thapa2...@gmail.com wrote:
 Hello Vijay,

 There is no problem in your requirement.

 Just add two smsc (group = smsc) under same kannel config and you will
 start receiving MOs.

 As far as forward those MOs to different urls, use below config.

 group = sms-service
 accepted-smsc=smsc1
 keyword = default
 catch-all = true
 get-url = http://url1?content=%asender=%pservicecode=%P;
 max-messages = 50
 omit-empty = true

 group = sms-service
 accepted-smsc=smsc2
 keyword = default
 catch-all = true
 get-url = http://url2?content=%asender=%pservicecode=%P;
 max-messages = 50
 omit-empty = true

 Thanks  Regards
 Tapan Thapa

 On Mon, Dec 24, 2012 at 4:01 PM, Vijay kumar Dadhich
 vk1dadh...@gmail.comwrote:

 Hello Team,

 I am using kannel-1.4.3 , we want to receive mo message from two
 different short-code and also we need to forward these data(MO message
 information) to two different application, so please help me, is it
 possible to get two short-code mo message from get-url and send these
 information to two different application?

 You all of are doing great job.

 Thanks in advance.

 --
 Thanks  Regards,

 -Vijay Kumar Dadhich
 Entrepreneur





-- 
Thanks  Regards,

-Vijay Kumar Dadhich
Entrepreneur



Re: multiple short-code;

2012-12-24 Thread Vijay kumar Dadhich
Hello Tapan,

I change the smsc name, again Thank you very much.Your all dreams come ture.


On 12/24/12, Tapan Kumar Thapa tapan.thapa2...@gmail.com wrote:
 Hello Vijay,

 Hard coding short code is ok however accepted-smsc should be changed as per
 smsc name.

 For example:
 group = sms-service
 accepted-smsc = MTN1
 keyword = default
 #keyword-regex = .*
 catch-all = yes
 get-url =
 http://127.0.0.1:8726/MoPredictionWebClient/RecievedSMS?msisdn=%pmessage=%ashortcode=30770
 max-messages = 50

 group = sms-service
 accepted-smsc = MTN2
 keyword = default
 #keyword-regex = .*
 catch-all = yes
 get-url =
 http://127.0.0.1:8447/Ska_MTN/smsIn?msisdn=%pmessage=%ashortcode=20770
 max-messages = 50

 Thanks  Regards
 Tapan Thapa

 On Mon, Dec 24, 2012 at 4:54 PM, Vijay kumar Dadhich
 vk1dadh...@gmail.comwrote:

 Hello Tapan,

 Thank you very much for your quick responce,I am also using the sme
 but i did the hard code the service-code(short-code). is it right ?

 Please find below my kannel configuration file :-

 group = sms-service
 accepted-smsc = MTN
 keyword = default
 #keyword-regex = .*
 catch-all = yes
 get-url =
 http://127.0.0.1:8726/MoPredictionWebClient/RecievedSMS?msisdn=%pmessage=%ashortcode=30770
 max-messages = 50


 and

 group = sms-service
 accepted-smsc = MTN
 keyword = default
 #keyword-regex = .*
 catch-all = yes
 get-url =
 http://127.0.0.1:8447/Ska_MTN/smsIn?msisdn=%pmessage=%ashortcode=20770
 max-messages = 50



 On 12/24/12, Tapan Kumar Thapa tapan.thapa2...@gmail.com wrote:
  Hello Vijay,
 
  There is no problem in your requirement.
 
  Just add two smsc (group = smsc) under same kannel config and you will
  start receiving MOs.
 
  As far as forward those MOs to different urls, use below config.
 
  group = sms-service
  accepted-smsc=smsc1
  keyword = default
  catch-all = true
  get-url = http://url1?content=%asender=%pservicecode=%P;
  max-messages = 50
  omit-empty = true
 
  group = sms-service
  accepted-smsc=smsc2
  keyword = default
  catch-all = true
  get-url = http://url2?content=%asender=%pservicecode=%P;
  max-messages = 50
  omit-empty = true
 
  Thanks  Regards
  Tapan Thapa
 
  On Mon, Dec 24, 2012 at 4:01 PM, Vijay kumar Dadhich
  vk1dadh...@gmail.comwrote:
 
  Hello Team,
 
  I am using kannel-1.4.3 , we want to receive mo message from two
  different short-code and also we need to forward these data(MO message
  information) to two different application, so please help me, is it
  possible to get two short-code mo message from get-url and send these
  information to two different application?
 
  You all of are doing great job.
 
  Thanks in advance.
 
  --
  Thanks  Regards,
 
  -Vijay Kumar Dadhich
  Entrepreneur
 
 
 


 --
 Thanks  Regards,

 -Vijay Kumar Dadhich
 Entrepreneur




-- 
Thanks  Regards,

-Vijay Kumar Dadhich
Entrepreneur



*** MERRY CHRISTMAS and a HAPPY NEW YEAR! *** from the Kannel Group!

2012-12-24 Thread Stipe Tolj

Dear developers,
Dear users,

in the name of the whole Kannel Group, and to all the great individual 
supporters and contributor that have shown again tremendous 
participation and encouragement in this year we wish you:


  *** Merry Christmas, Happy Holidays and a Happy New Year! ***

Enjoy the holiday season and make yourself a great time, either with 
family, friends or both. :)


Stipe

--
---
Kölner Landstrasse 419
40589 Düsseldorf, NRW, Germany

tolj.org system architecture  Kannel Software Foundation (KSF)
http://www.tolj.org/  http://www.kannel.org/

mailto:st_{at}_tolj.org   mailto:stolj_{at}_kannel.org
---



RE: MO type message

2012-12-24 Thread Rene Kluwen
In your group = sms-service, you have:

 

text = ..

 

And

get-url = ..

 

You need only one, so remove the text = .

 

== Rene

 

From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf
Of Jayanta Saha
Sent: maandag 24 december 2012 11:33
To: users@kannel.org
Subject: Fwd: MO type message

 

thanks Alex for your information . I have developed one configuration it is
not working .

Please can you check this out.Bellow is my codding 

 

I am going to configur smpp server for send messages(MT) and receive
messages(MO) type .

I listed below my config file which work fine for MT type that is it receive
message into mobile.

 

But i need to configur kennel as a SMS push gateway i.e. send sms from
mobile.

Plz help me.

I have the following SMPP account details for sending and receiveng SMS from
Kannel.

 

#1. Send Ip - smpp1.infobip.com 

#2. Send Port - 8080

#3. Send sys type - optional 

#4.SMPP username - test

#5. SMPP Password - test

 

I configure the the following details in kannel.config.The result is we can
sent MT type sms from portal but MO(From mobile to DB) type is not working.

 

Can you help where is the issue in the following congigaration 

 

 

group = smsc

smsc = smpp

smsc-id = tets

allowed-smsc-id = test

host = smpp1.infobip.com

port = 8080

smsc-username = test

smsc-password = test

system-type = 

address-range = ''

msg-id-type = 3

log-file = /var/log/kannel/test.log

log-level = 0

flow-control = 0

source-addr-ton = 1

source-addr-npi = 1

source-addr-autodetect = yes

dest-addr-ton = 1

dest-addr-npi = 1

bind-addr-ton = 0

bind-addr-npi = 0

transceiver-mode = no

enquire-link-interval = 60

keepalive = 60

 

 

group = sendsms-user

username = test

password = p700

concatenation = 1

max-messages = 10

forced-smsc = test

default-smsc = test

 

# SMS SERVICES

 

group = sms-service

#name = nothing

keyword = default

#aliases = noppy;niente

text = You asked nothing and I did it!

get-url = http://192.168.0.0/testphp/rough.php?mobileno=%p
http://192.168.0.0/testphp/rough.php?mobileno=%25pmessage=%25r
message=%r

#post-url = http://;

#file = /tmp/

accepted-smsc = bongolive1

#allowed-prefix = 

#denied-prefix = 

catch-all = false

#send-sender = 

#strip-keyword = 

#faked-sender = 

max-messages = 10

accept-x-kannel-headers = false

assume-plain-text = true

concatenation = true

#split-chars = 

#split-suffix = 

#omit-empty = 

#header =

#footer =

#prefix = 

#suffix =

#white-list =

#black-list =

 

 

 

thanks 

jay

 

 

 

 

 



Re: *** MERRY CHRISTMAS and a HAPPY NEW YEAR! *** from the Kannel Group!

2012-12-24 Thread spameden
Merry christmas, Stipe!

Have a good NYE as well :)

Hopefully we'll see more improvements in kannel's architecture :)

2012/12/24 Stipe Tolj st...@kannel.org

 Dear developers,
 Dear users,

 in the name of the whole Kannel Group, and to all the great individual
 supporters and contributor that have shown again tremendous participation
 and encouragement in this year we wish you:

   *** Merry Christmas, Happy Holidays and a Happy New Year! ***

 Enjoy the holiday season and make yourself a great time, either with
 family, friends or both. :)

 Stipe

 --
 --**--**---
 Kölner Landstrasse 419
 40589 Düsseldorf, NRW, Germany

 tolj.org system architecture  Kannel Software Foundation (KSF)
 http://www.tolj.org/  http://www.kannel.org/

 mailto:st_{at}_tolj.org   mailto:stolj_{at}_kannel.org
 --**--**---




Re: *** MERRY CHRISTMAS and a HAPPY NEW YEAR! *** from the Kannel Group!

2012-12-24 Thread Alvaro Cornejo
IMHO ++1 for Extending the Merry Christmas to the whole Kannel
community; in special to the devels  support staff

Alvaro

On 12/24/12, Stipe Tolj st...@kannel.org wrote:
 Dear developers,
 Dear users,

 in the name of the whole Kannel Group, and to all the great individual
 supporters and contributor that have shown again tremendous
 participation and encouragement in this year we wish you:

*** Merry Christmas, Happy Holidays and a Happy New Year! ***

 Enjoy the holiday season and make yourself a great time, either with
 family, friends or both. :)

 Stipe

 --
 ---
 Kölner Landstrasse 419
 40589 Düsseldorf, NRW, Germany

 tolj.org system architecture  Kannel Software Foundation (KSF)
 http://www.tolj.org/  http://www.kannel.org/

 mailto:st_{at}_tolj.org   mailto:stolj_{at}_kannel.org
 ---




-- 
|-|
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