Re: sms-service regex problem

2005-06-14 Thread Gareth Reakes
Hi all, Thanks all for your tips. It seems Mihai is correct since [:space:] does not work either. Could a kannel developer comment on this? Is this be design or a bug? It seems a touch strange to me as I can see many situations in which you would want to distinguish the second url. Cheers,

Re: Windows/Cygwin vs Linux

2005-06-14 Thread Gareth Reakes
Hi Brent, I have not heard of anyone making kannel work under cygwin (that they admitted last time I asked), but Brian seems to be nearly there now. Hopefully he will post a howto :) If he does get it working I don't see why there would be a problem with using cygwin. I would guess that it

Re: where the message gone?

2005-06-14 Thread Gareth Reakes
Hi Ricky, Ricky Wibowo wrote: sir.. if the operator give me a number for my box is 3345, where i put this number into the kannel.conf ?? which part?? I don't know what you are referring to. Is this the telephone number that people will use to SMS to you? How are you connecting to your

Re: where the message gone?

2005-06-14 Thread Gareth Reakes
Hi Ricky, Ricky Wibowo wrote: Sorry if i make you confuse with my question, I meant, the number which people use to SMS to me and i'm conneceted to the operator via SMPP Ricky You don't have to put it anywhere. If you are sending out on it you may want to put it as a sender (for

WAP ports

2005-06-14 Thread Real World
Hi , to get activate Kannel wap gateway , what are the ports has to be enabled from the firewall ( checkpoint ) ? Generally , portsshould be udp 9201 , 9202 , 9203 ..i think . ( i have configured in the conf file ) so can some one give me any idaa plz ? Thank u, Mark Discover

Re: Windows/Cygwin vs Linux

2005-06-14 Thread Alejandro Guerrieri
Kannel WORKS under Cygwin, but don't even think about using it on production enironments. The threads on cygwin aren't reliable at all and you'll surely lose messages if you hava a fair amount of traffic. It works fine for testing purposes and as a proof of concept, though. Hope it helps, On

Sending OTA Setting using Kannel PPG

2005-06-14 Thread Giri Krishnan
Hi All, I am trying to send the GPRS/MMS Settings to the Mobile using Kannel PPG. Is any body knows the Kannel PPG supports sending the OTA messages to Kannel PPG using HTTP. Another questions regarding this is about the DTD. Can I use like this file://192.158.050.111/gw/settings.dtd. so that I

Re: test_SI

2005-06-14 Thread Aarno Syvänen
Yes, of course. And another thing: if someone would implement PPG over CDMA, can he send definitions to the list *before* starting. This one requires some planning ;) Aarno On 9.6.2005, at 17.28, Jonathan Houser wrote: But if you *do* use ppg, you do not need to do all bit stuff. In addition,

Re: Authorization failed for sendsms

2005-06-14 Thread Aarno Syvänen
Do not use +, escape it (%2b). + means space. Aarno On 11.6.2005, at 19.30, Allan hank wrote: Hi, I've beeb using kannel for about 3 months but i wanted to add mysql dlr-db and all became a mess instead. 1) I can longer send sms, the error Authorization failed for sendsms when i issue the

Re: test_SI

2005-06-14 Thread Jonathan Houser
Aarno, Yes, of course. And another thing: if someone would implement PPG over CDMA, can he send definitions to the list *before* starting. This one requires some planning ;) I've got it implemented already. It supports two different styles of how the SMSC needs to get it --

Re: Abnormal termination every 5 minutes

2005-06-14 Thread Aarno Syvänen
Have you set keep alive variable ? Aarno On 13.6.2005, at 13.07, David Ritchie wrote: Hello all -- I have inherited a peculiar situation where Kannel has suddenly decided to terminate every 300 seconds (occasionally making it to 600, but usually 300). Everything goes along well until it

Re: Sending OTA Setting using Kannel PPG

2005-06-14 Thread Aarno Syvänen
You can send OTA settings using Kannel smsbox. PPG does not currently compile these. Aarno On 14.6.2005, at 13.47, Giri Krishnan wrote: Hi All, I am trying to send the GPRS/MMS Settings to the Mobile using Kannel PPG. Is any body knows the Kannel PPG supports sending the OTA messages to

Re: test_SI

2005-06-14 Thread Aarno Syvänen
Then we must live with it perhaps. Lots of chages are not bad as such, if they are put in a separate module. Did you use network feature of SI documents ? Aarno On 14.6.2005, at 14.12, Jonathan Houser wrote: Aarno, Yes, of course. And another thing: if someone would implement PPG

how to fetch sms inbox?

2005-06-14 Thread julyanto
Dear Lists, I use Siemens Mobile phone connected with kannel. sometimes sms cannot go thru kannel, and ended in sms inbox (sim card memory i guess). Anyone know how to setup kannel to be able to get sms that arrived in sim card memory instead delivered to TE (terminal Equipment) ? I guess this

Re: test_SI

2005-06-14 Thread Jonathan Houser
Aarno, Then we must live with it perhaps. Lots of chages are not bad as such, if they are put in a separate module. Did you use network feature of SI documents ? A number of the changes had to be made to core things (like smscconn.c and smsbox.c and wapbox.c). This was needed

Re: test_SI

2005-06-14 Thread Aarno Syvänen
Perhaps you can send the patch to the list ? In addition to cdma support, your code could perhaps form a framework for supporting other (possible) networks. Aarno On 14.6.2005, at 14.35, Jonathan Houser wrote: Aarno, Then we must live with it perhaps. Lots of chages are not bad as

push proxy gateway

2005-06-14 Thread Pascal Carrié
Hi! I 'm new in the stuff. And i have to put a push proxy gateway. I want send a XML to kannel and that it send to the user a push sms with a url that the user can retrieve with wap (in my side i have no wap stuff to do!) I have read the doc (the doc is good but hard for newbie...) i have

Re: Windows/Cygwin vs Linux

2005-06-14 Thread Brent Goldspring
Thank you both for your responses. :) I'll give it a go under Cygwin while I'm building the Linux box which will be used in the more serious trial. :) Brent Alejandro Guerrieri wrote: Kannel WORKS under Cygwin, but don't even think about using it on production enironments. The threads on