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&
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,
>
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
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
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
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
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
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
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
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
;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'
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
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
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
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
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
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
.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
er is charged premium (higher
than normal rates) while sms reply (e.g. from you as content provider) isnot
charged.
Regards,
Rudy
hat it would delete incoming messages after
> they are received?
Add following line:
sim-buffering = true
in your smsc group
Regards,
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
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
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:
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
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
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
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
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
>> >
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'.
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
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
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
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
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
-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]
&
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
36 matches
Mail list logo