RE: WAP Push

2007-07-02 Thread Remon Magdy
Hello Peter,

You can send WAP push by either the WAP Box or through the http get request.

I prefer using the http get request.

Through the http request the body of the message has to be encoded and a UDH 
has to be added
Here is an example:

http://KANNEL_IP:13013/cgi-bin/sendsms?user=testpass=testfrom=Senderto=2012XXsmsc=TestSMSCudh=%06%05%04%0B%84%23%F0text=%1B%06%01%AE%02%05%6A%00%45%C6%0C%03{WAP_URL}%00%01%03{WAP_Push}%00%01%01

Just make sure to replace {WAP_URL} and {WAP_Push} in the above URL as desired 
for your business.

Regards,
Remon


From: Peter Lum [mailto:[EMAIL PROTECTED] 
Sent: Monday, July 02, 2007 3:59 AM
To: 'Captain Garbage'; users@kannel.org
Subject: WAP Push

Hi
 
How to do a WAP Push?
 
(a) Must I set up a WAP Box? Yes/No
(b) Can I use the http get request like send SMS to send WAP Push? Yes/No
 
Thanks and regards,
Peter



RE: WAP Push

2007-07-02 Thread Peter Lum
Hi Remon

Thanks!

Must I set 

smsc=
Udh=%06%05%04%0B%84%23%F0
Text=%1B%06%01%AE%02%05%6A%00%45%C6%0C%03{WAP_URL}%00%01%03{WAP_Push}%00%01%
01

{WAP_URL} should be something like http://wap.somesite.com but

What is the {WAP_Push}?

Thanks and hope to hear from you soon.

Regards,
Peter

-Original Message-
From: Remon Magdy [mailto:[EMAIL PROTECTED] 
Sent: Monday, July 02, 2007 3:10 PM
To: [EMAIL PROTECTED]; Captain Garbage; users@kannel.org
Subject: RE: WAP Push

Hello Peter,

You can send WAP push by either the WAP Box or through the http get request.

I prefer using the http get request.

Through the http request the body of the message has to be encoded and a UDH
has to be added Here is an example:

http://KANNEL_IP:13013/cgi-bin/sendsms?user=testpass=testfrom=Senderto=20
12XXsmsc=TestSMSCudh=%06%05%04%0B%84%23%F0text=%1B%06%01%AE%02%05%6A%
00%45%C6%0C%03{WAP_URL}%00%01%03{WAP_Push}%00%01%01

Just make sure to replace {WAP_URL} and {WAP_Push} in the above URL as
desired for your business.

Regards,
Remon


From: Peter Lum [mailto:[EMAIL PROTECTED]
Sent: Monday, July 02, 2007 3:59 AM
To: 'Captain Garbage'; users@kannel.org
Subject: WAP Push

Hi
 
How to do a WAP Push?
 
(a) Must I set up a WAP Box? Yes/No
(b) Can I use the http get request like send SMS to send WAP Push? Yes/No
 
Thanks and regards,
Peter





RE: WAP Push

2007-07-02 Thread Remon Magdy
{WAP_Push} will be displayed to the receiver as message description.

The smsc field is not important as long as you do not want force the message 
from a specific smsc.

The UDH is mandatory to be set with the below value.

Note also that the URL should not include the http://; part as it will be 
appended automatically when sent to the receiver.

e.g.

Text=%1B%06%01%AE%02%05%6A%00%45%C6%0C%03MyFirstWAP_Push%00%01%03wap.somesite.com%00%01%01

Regards,
Remon


-Original Message-
From: Peter Lum [mailto:[EMAIL PROTECTED] 
Sent: Monday, July 02, 2007 12:44 PM
To: Remon Magdy; 'Captain Garbage'; users@kannel.org
Subject: RE: WAP Push

Hi Remon

Thanks!

Must I set 

smsc=
Udh=%06%05%04%0B%84%23%F0
Text=%1B%06%01%AE%02%05%6A%00%45%C6%0C%03{WAP_URL}%00%01%03{WAP_Push}%00%01%
01

{WAP_URL} should be something like http://wap.somesite.com but

What is the {WAP_Push}?

Thanks and hope to hear from you soon.

Regards,
Peter

-Original Message-
From: Remon Magdy [mailto:[EMAIL PROTECTED] 
Sent: Monday, July 02, 2007 3:10 PM
To: [EMAIL PROTECTED]; Captain Garbage; users@kannel.org
Subject: RE: WAP Push

Hello Peter,

You can send WAP push by either the WAP Box or through the http get request.

I prefer using the http get request.

Through the http request the body of the message has to be encoded and a UDH
has to be added Here is an example:

http://KANNEL_IP:13013/cgi-bin/sendsms?user=testpass=testfrom=Senderto=20
12XXsmsc=TestSMSCudh=%06%05%04%0B%84%23%F0text=%1B%06%01%AE%02%05%6A%
00%45%C6%0C%03{WAP_URL}%00%01%03{WAP_Push}%00%01%01

Just make sure to replace {WAP_URL} and {WAP_Push} in the above URL as
desired for your business.

Regards,
Remon


From: Peter Lum [mailto:[EMAIL PROTECTED]
Sent: Monday, July 02, 2007 3:59 AM
To: 'Captain Garbage'; users@kannel.org
Subject: WAP Push

Hi
 
How to do a WAP Push?
 
(a) Must I set up a WAP Box? Yes/No
(b) Can I use the http get request like send SMS to send WAP Push? Yes/No
 
Thanks and regards,
Peter