Re: Dynamic change of message i

2011-01-21 Thread Rudy
Hi Bob, How do you call http://localhost:13013/cgi-bin/sendsms in your script ? I use the following to call sendsms inside a php script: --- $url1 = "http://localhost:13013/cgi- bin/sendsms?username=rudy&password=abcd&text=STATUS&

Re: Dynamic change of message i

2011-01-21 Thread Rudy
alhost/myscripts/sendctrlsms.php make sure myscripts/sendctrlsms.php is in your web directory (which is /var/www in my case). And then you call http://localhost:13013/cgi-bin/sendsms within your sendctrlsms.php script. Regards, Rudy On Friday, January 21, 2011 03:45:49 pm Rudy wrote: > Hi Bob, >

Re: Unable to receive SMS but sending is OK

2011-04-07 Thread Rudy
Hi Randy, try using this modem config: group = modems id = huawei_e220_00 name = "Huawei E220" detect-string = "huawei" init-string = "AT+CNMI=2,1,2,2,0" message-storage = sm speed = 460800 I'm using above for my Huawei E156G. Works well for me. Regards, Rud

sendsms reported as Sent but not received by destination

2003-07-06 Thread rudy
from the T68i to the same destination is successful) Attached are the smskannel.conf, smsbox.log, kannel.log (bearerbox's log) and kannel.store (store file generated by the above http). Sorry that I don't know what is and isn't important that I sent all those files. (Comment in log are ad

Re: use ericsson t68i

2003-08-31 Thread rudy
alive-cmd = "AT+CBC;+CSQ" #enable-hwhs ="" #no-pin = true #broken = true #message storage ="SM" for SIM or "ME" for Mobile memory message-storage = "ME" # no-smsc = true Regards, Rudy

Re: Kannel as Content Server

2003-09-21 Thread rudy
php variables. Then we start doing things (run database query, send email, run another script, The point is we have information about the incoming sms inside our application script). Output of 'action.php' script is the reply send back by Kannel to the sms' sender. From thi

Re: Using Kannel with Ericsson T100

2003-10-15 Thread rudy
em, it should respond with 'OK' on your monitor to minicom default AT init string. Try sending some AT command such as 'AT+CBC?' through minicom and see if T100 responding or not. Regards, Rudy On Wednesday 15 October 2003 16:20, John Vincent Mombay wrote: > Hi, > > Can

Re: Using Kannel with Ericsson T100

2003-10-20 Thread rudy
Hi Jhon, I wonder, have you configure Kannel successfully with Sony Ericsson T100 ? If yes, what type of data cable do you use. Please kindly let me know. Rudy On Thursday 16 October 2003 07:24, John Vincent Mombay wrote: > Thanks Rudy, > > Yes, the T100 has a modem similar to the T

Re: Receiver's number

2003-10-27 Thread rudy
the SIM card number in my modem. It > supposed to be something like normalized phone number. > > any comment? > > jim Set the following directive in group = smsc: my-number = '1234' is the default if above directive isnot set. Rudy

Re: SMS: Reading new messages

2003-10-27 Thread rudy
rce, named c-client, which is available from ftp://ftp.washington.edu/imap/). Also, there is PHP mail() function which doesn't need IMAP (but need MTA to be installed). The mail() function is only for sending email. rudy

Re: 0 queued, using mysql storage (PLEASE Check this thread again)

2003-11-10 Thread rudy
;status" field according to the "type" value send back by Kannel. And with "id" number as parameter, the script knows the delivery report status is for which particular record. Hope this helps, P.S. I also got a better understanding about dlr after reading Navjot'

Re: 0 queued, using mysql storage (Yet more Questions)

2003-11-11 Thread rudy
SMS message when Kannel calls your "dlr.php" (please refer to my yesterday post). About the "dlr.php" itself, it depends on your database table structure (the field / what you store in the table). In my case, it really do one thing only: update the status field according to t

Re: Need Help on Recieving DLR

2003-12-29 Thread Rudy
ipment and above respond from T68i says the feature isnot supported. Regards, Rudy On Monday 29 December 2003 19:25, Rene Kluwen wrote: > For delivery reports over a GSM modem, you need: > ... > - Proper CNMI settings in your init string. > This depends on how the Ericson supports

Re: how to detect and resend failed sms?

2004-01-10 Thread Rudy
report of that particular message 5) Another application check the status report. For undeliver message, go back to (1). Regards, Rudy On Friday 09 January 2004 21:14, Nejc Menard @ GENERA Lynx d.o.o. Ljubljana wrote: > Hi everyone again! > > How can I detect failed sms messages automatic

Re: HTTP Post sample.

2004-01-20 Thread Rudy
bin/curl "."'$url_2'"; passthru($url_3); ?> Regards, Rudy On Tuesday 20 January 2004 22:37, João Reis wrote: > Hi Abdul, > > I was reading the mailing list and found that you had a similar problem > just like mine. > > I&#

Re: PANIC:!!! Restart kannel but not smsbox...

2004-01-20 Thread Rudy
Hi Jarl, I had similar problem before. I simply add "sleep 3" (do nothing for 3 seconds) between the script which called bearerbox and smsbox. "3" seconds is just arbitrary number I picked and it works fine for me. Regards, Rudy On Wednesday 21 January 2004 07:51, J

Re: PANIC:!!! Restart kannel but not smsbox...

2004-01-24 Thread Rudy
rt|stop|restart daemon which I do, (in Redhat) the file to edit is /etc/init.d/kannel. Rudy On Wednesday 21 January 2004 23:11, Jarlco wrote: > Cool, so it's solvable, that's great, however, the 3 seconds you are > talking about, how do I add those, which program is it that calls

Re: [Using Kannel with Nokia 6210 & a DLR-3P Cable]

2004-02-20 Thread Rudy
.nokia.com). Needless to say that you should configure minicom correctly (in Redhat 8 and 9, minicom default port is /dev/ttyS1 which is COM2). Rudy On Tuesday 17 February 2004 17:54, [EMAIL PROTECTED] wrote: > Hello all, > > thanks very much for you guys prompt reply, > how

Re: Need some help trying to understand Kannel's fundamental operation? Very Basic...

2004-05-13 Thread Rudy
er is charged premium (higher than normal rates) while sms reply (e.g. from you as content provider) isnot charged. Regards, Rudy

Re: Ericsson t68i

2004-05-04 Thread Rudy
hat it would delete incoming messages after > they are received? Add following line: sim-buffering = true in your smsc group Regards, Rudy

Re: Keep track message status

2004-05-18 Thread Rudy
ript which function is to update the dlr status based on that id number. If a status information is received, we know it is for which message (because we have the message id in the table) Regards, Rudy

Is http interface the only way to send sms ?

2003-07-15 Thread Rudy T.
other way to send sms (built-in into Kannel) ? 2) In case I would like to record the incoming sms messages (in file or mysql), is there any built-in command/variables for it or do I need to write the script myself ? Regards, Rudy

RE: Is http interface the only way to send sms ?

2003-07-16 Thread Rudy T.
-end which is natural for http/cgi-bin approach). Regards, Rudy At 02:38 PM 7/16/03 +0100, Steele Stuart wrote: >Can you tell me where the specific documentation for this is, (chapter?) > >Stuart > >-Original Message- >From: Edwin R. Poot [mailto:[EMAIL PROTECTED] &

Re: +cms error: 500 with Nokia 30 GSM Modem

2003-07-28 Thread Rudy T.
ot; when sending SMS ? (in your case use "0777330458") Regards, Rudy At 05:00 PM 7/25/03 +0600, [EMAIL PROTECTED] wrote: > >Hi all , > >1.as a smsc i'm using Nokia 30 GSM modem . >2.My Operation system is Red Hat Linux 8 >3.when i run the bearbox and smsbox , of ka

Could not fetch content, sorry.

2012-09-11 Thread Rudy Matela
le.com/address"; does not exist? I've searched the web and kannel documentation about the topic and did not find anything. I'd like a service that returns the content of the url when it has content and returns nothing when some "strange" http code is returned (404, 500, 201). Regards, Rudy

Re: Could not fetch content, sorry.

2012-09-11 Thread Rudy Matela
when no content is fetched from the url and will reply only if something is found. Regards, Rudy On Tue, Sep 11, 2012 at 11:31 AM, Rudy Matela wrote: > Hello, > > When configuring an sms-service like this: > > group = sms-service > keyword = default > post-url= "http:

Usb HUBs with GSM modems

2012-09-12 Thread Rudy Matela
of them by using USB HUBs. I've tried some cheap hubs (with external power source) but they do not work (I get some errors on dmesg and kannel cannot send messages through them). Someone has a good hint on a usb hub that would do the task? Regards, Rudy

Re: Where do I find a kannel.git repository? [see details]

2012-09-14 Thread Rudy Matela
SVN is also mentioned on http://kannel.org/ I don't think there is an official git repository for kannel. Someone correct me if I'm wrong. On Fri, Sep 14, 2012 at 9:27 AM, Alexander Suraphel wrote: > I'm a git user and I can only see CVS mentioned on kannel.org. I've seen > some repositories on

Re: Kannel and Siemens c55 connectivity

2012-12-13 Thread Rudy Matela
Hello Дмитриев Вячеслав, Posting your kannel config, kannel version, and operating system version might help people help you. Regards, Rudy On Thu, Dec 13, 2012 at 12:57 PM, Дмитриев Вячеслав wrote: > Good afternoon. Is there an chance to connect the Siemens C55 and Kannel? I > nee

Re: Issues with 1.4.3 version and 'stable'

2013-01-21 Thread Rudy Matela
e kind of stability aprooval, https://aur.archlinux.org/packages/kannel/). So a lot people have been using and testing it for a while as just a percentage of people who actually use the package actually take time to vote. Regards, Rudy

Re: Issues with 1.4.3 version and 'stable'

2013-01-21 Thread Rudy Matela
On Mon, Jan 21, 2013 at 11:51 AM, Milan P. Stanic wrote: > On Mon, 2013-01-21 at 11:39, Rudy Matela wrote: >> Hello, >> >> On Mon, Jan 21, 2013 at 11:12 AM, Joan wrote: >> > It took quite a lot of time to find out that the version 1.4.3 doesn't >> >

Using Kannel with an intermediate certificate

2013-01-29 Thread Rudy Matela
xample.com (example.com)|127.0.0.1|:13013... connected. ERROR: cannot verify example.com's certificate, issued by ‘/C=IL/O=SomeIssuer Ltd. Primary Intermediate Server CA’: Unable to locally verify the issuer's authority. To connect to example.com insecurely, use `--no-check-certificate'.

Re: Using Kannel with an intermediate certificate

2013-01-29 Thread Rudy Matela
Did a leap of faith and tried merging the three certificates into one file, no success: http://www.digicert.com/ssl-support/pem-ssl-creation.htm On Tue, Jan 29, 2013 at 6:29 PM, Rudy Matela wrote: > Hello, > > I'm using Kannel for a while. And I'd like to activate ssl f

Re: Using Kannel with an intermediate certificate

2013-01-29 Thread Rudy Matela
l world might be a not good > idea. I'd code special interface for the users to communicate. Umm... In my case the user is another system. But even like that, it could be an interesting option. > 2013/1/30 Rudy Matela : >> Did a leap of faith and tried merging the three certifica

Re: Mbuni & kannel

2013-01-31 Thread Rudy Matela
Try installing gwlib. What is your system? Which linux distribution and which version? On Thu, Jan 31, 2013 at 7:08 AM, Rami wrote: > Dear Otandeka; > > > > Thank for your replay,. I did the same steps and kannel already installed > but it keeps asking for gwlib and user guide didn’t mention anyt

Re: restart kannel with internal storage, receive SMPP DLR ?

2013-07-24 Thread Rudy Matela
n the core group: group = core ... dlr-storage = internal store-type = spool store-location = /var/spool/kannel ... Regards, Rudy On Wed, Jul 24, 2013 at 5:47 AM, Qqblog Qqblog wrote: > If DLR is empty queue after restarting kannel with internal storage, does > kannel still receive DLR