Re: Problem after init-string iniyialization error

2012-10-04 Thread suneetsaini
Thanks for replying. Now this worked for another phone modem. Now my SMSC is successfully opened. Now how do send receive messages.How do i move forward. My conf file response are attached. http://old.nabble.com/file/p34512257/Con%2526response.txt Con%26response.txt Alvaro Cornejo

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 youy

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=2547xxxcoding=0charset=utf-8user=coRepassword=coRetext=fa...@x.com ' , kannel submit_sm shows message as faith.x.com; also ive

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=2547xxxcoding=2charset=UTF-8user=coRepassword=coRetext=fa...@x.com ' Regards Tapan Thapa On Thu, Oct 4, 2012 at 4:28 PM, Ombongi Moraa Fe moraa.lovetak...@gmail.com wrote: Hello Team, Joseph, Ivan

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

2012-10-04 Thread Ombongi Moraa Fe
/attachments/20121004/bedb3950/attachment.html -- ___ users mailing list users@kannel.org http://www.kannel.org/mailman/listinfo/users End of users Digest, Vol 74, Issue 11 *

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

2012-10-04 Thread Tapan Kumar Thapa
: http://www.kannel.org/pipermail/users/attachments/20121004/bedb3950/attachment.html -- ___ users mailing list users@kannel.org http://www.kannel.org/mailman/listinfo/users End of users Digest, Vol 74, Issue 11 *

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

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 tapan.th...@hindustantimes.com wrote: Hello, Can you try this? lynx -dump '

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

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.

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 suneet.sa...@gmail.com 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

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 about

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

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 -

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 =

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

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