sms gateways

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
breWtal
Forum Newbie
Posts: 8
Joined: Tue Jun 16, 2009 2:55 am

sms gateways

Post by breWtal »

not sure if this is the right place for this query, but does anyone know any current sms gateways that are working?

i paid for an sms script, but havent been able to get it running properly, when i send a txt to my mobile phone, it says sent, but text never comes through to my phone.

any ideas on how to fix this problem?
BornForCode
Forum Contributor
Posts: 147
Joined: Mon Feb 11, 2008 1:56 am

Re: sms gateways

Post by BornForCode »

Probably the gateway used for sending the sms is not supporting your number. Check with the sms gateway provider.
breWtal
Forum Newbie
Posts: 8
Joined: Tue Jun 16, 2009 2:55 am

Re: sms gateways

Post by breWtal »

i cant seem to get working gateways for australia or uk (tried finding them for 3, both australian and uk networks), tried emailing three.com.au and asking them about their gateways and have not recieved a reply (that was about a week ago)

ive since tried installing kannel but am having problems as im not experienced at using SSH
BornForCode
Forum Contributor
Posts: 147
Joined: Mon Feb 11, 2008 1:56 am

Re: sms gateways

Post by BornForCode »

Usually each sms operator provides it's own API, you may want to read the specs from them and change the script accordingly. When i work in a mobile gaming company i had to create a script for over 60 mobile operators and also payment systems for each of them, at that time I started to found God :mrgreen:
breWtal
Forum Newbie
Posts: 8
Joined: Tue Jun 16, 2009 2:55 am

Re: sms gateways

Post by breWtal »

how would i get their API? ive tried contacting Three in australia and gotten no response
BornForCode
Forum Contributor
Posts: 147
Joined: Mon Feb 11, 2008 1:56 am

Re: sms gateways

Post by BornForCode »

You should wait, think to their time maybe their customer support is sleeping now :).
Post Reply