Hi Aditya,
Please take a look at the quality-of-service section in the Push
Access Protocol specification, which you can download from here:
http://www.openmobilealliance.org/tech/affiliates/wap/wap-247-pap-20010429-a.pdf
Regards,
Rodrigo.
On Sat, May 24, 2008 at 11:46 AM, Aditya Manumayasa <[EMAIL PROTECTED]> wrote:
>
> hi all
>
> '<pap>'."\r\n".
> '<push-message push-id="'.$wap_push_id.'">'."\r\n\t".
> '<address
> address-value="WAPPUSH=+'.$phone.'/[EMAIL PROTECTED]"/>'."\r\n\t".
> '<quality-of-service priority="high" bearer-required="true"
> network-required="true" delivery-method="unconfirmed" network="GSM"
> bearer="SMS"/>'.
> "\r\n</push-message>\r\n".
> "</pap>\r\n\r\n".
> "--multipart-boundary\r\n".
> "Content-type: text/vnd.wap.si\r\n\r\n".
> '<?xml version="1.0"?>'."\r\n".
> '<!DOCTYPE si PUBLIC "-//WAPFORUM//DTD SI 1.0//EN"'."\r\n".
> '"http://www.wapforum.org/DTD/si.dtd">'."\r\n".
> "<si>\r\n".
> '<indication action="signal-high" si-id="'.$wap_push_id.'"
> href="'.$push_url.'">'.$text.'</indication>'."\r\n".
> "</si>\r\n"."--multipart-boundary--\r\n";
>
> from wap push source code above (bold section) i want to ask :
> 1. what the meaning of priority="high" ?
> 2. what the meaning of action="signal-high" ?
> 3. what the meaning of delivery-method="unconfirmed" ?
> 4. what the meaning of bearer-required="true" network-required="true"
> network="GSM" bearer="SMS" ?
>
> anyone can help me.
> --
> View this message in context:
> http://www.nabble.com/wap-push-parameter-tp17448568p17448568.html
> Sent from the Kannel - User mailing list archive at Nabble.com.
>
>
>