Receiving MMS!!!!

Receiving MMS!!!! SearchSearch
Author Message
jobert lainez
New member
Username: Jobert

Post Number: 1
Registered: 01-2010
Posted on Thursday, January 07, 2010 - 03:17 pm:   

hi.. i am trying to receive a mms trough a gsm/gprs phone..the problem is i cant receive the mms but i receive a sms with binary number on it..i am using the now sms/mms gateway v2008.06.03, i also configured the routing with a php program and use mm7. as specified in the manual. need urgent help
thank you.
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 1640
Registered: 08-2008
Posted on Thursday, January 07, 2010 - 08:50 pm:   

Hi,

Can you show me exactly what you are receiving?

Where are you receiving it? (On the phone, as an SMS in NowSMS, other?)

If "Receive MMS" is enabled for the modem connection, then NowSMS should recognise the binary SMS as an MMS notification and initiate a data connection to retrieve the MMS message content.

The simplest way for me to help you is if you enable the SMSDEBUG.LOG (checkbox option on "Serial #" page). Then send another MMS message in to the modem.

Reply with the resulting SMSDEBUG.LOG attached so that I can see what your NowSMS installation is seeing.

--
Des
NowSMS Support
jobert lainez
New member
Username: Jobert

Post Number: 2
Registered: 01-2010
Posted on Friday, January 08, 2010 - 02:47 am:   

ok..
application/octet-stream
SMSDEBUG.LOG (1.3 k)
, this is the smsdebug.log file that i have..yesterday experimented and received one mms but now i cant even receive the binary sms. i did not change any settings,i used the mmsreceive.php that can be downloaded here in your site. and followed all the settings. your help is appreciated. thank you!!
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 1641
Registered: 08-2008
Posted on Friday, January 08, 2010 - 02:56 am:   

Ah ... the problem is that you are using a mobile phone as a modem.

A mobile phone cannot be used as a modem for receiving MMS messages. The MMS client in the mobile phone gets in the way and grabs the message so that it is never delivered over the GSM modem interface. (Sometimes with SonyEricsson phones, one or two MMS notifications will sneak through, but this is not reliable.)

To receive MMS, you need a dedicated GSM modem device. There is some more information here:

http://www.nowsms.com/support/GSMModem.htm
jobert lainez
New member
Username: Jobert

Post Number: 3
Registered: 01-2010
Posted on Friday, January 08, 2010 - 05:31 am:   

ok...now i tried to use a modem but still i only receive the binary sms.. here is the smsdebug.log
application/octet-stream
SMSDEBUG.LOG (26.1 k)
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 1643
Registered: 08-2008
Posted on Friday, January 08, 2010 - 11:35 pm:   

The good news is that the binary SMS is being interpreted as an MMS notification ... and we are trying to retrieve the MMS message content, but it is not working.

To troubleshoot this further, I need to know what mobile operator you are connecting to and what the MMS settings are that you are using.

Enabling the MMSWAPDEBUG.LOG and sending me that will help me see what settings you are using and what is happening on your system.

--
Des
NowSMS Support
jobert lainez
New member
Username: Jobert

Post Number: 4
Registered: 01-2010
Posted on Saturday, January 09, 2010 - 01:34 pm:   

i cant find the mmswapdebug.log what i can find is the mmsdebug. i also have another question. i add an additional route in which it is mm7 and connected to a php file..but then when i disconnect he modem the connect it again, in the mms settings i cant choose the mm7 and in the mmsc route the configuration of my route change. why is this??
thank you.. the mmssdebug file is this
application/octet-stream
MMSCDEBUG.LOG (1.0 k)
jobert lainez
New member
Username: Jobert

Post Number: 5
Registered: 01-2010
Posted on Tuesday, January 12, 2010 - 06:21 am:   

another question..can now sms be connected to multiple modems?and can i use zte mf646 as my modem??
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 1655
Registered: 08-2008
Posted on Tuesday, January 12, 2010 - 03:58 pm:   

The MMSWAPDEBUG.LOG is enabled by an additional checkbox setting on the "Serial #" page.

Send in another MMS message to your modem, then post both the SMSDEBUG.LOG and MMSWAPDEBUG.LOG.

Also post your SMSGW.INI so that I can see your configuration.


quote:

but then when i disconnect he modem the connect it again, in the mms settings i cant choose the mm7 and in the mmsc route the configuration of my route change. why is this??




If you disconnect the modem and then reconnect it, while the configuration program is running, this may confuse the configuration program.

The NowSMS service constantly scans for modems that get disconnected and reconnected, but the configuration program does not.

Exit the configuration program, and then go back into it, and everything should be fine.


quote:

can now sms be connected to multiple modems?and can i use zte mf646 as my modem??




Yes, multiple modems can be connected.

We have not tested with the ZTE MF646 (I don't know where we could buy one) ... but we have had good experience with other ZTE modems, so it would probably work.

--
Des
NowSMS Support
jobert lainez
New member
Username: Jobert

Post Number: 6
Registered: 01-2010
Posted on Thursday, January 14, 2010 - 11:03 am:   

hi des.

thank you so much for your help, i can now recieve and send sms and mms without a problem, i just have some follow up questions , can they be connected at the same time and what configurations do i have to do..and any configurations through php that it can tell whether what modem the message will be send..thank you so much
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 1667
Registered: 08-2008
Posted on Tuesday, January 19, 2010 - 05:57 pm:   

Hi Jobert,

Sorry for the delay in response. We have had technical problems on our web site.

If you have multiple modems installed, go to the "SMSC" list in NowSMS, and set a "Phone Number" property for each modem.

When you receive a message, NowSMS will use this "Phone Number" property to tell you which modem received the message.

When you send a message, you can specify a "Sender" address to tell which modem should be used to send the message. (The "Sender" property is not available on the NowSMS web form when you send an SMS message, but you can include it in URL parameters when submitting via a direct URL by including "&Sender=xxxx" in the URL.)

The following link talks about how to route a message to a specific modem when there are more than one: http://blog.nowsms.com/2008/07/routing-sms-messages-to-specifc-smsc.html

--
Des
NowSMS Support