RE: receipted_msg_id in dlr?

2010-04-20 Thread Andrew Toth
Hi Alex, I was under the impression that kannel only calls dlr-url for deliver_sm events, and not for submit_sm_resp. Please let me know if I'm wrong on this point. Thanks, Andrew _ From: Alejandro Guerrieri [mailto:alejandro.guerri...@gmail.com] Sent: Tuesday, 20 April 2010 4:29

FW: Query regarding max-messages on Kannel 1.4.1

2010-04-20 Thread Walsh, Orlagh
Hi, I have a query regarding the max-messages field to support long messages for SMS. I have a configuration set up as follows: # Default group = sms-service keyword = default # text = "ESME Reply" # max-messages = 1 url = "http://10.118.7.121/cgi-bin/as_capture.pl?text=%a&sender=%p&service=%P"

device in Windows (kannel version 1.4.3)

2010-04-20 Thread j.b.r.
Hi all, I'm sure this issue has been explained below, but after a few days of google search in kannel website, I haven't found any information about. Currently i'm integrating Kannel for SMS sending through USB GSM Modem (Sierra Wireless). I'm able to send SMSs in right way with previous version o

Re: FW: Query regarding max-messages on Kannel 1.4.1

2010-04-20 Thread Henri Hovi
160 chars as 7 bit, 140 chars as 8bit ? UDH ? On Tue, Apr 20, 2010 at 12:28 PM, Walsh, Orlagh wrote: > > > > > Hi, > > I have a query regarding the max-messages field to support long messages > for SMS. > > I have a configuration set up as follows: > > > > # Default > > group = sms-service > >

RE: FW: Query regarding max-messages on Kannel 1.4.1

2010-04-20 Thread Walsh, Orlagh
It looks like concatenation message, one messages contains 153 characters ( I received a response from Jyoti Ranjan Panda on this) Thanks, Orlagh From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Henri Hovi Sent: 20 April 2010 10:40 To: users@kannel.org Subject: Re:

Re: FW: Query regarding max-messages on Kannel 1.4.1

2010-04-20 Thread jyotiranjan panda
for 7 bit encoding- 153 + 7(udh) and 8 bit encoding 134 + 6(udh). regards Jyoti ranjan Panda On Tue, Apr 20, 2010 at 3:13 PM, Walsh, Orlagh wrote: > It looks like concatenation message, one messages contains 153 characters > ( I received a response from Jyoti Ranjan Panda on this) > > > > Than

Re: My kannel system did not work properly after about 1 day

2010-04-20 Thread Alvaro Cornejo
how do you send the message to kannel? can you provide an uri example? |-| Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier celular y Nextel en el Perú, México y en

Re: device in Windows (kannel version 1.4.3)

2010-04-20 Thread Alvaro Cornejo
In pure linux, you should look for the correct USB driver for your USB modem. A fast way to test is to do: -disconect the device - do a dmsg | grep tty - note what you get - insert the device - redo the dmesg |grep tty - check the differences. In some cases USB ports are shown as dev/ttyACMxxx.

Re: My kannel system did not work properly after about 1 day

2010-04-20 Thread Thai Pham
Hi Alvaro, Here is the uri: http://localhost:13013/cgi-bin/sendsms?username=tester&password=abcdef&to=0903123123&text=test+message This uri worked all the times. I always got the response 0: accept to delivery. Thanks Thai On Tue, Apr 20, 2010 at 8:26 PM, Alvaro Cornejo wrote: > how do you sen

Re: receipted_msg_id in dlr?

2010-04-20 Thread Alejandro Guerrieri
kannel calls dlr-url on: * submit_sm_resp, this is why I call "fake dlr". Kannel hits the dlr-url with an "ACK/" or "NACK/" payload. * when receiving a "real" DLR from a carrier (which is a deliver_sm, but not an MO but a special case where the payload is the delivery receipt string). Regards, A

Re: device in Windows (kannel version 1.4.3)

2010-04-20 Thread Nikos Balkanas
Hi, Check latest User's guide. There is a special section there to modem initialization. wvdial or minicom are good tools to test your modem *before* configuring it to kannel. Alvaro is correct. In linux usb drivers will map usb devices to a head /dev/USB0 with usb info. The actual serial po

Re: Undocumented mcc and mnc parameters in smsc-group (smpp)

2010-04-20 Thread Nikos Balkanas
Hi Alex, It seems that the 1.4.1 link is conspicually missing from older versions section. Could you please add it? Thanks, Nikos - Original Message - From: Alejandro Guerrieri To: Antti Karvonen Cc: users@kannel.org Sent: Sunday, April 18, 2010 12:58 AM Subject: Re: Undocumented mc

Re: Undocumented mcc and mnc parameters in smsc-group (smpp)

2010-04-20 Thread Alejandro Guerrieri
I've managed to find it by replacing "1.4.3" by "1.4.1". 2010/4/20 Nikos Balkanas > Hi Alex, > > It seems that the 1.4.1 link is conspicually missing from older versions > section. Could you please add it? > > Thanks, > Nikos > > - Original Message - From: Alejandro Guerrieri > To: Antti

Re: Undocumented mcc and mnc parameters in smsc-group (smpp)

2010-04-20 Thread Nikos Balkanas
I see. Still someone with access on the http server should update the page. I hope you do, because I don't. Nikos - Original Message - From: Alejandro Guerrieri To: Nikos Balkanas Cc: Antti Karvonen ; users@kannel.org Sent: Tuesday, April 20, 2010 9:25 PM Subject: Re: Undocumented mcc

RE: receipted_msg_id in dlr?

2010-04-20 Thread Andrew Toth
Thanks for the clarification Alex, much appreciated. Andrew _ From: Alejandro Guerrieri [mailto:alejandro.guerri...@gmail.com] Sent: Wednesday, 21 April 2010 2:15 AM To: Andrew Toth Cc: users@kannel.org Subject: Re: receipted_msg_id in dlr? kannel calls dlr-url on: * submi