Wap push report

Wap push report SearchSearch
Author Message
devel
New member
Username: Devel

Post Number: 17
Registered: 01-2006
Posted on Monday, August 07, 2006 - 05:56 pm:   

i am testing the wap push method and report.

Procedure as follow:
1) wap push to user
- status on mmsdata/date/*.ini, status=pending
2) user received wap push on phone and retrieve the content
- status on mmsdata/date/*.ini, status=delivered

is there a way after user retrieved the content, the system will call a pre-defined URL and like http://xxx/.asp?msgid=xxx&status=delivered?

The idea is for customer support so that we know if the user actually download the content.

cheers!
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 6315
Registered: 10-2002
Posted on Monday, August 14, 2006 - 06:21 pm:   

Hi,

This is an idea that we've discussed internally from time to time. But we never implemented, primarily because we couldn't decide on a good way to indicate that a URL callback should be triggered.

We're open to suggestions for how this might be implemented in the future.

Should the callback URL be submitted in a variable when the push is submitted?

-bn
devel
New member
Username: Devel

Post Number: 18
Registered: 01-2006
Posted on Thursday, August 24, 2006 - 09:29 pm:   

hi bryce, as above, the url call can be as simple as http://xxx/xxx.asp?msgid=xxx&status=the_status.
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 6437
Registered: 10-2002
Posted on Thursday, August 24, 2006 - 10:14 pm:   

I guess the question that I have is whether the callback URL should be submitted with the push ... or whether there should be a generic callback that gets passed a message id.

It sounds like you would be happy with a generic callback.

I'm going to bring this up in our next development meeting and see what ideas we can come up with for implementing.

-bn