Re: On Certain Message: reply sent to particular number

2012-10-04 Thread suneetsaini
Thanks Tapan for answering my queries. Will you provide me some details of some SMPP connection providers(urself also). All the details that can be required in INDIA. Thanks. Tapan Kumar Thapa-2 wrote: > > Hello Suneet, > > For this you need to take one SMPP connection from any

Re: On Certain Message: reply sent to particular number

2012-10-04 Thread suneetsaini
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 t

Re: dlr-storage using problem

2012-10-04 Thread Eugene Prokopiev
2012/10/5 Willy Mularto : > Kannel always delete for any successful DLR :) I tried to run only bearerbox and smsbox without fakesmsc, so delivery can't be successful. I see: 2012-10-05 10:04:05 [18163] [2] DEBUG: HTTP: Creating HTTPClient for `10.7.1.15'. 2012-10-05 10:04:05 [18163] [2] DEBUG: HT

Re: dlr-storage using problem

2012-10-04 Thread Willy Mularto
Kannel always delete for any successful DLR :) On Oct 5, 2012, at 12:52 PM, Eugene Prokopiev wrote: > Hi, > > I tried to start bearerbox with this configuration: > > group = core > admin-port = 13000 > admin-password = admin > smsbox-port = 13001 > dlr-storage = mysql > store-type = spool >

Re: On Certain Message: reply sent to particular number

2012-10-04 Thread Tapan Kumar Thapa
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 respo

dlr-storage using problem

2012-10-04 Thread Eugene Prokopiev
Hi, I tried to start bearerbox with this configuration: group = core admin-port = 13000 admin-password = admin smsbox-port = 13001 dlr-storage = mysql store-type = spool store-location = /var/spool/kannel log-file = /var/log/kannel/bearerbox.log log-level = 0 group = smsbox bearerbox-host = loca

Billing/statistics for queued/transfered messages

2012-10-04 Thread Eugene Prokopiev
Hi, How can I see information for tramsfered messages (source, destination, timestamp, content, delivery status: queued, transfered via smsc with name ...)? Is DLRs are temporary storage for delivery purposes and I need to use sqlbox? I tried to use it in this way: opensmppbox -> sqlbox -> beare

Re: Kannel with two modems

2012-10-04 Thread Eugene Prokopiev
> After this error device /dev/ttyUSB1 hungs, so I can't screen it and > need to reboot it. Why can it be? It looks like USB bus problems because it works on another server -- Regards, Eugene Prokopiev

Re: On Certain Message: reply sent to particular number

2012-10-04 Thread suneetsaini
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 abo

Re: On Certain Message: reply sent to particular number

2012-10-04 Thread Tapan Kumar Thapa
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" 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

Re: On Certain Message: reply sent to particular number

2012-10-04 Thread Alvaro Cornejo
You can use keyword = "your keyword" instead of catch-all in order to only process messages staring with keyword. This works for filtering with the 1st word of the message. If you want to filter according to a phrase, then you should develp a scrip that will handle the full message compare. Regar

Re: how to install two separate Kannel instances?

2012-10-04 Thread Milan P. Stanic
On Tue, 2012-10-02 at 19:30, spameden wrote: > Could you please share your packaging scripts for kannel / sqlbox / > opensmppbox for debian? Of course. I'm thinking about setting apt repository somewhere but IMHO kannel.org would be best place for that. On the download section at http://www.kannel

Re: Contents of users Digest, Vol 74, Issue 8 Topic HTTP Encoding

2012-10-04 Thread Alvaro Cornejo
Hi You need to urlencode your text before posting to smsbox. Regards Alvaro On 10/4/12, Tapan Kumar Thapa wrote: > Hello, > > Can you try this? > > lynx -dump ' > http://localhost:17002/cgi-bin/sendsms?to=2547xxx&coding=2&charset=UTF-8&user=coRe&password=coRe&text=fa...@x.com > ' >

On Certain Message: reply sent to particular number

2012-10-04 Thread suneetsaini
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-

Re: Contents of users Digest, Vol 74, Issue 11 Topic HTTP Encoding

2012-10-04 Thread Tapan Kumar Thapa
; >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> -- next part -- >> >> An HTML attachment was scrubbed... >> >> URL: < >> >> >> http://www.

Re: Contents of users Digest, Vol 74, Issue 11 Topic HTTP Encoding

2012-10-04 Thread Ombongi Moraa Fe
ith several and found out that @, $ , ^ > >> are > >> > sending out some kind of triangle symbol. > >> > > >> > How can i resolve this? > >> > > >> > > >> > > >> > > >> > > >> > > &

Re: Contents of users Digest, Vol 74, Issue 8 Topic HTTP Encoding

2012-10-04 Thread Tapan Kumar Thapa
Hello, Can you try this? lynx -dump ' http://localhost:17002/cgi-bin/sendsms?to=2547xxx&coding=2&charset=UTF-8&user=coRe&password=coRe&text=fa...@x.com ' Regards Tapan Thapa On Thu, Oct 4, 2012 at 4:28 PM, Ombongi Moraa Fe wrote: > Hello Team, Joseph, Ivan > > I've checked this ou

Re: Contents of users Digest, Vol 74, Issue 8 Topic HTTP Encoding

2012-10-04 Thread Ombongi Moraa Fe
Hello Team, Joseph, Ivan I've checked this out and im sure its my kannel. when i try with lynx -dump ' http://localhost:17002/cgi-bin/sendsms?to=2547xxx&coding=0&charset=utf-8&user=coRe&password=coRe&text=fa...@x.com ' , kannel submit_sm shows message as faith.x.com; also

Re: Problem after init-string "iniyialization error"

2012-10-04 Thread suneetsaini
Thanks for replying. Now this worked for another phone modem. Here my "SMSC is successfully opened". How do send & receive messages. How do i move forward. My conf file & response are attached. http://old.nabble.com/file/p34512261/text.txt text.txt Alvaro Cornejo wrote: > > Looks like