Re: (no subject)

2003-01-21 Thread Andrea Viscovich
It should work under windows 2000 professional, at least I can tell you it works under NT and w 2000 advanced server. You have the wrong link to download kannel, http://www.kannel.3glab.orgis the right one. Andrea - Original Message - From: mona latifi To: [EMAIL

Re: Status of cygwin port

2003-01-18 Thread Andrea Viscovich
Anyone know what the status of the current cygwin port is? I have been able to get bearerbox and wapbox up and running as a wap gateway. I am having trouble however in terminating the processes with what I think are the equivalent of SIGTERM Hi Josh, I had to modify smsbox.c source to don't

write

2002-10-25 Thread Andrea Viscovich
); If I disconnect the modem from serial, in the log I see AT+CSQ (my keepalive) then I see "Before write" and never see "After write", so I'm sure write stays there and freezes the thread. How to solve this? Maybe is only related to cygwin? Is any IO include to change timeout?

Re: write

2002-10-25 Thread Andrea Viscovich
I think its related to the fact that the write command uses hardware handshake. Maybe a buffered write would make more sense or some ioctl to indicate a timeout. Hi Andreas, surely you are right. I'm not so confortable with ioctl, but if you or someone else wants to convert write to ioctl call

tv_sec on smsc_at2

2002-10-24 Thread Andrea Viscovich
In void at2_read_buffer tv.tv_sec = 0; tv.tv_usec = 1000; ret = select(privdata-fd + 1, read_fd, NULL, NULL, tv); If I disconnect modem from serial the above select does not return anything,at leastin the 2 hours I waited :-) So I'm wondering if anybody knows ifwe should changetv.tv_usec to

gwthread_sleep

2002-10-18 Thread Andrea Viscovich
; }; The only thing I can think about is that gwthread_sleep(1) has some problems under cygwin, but really I'm not sure about this. Any hint? Andrea Dott. Andrea Viscovich Direct Line: +39 041 2574825 Email2Mobile: [EMAIL PROTECTED] Web: http://www.smsprof.it email :[EMAIL PROTECTED]

Re: access.log

2002-10-17 Thread Andrea Viscovich
You may import the file access.log by perl script to MySQL engine and query on that data then?! We do this also but, we were late by 1 day. We don't have an application that will do this like, online. We really appreciate any pointers/web site that you could recommend. I don't

Status: AT2 module fails to open serial ports after system startup

2002-10-15 Thread Andrea Viscovich
There is still this problem, but I'm sure sometimes ago (about 8 months) there wasn't even on at2, non mentioning that inat there isn't. I looked into the code, and the at2_test_speed could not get an OK when sending AT (3 times) When you use minicom or Hyperterminal, on the first command

GSM Signal Quality

2002-10-15 Thread Andrea Viscovich
Sometimes it may happens that there is no signal for gsm modems. As there is an AT+CSQ avalaible, what do you think about doing an +CSQ every n minutes to write in the log that there is no signal? Cheers Andrea

Re: GSM Signal Quality

2002-10-15 Thread Andrea Viscovich
Sometimes it may happens that there is no signal for gsm modems. As there is an AT+CSQ avalaible, what do you think about doing an +CSQ every n minutes to write in the log that there is no signal? a no signal state may cause to halt the sending process until the signal is back up

Status: AT2 module fails to open serial ports after system startup Solution (?)

2002-10-15 Thread Andrea Viscovich
The latter works for me: By the way I always set the speed in the config, so we should test it without it. I'm sorry I can't give you a patch as my smsc_at2 is different. By the way int at2_test_speed(PrivAT2data *privdata, long speed) { int res; if (at2_open_device1(privdata) == -1) ^^^

Re: Kannel Http SMSC

2002-09-03 Thread Andrea Viscovich
Thank you for your response. what I really want to do is to make kannel connects to an SMSC Http which is a web site (www.deltica.com) that has an http client interface to send SMS. Well, you should ask them (deltica) how you can interface with their smsc. Maybe they use some protocol used

Re: POST to /cgi-bin/sendsms

2002-08-29 Thread Andrea Viscovich
I had exactly the same problem, with latest cvs, I don't think the right solution is to change username to user and password to pass, I would call it a hack not a solution :-) Andrea - Original Message - From: Anarchy To: [EMAIL PROTECTED] Sent: Thursday, August 29,

Re: libsdb

2002-08-26 Thread Andrea Viscovich
I tried with libsdb 0.5, 04.1 and 0.3, always same error, first it search for libsdb.so, which is not present, then changing in makefile it into libsdb.a (I don't know how dangerous is it) I have: odbc_driver.c:135: undefined reference to `SQLFreeHandle@8' et similar. Unless you retry to

Re: [PATCH] AT2 rewrites (one last time, I hope :-)

2002-08-20 Thread Andrea Viscovich
Are there any votes for commiting Oded's at2 module patch here? I'd like to ask those developers who use at2 to review and test the code so we can commit the changes to cvs. +1 for me, I tested and it works under cygwin+wavecom, so it should work for everyone :-) Andrea

Re: DLR (at2)

2002-08-14 Thread Andrea Viscovich
I'll be looking forward to see what you come up with :-) I hope Andreas will tell us his thoughts about this, when he understands his holydays have end :-)) I'll continue my work on the AT2 module and I'd like to keep you updated, and if possible help me with the testing ? Surely yes, I'll

Re: DLR (at2)

2002-08-14 Thread Andrea Viscovich
it manually to see what you get. best Roy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Oded Arbel Sent: 14 August 2002 06:51 To: Andrea Viscovich; [EMAIL PROTECTED] Subject: RE: DLR (at2) -Original Message- From: Andrea Viscovich

Talked too early (dlr on at2)

2002-08-14 Thread Andrea Viscovich
I should shut up my mouth. I said it worked too early just because of seeing a +CDS in the log. In the bearer log (only for the first sms) I suddendly have an 2002-08-14 11:42:06 [5] DEBUG: AT2[A]: -- +CDS: 25 2002-08-14 11:42:06 [5] DEBUG: AT2[A]: --

DLR (at2)

2002-08-13 Thread Andrea Viscovich
Here is ouput of the at command Withouth dlr requestAT2[A]: -- 0011000C91934397332602A70570F9DB1E06^ withdlr requestAT2[A]: -- 0031000C91934397332602A70570F9DB1E06 ^ As You see the only difference is in the third bit. I'm asking you if this is right, as I'm not rceiving back any

Re: DLR (at2)

2002-08-13 Thread Andrea Viscovich
Hi Oded, I was sure you think this way, as you did the code :-) but as it don't works for me I was trying to listen some other opinion here. I trust you about the GSM 03.40 specs but maybe there is something we don't know. Andrea - Original Message - From: Oded Arbel To: Andrea Viscovich

Re: [FYI] added LibSDB support for DLR storage

2002-08-12 Thread Andrea Viscovich
LibSDB is available at http://siag.nu/libbsd and support many various database types, including MySQL, PostgreSQL, Oracle, gdbm, (even plain text files). The correct link is ftp://siag.nu/pub/libsdb/ or http://siag.nu/pub/libsdb/ I even tell you to update doc, in the dlr-storage is still

Oded AT2 DLR patch

2002-08-12 Thread Andrea Viscovich
There is a problem. In at2_send_one message here is the code: /* gen DLR_SMSC_SUCCESS */ if (msg-sms.dlr_mask DLR_SMSC_SUCCESS) { Msg* dlrmsg; dlrmsg = msg_create(sms); dlrmsg-sms.id = msg-sms.id; dlrmsg-sms.service

Re: [PATCH] experimental full DLR support for AT2 module

2002-08-09 Thread Andrea Viscovich
I guess this should be reviewed by someone who is very familiar with the AT2 module, like Andreas and/or Bruno. Guys?! I hope I will test it this afternoon. In the meanwhile thanks to all the sick people :-) Andrea

Re: Kannel Compatibility

2002-08-01 Thread Andrea Viscovich
You can use cygwin to compile it or you can use cygwin built 1.1.6 version by Stjpe. Look carefully at www.kannel.3glab.org Andrea - Original Message - From: Trésor Saba To: [EMAIL PROTECTED] Sent: Thursday, August 01, 2002 10:20 PM Subject: Kannel Compatibility

Re: at2 - support for DLR?

2002-07-14 Thread Andrea Viscovich
You have to request it to the smsc, and you do it with a particular UDH. And is not so simple :-) Andrea - Original Message - From: Michael Tung To: Oded Arbel Cc: [EMAIL PROTECTED] Sent: Sunday, July 14, 2002 8:00 AM Subject: Re: at2 - support for DLR?

Re: Kannel, AT2 and Cygwin : blocking

2002-06-10 Thread Andrea Viscovich
Hi Alex, never had such problem with at2 and cygwin, with 7 wavecom modems, in 3 different machine, w2000 advanced server or nt. The only problem is that sometimes smsbox fails to read fd 18 or something like that so it restarts throught the internal windows service. Andrea

kannel under w 2000 advanced server

2002-05-04 Thread Andrea Viscovich
This is just to let anyone know what happens using kannel under a windows 2000 advanced server cluster. We are using cygrunsvr to run kannel as a cluster service. Those type of service has 2 parameter called looks alive poll interval and is alive. Unfortunately seems vygrunsrv does not

Re: Looking for deveopers..

2002-05-03 Thread Andrea Viscovich
Ok I got plenty of customers for services. One thing I'm interested in is to get as many as possible Kannel services on my list. The reason for this is that I'm talking to a lot of new foreign carriers for offering them services. Those include Kannel, SMSC itself and web services for kannel.

Re: Looking for deveopers..

2002-05-02 Thread Andrea Viscovich
Hehe, since you ppl already asked I can say the same.. We need kanneldevelopers mucho... =) Well, we need... customers :-) We can even exchange developers for customes :-)) Andrea

Re: [FYI] Post-XML

2002-04-30 Thread Andrea Viscovich
1. Addition of CMTI: reading of SIM stored messages from AT devices in AT2. Needed to add support for the Motorola P7389i. Had to modify the at2_pdu_extract to cope with the two. Hi Alex, This has really to be done. I already did it for myself, but didn't send any patch as Oded said there

Re: CMTI support in AT2

2002-04-30 Thread Andrea Viscovich
Patch attached to add CMTI support to the AT2 driver. You'll need to add a new definition to your configuration file specifying that the init string for the phones you want to use this is AT+CNMI=1,1,0,0,0 rather than 1,2,0,0,0 and then define your smsc. I don't understand. I think it can

sendsms and smsc parameter

2002-04-26 Thread Andrea Viscovich
As someone pointed out sometime ago, if you have multiple smsc, the parameter smsc in sendsms url does not work. I knowthe routing can be done by properly write the kannel conf file, but I would like to choose it from a web page time by time, so the only thing is to have the parameter

Re: sendsms and smsc parameter

2002-04-26 Thread Andrea Viscovich
. for each modem. If I send 10 sms setting smsc=A they will be all delivered by A or after the first one kannel detects A is busy and forward it to B? Thanks Andrea - Original Message - From: Stipe Tolj [EMAIL PROTECTED] To: Andrea Viscovich [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday

Re: Stable SMSC with wavecom modems

2002-04-25 Thread Andrea Viscovich
Well, maybe won't change anything, by the way you have AT+CMMS=2^M It does not work with wavecom, and you should take it away from your source or get current cvs that should have a setting for it. Maybe then it will work. I had the same problem, but Usually I don't use modem to send sms, only to

Re: Stable SMSC with wavecom modems

2002-04-25 Thread Andrea Viscovich
Search cmms in smsc_at2.c source. There is only 1 row. do an /* */ over it Andrea - Original Message - From: Jacob Vennervald Madsen [EMAIL PROTECTED] To: Andrea Viscovich [EMAIL PROTECTED]; Kannel lists (E-mail 2) [EMAIL PROTECTED] Sent: Thursday, April 25, 2002 12:14 PM Subject

GSMViewer.class

2002-04-22 Thread Andrea Viscovich
Ckecking the contrib/web dir, seems GSMViewer.class and GSM.class are not avalaible. I think Bruno did that web dir, they aren't there intentionally or is only a mistake? Thanks Andrea Viscovich Direct Line: +39 041 2574825 Email2Mobile: [EMAIL PROTECTED] email :[EMAIL PROTECTED]

smsc_at2.c at+cmms=2

2002-04-18 Thread Andrea Viscovich
Inside the code there is a call to at+cmms=2 if(list_len(privdata-outgoing_queue) 1) at2_send_modem_command(privdata, AT+CMMS=2, 0, 0); On all wavecom this generates an error response. Looking to at manual (wavecom) there is no mention to this. Does anybody know anything about it? Andrea

Re: smsc_at2.c at+cmms=2

2002-04-18 Thread Andrea Viscovich
Thanks Alex and Oded. but latest CVS has a configuration for that (in modems.conf) that is disabled by default for most modem types I just dowloaded latest tar.gz (snapshot). There is exactly the same code: void at2_send_messages(PrivAT2data *privdata) { Msg *msg; do {

Re: Snapshots aren't being built (Was: Re: smsc_at2.c at+cmms=2)

2002-04-18 Thread Andrea Viscovich
Subject: Snapshots aren't being built (Was: Re: smsc_at2.c at+cmms=2) Hi Bruno, can you tell me why this happens? Still I tought snapshot were built at 4.00 every morning. Is there any reason as someone stopeed it? Cheers Andrea

Re: smsbox error

2002-04-08 Thread Andrea Viscovich
that before sim-buffering I never had Dr. Watson, but I can't tell you if that was the cause or not. Cheers Andrea P.S. I got it under windows 2000 advanced server - Original Message - From: Oded Arbel To: Andrea Viscovich Sent: Monday, April 08, 2002 7:09 PM Subject: RE

Re: Rif: RE: speed (smsc_at2.c)

2002-03-27 Thread Andrea Viscovich
+1 for me :-) Andrea - Original Message - From: Bruno David Rodrigues [EMAIL PROTECTED] To: Stipe Tolj [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: Oded Arbel [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, March 27, 2002 4:20 PM Subject: Re: Rif: RE: speed (smsc_at2.c) But that's

speed (smsc_at2.c)

2002-03-26 Thread Andrea Viscovich
. With current cvs, it sets speed to 9600 (I don't set it in kannel.conf) and then 5 modem works, the 19200 gets "no answer from modem". This is an error that should be fixed before new release. Andrea Andrea Viscovich Direct Line: +39 041 2574825 email :[EMAIL PROTECTED]

Re: speed (smsc_at2.c)

2002-03-26 Thread Andrea Viscovich
If you set the modemtype, kannel will use the group from modems.conf, and if speed is unset in it, kannel uses 9600. If you explicitly want kannel to autodetect, use speed = 0 in smsc group. I would have preferred to not set speed=0 to have it autodetect. Now that I know it, I'll do it. Actually

Re: [PATCH] Resubmit: sim buffering support for AT2.

2002-03-17 Thread Andrea Viscovich
Hi Oded, looking at it, it seems something has still to be fixed. Even with your patch there is no AT+CNMI: check when receiving sms. With wavecom happens to receive some sms which goes into sim memory even if we haven't sim-buffering. They may be class 2 messages (reading manual about AT+CNMI).

AT2 (Bruno's Patch)

2002-03-14 Thread Andrea Viscovich
Tried with alfanumeric sender visco I got visco see log: 2002-03-15 07:14:32 [5] DEBUG: AT2[/dev/com2]: Alphanumeric sender visco Well, not really ok, but almost :-) Andrea

Re: Log

2002-02-25 Thread Andrea Viscovich
it. Ian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Bjoern Buettner Sent: 25 February 2002 17:48 To: Andrea Viscovich; [EMAIL PROTECTED] Subject: AW: Log I've used batch file to startup kannel on Win23 run bearerbox.exe -v 1 smskannel.conf

smsc_at2

2002-02-25 Thread Andrea Viscovich
Today I sent to my wavecom gsm modem (at2 current cvs) a sms with alphanumeric sender. Instead of the usual +CMT:, 25 (or whatever number) and the pdu, I got: +CMTI: SM,3 nothing else. Obviusly kannel said I got CMT but wait next line timed out. I think we should do something in at2 before new

Re: timeout

2002-02-19 Thread Andrea Viscovich
Is there a way to not close connection? this depends on the HTTP/1.1 protocol I guess. I'm not aware how it's defined there, and I to busy to look for it, but I may assume that Keep-Alive connections to the HTTP server are used to be dropped if a class 500 reply is received. Well, do you

at2 and nokiaphone

2002-02-19 Thread Andrea Viscovich
Setting nokiaphone works properly with 7110, by the way with a 9110 it can't answer back to sms. See the log: 2002-02-19 23:45:33 [5] DEBUG: boxc_receiver: sms received 2002-02-19 23:45:35 [7] DEBUG: TP-Validity-Period: 24.0 hours 2002-02-19 23:45:35 [7] DEBUG: AT2[/dev/com1]: -- AT+CMGS=52^M

Re: smsbox closed connection (at2) (null msgdata)

2002-02-14 Thread Andrea Viscovich
Unfortunatly our cvs checkout is not up to date so I don't see what is happening on *your* line 698 of smsbox.c. The current cvs is out of scope for url_result_thread() for this line number. Could you please copy a short passage around that number, or the url_result_thread() function, so we

smsbox closed connection (at2)

2002-02-13 Thread Andrea Viscovich
Something very very bad happens sometimes with smsbox. This isn't the first time it happens Don't really know why, but it closes connection. Maybe it's because it receives an empty sms, but I have omit-empty = true in sms-service group. I give you here all the details, and I really hope I can

Re: at2 and 7110

2002-02-10 Thread Andrea Viscovich
, while on the other devices (wavecom modems) there is no problem. This is a major problem as first of all it kepps writing the log 100 row at second or more, andall modems stop work. Andrea - Original Message - From: Oded Arbel To: Andrea Viscovich ; [EMAIL PROTECTED] Sent

at2 and 7110

2002-02-08 Thread Andrea Viscovich
I recently added a 7110 (I already had 3 wavecom). Suddendly yesteday night bearerbox restarted, don't know exactly why. After that, I had this error: 2002-02-07 21:20:43 [8] DEBUG: AT2[/dev/com10]: device opened2002-02-07 21:20:43 [8] DEBUG: AT2[/dev/com10]: device openedRNO=132002-02-07

Mysql

2002-01-21 Thread Andrea Viscovich
I didn't tried, but I'm wondering if DLR work under windows with Mysql. Siurely I don't think I should use window version of mysql. Did anyone tried it out? Andrea

Re: pthread/poll problem

2002-01-11 Thread Andrea Viscovich
I'm generating the Kannel (latest snapshot) with cygwin 1.3.6 on a Win2000 platform. It compiles OK but generates some errors related to pthread/poll in the self tests. Nevertheless both sms and wap functionality seems very stable on Cygwin. Andrea, can you expience the poll error

Re: detect which modem has been called

2001-12-18 Thread Andrea Viscovich
as this is a REALLY major hole in kannels feature set, if you cannot tell which (virtual) SMSc a message has come from. Best wishes, Andy From: Andrea Viscovich [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: detect which modem has been called Date: Mon, 17 Dec 2001 19:09:31 +0100

detect which modem has been called

2001-12-17 Thread Andrea Viscovich
So it seems that smsc-id is not yet implemented neither in at or at2 code. By the way it seems to set %i to 1234 for all incoming messages. I call a unique url, with all received sms group = sms-service keyword = default url = http://localhost/sms/insert_received.asp?testo=%asender=%q;

Re: SMS-STATUS-REPORT ?

2001-11-15 Thread Andrea Viscovich
The Wavecom WM02 says it does; AT+CNMI=?,?,?,1,? says the following... SMS-STATUS-REPORTS routed using unsolicited code: +CDS: length CRLFpdu (PDU mode) or +CDS: fo,mr,[ra],[tora],scts,dt,st (Text mode) Hi Nick, well, I don't think I'll use it, but just to know, if someone want delivery

Compaq speedpaq

2001-10-25 Thread Andrea Viscovich
Someone asked me if kannel works with Compaq speedpaq pc card, (under Windoze of course) I don't think kannel sees it has a serial port COM, so I don't think it may work, by the way maybe I'm wrong? Andrea

Re: GSM modem

2001-10-24 Thread Andrea Viscovich
Use current cvs and at2 It works. If you want to use with 1.03. you need to modify some rows of smsc_at.c (pdu encode) Andrea - Original Message - From: David Holland [EMAIL PROTECTED] To: Fernando Primo [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, October 24, 2001 10:46 AM

Re: Bug?

2001-10-22 Thread Andrea Viscovich
By the way I discovered that omitting E N D : V E V E N T - - E N D : V C A L E N D A R This saves me an sms, and it work on my 8210. Do you think it works on all Nokia model? Thanks Andrea - Original Message - From: Bruno David Rodrigues [EMAIL PROTECTED] To: Andrea Viscovich [EMAIL

SSL

2001-10-21 Thread Andrea Viscovich
The patch for SSL provided for kannel by Stipe, works for the Url set in the kannel.conf file? So I may have a: URL = https://etc. when receiving sms? Thanks Andrea

Bug?

2001-10-19 Thread Andrea Viscovich
Maybe there is a pdu_encode bug in at2 (same as at) I'm sending calendar, and sometimes pdu is wrong. udh=%06%05%04%23%F5%00%00 If text is: %42%45%47%49%4E%3A%56%43%41%4C%45%4E%44%41%52%0D%0A%56%45%52%53%49%4F%4E%3A% 31%2E%30%0D%0A%42%45%47%49%4E%3A%56%45%56%45%4E%54%0D%0A%43%41%54%45%47%4F%5

Bug?

2001-10-19 Thread Andrea Viscovich
Maybe there is a pdu_encode bug in at2 (same as at) I'm sending calendar, and sometimes pdu is wrong. udh=%06%05%04%23%F5%00%00 If text is: %42%45%47%49%4E%3A%56%43%41%4C%45%4E%44%41%52%0D%0A%56%45%52%53%49%4F%4E%3A% 31%2E%30%0D%0A%42%45%47%49%4E%3A%56%45%56%45%4E%54%0D%0A%43%41%54%45%47%4F%5

SSL

2001-10-15 Thread Andrea Viscovich
this. Thanks very much Andrea Andrea Viscovich Direct Line: +39 041 2440092 email :[EMAIL PROTECTED]

Re: Concat with UDH?

2001-10-15 Thread Andrea Viscovich
I think he only wants a concatenation = 1 in kannel.conf Andrea - Original Message - From: Jörg Pommnitz [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, October 15, 2001 6:09 PM Subject: AW: Concat with UDH? Do you mean the UDH is more than one SM? I don't think that's valid...

RAM and page faults

2001-10-06 Thread Andrea Viscovich
As requested I xcan told you that with the latest cvs, smsc=at2 on windows2000 there are no RAM problems, by the way about 4 page faults every seconds. Everyone know why? Maybe due to cygwin dll, 1.1.8? Andrea

Re: gsm-modem -AT+ CNMI / no confirmation back to SMSC?

2001-10-03 Thread Andrea Viscovich
Matt, I would like you to patch the at code and let at2 code from Andreas Fink. By the way maybe someone won't agree with this, but having an at3 is not so good. Anybody using at currently has any comments? Andrea

Re: RING on AT

2001-10-02 Thread Andrea Viscovich
An M20 for example will get a bit confused when a call comes in but it does seem to recover after a few minutes (you'll see ringringringringringring as the terminal output if you switch the logging to debug!). But I think the only effective way is to divert all voice calls at the SIM.

R: DCS and M20

2001-09-18 Thread Andrea Viscovich
Which DCS do M20 accept for you ? Hi, I also think I have some problems with dcs, with the current at2 cvs. They work on my wavecom, and fails on Siemens TC35. Can anyone tell me some AT to try all different DCS values to see which works? Andrea

Again on AT

2001-09-18 Thread Andrea Viscovich
Sorry to bother you again. I still have trouble sending sms with the current cvs, SIM is working properly, has been put into a phone and send correctly any sms. By the way with Siemens TC35 even changing SIM this is what I get. (correctly receives but error answering) The pdu seems correct. Any

Re: Explanation

2001-09-11 Thread Andrea Viscovich
this is a log from smsbox I presume. I think your bearerbox died... -- You are right it was smsbox log, but I don't understand why bearer died with no info, see smsprof.log 2001-08-22 11:05:36 [5] DEBUG: boxc_receiver: sms received 2001-08-22 11:05:36 [8] DEBUG: smscconn_sender (AT:

Cvs

2001-09-10 Thread Andrea Viscovich
Using current CVS, under Windows NT 4.0 sp6 128 mega RAM I have this error: gwthread_pollfd: error in poll I tried to restart many times byt always same error. log: 2001-09-10 12:38:18 [4] DEBUG: Started thread 16 (gw/bb_boxc.c:function) 2001-09-10 12:38:18 [16] INFO: Client connected from

Thread

2001-09-10 Thread Andrea Viscovich
Latest cvs under Windoze: It seems I can't create new thread. I never had that problem, is there a maximun number of threads? Any ideas? Thanks in advance 2001-09-10 13:15:23 [4] DEBUG: Started thread 17 (gw/bb_boxc.c:function) 2001-09-10 13:15:23 [17] INFO: Client connected from 127.0.0.1

Re: Sms answer to a ring call

2001-08-24 Thread Andrea Viscovich
Why would you hang up when you did not accept the call? I don't want to accept the call, otherwise the caller is billed for it, isn't it? I only have to get it's caller id, and hang up. IMHO ATH is only meaningful after an ATA. I don't remember the meaning of ATA. And: Why do you insist on

Re: Sms answer to a ring call

2001-08-24 Thread Andrea Viscovich
I completely understand that you do not want to do this. What you want to do is reject the incoming call. I don't know the AT command to do this. I tried with ATH and it works. In this case there is an alternative that at least two people (me and Hubert) think is much better than messing with

Re: Sms answer to a ring call

2001-08-24 Thread Andrea Viscovich
By the way don't forget the other solution is easier Under Unix enviroment, but not so easy under Windoze. Why not? It should work equally well under Windows. You should try to compile mgetty, and then how can you run the script? Andrea P.S. please post only to the list, othewise I get them

Re: Sms answer to a ring call

2001-08-24 Thread Andrea Viscovich
A simple program (C, Java or whatever) that opens a serial port, initializes the modem, waits for RINGs and forwards the caller id through HTTP to Kannel is enough. Sounds like just a few hours hacking. Uhm, so you would have Kannel and another program to initialise the same port, I don't

Re: Sms answer to a ring call

2001-08-22 Thread Andrea Viscovich
I feel the same way, but my understanding is that Andrea want's to use the same modem for SMS and the incoming call. In this case sharing the line is hard (impossible??). Well, as I may send sms by other connections, I just would like to have bearerbox listen to incoming ring, and then habe

Sms answer to a ring call

2001-08-21 Thread Andrea Viscovich
I am wondering if it possible, with gsm modem, to listen to phone call, get the callerid, and replying with an sms to it. This to save an sms. Say you are using kannel to access a database by sending an sms, which kannel is answering calling an url which gives back always the same result. Is it

Re: keyword on sms-service

2001-07-26 Thread Andrea Viscovich
I'm trying to set up the java applet in order to receive sms from kannel, but I don't use any keyword in the message. Is there a way to handle all the sms words and send them to the url specified ? Maybe, with a parameter not listed on the docs... I think it's on the Doc. I use it ancd it

R: Problem on serial ports with modem SMSC

2001-07-13 Thread Andrea Viscovich
Has anybody ever tried to run kannel with a siemens TC 35? At least with 1.03 stable release it seems to send some sms twice, and is not able to receive any sms. I would like to know if someone has got it right, as it seems there are some patches fpr the smsc_at.c module, bu t I don't know if