Problem running the ./bearerbox

2006-02-09 Thread Julius David Bacolod
Hello I'm a newbie in kannel. I've tried to to follow the userguide by kannel gateway 1.4.0 I used the smskannel.conf and modified it and copied the modems.conf to the /gw directory. Then I inputted this to shell using the user account "kannel" [EMAIL PROTECTED] gw]./bearerbox -v 1

Basic SMS Sending Know-How

2006-02-09 Thread Julius David Bacolod
Hello, I'm trying to build a system that sends text messages using kannel. But I cannot figure out how I would use kannel or its libraries since I'm a new user. Basically what I have here is a Nokia GSM Modem as my SMSC. I'm quite through with gateway installation. Please I would like to know

Re: Basic SMS Sending Know-How

2006-02-17 Thread Julius David Bacolod
u, 2006-02-09 at 23:02 -0800, Julius David Bacolod wrote: Hello, I'm trying to build a system that sends text messages using kannel. But I cannot figure out how I would use kannel or its libraries since I'm a new user. Basically what I have here is a Nokia GSM Modem as my SMSC. I'm quite through wi

Device fails to open

2006-02-17 Thread Julius David Bacolod
(Basically it's my same previous problem that I posted earlier) I have here a Nokia Phone GSM Modem running on Fedora Linux 3. I try to run ./bearerbox using root and this I get... [EMAIL PROTECTED] gw]# ./bearerbox -v 1

Device Fails to Open (Take 2)

2006-03-02 Thread Julius David Bacolod
(Basically it's my same previous problem that I posted earlier)I have here a Nokia Phone GSM Modem running on Fedora Linux 3. I try to run ./bearerbox using root and this I get... [EMAIL PROTECTED] gw]# ./bearerbox -v 1

Using Nokia 6210 as GSM Modem

2006-03-03 Thread Julius David Bacolod
Anyone here who have tried using Nokia 6210 as a GSM modem and runned Kannel succesfully using this device? Can I ask for the configuration? Please note what operating system you used and what gateway version. Thank you. Yahoo! Mail Bring photos to life! New PhotoMail makes sharing a breeze.

Re: Please respond to this message...

2006-03-10 Thread Julius David Bacolod
I suspect the problem is in the serial port configuration, i don't know if you have read this but you may try... (I'm still browsing through the pages, no solution yet) http://tldp.org/HOWTO/Modem-HOWTO.html http://tldp.org/HOWTO/Modem-HOWTO-18.html#ss18.1 http://tldp.org/HOWTO/Serial-HOWTO.html

Trying sendsms using HTTP interface

2006-03-26 Thread Julius David Bacolod
I tried to send SMS via HTTP using this string to URL in a Firefox Web Browser http://smsbox.host.name:13013/cgi-bin/sendsms?username=myusernamepassword=mypasswordto=+639191234567text=Hello+world But nothing was sent to the target number. (The number in the URL string is just dummy.) Mobile

RE: Trying sendsms using HTTP interface

2006-03-26 Thread Julius David Bacolod
Konstantin Vayner [EMAIL PROTECTED] wrote: http://smsbox.host.name:13013/cgi-bin/sendsms?username=myusernamepassword=mypasswordto=%2b639191234567text=Hello+world Since"+"hasspecialmeaning(itisencodedspace),youhavetourl-encodeit(use"%2b"in placeof+). From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: Trying sendsms using HTTP interface

2006-03-26 Thread Julius David Bacolod
I tried "%2b" as substitute to "+" but nothing happened as well. Was it with the proxy? By the way I'm using a Nokia 6210 GSM modem as my SMSC, and I'm trying to send the SMS to some other phone.Is there any lacking with my conf file?Konstantin Vayner [EMAIL PROTECTED] wrote:

Re: Trying sendsms using HTTP interface

2006-03-28 Thread Julius David Bacolod
help.Amar [EMAIL PROTECTED] wrote: Julius, I think you had comment out the sms-center number in your conf filethis might be problem--amarOn 27/03/06, Julius David Bacolod [EMAIL PROTECTED] wrote: I tried "%2b" as substitute to "+" but nothing happened as well. Was it with the pr

Bearerbox Panic

2006-03-28 Thread Julius David Bacolod
Finally, I was able to send messages using HTTP interface just by changing "smsbox.host.name:13013" to "localhost:13013" in the URL string. Thanks to those who helped me. The problem is this, whenever my service providers sends me messages, informing me of my account balance, the "smsbox shell"

Using HTTP requests in C

2006-03-29 Thread Julius David Bacolod
Now that I have successfully utilized the HTTP interface to use sendsms, Im trying to automate sendsms using C but the problem is I do not know how to make use of HTTP requests (POST, GET, etc.) in C. I know how to do that in Java (instantiating socket objects, open the Data I/O streams and then

Testing PostgreSQL as External DLR

2006-04-04 Thread Julius David Bacolod
I want to try PostgreSQL as my external DLR. Has someone tried postgresql as external DLR? Can I have a sample conf for DLR-DB group and PGSQL-CONNECTION group? Suppose I have an operational postgresql as external dlr and a GSM modem as my virtual SMSC. What I want to happen is inbound and

Other means of sending SMS

2006-04-04 Thread Julius David Bacolod
I have tried sendsms using HTTP interfacing. Are there other ways of sendsms aside from HTTP interfacing? How are they done? Julius New Yahoo! Messenger with Voice. Call regular phones from your PC and save big.

Re: Sqlbox Patch Compile Error

2006-04-07 Thread Julius David Bacolod
I also tried to compile the gateway with the patch. And it seems I'm getting problems with the patch.After unpacking, I just followed what was in sqlbox-faq.txt I was installed the gateway in /usr/local/kannel.kannel# cvs -d :pserver:[EMAIL PROTECTED]:/home/cvs co sqlbox //some

Re: Sqlbox Patch Compile Error

2006-04-07 Thread Julius David Bacolod
Because I failed in compilation procedure, I just tried installing the gateway as before without the patch. I patched after compiling to avoid errors in ./configure and make (thinking I would be able to avoid the erring HUNKS). I followed this procedure is in sqlbox/Makefile. gateway# ./configure

SQLBOX patch

2006-04-09 Thread Julius David Bacolod
Does the sqlbox patch apply to gateway-1.4.0 or some other older versions? In my case, the patch produces error messages in 1.4.0 and I'm thinking it could be with the version the patch applies. Julius Love cheap thrills? Enjoy PC-to-Phone calls to 30+ countries for just 2ยข/min with Yahoo!

SQLBox Patch Error

2006-04-17 Thread Julius David Bacolod
Whenever I use "make patch" I get this error: patch -p0 -d ../gateway sqlbox.patch patching file Makefile.in patching file configure Hunk #1 succeeded at 81 (offset -4 lines). Hunk #2 FAILED at 4656. Hunk #3 FAILED at 4703. Hunk #4 succeeded at 5466 (offset -309 lines). 2 out of

Re: SQLBox Patch Error

2006-04-17 Thread Julius David Bacolod
It seems the error points to lines in configure and configure.in concerning MySQL and LibSDB. By the way, I configured it with Postgresql support without MySQL and LibSDB. Has anyone tried configure using -with-mysql and -with-sdb? Does the patch work well? Julius David Bacolod [EMAIL PROTECTED

MySQL version for SQLBOX

2006-04-26 Thread Julius David Bacolod
Is there anyone here who was able to patch kannel sqlbox with mysql db in DLR that is functioning properly? What particular version was used? If I would use MySQL, what packages (mysql-server, mysql-devel, mysql-client, etc) should be installed? I've tried postgre but I encountered errors many

SQLBox part 1: make patch

2006-05-03 Thread Julius David Bacolod
I think the problem is with the sqlbox patch. Or I'd rather say that the problem is with my dependencies (or system settings, I do not know what really it is) that do not fit with the patch and the patched executables. Please tell me the problem. cvs -d :pserver:[EMAIL PROTECTED]:/home/cvs co

SQLBox part 2: configure

2006-05-03 Thread Julius David Bacolod
I have installed MySQL. It seems that it has nothing to do with the database but with the patched configure. - Configuring for Kannel gateway version 1.4.0 ... Running system

SQLBox part 1: make patch

2006-05-03 Thread Julius David Bacolod
I think the problem is with the sqlbox patch. Or I'd rather say that the problem is with my dependencies (or system settings, I do not know what really it is) that do not fit with the patch and the patched executables. Please tell me the problem. cvs -d :pserver:[EMAIL PROTECTED]:/home/cvs co

Re: SQLBox part 1: make patch

2006-05-04 Thread Julius David Bacolod
By the way I use MYSQL 5.0.Julius David Bacolod [EMAIL PROTECTED] wrote: I think the problem is with the sqlbox patch. Or I'd rather say that the problem is with my dependencies (or system settings, I do not know what really it is) that do not fit with the patch and the patched executables

Re: SQLBox part 2: configure

2006-05-04 Thread Julius David Bacolod
By the way I use MYSQL 5.0Julius David Bacolod [EMAIL PROTECTED] wrote: I have installed MySQL. It seems that it has nothing to do with the database but with the patched configure.

Using PHP scripts

2006-05-15 Thread Julius David Bacolod
I'm resigned using the SQLBox patch since I do not have a way to know the problem. Basically, what I need to do is Task#1: Mobile Terminated (MT) messages be automatically inserted in MySQL database. Task#2: Mobile Originated (MO) messages be automatically inserted in MySQL database. I've

Re: Using PHP scripts

2006-05-15 Thread Julius David Bacolod
Why? Which Problem do you have with sqlbox? You can do it. But why? This is exactly what sqlbox does! I mailed the users lists two weeks ago. Actually, this problem is about two months already. I really want to use sqlbox, but since i've stuck with this problem, I opt to find some other way.