Re: How to stop 'Could not fecth' error from going to mobile

2007-08-14 Thread Rodrigo Cremaschi
Hi Khary: You can use reply-couldnotfetch configuration variable to change the message. That will not stop the message from reaching the phone, though. Maybe you can try a combination of reply-couldnotfetch = omit-empty = true as Seik suggests. I never tried it. The best way to avoid

Re: How to stop 'Could not fecth' error from going to mobile

2007-08-14 Thread Khary Sharpe
Hi Rodrigo, Thanks for your reply. The configuration below appears (based on the docs) to apply to the smsbox and not the sms-service, is this the case or does it apply to both? Good suggestion on running locally however, we are processing hundreds of thousand request per day and it appears

Re: Is it possible to set the outgoing Kannel port?

2007-08-14 Thread Alejandro Guerrieri
Cyrus, That's pretty strange. I don't know of any config files to set that. Furthermore, it's quite unpractical, since it's the undelying OS the one setting the ports. Even if you were able to set a port, there's no guarantee from the OS that the specified port will even be available when kannel

Re: Cingular 8125 GSM Cellphone or other ATT GSM cellphones and Kannel.

2007-08-14 Thread Alejandro Guerrieri
Michael, I have a Cingular 8525 with the latest ATT firmware installed. I'm not sure how similar to your device is, but maybe this helps you. There's a program called Internet Sharing that it should be used to connect to the device. Previous firmware had a setting for that, I don't remember the

Re: DLR Kannel but SMSC send DLR using standard incoming SMS

2007-08-14 Thread Alejandro Guerrieri
Ady, From what I understand, you send a message and gets loaded on the dlr table, but when the dlr comes back (it comes back, right) kannel does not recognize it and the dlr stays forever on the table? Or, kannel recognizes it but doesn't hit dlr-url? First of all, check the logs and make sure

Re: Cingular 8125 GSM Cellphone or other ATT GSM cellphones and Kannel.

2007-08-14 Thread Michael Habashy
Thanks Alejandro - Have you tried other phones I am not trying to use the internet with the phone - just the capability to send sms text messeges from kannel through the phone. Will you try that phone with kannel? please let me know how you make out. I will check the BT connect. But do you

Re: Cingular 8125 GSM Cellphone or other ATT GSM cellphones and Kannel.

2007-08-14 Thread Alejandro Guerrieri
Michael, Theoretically, it should accept regular AT commands (never tried yet). I'll try it when I have a minute and post the results. I've tried with many other phones, with mixed results. I've used a Siemens C60, Motorola C385 and V3 with good results (only testing and proof of concept, never

smsc-id forwarding between several kannels

2007-08-14 Thread Alvaro Cornejo
Hi What I want to have is: The message commes to the kannel network in kannel1 with smsc = 1, it forwadrs the message to a 3rd kannel smsc, through a 2nd kannel but want to have kannel 3 know that the message entered into the system through kannel1/smsc1 and not from kannel2/smsc2 that is the

Response to SMSC HTTP MO Message

2007-08-14 Thread ismail
Hi ALL I use HTTP SMSC connection to a carrier. The carrier does not support push MT hence I do not have valid send-url in my configuration. The Carrier requires I send only one MT with an MO to reply to an incoming MO. I must respond back to the MT as the body of their get Http of request.

Can not send sms frm kannel

2007-08-14 Thread Amr Qanadilo //AMC//
Hello all, I am very new to kannel. I have mnaged to configure the kannel gateway over my secure VPN connections. Thanks for all your help. now i have a different problem. i am starting kannel (bearerbox) and it is connecting to the server (SMSC) as well. i am starting the smsbox and it

Re: Can not send sms frm kannel

2007-08-14 Thread Alejandro Guerrieri
Amr, You're confusing things. Kannel creates a virtual file /cgi-bin/sendsms that has nothing to do with your regular web server (that listens on port 80, while kannel listens on the port you've configured on the kannel.conf file). You won't find the sendsms file anywhere in your path, but if you