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 po

ODP: Sms answer to a ring call

2001-08-21 Thread Hubert Kubik
mgetty. Regards Hubert Kubik > -Wiadomosc oryginalna- > Od: Andrea Viscovich [mailto:[EMAIL PROTECTED]] > Wyslano: 21 sierpnia 2001 17:50 > Do: [EMAIL PROTECTED] > Temat: Sms answer to a ring call > > > I am wondering if it possible, > with gsm modem, to list

Re: Sms answer to a ring call

2001-08-22 Thread Andrea Viscovich
> Hi > Mgetty launches a program when it finds caller id to authorize user and > passes > CallerID and some other stuff to it. > You can write script which takes CallerID and do whatever you want, for > example > access http sendsms intefrace. > Its really easy, five minutes of work, maybe som

ODP: Sms answer to a ring call

2001-08-22 Thread Hubert Kubik
> > Hi > > Mgetty launches a program when it finds caller id to > authorize user and > > passes > > CallerID and some other stuff to it. > > You can write script which takes CallerID and do whatever > you want, for > > example > > access http sendsms intefrace. > > Its really easy, five minute

AW: Sms answer to a ring call

2001-08-22 Thread Jörg Pommnitz
> -Ursprüngliche Nachricht- > Von: Hubert Kubik [mailto:[EMAIL PROTECTED]] > Gesendet am: Mittwoch, 22. August 2001 10:26 > An: [EMAIL PROTECTED] > Betreff: ODP: Sms answer to a ring call > > There is a standard gsm AT command set, you can find it somewhere

ODP: Sms answer to a ring call

2001-08-22 Thread Hubert Kubik
> -Wiadomosc oryginalna- > Od: Jörg Pommnitz [mailto:[EMAIL PROTECTED]] > Wyslano: 22 sierpnia 2001 10:59 > Do: '[EMAIL PROTECTED]' > Temat: AW: Sms answer to a ring call > I feel the same way, but my understanding is that Andrea > want's to u

AW: Sms answer to a ring call

2001-08-22 Thread Jörg Pommnitz
twoch, 22. August 2001 11:14 > An: '[EMAIL PROTECTED]' > Betreff: ODP: Sms answer to a ring call > > It is possible, because mgetty doesn't block line. You can > talk to modem > while > noone is connected to our line. I did such things, I set up > mgetty +

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 ha

AW: Sms answer to a ring call

2001-08-22 Thread Jörg Pommnitz
[EMAIL PROTECTED]] > Gesendet am: Mittwoch, 22. August 2001 11:31 > An: [EMAIL PROTECTED] > Betreff: Re: Sms answer to a ring call > > > > >I feel the same way, but my understanding is that Andrea > want's to use > >the same modem for SMS and the incomin

Re: Sms answer to a ring call

2001-08-22 Thread Andrea Viscovich
>OK, in this case my suggestion is to leave Kannel alone >and write a tiny program that does what you want. You can >use smsc_at for inspiration, but maybe it's easier to just >compile mgetty inside the Cygnus environment. Ok, I'll try to compile it under Cygwin. Thanks Andrea

Re: Sms answer to a ring call

2001-08-23 Thread Stipe Tolj
> 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 resu

RE: Sms answer to a ring call

2001-08-23 Thread Roy Smith
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Stipe Tolj Sent: 23 August 2001 10:34 Cc: [EMAIL PROTECTED] Subject: Re: Sms answer to a ring call Importance: Low > I am wondering if it possible, > with gsm modem, to listen to phone call, &g

ODP: Sms answer to a ring call

2001-08-23 Thread Hubert Kubik
ED] > Temat: RE: Sms answer to a ring call > > > GSM 07.07 defines :- > > "+CLIP: Calling line identification presentation" > > So, AT+CLIP=1will enable presentation which will be of > the format ... > +CLIP:, > where type is number type from GSM 04

Re: Sms answer to a ring call

2001-08-24 Thread Andrea Viscovich
>that would be great if possible. >Has someone experience with those stuff? As Hubert said, I tried with my wavecom, it's ok. AT+CLIP=1 OK RING +CLIP: "+393479336220",145 RING +CLIP: "+393479336220",145 So now I'm trying to implerment this in kannel. Basically I think I have to change (dup

AW: Sms answer to a ring call

2001-08-24 Thread Jörg Pommnitz
> -Ursprüngliche Nachricht- > Von: Andrea Viscovich [mailto:[EMAIL PROTECTED]] > Gesendet am: Freitag, 24. August 2001 09:54 > An: [EMAIL PROTECTED] > Betreff: Re: Sms answer to a ring call > > So now I'm trying to implerment this in kannel. >

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 o

AW: Sms answer to a ring call

2001-08-24 Thread Jörg Pommnitz
> -Ursprüngliche Nachricht- > Von: Andrea Viscovich [mailto:[EMAIL PROTECTED]] > Gesendet am: Freitag, 24. August 2001 11:07 > An: [EMAIL PROTECTED] > Betreff: Re: Sms answer to a ring call > > > >Why would you hang up when you did not accept the c

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 >

AW: Sms answer to a ring call

2001-08-24 Thread Jörg Pommnitz
> -Ursprüngliche Nachricht- > Von: Andrea Viscovich [mailto:[EMAIL PROTECTED]] > Gesendet am: Freitag, 24. August 2001 11:56 > An: [EMAIL PROTECTED] > Betreff: Re: Sms answer to a ring call > > >I completely understand that you do not want to do this. &

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

AW: Sms answer to a ring call

2001-08-24 Thread Jörg Pommnitz
> >Why not? It should work equally well under Windows. > > You should try to compile mgetty, and then how can you run > the script? While mgetty sounds like a sensible solution, I was not strictly talking about it. A simple program (C, Java or whatever) that opens a serial port, initialize

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

AW: Sms answer to a ring call

2001-08-24 Thread Jörg Pommnitz
> > Uhm, so you would have Kannel and another program to initialise > the same port, I don't know if it's possible. > Andrea No, doing both, handling SMS and incoming calls over the same modem would require that smsc_at does it all. That's why I jumped to my current proposal only when you t

RE: Sms answer to a ring call

2001-08-24 Thread Roy Smith
PROTECTED]]On Behalf Of Andrea Viscovich Sent: 24 August 2001 12:07 To: [EMAIL PROTECTED] Subject: Re: Sms answer to a ring call Importance: Low >A simple program (C, Java or whatever) that opens >a serial port, initializes the modem, waits for RINGs and forwards >the caller id throug

Re: Sms answer to a ring call

2001-08-24 Thread Andrea Viscovich
> > Uhm, so you would have Kannel and another program to initialise > > the same port, I don't know if it's possible. > > Andrea >No, doing both, handling SMS and incoming calls over the same >modem would require that smsc_at does it all. That's why I jumped >to my current proposal only when yo

Re: ODP: Sms answer to a ring call

2001-08-23 Thread Stipe Tolj
Hi, > Mgetty launches a program when it finds caller id to authorize user and > passes > CallerID and some other stuff to it. > You can write script which takes CallerID and do whatever you want, for > example > access http sendsms intefrace. > Its really easy, five minutes of work, maybe some mo

Re: ODP: Sms answer to a ring call

2001-08-24 Thread Stipe Tolj
Hi, > It also works with M20. > I just did a hack to mgetty that can read Caller ID and pass it to another > authorization > program/script. great! -- what about concurrancy while calling?! (see my previous post) Is the patch to mgetty available? Regards, Stipe [EMAIL PROTECTED]

ODP: ODP: Sms answer to a ring call

2001-08-24 Thread Hubert Kubik
> Hi, > > > It also works with M20. > > I just did a hack to mgetty that can read Caller ID and > pass it to another > > authorization > > program/script. > > great! -- what about concurrancy while calling?! > > (see my previous post) > > Is the patch to mgetty available? I did not make myse