Re: kannel + sqlbox

2007-09-02 Thread ismail
Hi All What is sqlbox? Is sqlbox available for linux? Where can I get it? Thanks Ismail - Original Message - From: Ady Wicaksono To: users@kannel.org Sent: Wednesday, August 29, 2007 3:58 PM Subject: kannel + sqlbox, MO never hit URL again only saved into database HI I t

Re: How to receive MO on an SMPP link

2007-09-02 Thread lekkie
Thanks for your reply. I ve gone thru the doc. So, if I want to set up multiple SMSBox, how do I do that. I tried setting up two SMSBoxes my make two SMSBox config file and assigning different sms-port numbers to them, but it was only the second SMSBox that was up. How do I do this? Thanks once a

Re: array of errors !! unable to run kannel please help!! log file given

2007-09-02 Thread lekkie
It is apparent a service is running on that port. Try using another port or using netstat -an | grep 13000 to see if the port is open Then check ps -ax | grep bearerbox to see if kannel is running. If not, them another service is using the port. longhorn123 wrote: > > 2007-08-31 19:49:03 [2466

Re: How to receive MO on an SMPP link

2007-09-02 Thread Rodrigo Cremaschi
I don't quite understant your architecture. Why would you need more than one SMSbox? On 9/2/07, lekkie <[EMAIL PROTECTED]> wrote: > > Thanks for your reply. > I ve gone thru the doc. > So, if I want to set up multiple SMSBox, how do I do that. > I tried setting up two SMSBoxes my make two SMSBox c

Re: How to receive MO on an SMPP link

2007-09-02 Thread lekkie
Ok, Very simple. I have an SMPP connection to an Operator (GSM). I want to receive messages from it and I also want to be able to send messages to it. >From the document/manual I read, I understand if messages are sent from the http://host:sms-port/cgi-bin/sendsms will direct the message to the

Re: How to receive MO on an SMPP link

2007-09-02 Thread Alejandro Guerrieri
You don't need many smsboxes to do that. A single smsbox can handle many connections. You'll need to specify routes with accepted-smsc and the like in order to route traffic to proper connections. Anyway, if you need to run different smsboxes (I don't think you have to, that setup is primarily int

Re: array of errors !! unable to run kannel please help!! log file given

2007-09-02 Thread Alejandro Guerrieri
Furthermore, this lines: > 2007-08-31 19:49:03 [24668] [4] ERROR: System error 13: Permission denied > 2007-08-31 19:49:03 [24668] [4] INFO: AT2[/dev/ttyACM0]: opening device > 2007-08-31 19:49:03 [24668] [4] ERROR: AT2[/dev/ttyACM0]: open failed! indicates that you must fix the permissions on /d

Re: How to receive MO on an SMPP link

2007-09-02 Thread lekkie
Thanks very much. Its quite clearer. Regards. Alejandro Guerrieri wrote: > > You don't need many smsboxes to do that. A single smsbox can handle > many connections. You'll need to specify routes with accepted-smsc and > the like in order to route traffic to proper connections. > > Anyway, i

Re: Trouble sending sms messages using HTTP sendsms

2007-09-02 Thread Kenshi Arasaki
Hello, I was also wondering if I might have perhaps set some configuration settings incorrectly. Do the "my-number" and "global-sender" fields refer to the phone number of the mobile phone I am connecting? Cheers, Kenshi On 9/2/07, Kenshi Arasaki <[EMAIL PROTECTED]> wrote: > > Hello, > > I've se

Re: Trouble sending sms messages using HTTP sendsms

2007-09-02 Thread Kenshi Arasaki
Hello, I've set the loglevel to 0 for both the bearerbox and smsbox. From reading the Users Guide, it appears to be the most granular log level - is this not correct? >From perusing the log files, I'm seeing messages of this type: 2007-09-02 16:42:43 [321] [3] DEBUG: Delayed reply - wait for bear

Re: Trouble sending sms messages using HTTP sendsms

2007-09-02 Thread Alejandro Guerrieri
Please paste all relevant configuration files, set aside any passwords and public IP's. Regards, Alejandro On 9/2/07, Kenshi Arasaki <[EMAIL PROTECTED]> wrote: > Hello, > > I was also wondering if I might have perhaps set some configuration settings > incorrectly. > Do the "my-number" and "globa

Re: Trouble sending sms messages using HTTP sendsms

2007-09-02 Thread Kenshi Arasaki
Hello, Here are my configuration files - thanks again for your help. Here is my smskannel.conf file: group = core admin-port = 13000 smsbox-port = 13001 admin-password = [password] log-file = "/tmp/kannel.log" log-level = 0 box-deny-ip = "*.*.*.*" box-allow-ip = "127.0.0.1" #---

Re: Trouble sending sms messages using HTTP sendsms

2007-09-02 Thread Kenshi Arasaki
Hello, I've noticed something a little odd with my phone. When I open up zTERM and try to send an SMS manually using AT commands, whenever I press ^Z after typing the body of the message, I get no response - the terminal simply freezes up. Looking at the log files w.r.t communication with the mode

Re: Trouble sending sms messages using HTTP sendsms

2007-09-02 Thread Alejandro Guerrieri
Good observation, that may be the reason. Probably the init string needs some more tweaking... Try fixing it on zTerm. I've found this document that may help you a little (no clue about what it says on the header, but there are a lot of references to AT commands being sent to a Samsung phone so i

Re: keyword-regex and matching spaces

2007-09-02 Thread Aaron Simmons
So you're suggesting simply have kannel forward everything to some other service: group = sms-service keyword = default get-url = http://localhost:5/gotsms?text=%a&from=%p This design makes sense of course (and will likely be the way I go). However, I'm still not sure why kannel's regex