RE: logging tool

2002-01-17 Thread Oded Arbel
What about making Kannel use syslog, like a well behaved Unix program ? Oded Arbel m-Wise Inc. [EMAIL PROTECTED] -- X windows: Old-world software cruftsmanship at its finest. -Original Message- From: Bernino Lind [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 17, 2002 5

RE: logging tool

2002-01-17 Thread Oded Arbel
Kannel is built with cygwin - which has a bindings for syslog. I'm not sure what it is doing, but it won't break. I think that under NT it logs to the NT's syslog equivilient, 'event log' I think they call it. Oded Arbel m-Wise Inc. [EMAIL PROTECTED] -- The point of philosophy is to start

RE: Current load balancing in Kannel.

2002-02-10 Thread Oded Arbel
. from my test it looks like randomal, which is (IMHO) not a good idea for a small number of SMSCs (is there a kannel setup in use somewhere with a large number of SMSCs ?). -- Oded Arbel m-Wise inc. [EMAIL PROTECTED] Many of the convicted thieves Parker has met began their life of crime after

RE: Current load balancing in Kannel.

2002-02-11 Thread Oded Arbel
= 100;200;300 smsc-id = 300 prefered-smsc-id = 100;200;300 will it then be random ? or round robin ? or just catch the first one (100) everytime ? -- Oded Arbel m-Wise inc. [EMAIL PROTECTED] -- You've got more rolls than a bakery and more chins than a Chinese phone book!

RE: Current load balancing in Kannel.

2002-02-11 Thread Oded Arbel
? -- Oded Arbel m-Wise inc. [EMAIL PROTECTED] -- All science is either physics or stamp collecting. -- Ernest (1st Baron) Rutherford

Re: Is the SMSC scene in the UK any good yet?

2002-02-12 Thread Oded Arbel
be that hard either, but it's only an added bonus). Oded Arbel m-Wise inc. [EMAIL PROTECTED] -- Juliette: I've changed and I'm still the same. -- from 'Deux ou trois choses que je sais d'elle'

RE: are better Phones avaible?

2002-03-19 Thread Oded Arbel
it seems that messages lend in your phone's SIM memory in some cases, and when the memory is full you get a message on the handset's screen. -- Oded Arbel m-Wise Inc. [EMAIL PROTECTED] Don't look out of the ordinary, it draws fire. if you're looking out of the ordinary, try to look

RE: sms-service

2002-03-20 Thread Oded Arbel
The wildcard keyword is 'default' , not '*'. -- Oded Arbel m-Wise Inc. [EMAIL PROTECTED] Anarchism is founded on the observation that since few men are wise enough to rule themselves, even fewer are wise enough to rule others. -- Edward Abbey -Original Message- From: Marc

RE: RE : Flash Msgs

2002-04-09 Thread Oded Arbel
Actually - that's not entirely correct - smsbox checks for 0 = mclass = 4, so all values from 0 to 4 (inclusive) are valid, as per smsbox. looking at the code, I think that the values are 0 based, and the fact that smsbox accepts mclass = 4 is a mistake. -- Oded Arbel m-Wise Inc. [EMAIL

RE: Round robin on SMSCs

2002-04-10 Thread Oded Arbel
solution for small scale setups (a few modem handling low to medium traffic loads) but it is a fair solution for large scale setups. -- Oded Arbel m-Wise Inc. [EMAIL PROTECTED] As someone else said in the net, C++ has created a good market for *medical* books. (He was calling C++ an illness

RE: Difficulty in setting up the DLR

2002-04-15 Thread Oded Arbel
AT2 module does not currently utilize DLR. DLR is module specific, and AT2 has no code to do delivery reports. -- Oded Arbel m-Wise Inc. [EMAIL PROTECTED] You mentioned your name as if I should recognize it, but beyond the obvious facts that you are a bachelor, a solicitor, a freemason

RE: Matching submitted SM with DLR response

2002-04-18 Thread Oded Arbel
report, it also sends you the application id that _you_ stored with the message. That way you can leave the actuall mechanics of matching messages to delivery reports to the module specific code in Kannel - where it should be. -- Oded Arbel m-Wise Inc. [EMAIL PROTECTED] (972)-67-340014 (972)-9-9581711

RE: No include path in which to find xmlmemory.h

2002-04-28 Thread Oded Arbel
is that this means we should change all libxml includes to use the libxml path element. Patch to fix includes as I suggest is attached -- Oded Arbel m-Wise Inc. [EMAIL PROTECTED] (972)-67-340014 (972)-9-9581711 (ext: 116) ::.. If you can't win by reason, go for volume. -- Calvin and Hobbes

RE: onsuccess

2002-04-28 Thread Oded Arbel
sendsms). I think this is a nice feature. any one else would like it implemented ? ( I do requests now ;-) -- Oded Arbel m-Wise Inc. [EMAIL PROTECTED] (972)-67-340014 (972)-9-9581711 (ext: 116) ::.. Men are like steel. When they lose their temper, they lose their worth. -- Chuck Norris

RE: chinese sms

2002-04-30 Thread Oded Arbel
on the fly. -- Oded Arbel m-Wise Inc. [EMAIL PROTECTED] (972)-67-340014 (972)-9-9581711 (ext: 116) ::.. An assertion is Zen only when it is itself an act and does not refer to anything that is asserted in it. -- (from Bruce Lee's book, The Tao of Jeet Kune Do) -Original Message

RE: Shutdown Problem

2002-04-30 Thread Oded Arbel
cleaning this script up, and after its done I will release it to the developer list. -- Oded Arbel m-Wise Inc. [EMAIL PROTECTED] (972)-67-340014 (972)-9-9581711 (ext: 116) ::.. Frankly, I'm not sure people have the brains to manage the technology they've GOT. -- Calvin and Hobbes

RE: (no subject)

2002-05-06 Thread Oded Arbel
will route randomly between the SMSCs. -- Oded Arbel m-Wise Inc. [EMAIL PROTECTED] (972)-67-340014 (972)-9-9581711 (ext: 116) ::.. Anyone who considers arithmetical methods of producing random digits is, of course, in a state of sin. -- John von Neumann -Original Message- From

RE: I need precious help: Nokia 6110 as SMSC but I dont get any reply!

2002-05-13 Thread Oded Arbel
It looks like the module quit while trying to access the modem, for no apparent reason. also your log file looks corrupted : 2002-05-12 16:53:08 [5] DEBUG: AT2[/dev/tty! S0! ]: -- ATF^MIt the name of the device shouldn't have exlamation marks in it. another thing I noticed about your log

RE: I need precious help: Nokia 6110 as SMSC but I dont get any reply!

2002-05-13 Thread Oded Arbel
Very weird. try this : don't define a speed setting in the smsc group, and do define a my-number and smsc-id entry. now try it and send the logs over, k ? --Oded Arbelm-Wise Inc.[EMAIL PROTECTED](972)-67-340014(972)-9-9581711 (ext: 116) ::..Computers are useless. They can only give you

RE: I need precious help: Nokia 6110 as SMSC but I dont get any reply!

2002-05-13 Thread Oded Arbel
= at2 smsc-id=at2 modemtype = nokiaphone device=/dev/ttyS0 speed=9600 /11 pin= my-number=534 (my cell number-is that correct?) include= /root/gateway-1.1.6/doc/modemsbing.conf From: "Oded Arbel" <[EMAIL PROTECTED]> To: "Bing Tan&q

RE: multiple sessions

2002-05-14 Thread Oded Arbel
IIRC, Kannel does Keep alive, so you can send all the messages on a keep alive connection - it'll be so much faster since the TCP build-up/tear-down happens only once per batch. -- Oded Arbel m-Wise Inc. [EMAIL PROTECTED] (972)-67-340014 (972)-9-9581711 (ext: 116) ::.. And remember, when you

RE: ...now it doesn't find the modem itself ;(

2002-05-15 Thread Oded Arbel
it seems that Kannel couldnot connect to the modem. try to open the modem using minicom, and check speed 19200 does actually work with the modem, and quit minicom w/o a reset and try again. and do increase the debug level of the logs. -- Oded Arbel m-Wise Inc. [EMAIL PROTECTED] (972)-67-340014

RE: sending unicode

2002-05-15 Thread Oded Arbel
, which will tell kannel to recode the message from UTF-8 to unicode used on the GSM network. -- Oded Arbel m-Wise Inc. [EMAIL PROTECTED] (972)-67-340014 (972)-9-9581711 (ext: 116) ::.. * Formal specifications yield correct programs. No. Formal specifications yield PhD theses. They may also

RE: sending unicode

2002-05-16 Thread Oded Arbel
Then that should be correct. what type of connection (module) are you using ? unicode support is module dependant, and perhaps some modules do not implement it ? -- Oded Arbel m-Wise Inc. [EMAIL PROTECTED] (972)-67-340014 (972)-9-9581711 (ext: 116) ::.. Reasons to Run Away 10-When the party

RE: Problem with kannel 1.03

2002-05-19 Thread Oded Arbel
please use at2 instead of at in your configuration file. --Oded Arbelm-Wise Inc.[EMAIL PROTECTED](972)-67-340014(972)-9-9581711 (ext: 116) ::..Divorce is a game played by lawyers.-- Cary Grant -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of

RE: SMS roaming timestamp

2002-05-21 Thread Oded Arbel
When roaming, the SMS is first routed to the home SMSC of the roaming user, and then if apropriate is sent back to the mobile terminal of the foreign local user. I'm not sure if the SMSC of the foreign local user is involved in the process. In the two local networks scenario, then its

RE: Error installing

2002-05-21 Thread Oded Arbel
that the compiler doesn't find. for example, in wml_compiler.c, change #include xmlmemory.h to #include libxml/xmlmemory.h -- Oded Arbel m-Wise Inc. [EMAIL PROTECTED] (972)-67-340014 (972)-9-9581711 (ext: 116) ::.. For I do not believe that the stars are spread over a spherical surface at equal distances

RE: Tring to use a t28 as smsc

2002-05-21 Thread Oded Arbel
to setup some sort of sms-service section in your configuration. -- Oded Arbel m-Wise Inc. [EMAIL PROTECTED] (972)-67-340014 (972)-9-9581711 (ext: 116) ::.. Ah yes. Technology is introduced, utilized, depended upon, obsolete, standardized, and understood, in that order. (To paraphrase someone I

RE: Tring to use a t28 as smsc

2002-05-22 Thread Oded Arbel
Probably your handset does not support the hardware handshake, and so setting enable-hwns to false will prevent the error message from being displayed and hardware handshake from being tried. -- Oded Arbel m-Wise Inc. [EMAIL PROTECTED] (972)-67-340014 (972)-9-9581711 (ext: 116) ::.. Fashion

RE: Problem with submit msgs

2002-05-26 Thread Oded Arbel
really matter as long as it isn't set to 34). -- Oded Arbel m-Wise Inc. [EMAIL PROTECTED] (972)-67-340014 (972)-9-9581711 (ext: 116) ::.. narcolepulacyi, n.: The contagious action of yawning, causing everyone in sight to also yawn. -- Sniglets, Rich Hall Friends

RE: RE: Fake Sender

2002-05-26 Thread Oded Arbel
Yes. some SMSCs allow you to set the sender's number, although some don't - it usually depends on the agreement with the SMSC provider. -- Oded Arbel m-Wise Inc. [EMAIL PROTECTED] (972)-67-340014 (972)-9-9581711 (ext: 116) ::.. Q: I think my PC is broken. A: Really? How

Re: siemens m20

2002-06-02 Thread Oded Arbel
Bruno Rodrigues wrote: On Fri, 2002-05-31 at 11:00, Lukas wrote: Hello group, I have serious problem with setting my siemens m20 as smsc center. Kannel cannot run it. I don`t know what it is, but i used this modem with other applications (based on AT commands too) and worked fine (the same

RE: MySQL logging

2002-06-02 Thread Oded Arbel
- some modules do not implement DLR support at all, for example - the GSM modem modules (AT and AT2). -- Oded Arbel m-Wise Inc. [EMAIL PROTECTED] (972)-67-340014 (972)-9-9581711 (ext: 116) ::.. Politicians are like diapers. They both need changing regularly and for the same reason. -Original

RE: siemens m20

2002-06-02 Thread Oded Arbel
Make sure that the terminal speed is set correctly (19200 on my M20 - could yours be set to a different line speed ?), that was my problem last time I had difficulties getting the M20 to start. -- Oded Arbel m-Wise Inc. [EMAIL PROTECTED] (972)-67-340014 (972)-9-9581711 (ext: 116) ::.. Wise

RE: SMS to email

2002-06-03 Thread Oded Arbel
The error you describe is related to the fake_smsc module, and it means that something went wrong with the message you submitted using fake_smsc, and not because of how you wrote the sms-service. I'd say that the exec line you posted looks ok - even if I wouldn't do it like this. -- Oded

RE: SMS to email

2002-06-03 Thread Oded Arbel
- write it down, don't do cute hacks. -- Oded Arbel m-Wise Inc. [EMAIL PROTECTED] (972)-67-340014 (972)-9-9581711 (ext: 116) ::.. Mr. Miyagi: No such thing, bad student. Only bad teacher. -- from Karate Kid -Original Message- From: Domino [mailto:[EMAIL PROTECTED]] Sent: Monday

RE: MySQL logging

2002-06-03 Thread Oded Arbel
fake_smsc doesnot support DLR processing. to simulate SMSC access I suggest that you use one of the freely available SMPP simulators, or a GSM modem. fake_smsc it a botch job and I don't recomend using it for anything except maybe load testing. -- Oded Arbel m-Wise Inc. [EMAIL PROTECTED] (972

?????: MORE UPDATE: No message text in get-url or post-url - Help!

2002-06-04 Thread Oded Arbel
The SMPP debug logs from bearerbox log file would be very helpful in this situation. --Oded Arbelm-Wise Inc.[EMAIL PROTECTED](972)-67-340014(972)-9-9581711 (ext: 116) ::..NETSCAPISM /net-'sca-,pi-z*m/ n (1995): habitual diversion of the mind to purely imaginative activity or entertainment

?????: Ericsson T28 and incoming SMS

2002-06-04 Thread Oded Arbel
is not recomended. -- Oded Arbel m-Wise Inc. [EMAIL PROTECTED] (972)-67-340014 (972)-9-9581711 (ext: 116) ::.. Smoking Prohibited. Absolutely no ifs, ands, or butts. I've got the following configuration: [SNIP] group = smsc smsc = at2 modemtype = ericsson device = /dev/ttyS0 speed = 9600 group

RE: Ericsson T28 and incoming SMS

2002-06-04 Thread Oded Arbel
patch and see if it works for you. -- Oded Arbel m-Wise Inc. [EMAIL PROTECTED] (972)-67-340014 (972)-9-9581711 (ext: 116) ::.. C++ is to C as Lung Cancer is to Lung -- Thomas Funke -Original Message- From: Martin List-Petersen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 04

RE: Firsttimer using Kannel on Redhat 7.x

2002-06-05 Thread Oded Arbel
stable (I know it sounds weird - but that's life :-) -- Oded Arbel m-Wise Inc. [EMAIL PROTECTED] (972)-67-340014 (972)-9-9581711 (ext: 116) ::.. He was so narrow minded he could see through a keyhole with both eyes ... -Original Message- From: Ed Ng [mailto:[EMAIL PROTECTED]] Sent

RE: Problem with Wavecom WMOD2 GSM Modem

2002-06-05 Thread Oded Arbel
with kannel, please show your configuration file (as most problems are caused by misconfiguration - the Kannel documentation leaves much to be desired in configuration help), and parts of the relevant logs. Good luck -- Oded Arbel m-Wise Inc. [EMAIL PROTECTED] (972)-67-340014 (972)-9-9581711 (ext: 116

RE: dlr-url through cgi-bin/sendsms

2002-06-06 Thread Oded Arbel
The logs suggest a GET request, not a POST. check your HTTP client implementation, as that may be the problem. -- Oded Arbel m-Wise Inc. [EMAIL PROTECTED] (972)-67-340014 (972)-9-9581711 (ext: 116) ::.. Don't stop to stomp ants when the elephants are stampeding. -Original Message

RE: SMPP configuration

2002-06-06 Thread Oded Arbel
Latest CVS version of kannel support the setting of TON and NPI for SMPP using the folowing configuration options in the smsc group : source-addr-ton source-addr-npi dest-addr-ton dest-addr-npi -- Oded Arbel m-Wise Inc. [EMAIL PROTECTED] (972)-67-340014 (972)-9-9581711 (ext: 116) ::.. X

RE: Getting date/time with %t

2002-06-06 Thread Oded Arbel
is the local time of the SMSC of the sending user (which could be anywhere in the world). there is currently no way to configure your module to modify the time stamps recevied from the SMSC, except through hacking the code. -- Oded Arbel m-Wise Inc. [EMAIL PROTECTED] (972)-67-340014 (972)-9-9581711

RE: Wavecom Fasttrack m1200

2002-06-09 Thread Oded Arbel
It should be, as I understand that it is similar to the WM02 series, but I have no experience with it. I guess that if it does not work, it would be simple enouth add support to it, maybe w/o even writing code. -- Oded Arbel m-Wise Mobile Solutions [EMAIL PROTECTED] Mobile: +972-67-340014

RE: GSM mobile phones which work like SMSC

2002-06-09 Thread Oded Arbel
Probably any Nokia cellular handset and some Ericson handsets will work. use nokiaphone type with AT2 module for Nokia phones, or ericson for Ericson. -- Oded Arbel m-Wise Mobile Solutions [EMAIL PROTECTED] Mobile: +972-67-340014 Tel: +972-9-9581711 (ext: 116) ::.. It's sad how some people

RE: cannot compile gateway 1.1.6

2002-06-10 Thread Oded Arbel
This is probably due to an old libtool version. if you are using RedHat, you would make your life easier by installing the RedHat 7.3 libxml2 RPM package. -- Oded Arbel m-Wise Mobile Solutions [EMAIL PROTECTED] Mobile: +972-67-340014 Tel: +972-9-9581711 (ext: 116) ::.. Of course Australia

RE: log files

2002-06-13 Thread Oded Arbel
If you don't run the boxes as root, they will not have write access to the files, as the log files are read/write only for root. also - at the start of the console output, the boxes say things about the logs - this may provide clues as to why logs aren't written. -- Oded Arbel m-Wise Mobile

RE: Problem with libxml2

2002-06-13 Thread Oded Arbel
you need to have the libxml2-devel package installed. the libxml2 package only contains the binary object, while the devel package contains the necessary headers needed to compile programs that use libxml2. the same is true for many other packages. -- Oded Arbel m-Wise Mobile Solutions [EMAIL

RE: 2002-06-13 16:09:30 [6] ERROR: AT2[MODEM]: CMS ERROR: +CMS ERROR: 500

2002-06-13 Thread Oded Arbel
cycle on the modem will solve the problem. -- Oded Arbel m-Wise Mobile Solutions [EMAIL PROTECTED] Mobile: +972-67-340014 Tel: +972-9-9581711 (ext: 116) ::.. Love your enemies: They'll go crazy trying to figure out what you're up to. -Original Message- From: William Hargrove [mailto

RE: What's general architecture of kannel based application?

2002-06-16 Thread Oded Arbel
. The first scenario is recomended in all but the most complicated and high load situations. -- Oded Arbel m-Wise Mobile Solutions [EMAIL PROTECTED] Mobile: +972-67-340014 Tel: +972-9-9581711 (ext: 116) ::.. What the American Public doesn't know, is exactly what makes them the American Public

RE: How do we start kannel ?

2002-06-16 Thread Oded Arbel
Make sure to also fetch the development package (libxml2-devel) or else you will not be able to compile Kannel. also read the documentation and ./configure --help. -- Oded Arbel m-Wise Mobile Solutions [EMAIL PROTECTED] Mobile: +972-67-340014 Tel: +972-9-9581711 (ext: 116) ::.. Love does

RE: %P problem

2002-06-16 Thread Oded Arbel
further. -- Oded Arbel m-Wise Mobile Solutions [EMAIL PROTECTED] Mobile: +972-67-340014 Tel: +972-9-9581711 (ext: 116) ::.. I don't care who does the electing as long as I get to do the nominating. -- Boss Tweed -Original Message- From: Fogarasi Andras [mailto:[EMAIL PROTECTED

RE: Siemens M20 stops receiving sms

2002-06-16 Thread Oded Arbel
Title: Message No, haven't seen that happen. but then again I don't use the M20 much. logs would be really nice :-) --Oded Arbelm-Wise Mobile Solutions [EMAIL PROTECTED]Mobile: +972-67-340014Tel: +972-9-9581711 (ext: 116) ::..You can make your world so much larger simply by acknowledging

RE: RE: Kannel 1.1.6 conf and MySQL DLRs

2002-06-16 Thread Oded Arbel
installation, you are probably missing the archive files in /usr/local/mysql/lib/mysql. -- Oded Arbel m-Wise Mobile Solutions [EMAIL PROTECTED] Mobile: +972-67-340014 Tel: +972-9-9581711 (ext: 116) ::.. Reasons to Run Away 31-Your GM says, As giggle you round the corner snicker you are confronted

RE: SMPP configuration

2002-06-18 Thread Oded Arbel
If not, then they should. -- Oded Arbel m-Wise Mobile Solutions [EMAIL PROTECTED] Mobile: +972-67-340014 Tel: +972-9-9581711 (ext: 116) ::.. You fall out of your mother's womb, you crawl across open country under fire, and drop into your grave. --Quentin Crisp -Original Message

RE: Date incoherence for MO

2002-06-18 Thread Oded Arbel
, hence that time stamp will usually not be very useful to you, as it only means what the originating SMSC thinks the delivery time is. -- Oded Arbel m-Wise Mobile Solutions [EMAIL PROTECTED] Mobile: +972-67-340014 Tel: +972-9-9581711 (ext: 116) ::.. Q: How many Microsoft technicians does it take

RE: sms.coding choice in smsbox (SMPP smsc)

2002-06-18 Thread Oded Arbel
coding is set per message, in the send-sms call. if unset, it is set to undef by default. -- Oded Arbel m-Wise Mobile Solutions [EMAIL PROTECTED] Mobile: +972-67-340014 Tel: +972-9-9581711 (ext: 116) ::.. Even the AI hated [my book]? The AI _loved_ it. That's when we knew for sure

RE: sms.coding choice in smsbox (SMPP smsc)

2002-06-18 Thread Oded Arbel
everything in unicode (UCS-2) or to hack the driver to support your specific charset. -- Oded Arbel m-Wise Mobile Solutions [EMAIL PROTECTED] Mobile: +972-67-340014 Tel: +972-9-9581711 (ext: 116) ::.. Ask five economists and you'll get five different explanations (six if one went to Harvard

RE: Multiple instance of kannel - one SMSC

2002-06-24 Thread Oded Arbel
-- Oded Arbel m-Wise Mobile Solutions [EMAIL PROTECTED] Mobile: +972-67-340014 Tel: +972-9-9581711 (ext: 116) ::.. Reasons to Run Away 2-If the description of your enemy contains the word ultimate or god or even just big -Original Message- From: Otgo [mailto:[EMAIL PROTECTED

RE: error in sending sms to smsc

2002-06-24 Thread Oded Arbel
The SMPP specifications are available on the net. try here : http://www.smsforum.net/doc/public/Spec/index.html --Oded Arbelm-Wise Mobile Solutions [EMAIL PROTECTED]Mobile: +972-67-340014Tel: +972-9-9581711 (ext: 116) ::..He's dead, Jim. You grab his wallet, I'll grab his tricorder.

RE: wap

2002-06-24 Thread Oded Arbel
I'm not a WAP expert, and never have used WAP, but if I remember correctly Kannel does not server the WML pages itself, but instead is used as the gateway component only - you need a web server (such as apache) to serve your WML pages, and then point Kannel to that gateway , using the

RE: 1 kannel 2 SMS

2002-06-25 Thread Oded Arbel
or beneficial. it's mainly a way to add a false sense of order into the system, for the benefit of managerial-think, at the cost of hurting efficiency and performance. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 +972-67-340014 ::.. As every cat owner knows, nobody owns

RE: multiple smsc connections

2002-06-25 Thread Oded Arbel
forced-smsc, because that is what the original posted asked about, but it works the same as setting the smsc in the send-sms call (as is mentioned in one sentence). http://www.mail-archive.com/users@kannel.3glab.org/msg01135.html -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9

RE: Difference in source code between Redhat 6.2 and 7.2 versions

2002-06-25 Thread Oded Arbel
the old 1.0.3 version, but get a more recent one. 1.2.0 is going to roll out any second now, so you better hold out for that . -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 +972-67-340014 ::.. -- Pulchritude possesses solely cutaneous profundity. -Original Message

Re: Kannel 1.1.6 and CVS init problems

2002-06-30 Thread Oded Arbel
= +491,00491;+,00 so...what I'm missing here? :-) the translation is done from right to left, so writing 00941* will be converted to +491* while writing 491* will not get translate to anything. - -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 +972-67-340014

Re: symbol @ problem

2002-07-10 Thread Oded Arbel
it shouln't be a problem). -- Oded Arbel m-Wise mobile solutions

Re: 3 questions

2002-07-10 Thread Oded Arbel
it for a Mandrake Linux system. 2- get the sample modems.conf, and then set your modem-type to wavecom. 3- set max-messages to 0 on the sms-service group, or set omit-empty to true and make sure that your sms-service doesnot return content. -- Oded Arbel m-Wise mobile solutions

Re: how do I specify charset in http push command?

2002-07-10 Thread Oded Arbel
using the conding parameter. -- Oded Arbel m-Wise mobile solutions

Re: Trouble sending dollar symbol ($) in SMS

2002-07-10 Thread Oded Arbel
this problem - are you using AT2 or AT ? -- Oded Arbel m-Wise mobile solutions

Re: 1 kannel 2 SMS

2002-07-10 Thread Oded Arbel
= 192.168.0.1 port = 9971 smsc-username =* smsc-password = x keepalive = 1 # SMSC1 CONNECTIONS group = smsc smsc = cimd2 host = 192.168.0.2 port = 9971 smsc-username =* smsc-password = x keepalive = 1 Oded Arbel wrote: Those are two seperate _SMSC_ configurations

Re: Linux mandrake problem

2002-07-10 Thread Oded Arbel
ease for information on how to circumvent that problem. -- Oded Arbel m-Wise mobile solutions

Re: Doubts regarding status numbers

2002-07-11 Thread Oded Arbel
is the number of messages in the store file. What does DLR queued mean? How many delivery reports are still being waited on. Waht does failed mean? Message that failed to be sent ? -- Oded Arbel m-Wise mobile solutions

Re: Trouble sending dollar symbol ($) in SMS

2002-07-11 Thread Oded Arbel
Joel Hockey wrote: I'm using at. -Original Message- From: Oded Arbel [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 4:50 AM To: Joel Hockey Cc: '[EMAIL PROTECTED]' Subject: Re: Trouble sending dollar symbol ($) in SMS Joel Hockey wrote: Hi, I

Re: originating address (ID:023)

2002-07-11 Thread Oded Arbel
in the returned MT, or the sender paremeter in the send-sms call for a push MT. -- Oded Arbel m-Wise mobile solutions

Re: Send SMS Problem

2002-07-11 Thread Oded Arbel
it either succeeds or fails 3 times. in the logs here you can see a message that was tried once, failed, tried again and sent successfuly the second time. -- Oded Arbel m-Wise mobile solutions

Re: Patch to turn off CRTSCTS

2002-07-12 Thread Oded Arbel
a use_crtscts in the modem data structure, turn the bit on only if it is set, and on initialization, init the use_crtscts flag to true and set it to false only if "disable-crtscts" is set in the configuration. -- Oded Arbel m-Wise mobile solutions

Re: Patch to turn off CRTSCTS

2002-07-13 Thread Oded Arbel
Eric Yeo wrote: On Sat, 2002-07-13 at 04:01, Oded Arbel wrote: Eric Yeo wrote: We have an old Ericsson GM12 with a custom-made serial cable that does not have the control signals wired. When running Kannel 1.2.0, no communications occurs. Turning off hardware flow

Re: RE : XML

2002-07-15 Thread Oded Arbel
Nil Mekki wrote: -Message d'origine- De: Oded Arbel [mailto:[EMAIL PROTECTED]] Envoy: vendredi 12 juillet 2002 20:10 : nil Cc: [EMAIL PROTECTED] Objet: Re: XML nil wrote: Hi When I receive an sms, I want to post through http a XML message. Does anybody knows how I

RE: Compile Kannel

2002-07-22 Thread Oded Arbel
fail to configure properly, try simlinking the libxml headers directory as /usr/include/libxml2/libxml or /usr/local/include/libxml2/libxml -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 +972-67-340014 ::.. Experience is a dear teacher, but fools will learn at no other

RE: Re[2]: Compile Kannel

2002-07-22 Thread Oded Arbel
done so, check where the libxml headers are. if they are not in one of the places listed in my message, try running ln -s path to libxml header directory /usr/include/libxml2/libxml -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 +972-67-340014 ::.. Then I realized

RE: TON, NPI settings for SMPP

2002-07-23 Thread Oded Arbel
for transciever mode, read the userguide for the 1.2.0 and look under the SMPP section - it is one of the first parameters discusses. for TON and NPI, use the undocumented paremeters source-addr-ton source-addr-npi dest-addr-ton dest-addr-npi (why are they undocumented, really ?) -- Oded

RE: Routing in Kannel

2002-08-12 Thread Oded Arbel
Hi. this is a question for the users list (forwarded) but I will try to answer your questions too. -Original Message-From: Rumsfeld Donald [mailto:[EMAIL PROTECTED]] Hi all, I'm new for the list. I've just download the source code of GW and reading. I've got some

RE: Should Python server be running for sendsms of Kannel

2002-08-12 Thread Oded Arbel
request to the smsbox's sendsms interface. That script, that confuses you so much, is not part of Kannel, it is not a cgi-bin script and you can safely delete it as it's just an example of how to call Kannel using HTTP from Python. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9

RE: Re: Can a GSM-phone-as-SMSC *receive* SMS's?

2002-08-12 Thread Oded Arbel
check your phones manual - sometime it is helpful. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. There is only one nature - the division into science and engineering is a human imposition, not a natural one. Indeed, the division is a human

RE: ringtone and logo support for sema ois

2002-08-14 Thread Oded Arbel
the manufacturers' web site. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. Sally:So a man can be friends with a woman he finds unattractive? Harry:No, you pretty much want to nail them, too -- from When Harry met Sally -Original Message

Re: BearerBox terminates unexpectedly

2002-08-16 Thread Oded Arbel
[EMAIL PROTECTED] wrote: Dear Oded Arbel, Thanks for the response. But when I try to include the configurations for the smsbox as well bearerbox does not start at all. To run the bb (bearerbox) and the sb (smsbox) simultaneously I need to use different configuration files. I can specify only

RE: charset problem

2002-08-18 Thread Oded Arbel
the error and switch the encoding * to ISO-Latin-1 (if you don't like this policy, just declare the * encoding !) */ Without trawling the src further, seems like the gateway only accepts UTF-8 encoding. Or - declare the character set in the XML as per the syntax. -- Oded Arbel m-Wise

RE: Is this an error in Kannel installation?

2002-08-18 Thread Oded Arbel
in the installation of Kannel? Not AFAIK. please use --prefix=/usr/local or maybe /usr and don't install kannel under the init scripts directory. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. learning curve, n.: An astonishing new theory

RE: kannel error code

2002-08-19 Thread Oded Arbel
Where did you see this code, and in which log ? can we see some more of this log ? --Oded Arbelm-Wise mobile solutions[EMAIL PROTECTED] +972-9-9581711 (116)+972-67-340014 ::..Morton's Law: If rats are experimented upon, they will develop cancer. -Original Message-From: Saiful

RE: Is this an error in Kannel installation?

2002-08-19 Thread Oded Arbel
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, August 19, 2002 8:07 AM To: [EMAIL PROTECTED] Subject: Is this an error in Kannel installation? Dear Oded Arbel, Oded Arbel wrote on Sun, 18 Aug 2002 13:30:40 +0300: Why oh why would you

RE: charset problem

2002-08-19 Thread Oded Arbel
-Original Message- From: ilker Aktuna [mailto:[EMAIL PROTECTED]] --- Oded Arbel [EMAIL PROTECTED] wrote: From what I'm reading there : snip If there is no encoding declaration, then the input has to be in either UTF-8 or UTF-16, /snip Then there is no way to support

RE: charset problem

2002-08-21 Thread Oded Arbel
Then you need not remove the current deceleration, just insert a characterset into it. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. Don't relax! It's only your tension that's holding you together. -Original Message- From: ilker

RE: nokia phone accepts AT but never gets past start called

2002-08-22 Thread Oded Arbel
after 5 minutes, as a protective measure ;-) really confused as to how gnokii will work and minicom kannel wont! Usually the problem is 'Kannel not working but minicom does' :-) sorry that I cannot help further. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972

RE: Can't receive SMS with TC35 modem

2002-08-27 Thread Oded Arbel
to read SMs from the SIM memory if it was not notified directly (note - this type of usage is no recomended). -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. Our policy is, when in doubt, do the right thing. -- Roy L. Ash, ex-president Litton

RE: nokia 9110?

2002-08-28 Thread Oded Arbel
these high-end monsters to the list of supported modems, if you succeed in getting it to work for you :-) -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014 ::.. Any pundits that claim the FPS genre is getting tired must not have played Half-Life or are so

RE: Need help SMPP PDU Error

2002-08-29 Thread Oded Arbel
the same version for both systems. the 0x8000 packet type - generic nack was introduced quite recently and its obivous that the version of Kannel you are running on Linux is not updated with it. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972-67-340014

RE: infra-red programming?

2002-08-29 Thread Oded Arbel
Infra-red can be accessed as a serial port, and on Linux as a device file. Kannel has code to do that, so check the AT2 module code. --Oded Arbelm-Wise mobile solutions[EMAIL PROTECTED] +972-9-9581711 (116)+972-67-340014 ::..The first 90% of the code accounts for the first 90% of the

RE: Problem Installing Kannel 1.2.0.-1 on redhat 7.3 from rpm

2002-09-01 Thread Oded Arbel
You need to install the openssl-devel package. also - make sure that you have the latest 0.9.6 version - 'g' I think: there were a lot of security fixes beween that and the 'c' version which came with RH73 IIRC. -- Oded Arbel m-Wise mobile solutions [EMAIL PROTECTED] +972-9-9581711 (116) +972

  1   2   >