Mms received not processed

Mms received not processed SearchSearch
Author Message
Joe Soriano
New member
Username: Joer

Post Number: 1
Registered: 01-2011
Posted on Saturday, January 29, 2011 - 01:28 am:   

Hello,
I have configured NowSMS/MMS Gateway to receive and process MMS with php script, I receive the MMS (the number in the "MMS Processed (VASP)" is incremented) but the message is not processed. This is my configuration:
the "receive MMS Messages" is checked, the "SMS Message Storage" is 'Direct to Modem', I have set the MMS Settings with my operator and I selected "Route via MM7", in the tab 2-Way I selected Process Received MMS Messages and Process Received SMS Messages, I added a VASP account and I created a Route "phpscript".

The images of my configuration are:

SMSC Configuration
2-Way Configuration
MMSC VASP Configuration
MMSC Routing Configuration

and the log files are:
text/plainSMSDEBUG.LOG
SMSDEBUG.LOG (383.2 k)

text/plainMMSWAPDEBUG.LOG
MMSWAPDEBUG.LOG (369.6 k)


What did I wrong?
Thanks in advance!
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 2869
Registered: 08-2008
Posted on Saturday, January 29, 2011 - 03:58 pm:   

Hi Joe,

Is the MMSC service running? (If so, I'd like to see its MMSCDEBUG.LOG.)

It looks like the MMS message is being received and queued for routing to your PHP script. The MMSC service handles this part of the processing, so either the MMSC service is not running, or we need to see what is going wrong in the MMSCDEBUG.LOG.

--
Des
NowSMS Support
Joe Soriano
New member
Username: Joer

Post Number: 2
Registered: 01-2011
Posted on Saturday, January 29, 2011 - 10:27 pm:   

The MMSC is running, but the message is not processed. So I did a little coffee break and I turned off the computer. When I turned on the computer the messages were processed. Maybe I forgot to restart the gateway so when I powered on the computer everything was ok.

Thanks
Joe Soriano
New member
Username: Joer

Post Number: 3
Registered: 01-2011
Posted on Thursday, February 03, 2011 - 03:32 pm:   

Hello,
I have another problem with the mms received.
I used localhost (in the field 'localhost name or IP address' on the tab MMSC) and the script is on localhost (http://localhost/msgs/mmsreceive.php) and the message is received and processed,
but if I use the script that is on the web (http://www. ......) the mms it is not received and processed (with the same conditions as before).
Why?

Thanks
Joe Soriano
New member
Username: Joer

Post Number: 4
Registered: 01-2011
Posted on Friday, February 04, 2011 - 08:38 am:   

I changed two phone operator and now it is ok

Thanks
abhishek yadav
New member
Username: Abhishekyadav

Post Number: 2
Registered: 02-2011
Posted on Thursday, February 17, 2011 - 02:31 pm:   

I am using NOWSMS Gateway software in which I am unable to retrieve MMS messages..According to my settings, the received MMS messages will be saved to MMS-IN folder created by the software itself..But it ain't happening.
Apart from retrieving MMS messages I am able to sent SMS/MMS through the Web Interface and can also receive SMS..

I am using an Airtel 3g EDGE GSM Modem MF180 and an Airtel SIM which is connected to my PC..

I am hereby attaching a word document in which I have taken the snapshots of all the settings that I have done in the NOWSMS Gateway Software..

Kindly send in some solutions asap!!

Thanks..


application/mswordNOWSMS SETTINGS
NOWSMS MMS related Settings.doc (259.6 k)
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 2919
Registered: 08-2008
Posted on Thursday, February 17, 2011 - 02:40 pm:   

The final post on this thread is duplicated in another thread.

Please see the reply at http://support.nowsms.com/discus/messages/485/69678.html

--
Des
NowSMS Support
abhishek yadav
New member
Username: Abhishekyadav

Post Number: 8
Registered: 02-2011
Posted on Saturday, February 19, 2011 - 11:12 am:   

Well am unable to retrieve MMS in the gateway..Besides I just want to know that in what format does the gateway usually saves the MMS..Is it .mms??

If my MMS contains both TEXT and IMAGE then whether the nowsms gateway segregates them and saves it or does it saves a single mms file??
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 2930
Registered: 08-2008
Posted on Monday, February 21, 2011 - 02:46 pm:   

Please keep any discussion of the problem of actually receiving the MMS messages to the other thread: http://support.nowsms.com/discus/messages/485/69678.html

When NowSMS processes a received MMS message it extracts the content of the message into separate parts and individual parts (image/text/video/etc) are stored as separate files.

There are four different ways that received MMS messages can be processed.

1.) Routed to an MM7 application via HTTP/SOAP/XML

2.) Forwarded to an e-mail address (converted to SMTP MIME)

3.) Routed to a PHP script for processing (http://www.nowsms.com/doc/2-way-mms-support/receiving-mms-messages-with-a-php-sc ript)

4.) File based interface (example given at the bottom of this thread: http://support.nowsms.com/discus/messages/485/2135.html)