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.

Re: HTTP SMSC

2001-10-02 Thread Stipe Tolj
Hi Aaeno, Push Proxy Gateway uses http smsc in a special way. A HTTP SMSCnbsp; generatesnbsp; following HTTP get request when it receives a sendmessage event: http://hostname:port/path?user=foopassword=barto=numbertext=%02%06%17%ae

Re: usage of smsc_http.c

2001-10-02 Thread Stipe Tolj
An example would be an SMS aggregator (a virtual SMSC) that provides a http interface to their system. There are a number of companies that provide a http interface for sending SMS messages and a company may wish to connect to one of these systems. I can't think of any of these offhand but I

anyone using EMI2 with DLR?

2001-10-02 Thread Stipe Tolj
Hi, as I reported previously we had huge problems with latest CVS snapshot for emi2. There were assertion errors after using /cgi-bin/sendsms and both smsbox and bearerbox died. I located the problem to be in: gw/smsc_emi2.c:696: i = octstr_search_char(ts,':',0); so it

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

2001-10-02 Thread jakob . gaardsted
Hi. I'm running 'latest kannel cvs' (sep28) with a Falcom A2D1 modem, and the at smsc interface (*) It seems the modem/kannel is not acknowledging the incoming SMSs the way the telco SMSC (some kind of EMI2, I assume) wants it. Whenever I send an SMS from a regular mobile, two things happen: 1)

Re: [BUG] AT2 eating my cpu

2001-10-02 Thread Andreas Fink
There's something wrong in AT2 code :( I haven't yet checked the code, but changing config file to AT solved my problem. I'm receiving sms through M20 and AT2 and receive and send through EMI (emi2). EVERYTHING is working correctly but AT2 thread is eating 99% of my cpu. (even receiving sms's

Re: anyone using EMI2 with DLR?

2001-10-02 Thread Andreas Fink
Hi, as I reported previously we had huge problems with latest CVS snapshot for emi2. There were assertion errors after using /cgi-bin/sendsms and both smsbox and bearerbox died. I located the problem to be in: gw/smsc_emi2.c:696:i = octstr_search_char(ts,':',0); so it

Re: how to use AT2 Driver ?

2001-10-02 Thread Andreas Fink
i've a problem to receive messages, and some one tell me to use AT2, any can help me, how to use at2 driver, what shuld i do ? change the driver name from at to at2. You need to use the latest CVS version of kannel to have the code in it. Maybe its time to do a 1.1.6 release soon. --