email2sms

2003-07-11 Thread Diaa Fawzy
Hi, Thanks for the contribution about how to configure Kannel for sms2email... I would like to ask is it possible to do the other way around, I mean email2 sms ?. Thanks in advance.. Diaa __ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month!

PDU's per TCP Packet

2003-07-11 Thread Jeetendra Singh
It seems Kannel sends single PDU per TCP packet. Please confirm?? 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. Any ideas?? Best regards, JS

Re: email2sms

2003-07-11 Thread Benjamin Lee
Have you searched google.com or freshmeat.net? I know of several projects that do email to SMS. By the way, this list probably isn't the best place for this type of discussion. Maybe the users' list? On Friday, 2003-07-11 at 05:03:34 PM, Diaa Fawzy scribbled: Hi, Thanks for the contribution

help!

2003-07-11 Thread huangcy
hi,all: i am running a kannel wap gateway in linux9.0.the fellow is my debug info: can any tell me what's wrong? 2003-07-11 14:31:27 [5] DEBUG: WTP: resp_machine 3, state RESULT_WAIT, event TR-Result.req.2003-07-11 14:31:27 [5] DEBUG: WTP 3: New state RESULT_RESP_WAIT2003-07-11

Core dump when using smsc=emi_ip

2003-07-11 Thread Henrik Jørgensen
Hi, I have a problem using a smsc of type emi_ip. When ever I reveive a sms on that smsc Kannel core-dumps. Cut from kannel.conf: group = smsc smsc = emi_ip host = (removed) port = 6000 smsc-id = TDCSMSC1 smsc-username = (removed) smsc-password = (removed) connect-allow-ip = (removed)

Re: PDU's per TCP Packet

2003-07-11 Thread Jeetendra Singh
Ermm, I doubt Kannel does anything so low level as creating individual TCPpackets, as far as I know -- and I've been there cooking custom IP packets.Could you re-phrase the question? What I meant is that kannel writes on socket as soon as it gets a PDU to send towards SMSC. This

Re: email2sms

2003-07-11 Thread Andreas Fink
On Freitag, Juli 11, 2003, at 09:03 Uhr, Diaa Fawzy wrote: Hi, Thanks for the contribution about how to configure Kannel for sms2email... I would like to ask is it possible to do the other way around, I mean email2 sms ?. Thanks in advance.. thats possible but more tricky because the sender

Re: PDU's per TCP Packet

2003-07-11 Thread Andreas Fink
On Freitag, Juli 11, 2003, at 09:27 Uhr, Jeetendra Singh wrote: It seems Kannel sends single PDU per TCP packet. Please confirm??   this is dependant on the size of the packet and on the status of the TCP stream. I dont think Kannel does anything to make sure a PDU fits into a TCP packet but

Re: PDU's per TCP Packet

2003-07-11 Thread Stipe Tolj
in general this *is* an option to thing about. Apache does this too for serving the response files over the TCP stream. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf Tel: +49-211-74845-0 Fax:

Re: Core dump when using smsc=emi_ip

2003-07-11 Thread Nisan Bloch
hi Have you tried the new emi module? smsc_emi2 is a rework of the older smsc_emi. try the same config with smsc=emi2. At 11:34 AM 7/11/03 +0200, Henrik Jørgensen wrote: Hi, I have a problem using a smsc of type emi_ip. When ever I reveive a sms on that smsc Kannel core-dumps. Cut from

Re: Core dump when using smsc=emi_ip

2003-07-11 Thread Henrik Jørgensen
Hi, Yes, but as far as I understand emi2 is version 4.0 of the protocol, where as emi_ip is version 3.5. Am I correct? Our Telco runs version 3.5, that the reason for my selection. / Henrik Nisan Bloch wrote: hi Have you tried the new emi module? smsc_emi2 is a rework of the older smsc_emi.

RE: email2sms

2003-07-11 Thread Edwin R. Poot
Title: Message Hi Andreas, Of course, just write a program (perl, shell, php, whatever) and create users with the mobile phonenumber on you mailserver (SMTP). If you use sendmail you can add an entry to the /etc/aliases with a pipe and then the path to your program. If your sendmail

Re: Core dump when using smsc=emi_ip

2003-07-11 Thread Stipe Tolj
Nisan Bloch wrote: hi Have you tried the new emi module? smsc_emi2 is a rework of the older smsc_emi. try the same config with smsc=emi2. which brings us up again to the question if we should drop the old ones, ie. emi, at? Any votes for dropping them. I'll be +1 in this case. Stipe