Submit MMS messages from NowSMS1 to NowSMS2 by HTTP Over TCP/IP

Submit MMS messages from NowSMS1 to NowSMS2 by HTTP Over TCP/IP SearchSearch
Author Message
MedSalimALI
New member
Username: Salim

Post Number: 45
Registered: 04-2005
Posted on Wednesday, May 03, 2006 - 11:07 am:   

Hello Bryce & all,

I am making some search to test more the feature of NowSMS gateway. I made a HTTP Over TCP/IP connection between two NowSMS gateway.

Sending SMS messages is success from the nowsms gateway1 to the second which is connected by SMPP to the mobile operator.

I try now next step to submit MMS message from the gateway1 to the gateway2, I failed to success on it (I created MMS user from NowSMS gateway2 and outbound MMS from NowSMS gateway1 through this account).

So what the way and easy to do that ?
Note: the NowSMS gateway2 has SMPP & MM7 settings to the mobile operator. and then I want to make it forwarder for any request come from the NowSMS gateway1

Regards,
Salim.
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 5869
Registered: 10-2002
Posted on Wednesday, May 03, 2006 - 07:01 pm:   

Hi Salim,

You need to define an "MMSC VASP" on gateway2.

On gateway1, you define an "MMSC Routing" that makes an MM7 connection to gateway2. The "Server Address" should be http://ipaddress:port/mm7 where ipaddress is the IP address of gateway2, and port is the "HTTP Port Number" on the "MMSC" page of the configuration dialog.

-bn
MedSalimALI
New member
Username: Salim

Post Number: 47
Registered: 04-2005
Posted on Saturday, May 06, 2006 - 11:00 am:   

Hi Bryce,

Great advice, I understand you well. 1#, It means that NowSMS gateway can be used by Mobile Operator as the NowSMS2 and that NowSMS1 will be as a content provider using MM7 to submit MMS, as one of our Pull MMS or to be routing forwarded to mobile User, right? I will try it, today and inform you any further details.
one second request 2#, I am able to send MMS as a 3gp format from web inetrface, but If I am using my URL, only SMIL, audio & Picture can work.
If I try to send directly MMSfile=clip.3gp, I got internal error. Is there any parameters I have to specify in order to send 3gp video file directly to the mobile user by using the URL?

Regards,
Salim.
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 5910
Registered: 10-2002
Posted on Monday, May 08, 2006 - 10:03 pm:   

Hi Salim,

I don't know about the error that you get when you include a ".3gp" file in the "MMSFILE" parameter of the URL request.

Even if the URL could not be found, the message would be sent without the video.

Usually, if such an error occurs, there would be more information in the text of the HTTP response. I would need to know what that text is.

Remember, if you submit via URL, the MMSFILE parameter must point to a URL (like name.server/path/file.3gp).

-bn