Hello Tapan,

             This okay that we are using the some server on which my service
& kannnel is running. I am asking about telecom medium(for which i am most
confused) as I am currently using my phone as modem which connected to the
PC on which service is running.

       Now any message to my number than there'll be a reply from my number
will be sent. For server what telecom devices(i am not sure) should be used.

Thanks. 


Tapan Kumar Thapa-2 wrote:
> 
> Hello Suneet,
> 
> So to handle this, you would need to create a small program (PHP,JAVA or
> what every language you know.) which will receive all messages from Kannel
> (I can provide you the kannel config for this if required) and based on
> predefined "Text Values", it will look for its appropriate response from
> database (MySQL,Oracle etc) and will send the reply back sms back to
> kannel
> so that kannel can deliver the same to sender.
> 
> In regards to performance of Kannel, i am using below hardware
> configuration to send 1-5 million messages a day.
> 
> 1. Quad Core Processor at 2.4 Ghz.
> 2. 16 GB RAM
> 3. 500 GB Hard Drive.
> 
> Regards
> Tapan Thapa
> 
> On Fri, Oct 5, 2012 at 10:41 AM, suneetsaini <[email protected]>
> wrote:
> 
>>
>> Thanks Tapan for replying.
>>
>>                There can be messages of which are starting with set of
>> predefined "Text values" & according to them messages stored in their
>> respective database & get their reply according the "Text values" in the
>> message.
>>
>>                Please also suggest me about how could I enhance the
>> performance so that it can handle Thousands or Lakhs of messages at a
>> time.(Hardware suggestion to if required).
>>
>> Thanks.
>>
>>
>>
>>
>>
>> Tapan Kumar Thapa wrote:
>> >
>> > Hello,
>> >
>> > Can you please elaborate what do you mean by perticular type of
>> message?
>> >
>> > Thanks
>> > Tapan Thapa
>> > On Oct 4, 2012 6:40 PM, "suneetsaini" <[email protected]> wrote:
>> >
>> >>
>> >> Thanks in advance.
>> >>
>> >>      In my kannel when I am sending nay message to my modem number
>> then
>> a
>> >> reply is generated. But I want a system so that when a particular type
>> of
>> >> message is received only than it reply to that number else discard the
>> >> number.
>> >>
>> >> Here is my *.conf file:
>> >>
>> >> #CORE
>> >> group = core
>> >> admin-port = 13000
>> >> admin-password = playsms
>> >> status-password = playsms
>> >> log-file = "/var/log/kannel/kannel.log"
>> >> log-level = 0
>> >> access-log = "/var/log/kannel/access.log"
>> >> smsbox-port = 13001
>> >> unified-prefix = "+91,0091,0;+,00"
>> >> store-type = file
>> >> store-file = "/var/log/kannel/kannel.store"
>> >> sms-resend-retry = 1
>> >> dlr-storage = internal
>> >> box-deny-ip = "*.*.*.*"
>> >> box-allow-ip = "127.0.0.1;192.168.1.*"
>> >> sms-incoming-queue-limit = -1
>> >>
>> >> #SMSC MODEM GSM
>> >> group = smsc
>> >> smsc = at
>> >> port = 13013
>> >> host = "localhost"
>> >> smsc-id = SAMSUNG
>> >> modemtype = auto
>> >> device = /dev/ttyACM1
>> >> speed = 9600
>> >> #sms-center = "Hello it is there"
>> >> connect-allow-ip = "127.0.0.1"
>> >> my-number = "9953937874"  #(this must be the number of the SMS center
>> of
>> >> your mobile provider)
>> >> sim-buffering = true
>> >> address-range=""
>> >> send-url = "http://localhost:13013/cgi-bin/sendsms";
>> >>
>> >>
>> >> group = modems
>> >> id = SAMSUNG
>> >> name = "SAMSUNG GT-C3303i"
>> >> detect-string = "GT-C3303i"
>> >> init-string = "ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0"
>> >> enable-mms = true
>> >> message-storage = sm
>> >> need-sleep = true
>> >>
>> >> #SMSBOX SETUP
>> >> group = smsbox
>> >> #smsbox-id = sqlbox
>> >> bearerbox-host = localhost
>> >> bearerbox-port = 13001
>> >> sendsms-port = 13131
>> >> sendsms-chars = "0123456789+"
>> >> global-sender = "isi dengan sms center"
>> >> log-file = "/var/log/kannel/smsbox.log"
>> >> log-level = 0
>> >> access-log = "/var/log/kannel/access.log"
>> >>
>> >> #SEND-SMS USERS
>> >>
>> >> group = sendsms-user
>> >> username = admin
>> >> password = playsms
>> >> #concatenation = false
>> >> max-messages = 5
>> >> split-chars = "#"
>> >> forced-smsc = B
>> >> #user-deny-ip = ""
>> >> #user-allow-ip = ""
>> >> #dlr-url="http://localhost/playsms/plugin/gateway/kannel/dlr.php?d=%d";
>> >>
>> >> group = sms-service
>> >> keyword = default
>> >> #keyword-regex = .*
>> >> catch-all = true
>> >> max-messages = 1
>> >> text = "Hello Your message is recieved"
>> >>
>> >>
>> >> --
>> >> View this message in context:
>> >>
>> http://old.nabble.com/On-Certain-Message%3A-reply-sent-to-particular-number-tp34512272p34512272.html
>> >> Sent from the Kannel - User mailing list archive at Nabble.com.
>> >>
>> >>
>> >>
>> >
>> >
>>
>> --
>> View this message in context:
>> http://old.nabble.com/On-Certain-Message%3A-reply-sent-to-particular-number-tp34512272p34517123.html
>> Sent from the Kannel - User mailing list archive at Nabble.com.
>>
>>
>>
> 
> 

-- 
View this message in context: 
http://old.nabble.com/On-Certain-Message%3A-reply-sent-to-particular-number-tp34512272p34517192.html
Sent from the Kannel - User mailing list archive at Nabble.com.


Reply via email to