Thanks!
Sending ringtones to a phone number
Moderator: General Moderators
Sending ringtones to a phone number
Could anyone point me in the right direction for how I would go about sending ringtones to a phone, just from having the given cell phone number.... in php of course 
Thanks!
Thanks!
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
Re: Sending ringtones to a phone number
The way it's often done these days is to send an MMS message through a gateway provider such as Kapow containing the URL to the ringtone. Upon clicking the URL the mobile phone prompts for download.GeXus wrote:Could anyone point me in the right direction for how I would go about sending ringtones to a phone, just from having the given cell phone number.... in php of course
Thanks!
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
The gateway providers usually own GSM hardware and pay network rates themselves. There's no such things as free. If you need to use the network like that you have to pay.GeXus wrote:Do the gateway providers have deals with the carriers or is it simply a matter of licensing their software?
You can buy your own GSM hardware but it's still going to cost you whatever your provider charges you.