Sim storage SM cannot parse all memory locations

2006-03-26 Thread Julien Buratto
I have a "simple" problem but important to me: If there is a problem with my modem and messages are stored to Sim Memory, then Kannel seems not able to read them. To read the messages, I must put the SIM in my phone and read them from the SIM Memory. Maybe there is an issue with my conf, or maybe

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=myusername&password=mypassword&to=+639191234567&text=Hello+world But nothing was sent to the target number. (The number in the URL string is just dummy.) Mobile p

RE: Trying sendsms using HTTP interface

2006-03-26 Thread Konstantin Vayner
http://smsbox.host.name:13013/cgi-bin/sendsms?username=myusername&password=mypassword&to=%2b639191234567&text=Hello+world Since "+" has special meaning (it is encoded space), you have to url-encode it (use "%2b" in place of +).   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

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=myusername&password=mypassword&to=%2b639191234567&text=Hello+world Since "+" has special meaning (it is encoded space), you have to url-encode it (use "%2b" in place of +).   From: [EMAIL PROTE

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: http:

[no subject]

2006-03-26 Thread Willy Mularto
Hi list, I just compile kannel the snapshot version (22 March 06) on Trustix 2.2, and connect it to a Nokia GSM Modem. When I try to run the bearbox it returns this error: 2006-03-27 13:59:07 [13277] [0] INFO: Kannel bearerbox II version cvs-20060322 starting 2006-03-27 13:59:07 [13277] [6] INFO:

"System error 5: Input/output error" was "Untitled"

2006-03-26 Thread Willy Mularto
Hi list, I just compile kannel the snapshot version (22 March 06) on Trustix 2.2, and connect it to a Nokia GSM Modem. When I try to run the bearbox it returns this error: 2006-03-27 13:59:07 [13277] [0] INFO: Kannel bearerbox II version cvs-20060322 starting 2006-03-27 13:59:07 [13277] [6] INFO:

Urgent Connectivity issue

2006-03-26 Thread Rachita Sachdeva
Hello users,   After much digging and searching thru mail-archives I cannot find a concrete reason and solution behind a connectivity problem that I am facing   We are running an online system and it seems that sometimes our connectivity with the SMSC fluctuates resulting in requiring a

Re: Trying sendsms using HTTP interface

2006-03-26 Thread Amar
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 proxy? By the way I'm using a Nokia 6210 GSM m