Re: kannel 1.3.2 - kannel confounds DLRs - how can i make sure that i get the correct dlr-status for sms?

2004-09-01 Thread Nicholas Rahn
Hi gordon, you're analysis is correct. the 3 sms will all have the same DLR (smsc and ts). Because of this, Kannel can not guarantee that you will get the same DLR (database) entry upon reception of the DLR from the SMSC. this is quite unfortunate when you are trying to provide acurate logging

Do I need a sms gateway in my case?

2004-09-01 Thread Davinia Lopez
Hi, could you help me, please? I'd be very grateful. I'm a little confused about when I need to administrate my own gateway. I have to send sms to persons whose phone numbers are in a database. Do I need a sms gateway? Also, could you give me web pages where can I found information about, please?

Re: AT commands reference?

2004-09-01 Thread James Noctor
Hi Navjot, The AT interface specifications are GSM 07.05 (SMS AT Commands) and GSM 07.07 (general terminal interface). These are published on the ETSI (www.etsi.org) or 3GPP (www.3gpp.org) sites. But the Siemens modem interface contains both. TDC has a link to documents that contain the AT co

Sendsms

2004-09-01 Thread Jane P. Ifurung
Hello! Is it possible to use the sendsms feature of Kannel (http://XXX.XXX.XX.X/cgi-bin/sendsms?) even if my smsbox is not installed with a web server (such as apache) and php?   Thanks! Mtech.com, Inc. The information contained in this e-mail message is company-privileged and

Using SMS over GPRS with Kannel

2004-09-01 Thread Rob
I'm trying to speed up my system. Currently I'm able to send about 12 SMS messages per minute using 2 Wavecom modems. But currently, 12 messages a minute is a bit slow, since they are being used in a interactive game. During gameplay I need to speed it up. Now I want to use GPRS for sending the me

Re: Sendsms

2004-09-01 Thread Enver ALTIN
On Wed, 2004-09-01 at 16:51 +0800, Jane P. Ifurung wrote: > Hello! Is it possible to use the sendsms feature of Kannel > (http://XXX.XXX.XX.X/cgi-bin/sendsms?) even if my smsbox is not > installed with a web server (such as apache) and php? Kannel has no dependency on any web server; so the an

FW: Sendsms

2004-09-01 Thread Jane P. Ifurung
I’ve tried to send a SMS message through the sendsms in a browser and the browser displayed a “Sent” message but there is nothing displayed/sent message in my phone…What’s happening here? Do I have to set something else in Kannel’s configuration? I don’t think there’s nothing wrong with my

Re: FW: Sendsms

2004-09-01 Thread Rogelio Serrano
On 2004-09-01 18:05:07 +0800 Jane P. Ifurung <[EMAIL PROTECTED]> wrote: I've tried to send a SMS message through the sendsms in a browser and the browser displayed a "Sent" message but there is nothing displayed/sent message in my phone...What's happening here? Do I have to set something else i

Re: kannel 1.3.2 - kannel confounds DLRs - how can i make sure that i get the correct dlr-status for sms?

2004-09-01 Thread Ivars Jukams
kannel can use microtime for ts or also add autoincrement field in dlr db and use it together with ts or wothout ts.

Re: Do I need a sms gateway in my case?

2004-09-01 Thread Navjot Singh
not at all. You may just connect to some SMSC directly. SMSC may provide you connectivity using SMPP/CIMD/UCP/EMI/HTTP or any other protocol. Just write the client for it. However, should you need DLRs, you need to put in more time. regards Navjot Singh On Wed, 01 Sep 2004 07:44:28 +, Davin

Re: Do I need a sms gateway in my case?

2004-09-01 Thread Jeetendra Singh
I have to send sms to persons whose phone numbers are in a database. Do I need a sms gateway? SMS gateway is not required in your particular case, if u can live with a slow throughput and expensive solution of using a mobile device connectors like Nokia Data Suite (NDS). You can write a

Re: kannel 1.3.2 - kannel confounds DLRs - how can i make sure that i get the correct dlr-status for sms?

2004-09-01 Thread 3steps2web-support
hi i prefer the solution with autoincrement fields ind dlr-db! this sounds good, but where I have to do the changes? regards + thanks for your help!!! gordon -- Message: 1 Date: Wed, 1 Sep 2004 13:07:25 +0300 From: "

Re: kannel 1.3.2 - kannel confounds DLRs - how can i make sure that i get the correct dlr-status for sms?

2004-09-01 Thread Alexander Malysh
Hi, would you please explain how autoincrement should work? 3steps2web-support wrote: > > hi > > i prefer the solution with autoincrement fields ind dlr-db! > this sounds good, but where I have to do the changes? > > regards + thanks for your help!!! > > gordon > >

RE: FW: Sendsms

2004-09-01 Thread Jane P. Ifurung
Thanks Dido. Okay, here is what my bearerbox and smsbox log says when I directly do a sendsms in a browser: http://127.0.0.1:13013/cgi-bin/sendsms?username=&password=&from= 09228051616&to=access-code-given-by-telco&text=my-text-here Take note also that smsbox says it splits my 164 charact

RE: Sendsms

2004-09-01 Thread Jane P. Ifurung
Thanks for the replies Sirs. Yes Sirs, I put the port number 13013 in my sendsms url. It's set at 13013 in my configuration file. This is what my bearerbox and smsbox says when I do sendsms in a browser: http://127.0.0.1:13013/cgi-bin/sendsms?username=&password=&from= 09228051616&to=access-

Re: kannel 1.3.2 - kannel confounds DLRs - how can i make sure that i get the correct dlr-status for sms?

2004-09-01 Thread Enver ALTIN
Merhaba, On Wed, 2004-09-01 at 14:04 +0200, Alexander Malysh wrote: > would you please explain how autoincrement should work? It simply won't work for this purpose, because we can't embed this unique ID to the message we have requested DLR for. Am I right? -- Enver ALTIN |

Re: FW: Sendsms

2004-09-01 Thread Jeetendra Singh
The HTTP URL values are incorrect. Please use ur mobile number in "to" parameter instead of access code. The "from" filed should have the sender id. Also since ur msg length was only 164, the msg was split in 2 and not 3. It will split a message in 3 parts if it exceeds 152 (or is it 153)*2 ch

Re: FW: Sendsms

2004-09-01 Thread Jeetendra Singh
It seems the URL u gave has a typo in "to" and "from" parameters. Your SMSBOX logs show that u r using correct values in the HTTP URL. In that case, it seems your bearebox is not properly connected to your SMSC. You can confirm the same from your bearebox logs. regards, -Jeetendra Jeetendra Si

Re: The "sms_service" config

2004-09-01 Thread Rodrigo A. Cremaschi
Does your SMSC use SMPP? Are you connected to your SMSC? If you are not, you will see something like this in your log: 2004-09-01 09:43:11 [99039] [8] DEBUG: SMPP[_YOURSMSC_]: Sending enquire link: 2004-09-01 09:43:11 [99039] [8] DEBUG: SMPP PDU 0x8150b00 dump: 2004-09-01 09:43:11 [99039] [8] DEB

Re: kannel 1.3.2 - kannel confounds DLRs - how can i make sure that i get the correct dlr-status for sms?

2004-09-01 Thread MatthieuP
Why couldn't we ? it's just a question of inserting the DLR /before /sending, looking at the last inserted ID and use it instead of the couple timestamp / smsc ... Enver ALTIN wrote: Merhaba, On Wed, 2004-09-01 at 14:04 +0200, Alexander Malysh wrote: would you please explain how autoincrement

Re: kannel 1.3.2 - kannel confounds DLRs - how can i make sure that i get the correct dlr-status for sms?

2004-09-01 Thread Alexander Malysh
Enver ALTIN wrote: > Merhaba, > > On Wed, 2004-09-01 at 14:04 +0200, Alexander Malysh wrote: >> would you please explain how autoincrement should work? > > It simply won't work for this purpose, because we can't embed this > unique ID to the message we have requested DLR for. Am I right? yes, y

FW: Sendsms and Reply to phone is status message

2004-09-01 Thread Jane P. Ifurung
    -Original Message- From: Jane P. Ifurung Sent: Wednesday, September 01, 2004 9:57 PM To: '[EMAIL PROTECTED]' Subject: Sendsms and Reply to phone is status message   In addition to my problem of not receiving any response to my phone when doing sendsms in a browser, I also c

Re: [Kannel-Users] FW: Sendsms and Reply to phone is status message

2004-09-01 Thread Peter Beckman
On Wed, 1 Sep 2004, Jane P. Ifurung wrote: In addition to my problem of not receiving any response to my phone when doing sendsms in a browser, I also could not receive the supposed response of my web application. Instead, I get only "Sent." message in my phone. Below is the output of my sendsms lo

RE: AT commands reference?

2004-09-01 Thread Bret Kumler
http://www.zoltrix.com/support_html/modem/USEMODEM.HTM -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Navjot Singh Sent: Tuesday, August 31, 2004 11:01 PM To: [EMAIL PROTECTED] Subject: AT commands reference? hi, Can someone provide the links where can

RE: Sendsms

2004-09-01 Thread Bret Kumler
yup   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jane P. Ifurung Sent: Wednesday, September 01, 2004 1:52 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Sendsms   Hello! Is it possible to use the sendsms feature of Kannel (http://XXX.XXX.XX.X/cgi-bin/

Re: AT commands reference?

2004-09-01 Thread Alejandro Guerrieri
I have this one from Siemens: http://t12.magicom-bcn.net/siemens_at.pdf I've used it with a C60 and it seems very similar. Regards, On Wed, 1 Sep 2004 07:28:10 -0700, Bret Kumler <[EMAIL PROTECTED]> wrote: > http://www.zoltrix.com/support_html/modem/USEMODEM.HTM > > > > -Original Message

RE: AT commands reference?

2004-09-01 Thread Themba Mbatha
Does anyone know where I can get one from wavecom? Themba Mbatha Senior Java Developer DiscoveryWorld Discovery Direct: +27 11 529 5035 Email: [EMAIL PROTECTED] URL: www.discovery.co.za -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alejandro Guerrieri S

Re: kannel 1.3.2 - kannel confounds DLRs - how can i make sure that i get the correct dlr-status for sms?

2004-09-01 Thread Ivars Jukams
-- Why couldn't we ? it's just a question of inserting the DLR /before /sending, looking at the last inserted ID and use it instead of the couple timestamp / smsc ... -- Of course, there is no problem, maybe with making the patch, but I don