RE: error:opening failed terminating,in bearer box.

2006-03-20 Thread Rene Kluwen
If the file /dev/usb/tts/0 exists on your filesystem. Then you are running devfs. You can fill this in, in your kannel.conf. Or otherwise make a symbolic link to it. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of rash_s13 Sent: maandag

RE: Kannel as SMS relay ?

2006-03-21 Thread Rene Kluwen
The short answer: Yes, this is possible. The trick here is that Kannel doesn't accept CIMD2 nor SMPP incoming connections natively. The only thing you will have to do here is rewrite the A B terminals to talk Kannel's HTTP protocol. Rene Kluwen Chimit -Original Message- From: [EMAIL

RE: Kannel with 4 wapboxes - advice needed

2006-03-23 Thread Rene Kluwen
The wapbox port is inherited from the group = core section. So on every box, you should have a kannel.conf like: group = core wapbox-port = ...etc. group = wapbox bearerbox-host = ip-of-bearerbox-host Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: Kannel with 4 wapboxes - advice needed

2006-03-23 Thread Rene Kluwen
= ... and/or box-allow-ip = Then this is the place to put the ip's of the wapboxes. The above configuration directives go in kannel.conf (group = core) on the bearerbox host. Rene Kluwen Chimit -Original Message- From: OLOTU Olayinka [mailto:[EMAIL PROTECTED] Sent: donderdag 23 maart

RE: Kannel as SMS relay ?

2006-03-24 Thread Rene Kluwen
So to get this clear, there are 3 parties now that offer an smppbox? - Chimit - Stipe Tolj - Wapme Rene Kluwen Chimit -Original Message- From: Stipe Tolj [mailto:[EMAIL PROTECTED] Sent: vrijdag 24 maart 2006 17:33 To: Rene Kluwen Cc: Jon Björkebäck; users@kannel.org Subject: Re: Kannel

RE: sending a sms from a servlet

2006-03-24 Thread Rene Kluwen
Yes, I can help you with that. It is described in the same document as I pointed you to. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of amit_1me Sent: vrijdag 24 maart 2006 20:34 To: users@kannel.org Subject: RE: sending a sms from a servlet thanks mate

RE: multipble smsboxes

2006-03-28 Thread Rene Kluwen
Can you maybe post your config files as well? Maybe that can give us a clue. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Landsmann,Oliver Sent: dinsdag 28 maart 2006 18:09 To: users@kannel.org Subject: multipble smsboxes I'm trying

RE: connecting to 2 smsc's

2006-03-28 Thread Rene Kluwen
Are smsc1 smsc2 connections to the same server? With the same credentials? Indeed, usually SMSC's don't allow that. But... why would you want to do that? Rene Kluwen Chimit -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of matt

RE: connecting to 2 smsc's

2006-03-29 Thread Rene Kluwen
It looks like smsc2 didn't open their firewall for you yet. Rene Kluwen Chimit -Original Message-From: matt pelletier [mailto:[EMAIL PROTECTED]Sent: woensdag 29 maart 2006 1:22To: Rene KluwenCc: users@kannel.orgSubject: Re: connecting to 2 smsc's No, smsc1 and smsc2

RE: example of post-xml

2006-03-30 Thread Rene Kluwen
You need to choose the URL yourself. It should point to a web script (ASP, PHP, CGI, whichever...) that receives XML content (as described in the user manual) and returns a response that can be sent to the originator. Rene Kluwen Chimit -Original Message-From: [EMAIL PROTECTED

RE: Using HTTP requests in C

2006-03-30 Thread Rene Kluwen
Besides using curl (the preffered way, if you ask me) you can just use a popen("lynx -dump http://localhost:13013/cgi-bin/sendsms?", "w"); It might not been the most elegant way... But... has a less steep learning curve... and suits for rudimental purposes.

RE: Kannel as smpp/cimd2 server???

2006-03-30 Thread Rene Kluwen
from 1 smsc to another (check the users manual). I hope this answers your question. Because I am not 100% sure if I understood your question right. Rene Kluwen Chimit -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Jay AcuestaSent: donderdag

RE: example of post-xml

2006-03-31 Thread Rene Kluwen
Please ask questions ONLY through the list. I am not a helpdesk-on-demand. Rene Kluwen Chimit -Original Message-From: seema pannu [mailto:[EMAIL PROTECTED]Sent: vrijdag 31 maart 2006 5:50To: Rene KluwenSubject: RE: example of post-xml hi! yes i am using

[no subject]

2006-03-31 Thread Rene Kluwen
) 2006-03-31 11:34:37 [6338] [9] ERROR: SSL write failed: OpenSSL error 1: error:0001:lib(0):func(0):reason(1) Rene Kluwen Chimit

RE: Relay and Routing

2006-04-01 Thread Rene Kluwen
? Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jay Sent: zaterdag 1 april 2006 19:49 To: users@kannel.org Subject: Relay and Routing Hi guys, I have been reading the userguide for quite some time but i'm still unable to fully

RE: Sqlbox Patch Compile Error

2006-04-07 Thread Rene Kluwen
Try to ./configure --with-mysql-dir=/usr/local along with the other options. Rene Kluwen Chimit -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of JaySent: donderdag 6 april 2006 16:48To: users@kannel.orgSubject: Sqlbox Patch Compile

RE: DLR : storage type 'mysql' not supported

2006-04-25 Thread Rene Kluwen
What is the output from ./configure? Does it tell you that it can find all the MySQL libraries? Rene Kluwen Chimit -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of JaySent: dinsdag 25 april 2006 16:36To: users@kannel.orgSubject: DLR

RE: sqlbox, smsbox-route and dlr rerouting help!

2006-05-02 Thread Rene Kluwen
Sorry... let me correct this... I do know what is going wrong... sqlbox doesn't do message ack-ing nor DLR requests... It is a missing feature... So only the messages are acked that are being relayed through smsbox. Rene Kluwen Chimit -Original Message-From: [EMAIL PROTECTED

RE: sqlbox, smsbox-route and dlr rerouting help!

2006-05-02 Thread Rene Kluwen
1. Yes, it differs if you send messages via smsbox or sqlbox 2. I think they changed behaviour bearerbox to require an ACK at the moment that delayed writing was introduced (if I am not mistaken). Rene Kluwen Chimit -Original Message-From: Alex Kinch [mailto:[EMAIL PROTECTED

RE: sqlbox, smsbox-route and dlr rerouting help!

2006-05-03 Thread Rene Kluwen
I think what happening is: MO traffic is routed to your smsbox (through sqlbox). DLR's are routed to sqlbox and end there. Rene Kluwen Chimit -Original Message-From: Alex Kinch [mailto:[EMAIL PROTECTED]Sent: dinsdag 2 mei 2006 23:17To: Rene KluwenCc: users

RE: ID column in SQLBOX

2006-05-09 Thread Rene Kluwen
is just a character representation of the same field. Rene Kluwen Chimit -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Nikola Goran CuturaSent: dinsdag 9 mei 2006 17:49To: users@kannel.orgSubject: Re: ID column in SQLBOX Hi Luis

RE: [Kannel 0000322]: Clickatell http driver patch - Testers wanted!- Usage info

2006-05-09 Thread Rene Kluwen
I think the best way to answer this question is to redirect you to the source code. The Clickatell API code is located in smsc/smsc_http.c. There is also other HTTP based SMSC's in there. You can look at them for an example. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED

RE: SQLBOX question

2006-05-10 Thread Rene Kluwen
. The smsbox_list empty! error message can possibly be fixed by an smsbox-route section in your kannel.conf. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Nikola Goran Cutura Sent: woensdag 10 mei 2006 0:46 To: Mi Reflejo Cc: users

RE: Looking for a CDMA SMS and WAP gateway (2nd posting)

2006-05-18 Thread Rene Kluwen
set that is implemented. So if you want to use Kannel with a virtual SMSC (a phone or modem) you are out of luck. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Stéphane Bruno Sent: donderdag 18 mei 2006 19:09 To: users@kannel.org Subject

RE: Looking for a CDMA SMS and WAP gateway (2nd posting)

2006-05-19 Thread Rene Kluwen
Is this using the ETSI extended AT set? Or some proprietary interface? Because that is what Nokia does with their CDMA phones. And it doesn't work with Kannel. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Alex Antropoff Sent: vrijdag

FW: [Kannel 0000347]: Invalid Password , though it is CORRECT

2006-05-28 Thread Rene Kluwen
How many characters is your password? Rene Kluwen Chimit -Original Message- From: Apache [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: zondag 28 mei 2006 19:03 Subject: [Kannel 347]: Invalid Password , though it is CORRECT The following NEW bug has been ADDED

RE: get kannel's aswers

2006-05-29 Thread Rene Kluwen
Probably this is a bug or permissions issue in your PHP script. Off topic on this list. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: maandag 29 mei 2006 13:00 To: users@kannel.org Subject: get kannel's aswers

sqlbox updates

2006-05-30 Thread Rene Kluwen
database field. This makes it easier to filter them out if you are only interested in MO messages while reading the sent_sms table. - Bug fixed by Rene Kluwen [EMAIL PROTECTED]: sqlbox now reads the port value from the mysql-connection group. - Added

RE: sqlbox with remote mysql database

2006-05-30 Thread Rene Kluwen
Current CVS version of sqlbox now does read and use the port parameter in group = mysql-connection. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Roman Yeryomin Sent: dinsdag 30 mei 2006 8:46 To: Stipe Tolj Cc: users@kannel.org Subject

RE: sqlbox updates

2006-06-01 Thread Rene Kluwen
Stipe, The short answer: Yes, I am. If you had looked you would have seen :) Rene Kluwen Chimit -Original Message- From: Stipe Tolj [mailto:[EMAIL PROTECTED] Sent: donderdag 1 juni 2006 23:47 To: Rene Kluwen Cc: users@kannel.org Subject: Re: sqlbox updates Rene Kluwen wrote: CVS HEAD

RE: Message ID higher than 2147483647

2006-06-01 Thread Rene Kluwen
Stipe, Are you maintaining a ChangeLog of the ChangeLog? ;) -- ME -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Stipe Tolj Sent: vrijdag 2 juni 2006 1:15 To: Mi Reflejo Cc: users@kannel.org Subject: Re: Message ID higher than 2147483647 Mi Reflejo

RE: sqlbox mysql re-connection

2006-06-02 Thread Rene Kluwen
as bearerbox does the trick. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Stipe Tolj Sent: zaterdag 3 juni 2006 5:44 To: Alejandro Guerrieri Cc: users@kannel.org Subject: Re: sqlbox mysql re-connection Alejandro Guerrieri wrote: Yep, that's

RE: SMPP 3.4 Optional params

2006-06-05 Thread Rene Kluwen
id "patch". Alternatively (talking about patches), this can be an add-on to Kannel like sqlbox is. In the near future, I may have to deal with mBlox myself. Is anybody up for a bounty? (mBlox, are you listening? ;]). Rene Kluwen Chimit -Original Message-From: [EMAIL PROTECTE

RE: running makefile errors

2006-06-12 Thread Rene Kluwen
Which is the shell that you are running ./configure from? It needs to be bash. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of raymond tsang Sent: dinsdag 13 juni 2006 4:07 To: users@kannel.org Subject: running makefile errors I am

RE: make error

2006-06-13 Thread Rene Kluwen
I once fixed this error (on some systems) with: CFLAGS=-I/path/to/krb5.h ./configure [configure options] Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of sarwat jabeen Sent: dinsdag 13 juni 2006 19:38 To: users@kannel.org Subject: make

RE: sqlbox mysql re-connection

2006-06-14 Thread Rene Kluwen
1. Fixing the bug: Is being worked on. Be patient. 2. Workaround: Yes, there is. Just restart sqlbox after restarting mysqld :) Rene Kluwen Chimit -Original Message- From: Roman Yeryomin [mailto:[EMAIL PROTECTED] Sent: woensdag 14 juni 2006 9:19 To: users@kannel.org Cc: Stipe Tolj; Rene

RE: Massive SMS sent

2006-06-16 Thread Rene Kluwen
I've heard of benchmarks from others that sending that many messages via sqlbox goes a lot faster than through the http interface. Rene Kluwen Chimit -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Chronis NikosSent: vrijdag 16 juni 2006 13

RE: Don't remove DLR from mysql database

2006-06-19 Thread Rene Kluwen
See the dlr-url parameter in the users guide. Rene Kluwen Chimit -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Rehuel Lobato de MesquitaSent: maandag 19 juni 2006 0:52To: 'Chronis Nikos'Cc: users@kannel.orgSubject: RE: Don't remove DLR

RE: Massive SMS sent

2006-06-20 Thread Rene Kluwen
Does the Kannel http interface even support long lived connections? Rene Kluwen Chimit -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Chronis NikosSent: woensdag 21 juni 2006 0:06To: users@kannel.orgSubject: Re: Massive SMS sent I

RE: how to make change in sendsms scipt???

2006-06-21 Thread Rene Kluwen
Usually, a script is written in PHP or ASP. The script calls the sendsms url and returns a text/vnd.wap.wml page to the browser. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of aliraza raza Sent: donderdag 22 juni 2006 0:16 To: users

RE: deferred parameters

2006-06-21 Thread Rene Kluwen
SMPP: 7.1.1.1 Absolute Time format This is the default format used by SMPP. Scheduled delivery times and expiry times are specified in their global UTC format, including the quarter hour offset and direction symbol + or -. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED

RE: deferred parameters

2006-06-21 Thread Rene Kluwen
that you show is a pdu from posting the link that is just above the log, the schedule_delivery_time should be 060621234907000+ (note the 8 that is now a 9). Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Rene Kluwen Sent: donderdag 22

RE: deferred parameters

2006-06-22 Thread Rene Kluwen
I think now we tight the problem down to not Kannel-related but SMSC-related. If we send a valid schedule_delivery_time, but the SMSC delivers immediately it is an issue on their side. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf

RE: SMSC rejected login to transmit (bind failed)??

2006-06-22 Thread Rene Kluwen
Usually this means that your username or password or system-type is incorrect. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Raul Martinez Sent: donderdag 22 juni 2006 11:32 To: users@kannel.org Subject: SMSC rejected login to transmit

RE: willy's php function

2006-06-22 Thread Rene Kluwen
You cannot send the WAP Bookmark as plain text. You need to encode it in a WAP Push PDU (binary). See the wapforum specs (or however they call it now) for information. Also there should be scripts readily available as it is not too hard to do it. Rene Kluwen Chimit -Original

RE: using fixed TLVs for each SMPP deliver-sm

2006-07-10 Thread Rene Kluwen
you do wrong. Right now it is late already and am heading for bed. But do mail back to the list with your findings. Rene Kluwen Chimit -Original Message- From: Thomas Gottgens [mailto:[EMAIL PROTECTED] Sent: dinsdag 11 juli 2006 1:34 To: users@kannel.org Subject: using fixed TLVs for each

RE: smpp server

2006-07-21 Thread Rene Kluwen
Please don't cross post. AFAIK there is no open source smpp server available. There's (at least two different) smpp boxes for Kannel out there. But they are not open source. And besides that, they cost money. Rene Kluwen Chimit -Original Message-From: Anand Gupta [mailto

RE: matching delivery reports to their corresponding outgoing message

2006-07-21 Thread Rene Kluwen
of the underlying sms bearer. Rene Kluwen Chimit -Original Message- From: Patrick Okui [mailto:[EMAIL PROTECTED] Sent: vrijdag 21 juli 2006 16:20 To: users@kannel.org Subject: matching delivery reports to their corresponding outgoing message Hi all, I'd like to be able to figure out which

RE: WAP Push Over CDMA Network

2006-10-17 Thread Rene Kluwen
CDMA networks. It works by replacing a submit_sm pdu with a data_sm pdu. It is open source. Let me know if you are interested to try it out. Rene Kluwen Chimit -Original Message-From: Fajar [mailto:[EMAIL PROTECTED] Sent: dinsdag 17 oktober 2006 6:11To: Kannel

RE: WAP Push Over CDMA Network

2006-10-20 Thread Rene Kluwen
Every so many months people ask me about it. For me it is the same if I post the diff every so many months. Or mail it to them directly. Rene Kluwen Chimit -Original Message- From: Julien Buratto [mailto:[EMAIL PROTECTED] Sent: woensdag 18 oktober 2006 11:37 To: Rene Kluwen Cc: 'Fajar

RE: WAP Push Over CDMA Network

2006-10-20 Thread Rene Kluwen
Title: Message It is still SMS as in short-message service. It is not SMS as in the GSM-MAP standard. In stead they have a similar implementation called IS-41. Rene Kluwen Chimit -Original Message-From: Andrea Trasatti [mailto:[EMAIL PROTECTED] Sent: woensdag 18 oktober

RE: Cannot find SMPPBox for Kannel

2007-05-10 Thread Rene Kluwen
There is no open source smppbox. At least two people have a commercial variant: - [EMAIL PROTECTED] - [EMAIL PROTECTED] Contact them for more info. -Original Message- From: Remon Magdy [mailto:[EMAIL PROTECTED] Sent: donderdag 10 mei 2007 14:09 To: users@kannel.org Subject: Cannot

RE: smppbox reg.

2007-05-11 Thread Rene Kluwen
To be complete: There do exist Kannel SS7 smsc drivers. They are just not open source. Rene Kluwen Chimit -Original Message- From: Stipe Tolj [mailto:[EMAIL PROTECTED] Sent: vrijdag 11 mei 2007 11:07 To: [EMAIL PROTECTED] Cc: users@kannel.org Subject: Re: smppbox reg. -BEGIN PGP

RE: kannel asterisk ?

2007-05-20 Thread Rene Kluwen
= xxx,s,1,Agi(/usr/bin/my-agi.sh,number,sms-content) In the agi-script you will be sending the sms content (in a language of your choice) to Kannel. That's all there is to it. Rene Kluwen Chimit -Original Message- From: Prénom Nom [mailto:[EMAIL PROTECTED] Sent: woensdag 16 mei 2007 18

RE: Using SQLBox

2007-07-29 Thread Rene Kluwen
Remon, 1. This is an sql-box standalone parameter. Ask Martin Conte for more info. 2. You submit SMS messages by inserting them in the send_sms table. smsbox doesn't take a role in this. 3. MO Messages are inserted in the sent_sms table. 4. No. Rene Kluwen Chimit -Original Message

RE: Kannel and ss7 connection

2007-10-30 Thread Rene Kluwen
There exist SS7 communication layer drivers that act as a usual smsc driver for Kannel. They are not open source though. And also not cheap. More details via me. Rene Kluwen Chimit -Original Message- From: info.ubichip [mailto:[EMAIL PROTECTED] Sent: dinsdag 30 oktober 2007 18:26

RE: Re[2]: sqlbox does not connect to remote MySQL

2007-11-14 Thread Rene Kluwen
Nice hacking :) -- Rene -Original Message- From: Cezary Siwek [mailto:[EMAIL PROTECTED] Sent: woensdag 14 november 2007 18:58 To: users@kannel.org Subject: RE: Re[2]: sqlbox does not connect to remote MySQL hi, I had the same problem. you need to define port if you want to use

smppbox

2010-05-07 Thread Rene Kluwen
. For instance the smppbox that Stipe Tolj provides (s...@tolj.org). Cheers to all, Rene Kluwen Chimit

RE: Problem getting Kannel to receive SMS

2010-05-18 Thread Rene Kluwen
Check your init string and in particular AT+CNMI=.. This setting will let your phone notify if there is any incoming message to Kannel. There's a few options you have there. Depending on which settings your phone supports (not sure about the 5610). From: users-boun...@kannel.org

RE: Problem getting Kannel to receive SMS

2010-05-18 Thread Rene Kluwen
),(0,1,2,3),(0,2),(0,1,2),(0,1) then try to get the best options, e.g.: AT+CNMI=3,1,0,2,0 (in this case), depending on the values returned. From: Ahmad Pakhri Yahya [mailto:pakhri.ya...@ymail.com] Sent: dinsdag 18 mei 2010 11:30 To: 'Rene Kluwen'; users@kannel.org Subject: RE: Problem

Re: SMS Relaying

2010-05-18 Thread Rene Kluwen
Is your client also using Kannel? Then maybe setting up a http relay will work. See documentation. From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Innocent Muchedzi Sent: dinsdag 18 mei 2010 12:03 To: us...@vm1.kannel.org Subject: SMS Relaying Hie I need

RE: Problem getting Kannel to receive SMS

2010-05-18 Thread Rene Kluwen
...@ymail.com] Sent: dinsdag 18 mei 2010 12:43 To: 'Rene Kluwen'; users@kannel.org Subject: RE: Problem getting Kannel to receive SMS The error message I got is 2010-05-18 17:10:56 [32143] [6] DEBUG: AT2[sonyphone]: -- AT+CNMI=1,1,0,0,0^M 2010-05-18 17:10:56 [32143] [6] DEBUG: AT2[sonyphone

RE: SMS Relaying

2010-05-18 Thread Rene Kluwen
http://www.kannel.org/download/1.4.3/userguide-1.4.3/userguide.html#AEN2276 From: Innocent Muchedzi [mailto:innoc...@syldah.co.bw] Sent: dinsdag 18 mei 2010 13:53 To: Rene Kluwen Subject: Re: SMS Relaying Yes they all use kannel, How do I set up http relay - Original Message

RE: kannel delivery report

2010-05-28 Thread Rene Kluwen
The open source version is stable enough to use it in production. I use it for a couple of years myself now and others too. Never had a problem with it. == Rene -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Nikos Balkanas Sent: vrijdag

RE: DLR queue problems.

2010-05-30 Thread Rene Kluwen
The obvious answer would be: Why not giving each smsc the same smsc-id? But then again… you may have valid reasons to do it. == Rene From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Konstantin Vayner Sent: zondag 30 mei 2010 11:59 To: Kannel Users Subject:

RE: Installing opensource SMPPBox with kannel

2010-05-31 Thread Rene Kluwen
The short answer: Yes, it can. Regardless of which smppbox you are using. == Rene -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Budi wibowo Sent: maandag 31 mei 2010 15:13 To: users@kannel.org Subject: Re: Installing opensource SMPPBox

RE: Urgent! HELP!

2010-06-01 Thread Rene Kluwen
What do you get if you set log-level to 'debug' (0)? Do you see which command exactly gives the error? Here, you can find an overview of possibly possible init strings: http://alumni.ipt.pt/~pmad/s35i_c35i_m35i_atc_commandset_v01.pdf. == Rene -Original Message- From:

Re: Sending long message with Payload

2010-06-01 Thread Rene Kluwen
I think I made a patch for that. It is freely available. Just that in stead of submit_sm, it uses data_sm pdu's. Not sure if that is what you want. Dear all, I am new to kannel, i currently use nowsms gateway for sms connectivity. my smsc provider requested some features that aren't

RE: DLR not being emptied for numbers it can't send to

2010-06-02 Thread Rene Kluwen
situation that it cannot receive the sms, the smsc discards the message. Note: you must have your Kannel box time synchronized with the SMS Center. == Rene Kluwen -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Nikos Balkanas Sent

RE: DLR's to MySQL

2010-06-02 Thread Rene Kluwen
Wild guess: Is the host “sms-gw” defined in /etc/hosts? Maybe Kannel has problems resolving it. Could you post your Kannel log files (debug level 0)? == Rene From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Aubrey Oosthuizen Sent: woensdag 2 juni 2010

RE: Sending long message with Payload

2010-06-02 Thread Rene Kluwen
, not sar. Rene's patch might do it. It will support alpanumeric sender/receiver natively. BR, Nikos - Original Message - From: Rene Kluwen rene.klu...@chimit.nl To: falou zaynoun fzayn...@hotmail.com Cc: users@kannel.org Sent: Wednesday, June 02, 2010 3:21 AM Subject: Re: Sending long

RE: Checkin/out by sending SMS

2010-06-02 Thread Rene Kluwen
Start by reading the Kannel Userguide: http://www.kannel.org/download/1.4.3/userguide-1.4.3/userguide.html. I figure if you copy the right bits and bytes out of that guide, you almost have your application. == Rene -Original Message- From: users-boun...@kannel.org

RE: DLR's to MySQL

2010-06-02 Thread Rene Kluwen
From: Aubrey Oosthuizen [mailto:aubrey.oosthui...@ob7.co.za] Sent: woensdag 2 juni 2010 15:05 To: Rene Kluwen Cc: users@kannel.org Subject: Re: DLR's to MySQL Hi I believe it is. Although I have no idea how to verify this? The configuration is being done on a remote computer to which I

RE: Kannel and MCC MNC

2010-06-03 Thread Rene Kluwen
You need SS7 access and support to do a HLR lookup. That's not standard Kannel functionality. A short cut to do this, is that some providers allow a DNS based (ip) lookup on certain numbers and they return an operator code. Chimit has code that allows for both options (an ss7 smsc and dns based

RE: Route modem as SMS Sender

2010-06-03 Thread Rene Kluwen
Look up allowed-smsc-id in the Kannel users guide. == Rene -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Aan Isnaini - Gmail Sent: donderdag 3 juni 2010 6:11 To: Nikos Balkanas Cc: users@kannel.org Subject: Re: Route modem as SMS Sender

RE: Delete all SMS in SM storage at start up

2010-06-04 Thread Rene Kluwen
Set sim-buffering = true in your config. -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Aan Isnaini - Gmail Sent: vrijdag 4 juni 2010 13:09 To: users@kannel.org Subject: Delete all SMS in SM storage at start up Dear All, How to to delete

RE: Route modem as SMS Sender

2010-06-04 Thread Rene Kluwen
In short: If you have smsc-id = wavecom1 in your group = smsc, also put allowed-smsc-id = wavecom1 in the same group. Do this for all your smsc groups. -Original Message- From: Aan Isnaini - Gmail [mailto:aan.isna...@gmail.com] Sent: vrijdag 4 juni 2010 13:02 To: Rene Kluwen Cc: Nikos

RE: Delete all SMS in SM storage at start up

2010-06-04 Thread Rene Kluwen
AT+CGMD=4 only deletes the sms at the 4th position. Not all of them. == Rene -Original Message- From: Nikos Balkanas [mailto:nbalka...@gmail.com] Sent: vrijdag 4 juni 2010 16:04 To: Rene Kluwen; 'Aan Isnaini - Gmail'; users@kannel.org Subject: Re: Delete all SMS in SM storage at start

RE: Newbie: How to send multiple messages to sms recipients?

2010-06-06 Thread Rene Kluwen
Also to send the same sms message to multiple recipients: http://localhost:13013/cgi-bin/sendsms?username=testerpassword=foobarto=30957095+123456+78910+etc.text=(insert text) This will send an sms message to 30957095, 123456, 78910, etc. == Rene -Original Message- From:

RE: Is there any user guide for opensource smppbox

2010-06-07 Thread Rene Kluwen
Nikos is right, DLR's are routed automagically. There's 2 remarks that go with this: 1. In the file smpplogins.txt, the system-type is used as smsbox-id. So for different users, a different system-type is advised. Based on this id, DLR's are routed to the correct user. 2. DLR's are sent from

RE: Subversion URL?

2010-06-07 Thread Rene Kluwen
Try: svn co https://svn.kannel.org/gateway/trunk == Rene -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Peter Valdemar Mørch (Lists) Sent: maandag 7 juni 2010 15:47 To: users@kannel.org Subject: Subversion URL? Hi, What is the URL for

RE: Is there any user guide for opensource smppbox

2010-06-07 Thread Rene Kluwen
In smppbox.conf: group = smppbox smpp-logins = /path/to/smpplogins.txt This file should exist as a text file with 3 entries per line per smppbox user: -- sample -- system-id-01 password-01 system-type-01 client-02 password-02 vma -- end sample -- Note that the system type field (3rd field) is

RE: Is there any user guide for opensource smppbox

2010-06-07 Thread Rene Kluwen
in the example, there’s two users: “system-id-01” and “client02”. Clear enough? == Rene From: Kiran Reddy [mailto:ki...@uniceltech.com] Sent: maandag 7 juni 2010 17:16 To: Rene Kluwen; 'Nikos Balkanas'; bwib...@gmail.com Cc: users@kannel.org Subject: RE: Is there any user guide

RE: Is there any user guide for opensource smppbox

2010-06-07 Thread Rene Kluwen
Currently, there is no user guide. == Rene -Original Message- From: Kiran Reddy [mailto:ki...@uniceltech.com] Sent: maandag 7 juni 2010 17:35 To: Rene Kluwen; 'Nikos Balkanas'; bwib...@gmail.com Cc: users@kannel.org Subject: RE: Is there any user guide for opensource smppbox Hi Rene

RE: SIM Data download using kannel

2010-06-08 Thread Rene Kluwen
Shouldn't you be using the AT+CMGW command to do that, instead of AT+CMGS that Kannel is using? Just a question. -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Arnar Gestsson Sent: dinsdag 8 juni 2010 16:05 To: users@kannel.org Subject:

RE: SIM Data download using kannel

2010-06-08 Thread Rene Kluwen
What are you trying to do? Write a virus? Heh... I don't believe it is going to work... but if it does: please share ;) == Rene -Original Message- From: Arnar Gestsson [mailto:arnargests...@gmail.com] Sent: dinsdag 8 juni 2010 16:14 To: Rene Kluwen Cc: users@kannel.org Subject: Re

RE: DLR-url not being called

2010-06-10 Thread Rene Kluwen
Could you also post your smsbox.log? From: devel-boun...@kannel.org [mailto:devel-boun...@kannel.org] On Behalf Of Matthew Muscat Sent: donderdag 10 juni 2010 5:28 To: de...@kannel.org Subject: DLR-url not being called Hey everyone, cannot seem to figure out whats going wrong here and was

RE: SMS Forwarding

2010-06-10 Thread Rene Kluwen
Sure, this is very well possible with Kannel. Your Asterisk server won't help you very much, but Kannel is the only thing you need for this. Which country should the local DID be in? There's two options: Purchase a DID via an sms aggregrator. Or hook up a cellphone or cellular modem with a local

[PATCH] RE: Messages with php stripslashes

2010-06-11 Thread Rene Kluwen
Sorry for crossposting. But I think the users are allowed to know what is going on, even if this is a developers matter. I think I found the solution to the problem below, which affects all smsbox-sqlbox-bearerbox users. I must admit: Haven't tested it yet. But it should work. See attached

RE: [PATCH] RE: Messages with php stripslashes

2010-06-12 Thread Rene Kluwen
] Sent: vrijdag 11 juni 2010 23:52 To: Rene Kluwen Cc: 'Tomasz'; 'Kannel list'; de...@kannel.org Subject: Re: [PATCH] RE: Messages with php stripslashes + msg_escaped = msg_duplicate(msg); if (msg-sms.sms_type != report_mo) -gw_sql_save_msg(msg, octstr_imm(MO

RE: Issue with concatenated messages and load balancing over SMPP

2010-06-15 Thread Rene Kluwen
Yes, it seems to be a bug in the current version. -Original Message- From: Nikos Balkanas [mailto:nbalka...@gmail.com] Sent: dinsdag 15 juni 2010 15:35 To: Tomasz; rene.klu...@chimit.nl Cc: users@kannel.org Subject: Re: Issue with concatenated messages and load balancing over SMPP Yes.

RE: Mask shorcode and reply to number

2010-06-18 Thread Rene Kluwen
Either you specify 9696 in from= or Offers. You cannot do both at the same time. Maybe you can start with Offers in your SMS, if that is an option for you. == Rene From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Sergio Gabriel Gallegos Sent: vrijdag 18 juni

RE: Kannel as an SMSC

2010-06-18 Thread Rene Kluwen
- it is an smpp server There is opensource one release by Rene Kluwen - you can find it here: https://svn.kannel.org/smppbox/trunk https://svn.kannel.org/smppbox/trunk and it is supported by regular community means (via this mailing list). OR Theres commercial smppbox created, maintained

RE: smppbox sms

2010-06-18 Thread Rene Kluwen
It should be possible to put sqlbox in between (open) smppbox and bearerbox. It will log all messages that are passed in between. Honestly, I didn’t test it. But I don’t see any reason why it shouldn’t work. == Rene From: users-boun...@kannel.org [mailto:users-boun...@kannel.org]

For the ones using (open) smppbox...

2010-06-18 Thread Rene Kluwen
://svn.kannel.org/smppbox/trunk == Rene Kluwen

RE: Mask shorcode and reply to number

2010-06-18 Thread Rene Kluwen
I think the maximum length of an alphanumeric sender ID is 11 characters? But maybe I am wrong. == Rene -Original Message- From: Alvaro Cornejo [mailto:cornejo.alv...@gmail.com] Sent: vrijdag 18 juni 2010 23:19 To: Rene Kluwen Cc: Sergio Gabriel Gallegos; users@kannel.org Subject: Re

RE: Mask shorcode and reply to number

2010-06-18 Thread Rene Kluwen
Apologies for the dubbel post. Also, still, people won't be able to reply. == Rene -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Rene Kluwen Sent: zaterdag 19 juni 2010 0:23 To: 'Alvaro Cornejo' Cc: users@kannel.org Subject: RE: Mask

RE: For the ones using (open) smppbox...

2010-06-19 Thread Rene Kluwen
SMPP client. BR, Nikos - Original Message - From: sangprabv sangpr...@gmail.com To: Rene Kluwen rene.klu...@chimit.nl Cc: users@kannel.org Sent: Saturday, June 19, 2010 2:55 PM Subject: Re: For the ones using (open) smppbox... What about a pass-thru(forward) configuration between

RE: For the ones using (open) smppbox...

2010-06-19 Thread Rene Kluwen
the client. Probably this setup is not what you wanted. But it is a possibility. == Rene -Original Message- From: sangprabv [mailto:sangpr...@gmail.com] Sent: zaterdag 19 juni 2010 13:55 To: Rene Kluwen Cc: users@kannel.org Subject: Re: For the ones using (open) smppbox... What about a pass

RE: For the ones using (open) smppbox...

2010-06-19 Thread Rene Kluwen
I agree with that. I was looking at some alternatives today. And this seems the most appropriate. == Rene From: Alejandro Guerrieri [mailto:alejandro.guerri...@gmail.com] Sent: zaterdag 19 juni 2010 17:47 To: sangprabv Cc: Rene Kluwen; users@kannel.org Subject: Re: For the ones using

<    1   2   3   4   5   6   7   8   9   10   >