unsubscribe;

2009-01-09 Thread Nauman Mazhar
unsubscribe


RE: defining validityperiod for SMS messages

2009-01-06 Thread Nauman Mazhar
Thanks. It worked.

- Nauman

From: zillur rahman [mailto:zillur...@yahoo.com]
Sent: 06 January 2009 09:08
To: Nauman Mazhar
Subject: Re: defining validityperiod for SMS messages

Dear Mr. Mazhar,

Yes it is possible. please use url like this

http://10.1.4.25:13015/cgi-bin/sendsms?username=testpassword=testto=daaddrfrom=oaddrvalidity=500text=hello;

just change the valur of validity parameter

Thanks

--- On Mon, 1/5/09, Nauman Mazhar nauman.maz...@synchronica.com wrote:
From: Nauman Mazhar nauman.maz...@synchronica.coar M
Subject: defining validityperiod for SMS messages
To: users@kannel.org users@kannel.org
Date: Monday, January 5, 2009, 8:29 AM
Hi,

I need to set validity period of sms messages that may vary depending on 
certain conditions. I may define validityperiod param in kannel.conf but then 
the validity period will remain the same for all sms messages. Can I send the 
validityperiod in URL?

- Nauman





defining validityperiod for SMS messages

2009-01-05 Thread Nauman Mazhar
Hi,

I need to set validity period of sms messages that may vary depending on 
certain conditions. I may define validityperiod param in kannel.conf but then 
the validity period will remain the same for all sms messages. Can I send the 
validityperiod in URL?

- Nauman



OTA Email settings

2008-12-29 Thread Nauman Mazhar
Hi,

I am sending email settings to Sony Ericsson device via Kannel 
(.../cgi-bin/sendota/...). Device says invalid settings received. I strongly 
believe that I am sending the right settings and there is something wrong with 
the Kannel config.

I see the following in the log:


 INFO: smsbox: Got HTTP request /cgi-bin/sendota from 10.223.202.35
 INFO: sendsms used by test
 DEBUG: OTA service with XML document
 DEBUG: Octet string at 0x8a0c6c8:
 DEBUG:   len:  522
 DEBUG:   size: 1024
 DEBUG:   immutable: 0
 DEBUG:   data: 01 06 2c 1f 2a 61 70 70 6c 69 63 61 74 69 6f 6e   
..,.*application
 DEBUG:   data: 2f 78 2d 77 61 70 2d 70 72 6f 76 2e 62 72 6f 77   
/x-wap-prov.brow
 DEBUG:   data: 73 65 72 2d 73 65 74 74 69 6e 67 73 00 81 ea 03   
ser-settings
 DEBUG:   data: 0b 6a 00 c5 45 03 31 2e 31 00 01 c6 55 01 87 11   
.j..E.1.1...U...
 DEBUG:   data: 06 03 56 6f 64 61 66 6f 6e 65 00 01 87 10 06 ab   
..Vodafone..
 DEBUG:   data: 01 87 07 06 03 56 6f 64 61 66 6f 6e 65 00 01 87   
.Vodafone...
 DEBUG:   data: 08 06 03 77 65 62 2e 76 6f 64 61 66 6f 6e 65 2e   
...web.vodafone.

Kannel is appending application/x-wap-prov.browser-settings with the sent email 
settings which I believe is not correct. How may I change this?

Thanks
- Nauman


OTA compilier warnings

2008-12-25 Thread Nauman Mazhar
Hi,

I am sending EMAIL and APN settings to SE K800 using Kannel
(.../cgi-bin/sendota/...). Settings are sent but device is ignoring the
settings. The sent XML settings are correct and works with my XML to WBXML
decoder and SMS gateway(SMPP). But when I send the XML via Kannel, it does
not work.

Settings:

?xml version=1.0 encoding=UTF-8?
wap-provisioningdoc version=1.1
characteristic type=NAPDEF
parm name=NAPID value=Vodafone/
parm name=BEARER value=GSM-GPRS/
parm name=NAME value=Vodafone/
parm name=NAP-ADDRESS value=web.vodafone.de/
parm name=NAP-ADDRTYPE value=APN/
parm name=DNS-ADDR value=139.7.30.125/
parm name=DNS-ADDR value=139.7.30.126/
/characteristic
characteristic type=APPLICATION
parm name=APPID value=143/
parm name=PROVIDER-ID value=t...@test.com/
parm name=TO-NAPID value=Vodafone/
characteristic type=APPADDR
parm name=ADDR value=www.test.biz/
characteristic type=PORT
parm name=PORTNBR value=50001/
parm name=SERVICE value=/
/characteristic
/characteristic
characteristic type=APPAUTH
parm name=AAUTHNAME value=t...@test.com/
parm name=AAUTHSECRET value=abcde/
/characteristic
/characteristic
characteristic type=APPLICATION
parm name=APPID value=25/
parm name=NAME value=t...@test.com/
parm name=PROVIDER-ID value=t...@test.com/
parm name=FROM value=t...@test.com/
parm name=TO-NAPID value=Vodafone/
characteristic type=APPADDR
parm name=ADDR value=www.test.biz/
characteristic type=PORT
parm name=PORTNBR value=5000/
parm name=SERVICE value=/
/characteristic
/characteristic
characteristic type=APPAUTH
parm name=AAUTHNAME value=t...@test.com/
parm name=AAUTHSECRET value=abcde/
/characteristic
/characteristic
/wap-provisioningdoc

I see the following in the log:

…
2008-12-24 16:56:35 [23122] [3] INFO: smsbox: Got HTTP request
/cgi-bin/sendota from 10.223.202.35
2008-12-24 16:56:35 [23122] [3] INFO: sendsms used by test
2008-12-24 16:56:35 [23122] [3] DEBUG: OTA service with XML document
2008-12-24 16:56:35 [23122] [3] WARNING: OTA compiler: Unknown attribute
'version' in OTA source, with value '1.1'.
2008-12-24 16:56:35 [23122] [3] WARNING: OTA compiler: Unknown attribute
'type' in OTA source, with value 'NAPDEF'.
2008-12-24 16:56:35 [23122] [3] WARNING: OTA compiler: Unknown attribute
'type' in OTA source, with value 'APPLICATION'.
2008-12-24 16:56:35 [23122] [3] WARNING: OTA compiler: Unknown attribute
'type' in OTA source, with value 'APPADDR'.
2008-12-24 16:56:35 [23122] [3] WARNING: OTA compiler: Unknown attribute
'type' in OTA source, with value 'PORT'.
2008-12-24 16:56:35 [23122] [3] WARNING: OTA compiler: Unknown attribute
'type' in OTA source, with value 'APPAUTH'.
2008-12-24 16:56:35 [23122] [3] WARNING: OTA compiler: Unknown attribute
'type' in OTA source, with value 'APPLICATION'.
2008-12-24 16:56:35 [23122] [3] WARNING: OTA compiler: Unknown attribute
'type' in OTA source, with value 'APPADDR'.
2008-12-24 16:56:35 [23122] [3] WARNING: OTA compiler: Unknown attribute
'type' in OTA source, with value 'PORT'.
2008-12-24 16:56:35 [23122] [3] WARNING: OTA compiler: Unknown attribute
'type' in OTA source, with value 'APPAUTH'.
2008-12-24 16:56:35 [23122] [3] DEBUG: Octet string at 0x92e2428:
2008-12-24 16:56:35 [23122] [3] DEBUG:   len:  720
2008-12-24 16:56:35 [23122] [3] DEBUG:   size: 1024
2008-12-24 16:56:35 [23122] [3] DEBUG:   immutable: 0
…

I feel that OTA compiler warnings have to do with the failure.

Kindly advise.

Cheers.