Re: [Users] VASP Delivery Report

2009-06-12 Thread Paul Bagyenda
When Mbuni receives a message, it is routed to the mms-service URL  
that matches the request. That URL should respond with content that  
can be routed back to the sender. The URL can also supply extension  
HTTP response headers in the (HTTP) response (see doc) that tell Mbuni  
which URL to call when the reply message is delivered.  Once that  
message goes out to operator MMSC, it is up to the operator MMSC to  
decide when to send back the DLR. This could happen because the phone  
confirms message receipt (typical) or because the MMSC considers the  
message delivered even if the phone is configured not to confirm (as  
you mention below). The MMSC will then send back the SOAP DLR request  
to the VASP, and Mbuni will call the URL that was supplied in the  
extension HTTP response headers.


If on the other hand you pushed the original message out directly via  
Mbuni's sendmms CGI interface, then you can supply (as I mentioned  
before) a dlr-url CGI parameter, which then gets called as above when  
a DLR is received.


I hope this clarifies the situation.


On Jun 11, 2009, at 13:36, Thilani ,තිලානි  
අබේසිංහ wrote:



Thanks for your reply.
I installed Mbuni as a mmsc.
I put vas url as =http://localhost:24345

so when there is a message to vas mmsc delivers it  to vasp?
Say
VAS submit message to mmsc(mm7_submit_req) it request a delivery  
report.

then mmsc sends back(mm7_submit_req)
mmsc delivers message to mobile
then mmsc should send the delivery report to VAS using http://localhost:24345 
 ??


What happen if the receiver mobile  has blocked sending delivery  
reports for message it gets.(Phone mms settings-receiving  
options ,send delivery report = NO)

Still Mbuni mmsc send the delivery report to VAS ??


On Thu, Jun 11, 2009 at 12:28 PM, Paul Bagyenda  
bagye...@dsmagic.com wrote:
If you use the sendmms interface directly, then just add the CGI  
parameter:


 dlr-url=url_you_want_called_when_dlr_received

And Mbuni will call it for you when the DLR is received.

On Jun 10, 2009, at 08:28, Thilani ,තිලානි  
අබේසිංහ wrote:



hi,
Can you send me a sample configuration of Mbuni which is configured  
for getting VAS delivery report.


Thanks


On Wed, Jun 3, 2009 at 9:53 AM, Paul Bagyenda  
bagye...@dsmagic.com wrote:
Once the MMS is delivered to the subscriber, the MMSC should send  
back a DeliveryReport_REQ to Mbuni, which translates into a URL  
call (if you provided a URL with either a dlr-url CGI parameter in  
the sendmms request, or using Mbuni extension HTP headers).



On Jun 01, 2009, at 14:40, Thilani ,තිලානි  
අබේසිංහ wrote:




--
Hi,
I have a VASP application, It sends  mm7_submt_REQ to MMSC.The aim  
is to send MMS to given list of subscribers

I'm getting a succesfull mm7_submt_RES.
I want to know how VASP verify the MMS is delivered to subscriber.I  
set Delivery report true in mm7 soap message.


Thanks
regards
~Thilani

___
Users mailing list
Users@mbuni.org
http://lists.mbuni.org/mailman/listinfo/users

___
Users mailing list
Users@mbuni.org
http://lists.mbuni.org/mailman/listinfo/users



--

~Thilani Abeysinghe

~තිලානි අබේසිංහ
___
Users mailing list
Users@mbuni.org
http://lists.mbuni.org/mailman/listinfo/users



___
Users mailing list
Users@mbuni.org
http://lists.mbuni.org/mailman/listinfo/users




--

~Thilani Abeysinghe

~තිලානි අබේසිංහ
___
Users mailing list
Users@mbuni.org
http://lists.mbuni.org/mailman/listinfo/users


___
Users mailing list
Users@mbuni.org
http://lists.mbuni.org/mailman/listinfo/users


Re: [Users] VASP Delivery Report

2009-06-11 Thread Paul Bagyenda
If you use the sendmms interface directly, then just add the CGI  
parameter:


 dlr-url=url_you_want_called_when_dlr_received

And Mbuni will call it for you when the DLR is received.

On Jun 10, 2009, at 08:28, Thilani ,තිලානි  
අබේසිංහ wrote:



hi,
Can you send me a sample configuration of Mbuni which is configured  
for getting VAS delivery report.


Thanks


On Wed, Jun 3, 2009 at 9:53 AM, Paul Bagyenda bagye...@dsmagic.com  
wrote:
Once the MMS is delivered to the subscriber, the MMSC should send  
back a DeliveryReport_REQ to Mbuni, which translates into a URL call  
(if you provided a URL with either a dlr-url CGI parameter in the  
sendmms request, or using Mbuni extension HTP headers).



On Jun 01, 2009, at 14:40, Thilani ,තිලානි  
අබේසිංහ wrote:




--
Hi,
I have a VASP application, It sends  mm7_submt_REQ to MMSC.The aim  
is to send MMS to given list of subscribers

I'm getting a succesfull mm7_submt_RES.
I want to know how VASP verify the MMS is delivered to subscriber.I  
set Delivery report true in mm7 soap message.


Thanks
regards
~Thilani

___
Users mailing list
Users@mbuni.org
http://lists.mbuni.org/mailman/listinfo/users

___
Users mailing list
Users@mbuni.org
http://lists.mbuni.org/mailman/listinfo/users



--

~Thilani Abeysinghe

~තිලානි අබේසිංහ
___
Users mailing list
Users@mbuni.org
http://lists.mbuni.org/mailman/listinfo/users


___
Users mailing list
Users@mbuni.org
http://lists.mbuni.org/mailman/listinfo/users


Re: [Users] VASP Delivery Report

2009-06-11 Thread Thilani , තිලානි අබේසිංහ
Thanks for your reply.
I installed Mbuni as a mmsc.
I put vas url as =http://localhost:24345

so when there is a message to vas mmsc delivers it  to vasp?
Say
VAS submit message to mmsc(mm7_submit_req) it request a delivery report.
then mmsc sends back(mm7_submit_req)
mmsc delivers message to mobile
then mmsc should send the delivery report to VAS using
http://localhost:24345 ??

What happen if the receiver mobile  has blocked sending delivery reports for
message it gets.(Phone mms settings-receiving options ,send delivery report
= NO)
Still Mbuni mmsc send the delivery report to VAS ??


On Thu, Jun 11, 2009 at 12:28 PM, Paul Bagyenda bagye...@dsmagic.comwrote:

 If you use the sendmms interface directly, then just add the CGI parameter:
  dlr-url=url_you_want_called_when_dlr_received

 And Mbuni will call it for you when the DLR is received.

 On Jun 10, 2009, at 08:28, Thilani ,තිලානි අබේසිංහ wrote:

 hi,
 Can you send me a sample configuration of Mbuni which is configured for
 getting VAS delivery report.

 Thanks


 On Wed, Jun 3, 2009 at 9:53 AM, Paul Bagyenda bagye...@dsmagic.comwrote:

 Once the MMS is delivered to the subscriber, the MMSC should send back a
 DeliveryReport_REQ to Mbuni, which translates into a URL call (if you
 provided a URL with either a dlr-url CGI parameter in the sendmms request,
 or using Mbuni extension HTP headers).


 On Jun 01, 2009, at 14:40, Thilani ,තිලානි අබේසිංහ wrote:



 --
 Hi,
 I have a VASP application, It sends  mm7_submt_REQ to MMSC.The aim is to
 send MMS to given list of subscribers
 I'm getting a succesfull mm7_submt_RES.
 I want to know how VASP verify the MMS is delivered to subscriber.I set
 Delivery report true in mm7 soap message.

 Thanks
 regards
 ~Thilani

 ___
 Users mailing list
 Users@mbuni.org
 http://lists.mbuni.org/mailman/listinfo/users


 ___
 Users mailing list
 Users@mbuni.org
 http://lists.mbuni.org/mailman/listinfo/users




 --

 ~Thilani Abeysinghe

 ~තිලානි අබේසිංහ
 ___
 Users mailing list
 Users@mbuni.org
 http://lists.mbuni.org/mailman/listinfo/users



 ___
 Users mailing list
 Users@mbuni.org
 http://lists.mbuni.org/mailman/listinfo/users




-- 

~Thilani Abeysinghe

~තිලානි අබේසිංහ
___
Users mailing list
Users@mbuni.org
http://lists.mbuni.org/mailman/listinfo/users


Re: [Users] VASP Delivery Report

2009-06-10 Thread Thilani , තිලානි අබේසිංහ
hi,
Can you send me a sample configuration of Mbuni which is configured for
getting VAS delivery report.

Thanks


On Wed, Jun 3, 2009 at 9:53 AM, Paul Bagyenda bagye...@dsmagic.com wrote:

 Once the MMS is delivered to the subscriber, the MMSC should send back a
 DeliveryReport_REQ to Mbuni, which translates into a URL call (if you
 provided a URL with either a dlr-url CGI parameter in the sendmms request,
 or using Mbuni extension HTP headers).


 On Jun 01, 2009, at 14:40, Thilani ,තිලානි අබේසිංහ wrote:



 --
 Hi,
 I have a VASP application, It sends  mm7_submt_REQ to MMSC.The aim is to
 send MMS to given list of subscribers
 I'm getting a succesfull mm7_submt_RES.
 I want to know how VASP verify the MMS is delivered to subscriber.I set
 Delivery report true in mm7 soap message.

 Thanks
 regards
 ~Thilani

 ___
 Users mailing list
 Users@mbuni.org
 http://lists.mbuni.org/mailman/listinfo/users


 ___
 Users mailing list
 Users@mbuni.org
 http://lists.mbuni.org/mailman/listinfo/users




-- 

~Thilani Abeysinghe

~තිලානි අබේසිංහ
___
Users mailing list
Users@mbuni.org
http://lists.mbuni.org/mailman/listinfo/users


Re: [Users] VASP Delivery Report

2009-06-03 Thread Paul Bagyenda
Once the MMS is delivered to the subscriber, the MMSC should send back  
a DeliveryReport_REQ to Mbuni, which translates into a URL call (if  
you provided a URL with either a dlr-url CGI parameter in the sendmms  
request, or using Mbuni extension HTP headers).


On Jun 01, 2009, at 14:40, Thilani ,තිලානි  
අබේසිංහ wrote:





--
Hi,
I have a VASP application, It sends  mm7_submt_REQ to MMSC.The aim  
is to send MMS to given list of subscribers

I'm getting a succesfull mm7_submt_RES.
I want to know how VASP verify the MMS is delivered to subscriber.I  
set Delivery report true in mm7 soap message.


Thanks
regards
~Thilani

___
Users mailing list
Users@mbuni.org
http://lists.mbuni.org/mailman/listinfo/users


___
Users mailing list
Users@mbuni.org
http://lists.mbuni.org/mailman/listinfo/users