MMS Callbacks

MMS Callbacks SearchSearch
Author Message
Alexandre
Frequent Contributor
Username: Alexd

Post Number: 128
Registered: 01-2008
Posted on Monday, September 27, 2010 - 08:31 pm:   

Hello!

How to configure accounting callback to send MMS, receive MMS reports?
Is there any possibility to handle the processes of the MMS,
as when sending SMS (SMSIN, SMSOUT)?

Have any info about it ?

thanks.
Alexandre
Frequent Contributor
Username: Alexd

Post Number: 129
Registered: 01-2008
Posted on Tuesday, September 28, 2010 - 05:53 pm:   

For DES.

And some question, how to hook MMSDeliverReport, coz i see in MMSAcountCallback response only:

PreAuth=Yes;Type=MMSDeliveryReport;From=+mobile;VASPIN=76.X.X.X;To=mobile;MsgCou nt=1;

but any Status of MMS message.
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 2538
Registered: 08-2008
Posted on Friday, October 01, 2010 - 09:10 pm:   

The MMS accounting callbacks are similar, but different.

The best definition of them is here:

http://blog.nowsms.com/2009/05/mmsc-accounting-callbacks-for-billing.html

There is also a separate routing callback that is available (unlike for SMS, where the routing callback is built into the accounting callback):

http://blog.nowsms.com/2008/04/mobile-number-portability-mnp-and.html

The first thing that you will notice is that the callbacks are less detailed than the SMS callbacks. Much of this is by necessity, an SMS message is limited to 160 characters or 140 bytes of data, so it is practical to be able to route the complete SMS message content to an accounting callback. MMS messages can be very large, making this level of detail impractical.

Adding a status field for the MMSDeliveryReport callback does seem to be a good idea, but it is not currently supported. I have added this request to the engineering queue, but I don't have any estimate for when it would be possible.

--
Des
NowSMS Support
Alexandre
Frequent Contributor
Username: Alexd

Post Number: 130
Registered: 01-2008
Posted on Saturday, October 02, 2010 - 12:03 pm:   

Thanks for your answer!

I found document on site how receive MMS delivery report via PHP script.