How to Implement VAS Server?? plz, help me.

How to Implement VAS Server?? plz, help me. SearchSearch
Author Message
Muhammad Abdulhakim
New member
Username: Muhammad

Post Number: 1
Registered: 05-2005
Posted on Sunday, May 22, 2005 - 03:37 pm:   

My company wants to make VAS server to send MMS messages.her you are a decription of what we want to do :
1)The server conatin a website,and your "Now SMS/MMS Gateway".
2) Registered users can select MMS messages from templates on the website to send it to a phone number.
My questions are :
1)The equipments i need.
2)How to connect from the website to the "Now SMS/MMS Gateway" to send MMS mesaage .(i want a simple method).
2)Is there are any differnces if i connect to Operator with MM1 OR MM7 in my service?
3)How the charging will be calculated for ( user , my server , operator).
4)Is there are anythings required to do this service and i don't mention it .
Joji M
New member
Username: Joji

Post Number: 3
Registered: 05-2005
Posted on Tuesday, May 24, 2005 - 06:45 am:   

Are you looking for CDMA or GSM carriers?
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 4569
Registered: 10-2002
Posted on Tuesday, May 24, 2005 - 10:20 pm:   

1.) The equipment that you need will depend on how you connect to the operator.

If you can get an MM7 (or EAIF or SMTP) account with your mobile operator, then no special equipment would be needed because everything happens over TCP/IP.

2.) Your server communicates with NowSMS over HTTP. Basically, this is known as server-to-server communication, where scripts running on your web server issue HTTP requests to another web server (the other web server being NowSMS, which can either be running on the same PC or a different PC).

The simplest way to send an MMS message is to use our "URL Submission" technique, which is described at the following link:

http://www.nowsms.com/documentation/ProductDocumentation/mms_notifications_and_c ontent/Submitting_MMS_Messages_URL.htm

That link starts off talking about performing an HTTP POST of your content. But toward the bottom, it mentions an altenative HTTP GET approach which tells NowSMS to fetch the content from another web server. The HTTP GET approach is the simplest approach.

Alternatively, if you are using PHP on your web server, we do have a PHP script that is quite simple to use:

http://support.nowsms.com/discus/messages/1/1113.html

There's also a Java example:

http://support.nowsms.com/discus/messages/485/1360.html

With some more helpful info on that example:

http://support.nowsms.com/discus/messages/485/6473.html

3.) That depends on your operator. You need to have an EAIF or MM7 account with your operator to do reverse charging.

4.) Getting the account setup with your operator is frequently the most difficult part.