Re: This may not be...

2003-03-08 Thread Andreas Fink
) in a non standard way but I guess its relatively easy to reverse engineer. Andreas Fink Global Networks Switzerland AG -- Tel: +41-61-333 Fax: +41-61-334 Mobile: +41-79-2457333 Global Networks, Inc. Clarastrasse 3, 4058 Basel

Re: Performance benchmarking

2003-03-23 Thread Andreas Fink
to itself with a SMPP emulator showed 400sms/sec to us. So your dual 2.4GHz Xeon machine can easily go to several thousand msg/sec I believe before you see any issues. Andreas Fink Global Networks Switzerland AG -- Tel: +41-61-333

Re: [PATCH] [BUG] http.c does not follow redirections at all

2003-03-28 Thread Andreas Fink
ocatio where the host would stay the same. Andreas Fink Global Networks Switzerland AG -- Tel: +41-61-333 Fax: +41-61-334 Mobile: +41-79-2457333 Global Networks, Inc. Clarastrasse 3, 4058 Basel, Switzerland Web: http://www.

Re: kannel using unicode

2003-03-31 Thread Andreas Fink
;-) Andreas Fink Global Networks Switzerland AG -- Tel: +41-61-333 Fax: +41-61-334 Mobile: +41-79-2457333 Global Networks, Inc. Clarastrasse 3, 4058 Basel, Switzerland Web: http://www.global-networks.ch/  [EMAIL

Re: [FYI] a new smsc (Minick Ltd LAPI)

2003-03-31 Thread Andreas Fink
Swisscom Mobile EMI/UCP Orange CIMD Sunrise CIMD Global Networks EMI/UCP and Kannel HTTP Andreas Fink Global Networks Switzerland AG -- Tel: +41-61-333 Fax: +41-61-334 Mobile: +41-79-2457333 Global Networks, Inc

Re: DLR callback url

2003-03-31 Thread Andreas Fink
missed it in the doco, in which case I apologise for not RTFM properly. Thanks Jason they are the same ones like for incoming SMS. %P %p %Q %q %i etc. Andreas Fink Global Networks Switzerland AG -- Tel: +41-61-333 Fax: +41-61

Re: UCP protocol with GSM modem

2003-04-01 Thread Andreas Fink
in order to receive SMS from the mobile network? No. Kannel implements the User side of EMI/UCP but not the server side. You can use HTTP to sumbit to a EMI/UCP SMSC or via a GSM modem but you can not drive kannel for submitting in EMI/UCP. For that you need a real SMSC or SMSC emulation Andreas

Re: mo-recode for SMPP (possibly not working)

2003-04-04 Thread Andreas Fink
der), then you don't have to transmit. ;) if I'm sending one message to a mobile and I want to have it display the originator to be the mobile's number, thats what it should be Andreas Fink Global Networks Switzerland AG -- Tel: +41-61-

Re: SMPP Service Type --wap

2003-04-04 Thread Andreas Fink
into the PDU which is actually sent to the phone. So the only reason to fill it is to please the SMPP SMSC or maybe for statistical stuff. Andreas Fink Global Networks Switzerland AG -- Tel: +41-61-333 Fax: +41-61-334 Mobile

Re: BUG+FIX - panic in octstr.c

2003-06-12 Thread Andreas Fink
instance to the octstr_url_encode() function. how about octstr manipulation making a copy of the immutable once it has to be modified? Andreas Fink Global Networks Switzerland AG -- Tel: +41-61-333 Fax: +41-61-334 Mobile

Re: [RFC] changing defaults of SMPP TON and NPI for MT?

2003-06-19 Thread Andreas Fink
which case autodetect would be off. Andreas Fink Global Networks Switzerland AG -- Tel: +41-61-333 Fax: +41-61-334 Mobile: +41-79-2457333 Global Networks, Inc. Clarastrasse 3, 4058 Basel, Switzerland Web: http://www.

Re: SMPP header

2003-06-22 Thread Andreas Fink
. Such push message may include SI/SL, SIR and MMS notofication. correct. So one header in SMPP should be set. But what header? No additional special header is required. UDH is enough. Andreas Fink Global Networks Switzerland AG -- Tel

Re: SMPP header

2003-06-23 Thread Andreas Fink
On Dienstag, Juni 24, 2003, at 04:09 Uhr, ghhou wrote: Dear sir, Maybe optional parameters are used to indicate the Short message is WAP push message. Two parameters: source_port, destination port. Is it right? Those are in the UDH, not in the SMPP packet. Andreas Fink Global Networks

Re: [RFC] changing defaults of SMPP TON and NPI for MT?

2003-06-24 Thread Andreas Fink
exactly. Andreas Fink Global Networks Switzerland AG -- Tel: +41-61-333 Fax: +41-61-334 Mobile: +41-79-2457333 Global Networks, Inc. Clarastrasse 3, 4058 Basel, Switzerland Web: http://www.global-networks.ch/  [EMAIL

Re: [PATCH] libsdb support in 1.3.1

2003-07-02 Thread Andreas Fink
here, right?! agreed. Oracle/Mysql/Postresql are the most used databases (imo)... maybe add DB2 as well... Andreas Fink Global Networks Switzerland AG -- Tel: +41-61-333 Fax: +41-61-334 Mobile: +41-79-2457333 Global Networks

Re: Kannel quits without reporting fatal error

2003-07-08 Thread Andreas Fink
ast try to see what has happened. ehmm.. why you use a bash script for that? Kannel has a nice built in feature called run_kannel_box which does exactly that. Andreas Fink Global Networks Switzerland AG -- Tel: +41-61-333

Re: Kannel quits without reporting fatal error

2003-07-08 Thread Andreas Fink
run_kannel_box process. Andreas Fink Global Networks Switzerland AG -- Tel: +41-61-333 Fax: +41-61-334 Mobile: +41-79-2457333 Global Networks, Inc. Clarastrasse 3, 4058 Basel, Switzerland Web: http://www.global

Re: sms2email

2003-07-10 Thread Andreas Fink
>HEAD>TITLE>SMS2EMAIL/TITLE>/HEAD>BODY>Sent!/BODY>/HTML>'); ?> Andreas Fink Global Networks Switzerland AG -- Tel: +41-61-333 Fax: +41-61-334 Mobile: +41-79-2457333 Global Networks, Inc.

Re: email2sms

2003-07-11 Thread Andreas Fink
can send attachments, send the text as HTML which can be encoded in a variety of ways. So the decoder would be aware of all the method's. We currently do it in an external application where we have those decoding functionalities in a plug in. Andreas Fink Global Networks Switzerland AG

Re: PDU's per TCP Packet

2003-07-11 Thread Andreas Fink
but in general this is probably true. In this regard, can something be done so that multiple PDU's be sent in a single packet? This should help in getting higher throughput over public network like intenet. not really. Andreas Fink Global Networks Switzerland AG

Re: Character set

2003-07-14 Thread Andreas Fink
all before which does the 7 to 8 bit conversion. This is dependent on the DCS value. If the DCS value says its 8 bit packed data, it wont do the 7 to 8 bit conversion of course. Andreas Fink Global Networks Switzerland AG -- Tel: +41-61-

Re: DLR problem

2003-07-15 Thread Andreas Fink
only $29.95 per month! http://sbc.yahoo.com Andreas Fink Global Networks Switzerland AG -- Tel: +41-61-333 Fax: +41-61-334 Mobile: +41-79-2457333 Global Networks, Inc. Clarastrasse 3, 4058 Basel, Switzerland Web: http

Re: Latest CVS problems with wap stack (cookie?)

2003-07-18 Thread Andreas Fink
n idea if the WAP specific HTTP calls are reglemented for following the HTTP Location header?! I think the phone should follow the location. There is supposed to be a Location: header in the HTTP response in this case. Andreas Fink Global Networks Switzerl

Re: Extended Character Set in Kannel

2003-07-29 Thread Andreas Fink
character set.. So Kannel has no way of mapping them. Unless someone shows us what a GSM phone supporting Greek is really sending, we can not figure out how to fix this. Its not documented in the GSM standards anywhere. Thats the real problem behind it. Andreas Fink Global Networks Switzerland AG

Re: problem with CMG and one mutual SEND/RCV connection

2003-08-04 Thread Andreas Fink
-Qualitätssieger! 3. Arcor - 4. web.de - 5. T-Online - 6. freenet.de - 7. daybyday - 8. e-Post Andreas Fink Global Networks Switzerland AG -- Tel: +41-61-333 Fax: +41-61-334 Mobile: +41-79-2457333 Global Networks, Inc

Re: BUG ID 0000071

2003-08-04 Thread Andreas Fink
ror found on line 67 of file `/etc/kannel2.conf'. 2003-08-04 14:47:25 [0] PANIC: Couldn't read configuration from `/etc/kannel2.conf'. Andreas Fink Global Networks Switzerland AG -- Tel: +41-61-333 Fax: +41-61-334 Mobile: +41

Re: BUG ID 0000071

2003-08-04 Thread Andreas Fink
(send-msisdn-format) OCTSTR(accept-cookies) ) Andreas Fink Global Networks Switzerland AG -- Tel: +41-61-333 Fax: +41-61-334 Mobile: +41-79-2457333 Global Networks, Inc. Clarastrasse 3, 4058 Basel, Switzerland Web: http

Re: [RFC] Number portability hooks

2003-08-14 Thread Andreas Fink
the location of a user to deliver SMS and you will get back its IMSI number which starts with the mobile network country code and then the mobile network code. We're doing it on our SS7 system but so far no one has shown interest to use it so we didnt develop this functionality further. Andreas

Re: Possible bug with smsc-stop

2003-08-15 Thread Andreas Fink
to that specific link while when you send with smsc=genericsmscname it will go to any link. if you omit it, it wont go anywhere. Andreas Fink Global Networks Switzerland AG -- Tel: +41-61-333 Fax: +41-61-334 Mobile: +41-79-2457333

Re: UCP 52 behaviour

2003-08-19 Thread Andreas Fink
at submission, you get SMSC delivery failed report... Andreas Fink Global Networks Switzerland AG -- Tel: +41-61-333 Fax: +41-61-334 Mobile: +41-79-2457333 Global Networks, Inc. Clarastrasse 3, 4058 Basel, Switzerland Web

Re: UCP 52 behaviour

2003-08-19 Thread Andreas Fink
, then its to be considered a bug but I don't think it does. Andreas Fink Global Networks Switzerland AG -- Tel: +41-61-333 Fax: +41-61-334 Mobile: +41-79-2457333 Global Networks, Inc. Clarastrasse 3, 4058 Basel, Switzerland Web

Re: splitting messages

2003-08-21 Thread Andreas Fink
sorting out the billing - just a thought. The better way to do this is to send one text message as you have been billed Euro to charge and send the logo separately. This way you can also send the logo over a cheaper path Andreas Fink Global Networks Switzerland AG

Re: SMSC Connection using SOAP and FTP

2003-08-21 Thread Andreas Fink
customers (which probably are not that many). Andreas Fink Global Networks Switzerland AG -- Tel: +41-61-333 Fax: +41-61-334 Mobile: +41-79-2457333 Global Networks, Inc. Clarastrasse 3, 4058 Basel, Switzerland Web: http

Re: Kannel Gateway in Realtime

2003-08-23 Thread Andreas Fink
_ Get Your Own .NU Web Address Now! ---> http://WWW.NUNAMES.NU Andreas Fink Global Networks Switzerland AG -- Tel: +41-61-333 Fax: +41-61-334 Mobile: +41-79-2457333 Global Netwo

Re: Kannel Gateway in Realtime

2003-08-23 Thread Andreas Fink
On Samstag, August 23, 2003, at 11:55 Uhr, Stipe Tolj wrote: Andreas Fink wrote: no. mobile send SMS to SMSC, SMSC sends to mobile --or-- mobile sends SMS to SMSC, SMSC sends to gateway (kannel), gateway sends to APPLICATION (on http) Application replies or sends answer to gateway, gateway

Re: MMS question

2003-09-08 Thread Andreas Fink
to be dynamic. Thanks in advance Joerg Andreas Fink Global Networks Switzerland AG -- Tel: +41-61-333 Fax: +41-61-334 Mobile: +41-79-2457333 Global Networks, Inc. Clarastrasse 3, 4058 Basel, Switzerland Web: http

Re: [Fwd: question on kannel Xser]

2003-09-11 Thread Andreas Fink
. In XSer you have UDH for example. I dont think type 0C is supported unless someone has added this recently to the EMI driver. Andreas Fink Global Networks Switzerland AG -- Tel: +41-61-333 Fax: +41-61-334 Mobile: +41-79

Re: smsbox sending dlr's....

2003-09-12 Thread Andreas Fink
. Is there a way to limit the number of smsbox processes that send dlr's out, so - using keepalive, it will only use one apache thread? (It may already do this, though just wondering what can be done...) Any ideas welcome! Bill. Andreas Fink Global Networks Switzerland AG

Re: How do the sms messages are stored in the kannel?

2003-09-15 Thread Andreas Fink
in the case of a crash of Kannel. There is also a mechanism to store some delivery report information in memory or in a database (MySQL for eample) as those information are kept over a longer timeperiod. Andreas Fink Global Networks Switzerland AG

Re: get deliveries from bearerbox.log?

2003-09-15 Thread Andreas Fink
tell me about the delivery status? no. this tells you the SMSC has accepted your SMS and the ID of the message is 03D27392 Andreas Fink Global Networks Switzerland AG -- Tel: +41-61-333 Fax: +41-61-334 Mobile: +41-79-2457333

Re: dlr_sdb bug

2003-09-17 Thread Andreas Fink
mit_str()); -- Rory Campbell-Lange [EMAIL PROTECTED]> www.campbell-lange.net> Andreas Fink Global Networks Switzerland AG -- Tel: +41-61-333 Fax: +41-61-334 Mobile: +41-79-2457333 Global Networks, Inc. Clarastrasse

Re: [openss7]interoperability GSM and CDMA

2003-09-18 Thread Andreas Fink
of this IIF ?   thanks   Wicak   Andreas Fink Global Networks Switzerland AG -- Tel: +41-61-333 Fax: +41-61-334 Mobile: +41-79-2457333 Global Networks, Inc. Clarastrasse 3, 4058 Basel, Switzerland Web: http://www.global

Re: [openss7]interoperability GSM and CDMA

2003-09-18 Thread Andreas Fink
On Donnerstag, September 18, 2003, at 12:55 Uhr, Stipe Tolj wrote: Andreas Fink schrieb: we have one too, it will cost too but much less *grin*... On Donnerstag, September 18, 2003, at 10:46 Uhr, John Bourke wrote: Logica have one. It will cost you ! why is an openss7 topic mailed to [EMAIL

Re: [CFP] own KSF vs. ASF project

2003-09-18 Thread Andreas Fink
-211-74845-0 Fax: +49-211-74845-299 E-Mail: [EMAIL PROTECTED] Internet: http://www.wapme-systems.de --- wapme.net - wherever you are Andreas Fink Global Networks Switzerland AG

Re: Connection failed ?

2003-09-19 Thread Andreas Fink
Anti-Virus for Microsoft Exchange. Andreas Fink Global Networks Switzerland AG -- Tel: +41-61-333 Fax: +41-61-334 Mobile: +41-79-2457333 Global Networks, Inc. Clarastrasse 3, 4058 Basel, Switzerland Web: http://www.global

Re: [FYI] log of IRC #kannel session

2003-09-21 Thread Andreas Fink
-74845-299 E-Mail: [EMAIL PROTECTED] Internet: http://www.wapme-systems.de --- wapme.net - wherever you are Andreas Fink Global Networks Switzerland AG -- Tel: +41-61

Re: [FYI] log of IRC #kannel session

2003-09-22 Thread Andreas Fink
On Montag, September 22, 2003, at 12:39 Uhr, Stipe Tolj wrote: Andreas Fink wrote: As far as going into direction of Apache, I clearly don't see any benefit. The only benefit I see is the well known name but what does it bring us in reality? Nothing really. As far as the license change goes, I

Re: [Fwd: [FYI] Important bug fix commited]

2003-09-28 Thread Andreas Fink
: 98063111 ___ Please avoid sending me Word or PowerPoint attachments. See http://www.fsf.org/philosophy/no-word-attachments.html Andreas Fink Global Networks Switzerland AG -- Tel: +41-61-333

Re: dlr mask question...

2003-09-28 Thread Andreas Fink
On Sonntag, September 28, 2003, at 11:20 Uhr, Alan McNatty wrote: On Thu, 2003-09-25 at 18:26, Andreas Fink wrote: From a user's perspective you ask for a delivery report. You want toknow success or failure which are the two things you are interestedin. Those are the two most important ones

Re: Wrong message split?

2003-10-09 Thread Andreas Fink
On Donnerstag, Oktober 9, 2003, at 09:56 Uhr, Arne K. Haaje wrote: Using todays snapshot with CIMD2 a regular textmessage of 190 characters it is split 153/37. Should'nt it be split 160/30 ? no. 7 bytes are used in the UDH to indicate that this is a multipart message. Andreas Fink Global

Re: start-stop-daemon

2003-10-23 Thread Andreas Fink
On 23.10.2003, at 19:15, Peter Lfman wrote: x-tad-biggerHi List,/x-tad-bigger x-tad-biggerIm thinking of starting the boxes asdeamonsand usingrun_kannel_boxto have them restarting automatically in case of a crash./x-tad-bigger x-tad-biggerOS isRedHat 9.0./x-tad-bigger x-tad-biggerCan I

Re: Inbound capture of WAP Push Trigger over SMS for MMS

2003-10-29 Thread Andreas Fink
On 28.10.2003, at 17:50, Stipe Tolj wrote: Juan Enrique Gómez wrote: El mar, 28-10-2003 a las 16:27, Alex Judd escribió: Just a stupid question, how will you download the binary data from the MMSc center?, cause (at least in Spain) the operators has the MMS content available via GPRS but on a

Re: delivery report-unsolicited message getting submitted to the SMSC

2003-11-06 Thread Andreas Fink
On 05.11.2003, at 08:13, Gagan Chadha wrote: Thanks a ton for your help Mr Ian. The problem seems to be resolved now. However I am gettign another thing now.. 2003-11-06 09:43:09 [1] ERROR: Error reading from fd 28: 2003-11-06 09:43:09 [1] ERROR: System error 104: Connection reset by peer this

Re: Another broken SMSC DLR implementation?

2003-11-12 Thread Andreas Fink
this is normal behaviour on multiple EMI/UCP connections to the same SMSC. I presume what you are facing is the idea that a DLR comes back on the same link you used to submit. this is not the case as the DLR comes back on ANY link you use the same short-id to bind with. So the uniqueness is not

Re: Messages stuck in store

2003-11-24 Thread Andreas Fink
On 23.11.2003, at 21:34, Alex Kinch wrote: Just a quick update.. I saw a stuck message earlier. At the same time, I telnetted to port 1 (fake) on the box in question. It dumped out the stuck message on my connection to fake, which is a bit strange - even though it had a proper smscid in the

Re: microsoft sql server 2000

2003-11-24 Thread Andreas Fink
On 21.11.2003, at 14:54, Karathanasis Dimitris wrote: x-tad-biggerHi.!!! Is there a way to use dlr storage in sql server?/x-tad-bigger installing MySQL on your Windows 2000 would be faster. Note: there is absolutely no reason why anyone should access the DLR database directly. Its internal

Re: Source TCP port for Kannel

2004-02-14 Thread Andreas Fink
to configure their firewall properly. Andreas Fink Global Networks Switzerland AG -- Tel: +41-61-330 Fax: +41-61-334 Mobile: +41-79-2457333 Global Networks, Inc. Clarastrasse 3, 4058 Basel, Switzerland Web: http://www.global

Re: SMPP DATA_SM stops kannel from receiving further messages

2004-07-07 Thread Andreas Fink
Communications (P) Ltd. 701-702, Arunachal Building, 19 Barakhamba Road, New Delhi - 110 001 98100-94479 [EMAIL PROTECTED] Andreas Fink Global Networks Switzerland AG -- Tel: +41-61-330 Fax: +41-61-334 Mobile: +41-79-2457333

[BUG] Kannel crashes on MacOS X

2004-08-16 Thread Andreas Fink
this is something new being added recently. The error happens at the time smsbox is connecting to bearerbox (the crash is in bearerbox) The error is independent of the fact if HAVE_SEMAPHORE_H is 1 or 0. Andreas Fink Global Networks Switzerland AG

AT driver patch

2004-12-02 Thread Andreas Fink
types of modems to be sure it doesn't screw up something else. Andreas Fink Fink Consulting GmbH --- Tel: +41-61-332 Fax: +41-61-331 Mobile: +41-79-2457333 Address: Clarastrasse 3, 4058 Basel, Switzerland E-Mail: [EMAIL

Re: Just in case you want to know: resolv problems

2005-06-21 Thread Andreas Fink
side kannel not resolving correctly restarted kannel, now resolving ok. Strange, it seems like a resolver in cache... J This is usually the case on most operating systems. If you once resolved a IP it will stay in cache for a while. Andreas Fink Fink Consulting GmbH

Re: DLR from ESME to SMSC in SMPP

2005-06-21 Thread Andreas Fink
/ __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com Andreas Fink Fink Consulting GmbH --- Tel: +41-61-332 Fax: +41-61-331 Mobile: +41-79-2457333 Address

Re: Just in case you want to know: resolv problems

2005-06-21 Thread Andreas Fink
On 22.06.2005, at 00:01, Linkas wrote: Andreas Fink wrote: On 21.06.2005, at 14:48, Julien Buratto wrote: I've started kannel on linux redhat 9 smsbox is calling HTTP dlr urls resolvin ok I edited the /etc/resolv.conf and changed the ip address of the dns server resolving ok

Re: chinese sms and phone simulator support

2005-09-15 Thread Andreas Fink
I have a spec of CMPP from a project a few years back. Its just the chineese way of SMPP. I guess standard SMPP driver should work in this case. Andreas Fink Fink Consulting GmbH --- Tel: +41-61-332 Fax: +41-61-331 Mobile

Re: RAWTCP mode (AT modem on a TCP terminal server) -- patch updated

2005-09-15 Thread Andreas Fink
. I'll announce it as soon as the project at SF.net is ready. cheers, stan Andreas Fink Fink Consulting GmbH --- Tel: +41-61-332 Fax: +41-61-331 Mobile: +41-79-2457333 Address: Clarastrasse 3, 4058 Basel, Switzerland E-Mail

Re: chinese sms and phone simulator support

2005-09-21 Thread Andreas Fink
On 15.09.2005, at 17:06, Stipe Tolj wrote: Andreas Fink wrote: I have a spec of CMPP from a project a few years back. Its just the chineese way of SMPP. I guess standard SMPP driver should work in this case. you guess, so this is not a prooven thing? ;) The CMPP spec documents

Re: Large File Support

2005-11-15 Thread Andreas Fink
--- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf, NRW, Germany phone: +49.211.74845.0 fax: +49.211.74845.299 mailto:info_{at}_wapme-systems.de http://www.wapme-systems.de/ --- Andreas Fink Fink Consulting

Re: Large File Support

2005-11-16 Thread Andreas Fink
On 16.11.2005, at 11:36, Wilfried Goesgens wrote: On Tue, Nov 15, 2005 at 04:03:30PM +0100, Andreas Fink wrote: As a side note: Kannel (to be exact gwlib) on MacOS X does not seem to run into the 2GB barrier as it does on Linux. which is a 64-bit architecture? MacOS X is a 32bit

Re: [PATCH] Documentation changes regarding coding/dcs (was: Message Mode)

2005-11-16 Thread Andreas Fink
to adopt to the new way of parameters. This is true for coding and a few other parameters. The new parameters are more logical. Andreas Fink Fink Consulting GmbH --- Tel: +41-61-332 Fax: +41-61-331 Mobile: +41-79-2457333 Address

Re: [PATCH] Sending catenated messages in incorrect order

2005-11-16 Thread Andreas Fink
and same time, so they should be sent in the order they were introduced into the queue. If this is not the case, then I suggest that this problem would be fixed instead of doing high level content analysis on outgoing messages. -- Oded Andreas Fink Fink Consulting GmbH

Re: [PATCH] Sending catenated messages in incorrect order

2005-11-18 Thread Andreas Fink
expect. Andreas Fink Fink Consulting GmbH --- Tel: +41-61-332 Fax: +41-61-331 Mobile: +41-79-2457333 Address: Clarastrasse 3, 4058 Basel, Switzerland E-Mail: [EMAIL PROTECTED] Homepage: http://www.finkconsulting.com

Re:

2005-11-18 Thread Andreas Fink
make: Fatal error: Command failed for target `libgw.a' pls tell the solution with regards vinod kumar Andreas Fink Fink Consulting GmbH --- Tel: +41-61-332 Fax: +41-61-331 Mobile: +41-79-2457333 Address: Clarastrasse 3, 4058

Re: How to pickup that you have run out of credits

2005-11-30 Thread Andreas Fink
is the mechanism of SMPP to slow down a connection when you're sending too fast. So it doesnt make sense to use it to pull a dlr-url in this case. Andreas Fink Fink Consulting GmbH --- Tel: +41-61-332 Fax: +41-61-331 Mobile: +41-79

Re: How to pickup that you have run out of credits

2005-12-01 Thread Andreas Fink
the SMS over and over again. Thats the purpose of the throttling message. Its there for flow control. So it doesn't make any sense to generate any kind of DLR for it. It would not result in what you are looking for. Andreas Fink Fink Consulting GmbH

Re: Recieving SMS with get-url question

2006-01-03 Thread Andreas Fink
  Andreas Fink Fink Consulting GmbH --- Tel: +41-61-332 Fax: +41-61-331  Mobile: +41-79-2457333 Address: Clarastrasse 3, 4058 Basel, Switzerland E-Mail:  [EMAIL PROTECTED] Homepage: http://www.finkconsulting.com

Re: dlr_mysql_add and internal charset

2006-01-13 Thread Andreas Fink
and let the list confirm via votes that it should or should not go to 1.4.1 stable? I think it should, its not a new feature but a important bugfix and not a critial to break anything in my eyes. Andreas Fink Fink Consulting GmbH

./configure issues [MacOS X]

2006-01-13 Thread Andreas Fink
on this. Andreas Fink Fink Consulting GmbH --- Tel: +41-61-332 Fax: +41-61-331 Mobile: +41-79-2457333 Address: Clarastrasse 3, 4058 Basel, Switzerland E-Mail: [EMAIL PROTECTED] Homepage: http://www.finkconsulting.com

gcc -MM

2006-01-13 Thread Andreas Fink
and ppc, then you get two different precompiled header files but only one output one. The use of --disable-dependency-tracking disables this automatically. So for MacOS X with dual architecture supported compiler, this should automatically be enabled. Andreas Fink Fink Consulting GmbH

Re: detecting modems on USB

2006-08-16 Thread Andreas Fink
On 16.08.2006, at 11:41, fred wrote: perhaps this is not strictly a kannel question...YET!! but this is a developers list, and other people writing C code on linux are here. In case you haven't got it yet, the way kannel modems are currently configured, by the device name, ie /dev/ttyUSB00

Re: long messages

2006-08-19 Thread Andreas Fink
On 19.08.2006, at 22:12, Stipe Tolj wrote:Denis V. Gudtsov wrote: I'm using kannel 1.4.0 to connect to SMSCs by SMPP v3.4. My operator usesoptional parameters sar_* for a long message indication. How i can pass this parametrs to my script? Without this i have to send 2 sms messages back to sender

Re: who wakes the sendsms thread

2006-08-20 Thread Andreas Fink
There are usually two threads on AT driver. One sitting on the device to READ. So its waiting in a poll call until some data arrives to be read. The other sits on a list and waits until bearerbox main driver puts something in it and wakes the thread by doing that.On 20.08.2006, at 09:04, Akshat

Re: [RFC] SMPP: refusing DLRs that are not found in DLR storage?

2006-08-20 Thread Andreas Fink
On 20.08.2006, at 02:12, Stipe Tolj wrote:Hi list,I wonder if we should/can change logic to refuse any deliver_sm PDU containing a DLR information when we don't find the associated DLR temp data in our internal storage?This could be done by responding with deliver_sm_resp.command_status =

Re: [RFC] SMPP: refusing DLRs that are not found in DLR storage?

2006-08-20 Thread Andreas Fink
On 20.08.2006, at 16:31, Stipe Tolj wrote:Andreas Fink wrote: Would be very  implementation specific. on our SMSC it would simply  keep the message in the queue and retry with a 50% luck to end up on  the "other" session. ok, that's the "default" behaviour, round-robin or random transmission of

Re: 5 digit error codes

2006-08-21 Thread Andreas Fink
could you elaborate which SMSC/driver type this is?On 21.08.2006, at 18:21, Hillel wrote:Hi,In the deliver_sm you get back the network_error_code if the SMS was notdelivered. I've been told by an SMSC service provider that they will giveback 5 digit error codes in certain cases and we need to

Re: Weird Problem. Pls Help !

2006-08-23 Thread Andreas Fink
well I guess your best guess is then a Siemens TC35 modem settingsIt works also for the MC35.Note that hardware handshake is usually not an issue as modems tend to run at 19200 bps and your computer is usually able to keep up with that speed these days. Sending is also not too much of a problem

Re: free(): invalid pointer: 0x08513688

2006-08-23 Thread Andreas Fink
the more proper thing would be to configure with --with-malloc=checking or --with-malloc=slowThen Kannel would detect this issue itself.On 23.08.2006, at 17:54, Guillaume Cottenceau wrote:Stipe Tolj st 'at' tolj.org writes: Randel Rock wrote: I am using Centos 4.2 i386 on an intel p3 machine. I

Fwd: Bearerbox panic

2006-08-24 Thread Andreas Fink
I was quickly looking through the CVS code of today and wonder if this was maybe created by the fact that login is being rejected but enquire link tries to send its message anyway and then crashes. Could you tell me exactly on your CVS 20060727 version where is line 1811 in that version? On

Re: enquirelink patch

2006-08-25 Thread Andreas Fink
thats supposed to be like that. Enqiure link should only be sent when there is no traffic to tell the other side we're still alive On 25.08.2006, at 17:00, Denis V. Gudtsov wrote: Hello! I wrote a little patch for kannel wich doesn't send keep-alive packets (enquire link) if any other

Re: AW: own http gateway

2006-09-04 Thread Andreas Fink
Kannel IS your sending gateway. it translates HTTP to SMSC protocols. If you use an aggregator doing HTTP, then you can talk directly HTTP to him. No need of Kannel in this case as your application already speaks HTTP. Kannel has a HTTP driver to talk to other Kannel or similar HTTP servers

Logfiles above 2G

2006-09-05 Thread Andreas Fink
There where days where harddisk had a limit of 2GB or 4GBThere where days where partitions had a limit of 2GB or 4GBThere where days where files had a limit of 2GB or 4GBThose days are long long gone.However if kannel's gwlib runs in full debug mode and the logfile hits 2GB, the application

Re: Logfiles above 2G

2006-09-05 Thread Andreas Fink
Vincent says: - logrotate is your friend... :) - or use 64 bits arch 1. Logrotate is already my friend (it was misconfigured though...) 2. 64bit architecture is not a limit for having larger files. MacOS X on intel has no problem creating such large files. On 06.09.2006, at 02:34, Mi

Re: Logfiles above 2G

2006-09-06 Thread Andreas Fink
like that. I'll check what the currentl CVS does about this. -D_FILE_OFFSET_BITS=64 is not working here. will verify with -D_LARGE_FILES. Also I found similar names (but not same) in the headerfiles. This was tested on Fedora5. On 06.09.2006, at 15:54, Guillaume Cottenceau wrote: Andreas

Re: Mutex Failure

2006-09-07 Thread Andreas Fink
you should paste more info before the mutex lock error so the location can be spotted (list is used everywhere...) What version are you running? On 07.09.2006, at 08:23, Silver wrote: Hi I am using cygwin 5.1 and have successfully installed kannel. Running both the bearer box and smsbox

Re: SMPP 7bit ASCII pack to 8bit words

2006-09-14 Thread Andreas Fink
I think you are doing something wrong here.The DCS value is saying if the data is 7bit or 8bit.When you deliver data to a SMPP SMSC you always send it in 8bit. So you never have to pack anything. You simply supply the 7bit values (gsm character set) into bytes. The SMSC then will pack them.Some 

Re: Question about auto-rebinding

2006-09-14 Thread Andreas Fink
On 15.09.2006, at 06:23, Yoga Nandiwardhana wrote:OK here's what happens, the telco i'm connecting to requires us to have an auto-rebinding test. Well, we failed. When they cut off the connection, I got this:2006-09-15 10:46:35 [27740] [6] DEBUG: SMPP PDU 0xb0f00ad0 dump:2006-09-15 10:46:35

Re: send Arabic sms

2006-09-25 Thread Andreas Fink
. On 25.09.2006, at 11:25, Guillaume Cottenceau wrote: Andreas Fink andreas 'at' fink.org writes: Comparing to other languages, it doesn't make real sense to use some 8bit encoding (like UTF8) for Arabic. I respectfully disagree. Arabic is alphabet-based, so 8bit is more than enough, thus much more

Re: postgreSQL DLRs

2006-09-26 Thread Andreas Fink
Version 8 of postgres accepts LIMIT 1. As nowadays most users use 8 or 8.1, it probably have not shown up anymore as a problem. On 23.09.2006, at 23:52, Ben Suffolk wrote: It was 1.4.0, but I looked at the CVS code there still seems to be a single reference to it in line 223, I recall 2

Re: Obtaining the message ID set by the SMSC

2006-09-26 Thread Andreas Fink
I actually share this view. Having the SMSC's ID in hand can help a lot in such cases, especially when you dont want to go though gigabytes of logs. But the delivery reports have the ID's in them and this is the only feedback mechanism we have towards the sender. What for sure would be a

Re: Obtaining the message ID set by the SMSC

2006-09-26 Thread Andreas Fink
On 26.09.2006, at 14:28, Ben Suffolk wrote: I actually share this view. Having the SMSC's ID in hand can help a lot in such cases, especially when you dont want to go though gigabytes of logs. But the delivery reports have the ID's in them and this is the only feedback mechanism we have

Re: Compiling kannel with -Wall option

2006-10-12 Thread Andreas Fink
We did that once for our own application which is using gwlib. Its just a lot of hand work and quite a few typecasts. One problem spotted while doing that is that gwlib is never sure if an octet from an octetstring should be considered a signed char or a unsigned char. My personal view is

  1   2   3   >