RE: WAP ALerts
"Srinivas Munagala" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.user,gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Aarno,
Thanks for your reply .Yes i am using Kannel PPG.
I figured out the problem. The problem is not with parameters it
is with the length of the URL.
I decreased the length of the url
http://server/VisitorManager/visitor.aspx?
<http://server/VisitorManager/visitor.aspx?v=11> v=11 to
http://server/vman/visitor.aspx? <http://server/vman/visitor.aspx?v=11>
v=11 which is working fine
with all mobile handsets.
Please let me know if i am wrong in conclusion that problem is
with length of URL.
Thanks,
Srinivasa Rao Munagala
Lead Developer
109 Wellesley Street West,
Auckland CBD
New Zealand
Tel: (649) 9307 8622
M 64) 21 653291
www.thehyperfactory.com
-----Original Message-----
From: Aarno Syvänen [mailto:[email protected]]
Sent: Wednesday, 15 September 2004 7:44 p.m.
To: Srinivas Munagala
Cc: [email protected]; [email protected]
Subject: Re: WAP ALerts
Are you using Kannel PPG ?
Aarno
On 15.9.2004, at 01:17, Srinivas Munagala wrote:
HI,
I am having problems with URL in service indication element at
<indication href=" > while sending wap alerts.
When i am appending parameters to the url like ?v=1 wap alert is
delivered to mobile phone.
If i am increasing the length of the parameter values to 2(ie.. ?v=11)
then i am not getting the wap alert to mobile phone .
SI which is working
<?xml version="1.0" ?>
<!DOCTYPE si PUBLIC "-//WAPFORUM//DTD SI 1.0//EN"
"http://www.wapforum.org/DTD/si.dtd">
<si>
<indication href="http://server/VisitorManager/visitor.aspx?v=1"
si-id="[email protected]"
action="signal-high" created= "1999-06-25T15:23:15Z"
si-expires="2005-12-30T00:00:00Z" >
Message</indication></si>
Example of SI which is not working
<?xml version="1.0" ?>
<!DOCTYPE si PUBLIC "-//WAPFORUM//DTD SI 1.0//EN"
"http://www.wapforum.org/DTD/si.dtd">
<si>
<indication href="http://server/VisitorManager/visitor.aspx?v=11"
si-id="[email protected]"
action="signal-high" created= "1999-06-25T15:23:15Z"
si-expires="2005-12-30T00:00:00Z" >
Message</indication></si>
Please give me suggestions or solutions regarding the above problem.
Thanks,
Srinivasa Rao Munagala
Lead Developer
109 Wellesley Street West,
Auckland CBD
New Zealand
Tel: (649) 9307 8622
M 64) 21 653291
www.thehyperfactory.com