Siemens WSP Session

2003-04-12 Thread Rene Kluwen
It's been a while since I've been into Wap. Can somebody help me out seeing what is going on here? I am trying to connect with an SL45i. I did this before (many cvs versions ago), and it used to work. Why is the phone unable to set up a WSP session? (see log excerpt below) TIA, -- Rene

RE: Real experiences with Cellular or modem GSM??

2003-09-27 Thread Rene Kluwen
don't remember the exact value. Cheers, Rene Kluwen Chimit - -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Alejandro Ruiz Camacho Sent: zaterdag 27 september 2003 22:07 To: [EMAIL PROTECTED] Subject: Real experiences with Cellular or modem GSM?? Hello

RE: Force WML error on HTML content

2003-10-01 Thread Rene Kluwen
If you are controlling the http server that content is withdrawn from, you can use the ErrorDocument (apache) directive to set it to w WML source. If the http server is foreign, then this is really an error in the http server setup (though a very common one). Converting / replacing html

RE: Force WML error on HTML content

2003-10-03 Thread Rene Kluwen
I think in this case, best option is to have Kannel use a http proxy server that does the trick for you, using e.g. redirectors in squid or something. Rene Kluwen Chimit -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Rene VellekoopSent

RE: sms-service example

2003-11-05 Thread Rene Kluwen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 With this php code, you will end up with a file result.php in your homedir. Check the accompanying scripts in de contrib folder for working versions. Rene Kluwen Chimit - -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

RE: Wap Push

2003-12-11 Thread Rene Kluwen
$REMOTE_ADDR in php or getenv("REMOTE_ADDR") in c. Rene Kluwen Chimit -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of ZoharSent: dinsdag 9 december 2003 15:09To: Aarno SyvänenCc: [EMAIL PROTECTED]Subject: Re: Wap Push I'm confused, s

RE: Wap Push

2003-12-13 Thread Rene Kluwen
with the wap related sources of Kannel. -- Rene... -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of ZoharSent: vrijdag 12 december 2003 15:56To: Rene Kluwen; Aarno SyvänenCc: [EMAIL PROTECTED]Subject: Re: Wap Push ok, so the hacking for the IPV4

RE: SMPP Inteface for third parties

2003-12-20 Thread Rene Kluwen
are being forwarded to Kannel's http interface. It is written in C++. It is not released as open-source because basically the upcoming SMPP Box will (probably) provide more functionality/flexibility. Just be patient in this case. Rene Kluwen Chimit -Original Message-From: [EMAIL

RE: Need Help on Recieving DLR

2003-12-29 Thread Rene Kluwen
For delivery reports over a GSM modem, you need: - Kannel, CVS version - Your network has to support sending back DLR's. - Proper CNMI settings in your init string. This depends on how the Ericson supports them. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto

RE: Problems with Debian Startup Scripts

2003-12-29 Thread Rene Kluwen
Without saying anything about whether Kannel, run by root, is secure or not: You can either choose that option or chmod ugo+rw /dev/ttyS0 so ordinary users can also use your modem. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf

RE: new to WAP, a basic question

2004-01-14 Thread Rene Kluwen
account. Hope this helps, Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Mike Migurski Sent: dinsdag 13 januari 2004 23:45 To: [EMAIL PROTECTED] Subject: new to WAP, a basic question Hello, I'm new to WAP so I apologize if my

RE: HOW TO: no auto reply message?

2004-01-14 Thread Rene Kluwen
Answer: Specify: max-messages = 0 Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jarlco Sent: woensdag 14 januari 2004 16:52 To: [EMAIL PROTECTED] Subject: HOW TO: no auto reply message? I'm having a problem with the autoreply

RE: WML conversion error ?

2004-01-15 Thread Rene Kluwen
Not sure if this is your problem. But your wml tag is ended with /xml in stead of /wml. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Stamatopoulos Panagiotis ([EMAIL PROTECTED]) Sent: donderdag 15 januari 2004 13:01 To: [EMAIL

RE: protocol not available

2004-03-18 Thread Rene Kluwen
This is a setting of your upstream provider. Give them your ip address and ask them to enable incoming smpp connections from your host. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Dwi SP Sent: vrijdag 5 maart 2004 7:11 To: [EMAIL

RE: Using MySQL storage

2004-03-18 Thread Rene Kluwen
SQLBOX is for this. It is another box (besides smsbox, wapbox, bearerbox) for Kannel. It will be available as patch on this mailinglist shortly, after I worked away everything that has been waiting for me in the month that I have been away from my desk. Rene Kluwen Chimit -Original Message

RE: Using MySQL storage

2004-03-20 Thread Rene Kluwen
sqlbox logs MO, MT and DLR messages. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Pedro B. Sent: vrijdag 19 maart 2004 0:31 To: [EMAIL PROTECTED] Subject: Re: Using MySQL storage Hello, First of all, i apologise if this question

RE: CMTI received, but no message-storage is set

2004-03-20 Thread Rene Kluwen
Add to your modems config: message-storage = SM (or MT) Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Eric Carlson Sent: vrijdag 12 maart 2004 17:48 To: [EMAIL PROTECTED] Subject: CMTI received, but no message-storage is set Hi, I

RE: Using MySQL storage

2004-03-23 Thread Rene Kluwen
Nowhere yet. They are 'under construction'. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Roman Alonso Sent: dinsdag 23 maart 2004 14:05 To: 'Rene Kluwen'; 'Pedro B.'; [EMAIL PROTECTED] Subject: RE: Using MySQL storage Hello, Where

RE: Front End for Kannel

2004-04-02 Thread Rene Kluwen
to the open source community. I will prepare a patch to send to the devel mailinglist for enthousiasts to pick up and test. Regards, Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Alex Kinch Sent: woensdag 31 maart 2004 16:31 To: Rory

RE: Does DLR have postgreSQL support?

2004-06-08 Thread Rene Kluwen
to include it at once... So this might be a good start. Cheers to all, Rene Kluwen Chimit -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of John Vincent MombaySent: dinsdag 8 juni 2004 3:40To: [EMAIL PROTECTED]; [EMAIL PROTECTED]Subject: Does DLR

What is the maximum...

2004-06-11 Thread Rene Kluwen
...characters that a concatenated SMS can contain? And how is concatenated SMS supported phone-wise, noawadays? Cheers, Rene Kluwen Chimit

RE: Kannel won't accept remote WAP sessions

2004-06-11 Thread Rene Kluwen
I had the same problem. And could solve it by connecting of another ip address of the same (multi-homed) computer. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Juergen Nickelsen Sent: donderdag 10 juni 2004 10:26 To: [EMAIL PROTECTED

RE: SMS count logging

2004-06-13 Thread Rene Kluwen
Before anything else: Please don''t crosspost between the users and devel list. After that: On the status page, there is a count of incoming and outgoing SMS, both per SMSC connection and per SMS box. Other than that: Read the thread that says SQLBOX on here for storing incoming and

RE: Sending SMS faster that via HTTP

2004-07-13 Thread Rene Kluwen
1. SQLBOX (see patch earlier on the list) can send messages by injecting them in an sql table. Never tested it's performance but for almost sure it is faster than SMSBOX. 2. Did you try using a persistant HTTP connection to SMSBOX? (not sure if it is supported). Rene Kluwen Chimit -Original

RE: Message Inbox full T68i

2004-09-21 Thread Rene Kluwen
on the internet. Cheers, Rene Kluwen -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Eric Carlson Sent: maandag 20 september 2004 13:58 To: [EMAIL PROTECTED] Subject: Message Inbox full T68i I am using a T68i as an SMSC and every few days it stops because its inbox

RE: dlr mysql problem [with sms-services]

2004-10-16 Thread Rene Kluwen
In the devel-list there's a link to sqlbox. This box stores incoming and outgoing SMS messages in an SQL table. Rene Kluwen Chimit -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of R manoSent: zaterdag 16 oktober 2004 19:21To: [EMAIL

RE: mms with kannel?

2004-11-10 Thread Rene Kluwen
unfortunately we cannot convert it (at least not as Open Source) to an MMS-Box or something thelike. 3. See mmslib (I think it is available from sourceforge or some other community) and mmsdecoder (see the link above). Cheers! Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto

Re: How sending SMS using Kannel ?

2004-11-23 Thread Rene Kluwen
Another way to send SMS but by HTTP: SQLBOX (posted on this list) lets you send SMS by inserting a row in an SQL table. Rene Kluwen Chimit João Correia wrote: Howdy, Is there any other way of sending SMS to Kannel other then HTTP ? Can someone send me the MySQL database scheme and kannel

Re: sqlbox included in head cvs?

2004-11-25 Thread Rene Kluwen
you get errors, please post on the list or contact me directly and I will generate a new patch. Hope this helps, Rene Kluwen Chimit Klaus Darilion wrote: Hi all! I'm using kannel 1.3.2 for connecting to an SMSC and sending/receiving SMS works fine. In the mailing list archive I found some threads

Re: sqlbox included in head cvs?

2004-11-25 Thread Rene Kluwen
Hello Klaus, Yeah, there's priliminary code for MS-SQL for dlr storage and sqlbox tables (sending and receiving). However, this code has never been tested by myself and AFAIK also not by others. Rene Kluwen Chimit Klaus Darilion wrote: Hi Rene! Thanks for your answers. I will try it step

Re: Erase SMS from Nokia !?

2004-11-30 Thread Rene Kluwen
Did you set sim-buffering = true? An alternative method is to set up your init string with the proper AT+CNMI settings. So your messages will be delivered to the TE and not stored in your SIM. Check the documentation for information about that. Rene Kluwen Chimit João Correia wrote: How can I

Re: DLR works with 7110 / Unique identifier

2004-11-30 Thread Rene Kluwen
). Rene Kluwen Chimit João Correia wrote: Howdy, I was able to put Delivery Reports MySQL working with Nokia 7110 and a serial cable. The dlr-url works very nicely. A question, can I add my own field on dlr-mysql ? A custom one ? I want to have a random string to identify each SMS sent to get-url

Re: Trivial Kannel Question

2004-11-30 Thread Rene Kluwen
available. Rene Kluwen Chimit Yaman Saqqa wrote: Guys, Is the following situation doable: Can I have Kannel accept an SMPP connection, do simple prefix number translation on the b-number and then connect to the smsc?

Re: How to get the hour and the date when a sms has been received withthe sqlbox

2005-01-16 Thread Rene Kluwen
or Postgres? Cheers! Rene Kluwen Chimit - Original Message - From: R mano To: users@kannel.org Sent: Sunday, December 05, 2004 10:22 AM Subject: How to get the hour and the date when a sms has been received withthe sqlbox Hi all ! I m using the sqlbox

Re: sqlbox where to download ?

2005-01-16 Thread Rene Kluwen
The bigger version accidentally includes a binary version of sqlbox. That's why the difference in size. Please do report some experiences once you are using sqlbox. Rene Kluwen Chimit - Original Message - From: Jeremias Mueller [EMAIL PROTECTED] To: users@kannel.org Sent: Thursday

Re: user management

2005-01-16 Thread Rene Kluwen
For a web based SMS service, usually you handle user management in your web scripts... and successively you send your SMS messages through kannel via a single Kannel sms-user. Rene Kluwen Chimit - Original Message - From: Jeremias Mueller [EMAIL PROTECTED] To: users@kannel.org Sent

Re: sqlbox on Rehdat, compiling kannel with sql support

2005-01-16 Thread Rene Kluwen
://www.chimit.nl/kannel/. Bear with me if this is not the case. Best regards, Rene Kluwen Chimit - Original Message - From: VaradeRo [EMAIL PROTECTED] To: users@kannel.org Sent: Monday, December 20, 2004 1:31 PM Subject: sqlbox on Rehdat, compiling kannel with sql support Dear users, I

Re: dlr report xml

2005-01-16 Thread Rene Kluwen
I think the easiest way to achieve this is to write a PHP script that receives the GET request and POSTs the XML that you want to another page successively. Best regards, Rene Kluwen Chimit - Original Message - From: Pavel Volkovitskiy [EMAIL PROTECTED] To: users@kannel.org Sent: Monday

Re: WAP Gateway

2005-01-16 Thread Rene Kluwen
Most operators have different GPRS APN's for MMS, Wap, and also one for public internet. If you want to use your own WAP gateway (e.g. Kannel) use the public internet APN rather than the Wap APN. Best regards, Rene Kluwen Chimit - Original Message - From: Michael Mugge [EMAIL PROTECTED

Re: sqlbox does not save messages with udh

2005-01-16 Thread Rene Kluwen
Dear Catalin, I will record this issue as a bug report. Thanks for testing, Rene Kluwen Chimit - Original Message - From: Catalin Trifu [EMAIL PROTECTED] To: users@kannel.org Sent: Thursday, January 06, 2005 12:18 PM Subject: sqlbox does not save messages with udh Hi, I

RE: SQLBox Patch Download

2005-03-31 Thread Rene Kluwen
Try this one: http://www.chimit.nl/kannel/sqlbox_patch-20041031.tar Meanwhile I am waiting to get CVS access so the patch can be in it's own home. Rene Kluwen Chimit -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens David E. Meier Verzonden: dinsdag 29

Re: sqlbox development

2005-06-19 Thread Rene Kluwen
Yes, sqlbox will still be updated to be applied cleanly with latest CVS HEAD. For that, I am still waiting on CVS write access that I am supposed to be given (Stipe?). Kind regards, Rene Kluwen Chimit Hi, I tried to apply sqlbox patch to the latest HEAD kannel cvs version; I

Re: SQLBOX and MS SQL

2005-06-24 Thread Rene Kluwen
might try pressing there because it has been several months now since I have been waiting. An alternative possibility to have MS SQL support built in to sqlbox is to sponsor it, just like sqlbox itself was sponsored by the kind people of sendmytxt.co.uk. Saludos cordiales, Rene Kluwen Chimit

Terminating in Chile / Mexico

2005-06-28 Thread Rene Kluwen
Is there any operators (or gateways) available originating messages in Chile and in Mexico? Clickatell claims to terminate in Chile, but in fact they do not. Anybody that can provide me an alternative, please contact me. Kind regards, Rene Kluwen Chimit

Re: Terminating in Chile / Mexico

2005-06-28 Thread Rene Kluwen
Apologies... originating should be terminating of course. Networks of most interest: Telcel (Mexico) Telefónica Móvistar (Mexico, Chile) and other networks available. Kind regards, Rene Kluwen Chimit Is there any operators (or gateways) available originating messages in Chile

Re: WAP Push for transaction approval

2005-07-15 Thread Rene Kluwen
that is send along with the WAP Push. Besides that, most users have WAP configured with the WAP gateway of their provider, which leaves opportunities open for a man-in-the-middle attack. Email me if you want to know more details. Cheers, Rene Kluwen Chimit Good day, I have used Kannel

Re: Siemens TC35I

2005-07-15 Thread Rene Kluwen
Yes, I used to. My configs should be still somewhere in the list, back when I developed DLR's in combination with the AT2 smsc. Cheers. Rene Kluwen Chimit Hi, Was anyone able to get a Siemens TC35I working.? Ed

Re: DLR missing parameters?

2005-07-15 Thread Rene Kluwen
://192.168.10.131/cgi-bin/dlr2me.pl%3Fdlr=%25d%3Fphone%3D%25p I am doing the %3F by heart... check if it is the right value. This is a frequently asked question. Shouldn't there be something about this in the user manual? Rene Kluwen Chimit Hello All! I've finally managed to semi configure

Re: Clickatell HTTP api

2005-07-24 Thread Rene Kluwen
I think many Kannel users are using Clickatell. Why don't you make it available as a patch that can be included into CVS? IMHO this is not a custom patch but something that can be used by a large part of the community. Rene Kluwen Chimit BTW I havn't included support for the clickatell

Re: WAP PUSH

2005-08-06 Thread Rene Kluwen
Both sides need to support Binary SMS. Kannel does support it. Now only your SMSC needs to support it. Rene Kluwen Chimit If I can send sms using sendsms through SMSC, that would also mean that I can wap push through it? Or is there a configuration needed both on my side and smsc?

Re: Siemens TC35i

2005-08-11 Thread Rene Kluwen
Here it is: group = modems id = siemens_tc35 name = Siemens TC35i detect-string = SIEMENS detect-string2 = 35 init-string = AT+CNMI=1,2,0,0,1 speed = 19200 enable-hwhs = AT\\Q3 need-sleep = true Hope this helps, Rene Kluwen Chimit sir rene kluwen, gud day! can i have a copy of your config

Re: SMPP Server

2005-08-11 Thread Rene Kluwen
possible. Cheers, Rene Kluwen Chimit Hi. I have several connections with SMSCs and want to give my clients the ability to connect with with SMPP. Which software can I use to act as an SMPP server? I didn't find any freeware SMPP Server available so any idead on the paid ones? Pa Nos

Re: Nokia 9110/ 9210 kannel.conf info needed

2005-08-12 Thread Rene Kluwen
Try to set: enable-hwhs = AT\\Q3 in your group=modems. This is the configuration parameter that needs to be set in your kannel.conf. Just the value of it (AT\\Q3) may be different for the Nokia. Double check the Nokia AT reference guide for more info. Rene Kluwen Chimit On Thu, Aug 11, 2005

Re: Nokia 9110/ 9210 kannel.conf info needed

2005-08-12 Thread Rene Kluwen
George, You can: 1. Set enable-hwhs = ... or enable-hwhs=AT... This might or might not work but it's worth a try. 2. Look up the correct setting at the Nokia AT Guide. You can find it at the Nokia website. 3. Change the SIM cards of the 9110 9220 :) Rene Kluwen Chimit Hi thnx for feedback

RE: How to resolve SMS/WAP/MMS/VoIP gateways on a shoestring?

2005-09-01 Thread Rene Kluwen
combine services the way you like. Drawback is that you can only use the services within a closed user group (people that are connected to your network). But it works. We at Chimit do it that way as well, internally. Greets, Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED

RE: How to resolve SMS/WAP/MMS/VoIP gateways on a shoestring?

2005-09-01 Thread Rene Kluwen
through their absence (Dutch saying). Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Paul Keogh Sent: donderdag 1 september 2005 23:03 To: users@kannel.org Subject: RE: How to resolve SMS/WAP/MMS/VoIP gateways on a shoestring

RE: sms send problem

2005-09-11 Thread Rene Kluwen
an account at one of the many service providers to send out sms messages. Rene Kluwen Chimit -Original Message-From: john decot [mailto:[EMAIL PROTECTED]Sent: zondag 11 september 2005 13:48To: Rene KluwenSubject: RE: sms send problem I think you can help me .here are the logs which i

RE: Sending post request in java

2005-09-20 Thread Rene Kluwen
Try to disable keep alive connections (if those are being used). Rene Kluwen Chimit -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Gelvis SequeraSent: dinsdag 20 september 2005 21:56To: users@kannel.orgSubject: Sending post request

RE: Audiovox PC5740

2005-09-20 Thread Rene Kluwen
You need a: group = modems in your kannel.conf. See the userguide for details. Rene Kluwen Chimit -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Speare, CarlSent: woensdag 21 september 2005 0:30To: 'users@kannel.org'Subject: Audiovox

RE: Possible SMSBOX Config Error

2005-09-21 Thread Rene Kluwen
Looks like you have a dangling smsbox process still running. Try killall -9 smsbox. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ben Minton Sent: woensdag 21 september 2005 9:45 To: Kannel Users Subject: Possible SMSBOX Config Error

RE: Kannel under cygwin - missing crypto library?

2005-09-22 Thread Rene Kluwen
I have no experience with cygwin either. But have you tried renaming/copying cygcrypt-0.dll to cygcrypt.dll? Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jim Hatfield Sent: donderdag 22 september 2005 18:24 To: users@kannel.org Subject

RE: SQLBox

2005-09-26 Thread Rene Kluwen
 Brent, This week, the will be a seperate sqlbox repository on the kannel.org CVS server. Beste regards, Rene Kluwen Chimit -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Brent GoldspringSent: maandag 26 september 2005 2:29To: users

RE: SQLBox

2005-09-27 Thread Rene Kluwen
 Probably Thursday or Friday. Rene Kluwen Chimit -Original Message-From: Brent Goldspring [mailto:[EMAIL PROTECTED]Sent: dinsdag 27 september 2005 1:35To: Rene Kluwen; users@kannel.orgSubject: RE: SQLBox Any idea when this week? J Regards, Brent

RE: Kannel refuses to get-url

2005-09-28 Thread Rene Kluwen
number rather than a folder in your webspace, the first slash should be a colon. These options may not mean a solution. But it is what I am thinking of at the moment. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of B. van Breukelen Sent

RE: SQLBox

2005-09-29 Thread Rene Kluwen
 One can check out the latest version of SQLBOX by: cvs -d :pserver:[EMAIL PROTECTED]:/home/cvs co sqlbox This version patches the latest (CVS HEAD) version of Kannel. May the force be with you. Rene Kluwen Chimit -Original Message-From: Brent Goldspring [mailto:[EMAIL

RE: storage type defined as 'mysql', but no MySQL support build in!

2005-10-03 Thread Rene Kluwen
Do you have a group = mysql as well as a group = dlr-db in your kannel.conf? Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of B. van Breukelen Sent: maandag 3 oktober 2005 16:50 To: users@kannel.org Subject: DLR: storage type defined

RE: Black list functionality

2005-10-04 Thread Rene Kluwen
I never use blacklists myself. But isn't this expected behaviour?? I think if you need black-lists working ASAP your best best is to wrap a simple test around your script that sends messages. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf

RE: WML Errors

2005-10-04 Thread Rene Kluwen
That page doesnt have a character set encoding indicated. I think -if omitted-it defaults to (something, not sure... latin1?) and shouldnt contain special characters. Wap is kind of picky about that. http is more forgivable. Rene Kluwen Chimit -Original Message-From: [EMAIL

RE: Black list functionality

2005-10-04 Thread Rene Kluwen
You can import the list in a sql database. and still do it from PHP. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Alejandro Guerrieri Sent: dinsdag 4 oktober 2005 16:36 To: users@kannel.org Subject: Re: Black list functionality

RE: Cisco 7960 lcd text message

2005-10-05 Thread Rene Kluwen
Why are you posting this in the Kannel list and not in the Astisk list? You can take up a line in your dialplan: exten = {$NUMBERCOMPANY1},1,SetCIDName(Call for company1) exten = {$NUMBERCOMPANY2},1,SetCIDName(Call for company2) Something like that... Rene Kluwen Chimit -Original Message

Re: intermittent problem retrieving sms

2005-10-15 Thread Rene Kluwen
I dont have an answer to the original problem. But does this means that the MC35 breaks ETSI specs? The incoming indication is clearly MT, 15. Which means that the message can be found in MT memory at slot 15. As opposed to all the memories that the phone possibly can have. Rene Kluwen Chimit

RE: intermittent problem retrieving sms

2005-10-18 Thread Rene Kluwen
I do remember having a MC35 work with Kannel. So it should be possible. Unfortunately, I don't have that model of phone anymore to test with. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Wilfried Goesgens Sent: maandag 17 oktober 2005

RE: HTTP APi's Configuration Problem in Kannel

2005-10-18 Thread Rene Kluwen
is not available. This module can be easily adopted to other HTTP-based interfaces. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Kamlesh Kumar Sent: dinsdag 18 oktober 2005 7:01 To: users@kannel.org Subject: HTTP APi's Configuration Problem

Re: MMS retrieval

2005-10-23 Thread Rene Kluwen
Kannel cannot do this for you. You need an MMSC (like MBuni) to do that job. Rene Kluwen Chimit Hi! I am trying to retrieve MMS messages using my GSM Modem connected to a Linux SuSE 9.3 box that runs Kannel. However, the only thing that I have been able to successfully recieve (thru

Re: WAP PULL

2005-11-07 Thread Rene Kluwen
AFAIK a Wap PULL is a normal get request of a wap page from any wap browser. Rene Kluwen Chimit Hi! What is a WAP PULL? I couldn't find much info about it on the net... what's the difference with a WAP PUSH? Can WAP PULLs be implemented with Kannel? Thanks in advance, Juan

Re: kannel as mmsc or mmc gateway

2005-11-14 Thread Rene Kluwen
You might want to check out the mbuni project. Rene Kluwen Chimit Hi you guys know if kannel can work as mmsc or mmsgateway ? Thanks, Cidar

Re: SQLBOX broken on CVS??

2005-11-23 Thread Rene Kluwen
are: mysql-username is now username mysql-password is now password mysql-host is now host. Rene Kluwen Chimit Hello Everyone! I’m trying to install SQLBOX from CVS, I already have a previous version of it (before it was on CVS, patch for 1.4.0) running with 1.4.0; it works very

Re: sendsms - unable to send sms via web browser

2005-12-03 Thread Rene Kluwen
Good day, It seems that you did not start smsbox? After starting up bearerbox, smsbox has to be started as a seperate process. Rene Kluwen Chimit Hi all, It seems it is an usual question, but I didn't find any answer in the archive yet, and since there is no search facility it is a kind

Re: Trying to get kannel working with T68i connected

2005-12-04 Thread Rene Kluwen
If you are starting bearerbox smsbox from a script: Try to put a sleep in between starting bearerbox smsbox consequently. Rene Kluwen Chimit Hi Mark, Aparently the config file is right and it seems that bearerbox is up and running. So I can only guess: 1. You started smsbox before

Re: PCI device to send sms

2005-12-11 Thread Rene Kluwen
I do not know of a PCI device. But PCICMA GSM modems do exist. Rene Kluwen Chimit Hi all, I'm looking for a PCI device with some sort of external antenna which I can use to send sms. I don't want to use an external serial device with an external power supply etc,... It needs

Re: Opening Salvo of Questions

2006-01-04 Thread Rene Kluwen
The short answer: Yes, it is possible. Rene Kluwen Chimit Hi Rene, Thanks so much for your response... I've been reading through the documentation all day. I'm looking forward to installing the program. I'm currently searching for a GSM modem I can connect to an Ubuntu box, to run

Re: to many incoming messages

2006-02-06 Thread Rene Kluwen
Try to use the INSERT DELAYED command in your application. Probably it will help. Not 100% sure. But it is worth a try. Rene Kluwen Chimit recently i received to many messages per second on kannel, the problem that i had is that my applications could not handle to many open connections so

RE: SMS not sent from running Kannel

2006-02-12 Thread Rene Kluwen
1. You need to send SMS using your second example: # lynx -dump http:// etc. 2. The second example fails because you are using Kannel's http administration port (13000). Presumable 13013 will be the correct port. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED

RE: few queries

2006-02-19 Thread Rene Kluwen
the issue has been resolved. Best regards, Rene Kluwen Chimit -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of SriramSent: zaterdag 18 februari 2006 13:19To: users@kannel.orgSubject: few queries Hello All my setup : stable kannel 1.4

RE: routing MT messages

2006-02-19 Thread Rene Kluwen
You can disable giving a reply in your smsbox config settings. After that, send the reply with a http request to smsbox, combined with the smsc=... parameter. Best regards, Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Zouari Fourat

RE: storing MT and ACK informations

2006-02-19 Thread Rene Kluwen
Use SQL Box. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Zouari Fourat Sent: zondag 19 februari 2006 13:42 To: users@kannel.org Subject: storing MT and ACK informations How to store MT and ACK informations to database ?

RE: few queries

2006-02-19 Thread Rene Kluwen
I can give some advice that others on this list are likely to give you. Try upgrading to Kannel CVS Head. It is considered more stable than 1.4.0. I know it sounds a bit lame. But probably it will help. Maybe it doesn't. But it sure is worth a try. Rene Kluwen Chimit -Original

RE: SQL BOX

2006-02-27 Thread Rene Kluwen
correct me if I am wrong. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Chronis Nikos Sent: maandag 27 februari 2006 20:35 To: Alejandro Ramírez Cc: users@kannel.org Subject: Re: SQL BOX Dear Alejandro, Log file of my mysql.log

RE: Kannel is sending MTs on each MO !

2006-02-28 Thread Rene Kluwen
Use: max-messages = 0 in your group = sms-service. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Zouari Fourat Sent: dinsdag 28 februari 2006 21:54 To: users@kannel.org Subject: Kannel is sending MTs on each MO ! Hello, I've

Re: SQLBox Mysql Connection

2006-03-01 Thread Rene Kluwen
What do your logfile say? Rene Kluwen Chimit Hi, Thanks for your reply Here's the config for group = smsbox: # SMSBOX SETUP group = smsbox bearerbox-host = localhost bearerbox-is-sqlbox = true #sendsms-port = 13013 sendsms-port = 13013 global-sender = 12345 sendsms-url = /cgi

RE: Reply of HTTP post

2006-03-04 Thread Rene Kluwen
, then SMS Box does (should) call the dlr-url. If you are writing messages into the sendsms table, then probably your dlr-url won't be called. This can be considered a missing feature. Feel free to add an entry in Mantis. Rene Kluwen Chimit -Original Message-From: [EMAIL PROTECTED

RE: Authorization failed for sendsms

2006-03-06 Thread Rene Kluwen
User kannel corresponding password have to exist in group = sendsms-user in kannel.conf. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Tuesday, March 07, 2006 12:14 AM To: Kannel Users Subject: Authorization

RE: sqlbox does not log WAP Push traffic

2006-03-08 Thread Rene Kluwen
Rayson, You are not wrong. It is exactly like that. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Rayson Lee Sent: woensdag 8 maart 2006 21:58 To: users@kannel.org Subject: RE: sqlbox does not log WAP Push traffic Dear Coco, If I

RE: sqlbox does not log WAP Push traffic

2006-03-09 Thread Rene Kluwen
No, as of now there are no plans on my side to make wapbox sqlbox aware. Rene Kluwen Chimit -Original Message- From: Rayson Lee [mailto:[EMAIL PROTECTED] Sent: donderdag 9 maart 2006 8:08 To: 'Rene Kluwen'; users@kannel.org Subject: RE: sqlbox does not log WAP Push traffic Dear Rene

binfo

2006-03-09 Thread Rene Kluwen
Is there a field in the dlr-url string that is set to the binfo value of the (dlr) message? I have an smsc driver that uses this field (soon to come). Rene Kluwen Chimit

RE: Access to cgi-bin/sendsms

2006-03-09 Thread Rene Kluwen
for requests to incoming requests. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: donderdag 9 maart 2006 19:40 To: users@kannel.org Subject: Access to cgi-bin/sendsms Hi all... For sending a request, like the example

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

2006-03-14 Thread Rene Kluwen
Attached to this post is a Clickatell HTTP driver. New from previous version is that this patch also supports MO messages. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Rene Kluwen Sent: maandag 13 maart 2006 14:34 To: users@kannel.org

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

2006-03-14 Thread Rene Kluwen
Apologies. In my previous post, the patch contained some debugging code that still needed to be removed. Please use attached patch in stead. Also, please do give some feedback. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Rene Kluwen

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

2006-03-14 Thread Rene Kluwen
] Behalf Of Rene Kluwen Sent: dinsdag 14 maart 2006 18:49 To: users@kannel.org Subject: RE: [Kannel 322]: Clickatell http driver patch - Testers wanted! Apologies. In my previous post, the patch contained some debugging code that still needed to be removed. Please use attached patch in stead. Also

RE: binfo

2006-03-15 Thread Rene Kluwen
Hmmm... I found it... It is the %B parameter. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Rene Kluwen Sent: donderdag 9 maart 2006 21:24 To: users@kannel.org Subject: binfo Is there a field in the dlr-url string that is set

  1   2   3   4   5   6   7   8   9   10   >