smppbox and DLR's (can anyone help please? )

2007-12-06 Thread [EMAIL PROTECTED]
Hello, (dev list) Anyone aware of issues with smppbox? We couldn't figure out how to pass the DLR URL from the smppbox to the smsbox. Don't have much experience with the receiving end, only with sending. configured smppbox, and I don't understand how I can pass on the DLR format. We are success

Re: http smsc patch help

2008-01-06 Thread [EMAIL PROTECTED]
Hi Andreas, Thanks for the reply. The reason why I choose kannel is because I have been using kannel for more than 3 years and I like its architecture and simplicity, where we can manage most of everything via its config file and play with the source. Im doing the patches as Stipe has said. Regar

Re: http smsc patch help

2008-01-11 Thread [EMAIL PROTECTED]
Hi list, Regarding my question about how to patch http smsc. I have done several patches. But have problem when trying to submit the MT with this parameter: http://:/?uid=<..>&pwd=<..>&serviceid=<..>&msisdn=<..>&sms=<..>&transid=<..>&smstype=<..> I can not grab the serviceid, transid, and smstype v

Re: http smsc patch help

2008-01-14 Thread [EMAIL PROTECTED]
Hi list, Regarding my question about how to patch http smsc. I have done several patches. But have problem when trying to submit the MT with this custom parameter: http://:/?uid=<..>&pwd=<..>&serviceid=<..>&msisdn=<..>&sms=<..>&transid=<..>&smstype=<..> I can not grab the serviceid, transid, and sm

Adding Directives to Conf File

2008-01-16 Thread [EMAIL PROTECTED]
Hi, I plan to have an additional directive in the Config file, so that when we do http://url/sendsms?params=... it can grab values from the config file. What files should be patched to make it work? Many thanks for replies and responses. Regards, Willy

Change Max Chars/SMS using HTTP SMSC With Kannel 1.4.1

2008-02-08 Thread [EMAIL PROTECTED]
Hi List, Which file should be patched to be able to handle MT with more than 160 chars without concatenate it? In the other word I want to do a MT in 1 time push. I have checked sms.h and edited the #define SMS_7BIT_MAX_LEN 500 but it doesn't work. Many thanks for your kind replies and helps. Rega

Re: Change Max Chars/SMS using HTTP SMSC With Kannel 1.4.1

2008-02-08 Thread [EMAIL PROTECTED]
Hi Guillaume, Thanks for the reply. The situation is, my connection to the telco is using HTTP. For binary type of content we send it in XML format which stored in the text variable (http://host/?text=userpassword777000100120003040124012345678900B0504158200030D030...0B0504158200

Some Questions

2008-02-10 Thread [EMAIL PROTECTED]
Hi List, I have a HTTP connection with my telco, and they send us a custom set of parameter. What I want to know is, which files that I need to patch in order to grab those custom parameters. Second question, my telco send a 21 long numeric transaction id. And I store is as binfo. When I see the l

Re: Some Questions

2008-02-10 Thread [EMAIL PROTECTED]
Hi Andreas, Thanks for the reply. 1. The custom parameter such as http://host/?smstype=&substype=... 2. The effect of 2.0003040124E 19 instead of using 200030401240 in the dlr log is, Kannel failed to lookup the correct record to update the status. 3. The transaction ID gets back to us via

sendsms?customparam=....

2008-02-21 Thread [EMAIL PROTECTED]
Hi List, It's me again, after days of looking kannel source code. I'm interested on how to add a custom sendsms parameter. Currently I have successfully added a custom parameter item in msg-decl.h: MSG(sms, { ... INTEGER(customparam); ... } And try to add it into smsc_http.c: ... if(sms->sm

Arch Doc

2008-02-22 Thread [EMAIL PROTECTED]
Hi List, I see on every Kannel's source code header said that we need to refer to the architecture documentation in order to do a custom patch with Kannel. I go through the documentation but I can't any relation, for example currently I'm doing patch with msg_decl.h, but I can't find the needed inf

Re: MO message --> Data stored 1st or sending ack back to smsc 1st

2008-02-26 Thread [EMAIL PROTECTED]
Hi, Do you explicitly add store-file directive in the core group? If yes then AFAIK, Kannel will always store any transaction to this file. And also this file will always be checked by Kannel System. So whenever the system crash and you re launch Kannel, it will check the file first as long as the

RE: MO message --> Data stored 1st or sending ack back to smsc 1st

2008-02-27 Thread [EMAIL PROTECTED]
Hi, The official user guide is your answer :) Regards, Willy

Re: Shared Memory, semaphores and a new "box"

2008-03-04 Thread [EMAIL PROTECTED]
Hi, Im getting interested with this topic. So Giulio what concept do you use? Is it a complicated one? Or just using a simple sockopen with scripting language? In my cases, currently is still useless to be able to inject thousands of MT in a second. Because the telco usually limit the quota of MT t

Siemens OTA (SEO) with Kannel?

2003-03-06 Thread [EMAIL PROTECTED]
Hi all, now I have made a small perl-script to convert midi or bmp files to siemens ota (the seo-format from siemens). I have a script to convert ems-messages too, this works fine: I send the ems-string as udh to kannel. Now I want to send the siemens-string (seo) by the same way to kannel, as ud

Please unsubscribe me

2004-04-05 Thread [EMAIL PROTECTED]
mail2web - Check your email from the web at http://mail2web.com/ .

[question] kannel install error

2004-09-07 Thread [EMAIL PROTECTED]
Title: :HanaFOS.com: HanaFOS.com

[question] bearerbox error

2004-09-07 Thread [EMAIL PROTECTED]
Title: :HanaFOS.com: HanaFOS.com

[question] gateway test?

2004-09-07 Thread [EMAIL PROTECTED]
Title: :HanaFOS.com: HanaFOS.com

'Segmentation Fault' Error

2003-07-22 Thread Stamatopoulos Panagiotis ([EMAIL PROTECTED])
Hi, I am using kannel sms gateway 1.2.1 for about a month without any problems. There was a need to use DLR's with mysql, so I compiled the source again using the following configure command: ./configure --enable-mysql --with-dlr=mysql --with-mysql=/usr/local/mysql --enable-docs=false Configure,

RE: 'Segmentation Fault' Error

2003-07-22 Thread Stamatopoulos Panagiotis ([EMAIL PROTECTED])
I downloaded the CVS version and worked fine. No crashes anymore. But why I don't get any DLR's in my mysql database? -Original Message- From: Alexander Malysh [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 22, 2003 12:00 PM To: Stamatopoulos Panagiotis ([EMAIL PROTECTED

HTTP maximum length?

2003-07-28 Thread Stamatopoulos Panagiotis ([EMAIL PROTECTED])
Hi to all ! I would like to ask if anyone knows what is the maximum length of an http request that kannel can handle? I heard something about 2048 chars. Is it true ? Thanks in advance , Panagiotis Stamatopoulos

RE: HTTP maximum length?

2003-07-28 Thread Stamatopoulos Panagiotis ([EMAIL PROTECTED])
In terms of the get request ... -Original Message- From: Stipe Tolj [mailto:[EMAIL PROTECTED] Sent: Monday, July 28, 2003 12:34 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: HTTP maximum length? > I would like to ask if anyone knows what is the maximum length of an h

Extended Character Set in Kannel

2003-07-29 Thread Stamatopoulos Panagiotis ([EMAIL PROTECTED])
Hi, I wanted to ask about setting up a service in Kannel. The problem I am facing, is when I send a message from a mobile using language other than english (greek for example), kannel does not recognize the characters (receives "?") , so every time it executes the "default" service. The problem e

RE: Extended Character Set in Kannel

2003-07-29 Thread Stamatopoulos Panagiotis ([EMAIL PROTECTED])
Thanks for the immediate response. Yes ISO8859-7 is Greek. BUT, also ISO8859-1 seems to have the greek characters in the extended set (above 127). What do you mean by doable ? Do I have to make changes to the kannel source code ? -Original Message- From: M3ta [mailto:[EMAIL PROTECTED

RE: Extended Character Set in Kannel

2003-07-31 Thread Stamatopoulos Panagiotis ([EMAIL PROTECTED])
-Original Message- From: Wayne [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 2:02 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: Extended Character Set in Kannel Hi All, Have a look at gwlib/charset.c This is where I found the problem of @ becoming an inverted ! In these

Administration alert

2003-08-29 Thread Stamatopoulos Panagiotis ([EMAIL PROTECTED])
Hi all ! Just a quick question (although I believe I know the answer ...) ! In the smsbox configuration we can set-up some reply messages to be sent to users, when an error occurs (reply-couldnotfetch, reply-requestfailed, ...). Is there any way that we can also send an SMS to a known mobile numb

Make error

2003-08-29 Thread Stamatopoulos Panagiotis ([EMAIL PROTECTED])
Hi to all again. I am trying to install the latest cvs-version, which I downloaded today. But, I get an error during the 'make' procedure. Does any of you have any ideas ? I am using CYGWIN under W2000, but I thing this is a source-code error. gcc -D_REENTRANT=1 -I. -Igw -g -O2 -I/usr/include/li

RE: Make error

2003-08-29 Thread Stamatopoulos Panagiotis ([EMAIL PROTECTED])
Andreas don't bother about it. I tried it on a Linux system and worked fine. I may have a problem with the cygwin installation / configuration. Thanks a lot for the immediate response. -Original Message- From: Andreas Fink [mailto:[EMAIL PROTECTED] Sent: Friday, August 29, 2003 4:45

Multiple mobile Phones

2003-09-15 Thread Stamatopoulos Panagiotis ([EMAIL PROTECTED])
Hi list, Just a quick question for you guys. Is it possible for Kannel to use multiple mobile phones (e.g. two Siemens S45 connected in the two serial ports of a PC running Linux) as SMSC the same time, for load balancing purposes? Thanks in advance Panagiotis Stamatopoulos

Connection failed ?

2003-09-17 Thread Stamatopoulos Panagiotis ([EMAIL PROTECTED])
Hi list ! Just think of the following scenario : An SMS is sent from a user's mobile phone to kannel. Kannel identifies the specific service, and a URL is requested via the GET-method. Kannel expects the response from the URL, BUT, the connection between kannel and HTTP Server is lost, BEFORE kan

RE: Connection failed ?

2003-09-19 Thread Stamatopoulos Panagiotis ([EMAIL PROTECTED])
: Stipe Tolj [mailto:[EMAIL PROTECTED] Sent: Friday, September 19, 2003 11:32 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Connection failed ? > An SMS is sent from a user's mobile phone to kannel. Kannel identifies the > specific service, and a URL is requested via the GET-met

RE: Connection failed ?

2003-09-19 Thread Stamatopoulos Panagiotis ([EMAIL PROTECTED])
lto:[EMAIL PROTECTED] Sent: Friday, September 19, 2003 2:59 PM To: [EMAIL PROTECTED] Subject: Re: Connection failed ? On Freitag, September 19, 2003, at 11:22 Uhr, Stamatopoulos Panagiotis ([EMAIL PROTECTED]) wrote: > Stipe, > > Thanks for the response, BUT this is not exactly what

Split Chars

2003-10-08 Thread Stamatopoulos Panagiotis ([EMAIL PROTECTED])
Hello list ! I have a question regarding the split-chars parameter in the services session. I don't understand why the split-char (which can be any symbol, e.g "#", "&", "_") must also be sent in the sms that the user finally gets in his mobile. Is there any possibility to remove it from the sms b

SSL with http & https URL's

2003-11-12 Thread Stamatopoulos Panagiotis ([EMAIL PROTECTED])
Hi List ! I have a question regarding the SSL issue. I use kannel cvs v20031110 - SSL enabled. Generally works fine, but check this out: 1) I issue the URL http://kannel-server:13000/status.html from a client PC through Internet Explorer I get Page can not display in the IE window (which is corre

RE: SSL with http & https URL's

2003-11-12 Thread Stamatopoulos Panagiotis ([EMAIL PROTECTED])
Stipe, you are probably right, but what about the 1 minute timeout ? Is there any possibility that I can change it from the kannel source code ? -Original Message- From: Stipe Tolj [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 12, 2003 12:19 PM To: [EMAIL PROTECTED] Cc: [EMAIL

RE: greek support

2003-11-21 Thread Stamatopoulos Panagiotis ([EMAIL PROTECTED])
e gateway (make, make install)   The new bearerbox,smsbox are now greek-enabled   If you need further instructions, or you have any problems you can call me at 210-6679169, working hours.   Hope it works (testd on RedHat 7.3)   Panagiotis Stamatopoulos -Original Message-From: Karath

RE: greek support

2003-11-21 Thread Stamatopoulos Panagiotis ([EMAIL PROTECTED])
:[EMAIL PROTECTED] Sent: Friday, November 21, 2003 1:52 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: greek support Hi all, can't this be done using a specific 'data_coding' value in SMPPs PDUs?` Or what about using alt-charset in the smsc gro

RE: greek support

2003-11-21 Thread Stamatopoulos Panagiotis ([EMAIL PROTECTED])
ginal Message- From: Stipe Tolj [mailto:[EMAIL PROTECTED] Sent: Friday, November 21, 2003 2:32 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: greek support [EMAIL PROTECTED] wrote: > > I believe that the best way to do it, is to alter the C code of the > charset.c file.