Re: how to detect and resend failed sms?

2004-01-10 Thread Rudy
Hi Nejc, You need to store all outgoing message in (database) table with at least following fields: unique id number, the message itself and delivery status. Then another application should check the status periodically (and re-send messages still undeliver). I believe the steps would be some

RE: problem while compiling

2004-01-10 Thread Navjot Singh
do you have other c compiler installed on your RH 7.2? if that compiles your helloworld and gcc doesn't. then you know for sure that gcc is a problem. I am not a hardcore C guy so can't say much about it. However, it seems to be the problem with gcc. consider upgrading. HTH Navjot Singh >-Or

RE: how to detect and resend failed sms?

2004-01-10 Thread Navjot Singh
>Yes, the DLR are working but the uni id makes problems to me. >When I get the >DLR report, i do not know which sms to resend if it was failed. >quick clue maybe? That's why i said you need to maintan that UNI ID out of your kannel box. That means in your app. There is a way to do this stuff wit